leiting-bim 2.1.160 → 2.1.162

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.
@@ -1,16 +1,16 @@
1
- (function(_,r){typeof exports=="object"&&typeof module<"u"?r(exports,require("vue"),require("@zumer/snapdom"),require("ant-design-vue"),require("@ant-design/icons-vue")):typeof define=="function"&&define.amd?define(["exports","vue","@zumer/snapdom","ant-design-vue","@ant-design/icons-vue"],r):(_=typeof globalThis<"u"?globalThis:_||self,r(_.LeitingBim={},_.Vue,_.snapdom,_.antd,_.iconsVue))})(this,(function(_,r,ql,ie,qt){"use strict";var xe=typeof document<"u"?document.currentScript:null;function Jl(n){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(n){for(const t in n)if(t!=="default"){const i=Object.getOwnPropertyDescriptor(n,t);Object.defineProperty(e,t,i.get?i:{enumerable:!0,get:()=>n[t]})}}return e.default=n,Object.freeze(e)}const Zl=Jl(ql),Ct={cesiumUrl:"https://leiting.chenxisoft.com/resource/js/cesiumjs/Cesium1.140/Cesium.js",cesiumCssUrl:"https://leiting.chenxisoft.com/resource/js/cesiumjs/Cesium1.140/Widgets/widgets.css",accessToken:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJjZGI0MzM1ZS1hMjY4LTRlYzgtYjg1MC03NmI2ZjUxMmM5ZTUiLCJpZCI6OTUzODIsImlhdCI6MTY1MzYyMTM4OX0.ygoPAb1FvQkQGtziq5nTsWT-u7dCheu5hcG0p9TQFpU"};let Et=null,Nt;function Ii(n){return n.accessToken&&(Nt=n.accessToken),Et||(Et=new Promise((e,t)=>{if(window.Cesium){Nt&&(window.Cesium.Ion.defaultAccessToken=Nt),e();return}const{cesiumUrl:i,cesiumCssUrl:s}=n;if(s){const a=document.createElement("link");a.rel="stylesheet",a.href=s,document.head.appendChild(a)}const o=document.createElement("script");o.src=i,o.async=!0,o.onload=()=>{Nt&&window.Cesium&&(window.Cesium.Ion.defaultAccessToken=Nt),e()},o.onerror=a=>{console.error("Failed to load Cesium script",a),Et=null,t(a)},document.head.appendChild(o)}),Et)}function ec(){return window.Cesium?Promise.resolve():Et||Promise.reject(new Error("Cesium loading has not been initiated."))}function Bi(){return Nt}class tc{cesium;viewer;constructor(e){this.cesium=e.cesium,this.viewer=e.viewer}setSceneOptions(e){if(!this.viewer||!this.viewer.scene)return;const t=this.viewer.scene;typeof e.showGlobe=="boolean"&&t.globe&&(t.globe.show=e.showGlobe),typeof e.showSkyAtmosphere=="boolean"&&t.skyAtmosphere&&(t.skyAtmosphere.show=e.showSkyAtmosphere),typeof e.showSkyBox=="boolean"&&t.skyBox&&(t.skyBox.show=e.showSkyBox)}clearBackground(){!this.viewer||!this.viewer.scene||(this.viewer.scene.backgroundColor=new this.cesium.Color(0,0,0,0))}enableTestLabel(){this.viewer&&(this.viewer.extend(this.cesium.viewerCesium3DTilesInspectorMixin),this.viewer.cesium3DTilesInspector.viewModel)}enableCesiumFXAA(e){if(!this.viewer||!this.viewer.scene)return;let t=window.devicePixelRatio;for(;t>=2;)t/=2;this.viewer.resolutionScale=t,this.viewer.scene.postProcessStages.fxaa.enabled=e,this.viewer.scene.highDynamicRange=!0,this.viewer.scene.postProcessStages.tonemapper=this.cesium.Tonemapper.PBR_NEUTRAL,this.viewer.scene.postProcessStages.exposure=1}async getSnapDomSImageBase64(e="base-cx-BIM-gis",t={}){const{format:i="png",quality:s=.8,scale:o=1,returnDataUrl:a=!1}=t;try{const c=Zl,l=this.viewer&&this.viewer.container&&this.viewer.container.id;let d=null;if(l&&(d=document.getElementById(l)),!d&&this.viewer&&this.viewer.container&&(d=this.viewer.container),!d)return null;document.fonts&&document.fonts.ready&&await document.fonts.ready;let h=null;const f=c.snapdom||c.default||c;let p=null;if(i==="webp"&&f.toWebp)p=await f.toWebp(d,{quality:s,pixelRatio:o,embedFonts:!0,className:e});else if(f.toPng)p=await f.toPng(d,{quality:s,pixelRatio:o,embedFonts:!0,className:e});else if(f.toBlob){const m=await f.toBlob(d,{type:i==="webp"?"image/webp":"image/png",quality:s,pixelRatio:o,embedFonts:!0,className:e});p=await this.blobToDataURL(m)}else console.warn("snapdom methods not found on:",f);if(p&&typeof p!="string")p instanceof Blob?h=await this.blobToDataURL(p):p.src&&typeof p.src=="string"?h=p.src:(console.warn("getSnapDomSImageBase64 returned non-string:",p),p.data&&typeof p.data=="string"?h=p.data:h=String(p));else{const m=String(p);h=m.startsWith("data:")?m:`data:image/${i};base64,${m}`}return h?a?h:String(h):null}catch(c){return console.error("getSnapDomSImageBase64 failed",c),null}}async blobToDataURL(e){return new Promise((t,i)=>{const s=new FileReader;s.onload=()=>t(String(s.result)),s.onerror=o=>i(o),s.readAsDataURL(e)})}viewBase64Image(e,t="png"){if(!e){console.warn("viewBase64Image: No base64 data provided");return}const i=`data:image/${t};base64,`,s=e.startsWith("data:")?e:i+e,o=window.open();o?(o.document.write(`
1
+ (function(_,o){typeof exports=="object"&&typeof module<"u"?o(exports,require("vue"),require("@zumer/snapdom"),require("ant-design-vue"),require("@ant-design/icons-vue")):typeof define=="function"&&define.amd?define(["exports","vue","@zumer/snapdom","ant-design-vue","@ant-design/icons-vue"],o):(_=typeof globalThis<"u"?globalThis:_||self,o(_.LeitingBim={},_.Vue,_.snapdom,_.antd,_.iconsVue))})(this,(function(_,o,ql,ie,qt){"use strict";var me=typeof document<"u"?document.currentScript:null;function Jl(n){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(n){for(const t in n)if(t!=="default"){const i=Object.getOwnPropertyDescriptor(n,t);Object.defineProperty(e,t,i.get?i:{enumerable:!0,get:()=>n[t]})}}return e.default=n,Object.freeze(e)}const Zl=Jl(ql),Ct={cesiumUrl:"https://leiting.chenxisoft.com/resource/js/cesiumjs/Cesium1.140/Cesium.js",cesiumCssUrl:"https://leiting.chenxisoft.com/resource/js/cesiumjs/Cesium1.140/Widgets/widgets.css",accessToken:"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJjZGI0MzM1ZS1hMjY4LTRlYzgtYjg1MC03NmI2ZjUxMmM5ZTUiLCJpZCI6OTUzODIsImlhdCI6MTY1MzYyMTM4OX0.ygoPAb1FvQkQGtziq5nTsWT-u7dCheu5hcG0p9TQFpU"};let Et=null,Ft;function xi(n){return n.accessToken&&(Ft=n.accessToken),Et||(Et=new Promise((e,t)=>{if(window.Cesium){Ft&&(window.Cesium.Ion.defaultAccessToken=Ft),e();return}const{cesiumUrl:i,cesiumCssUrl:s}=n;if(s){const a=document.createElement("link");a.rel="stylesheet",a.href=s,document.head.appendChild(a)}const r=document.createElement("script");r.src=i,r.async=!0,r.onload=()=>{Ft&&window.Cesium&&(window.Cesium.Ion.defaultAccessToken=Ft),e()},r.onerror=a=>{console.error("Failed to load Cesium script",a),Et=null,t(a)},document.head.appendChild(r)}),Et)}function ec(){return window.Cesium?Promise.resolve():Et||Promise.reject(new Error("Cesium loading has not been initiated."))}function Si(){return Ft}class tc{cesium;viewer;constructor(e){this.cesium=e.cesium,this.viewer=e.viewer}setSceneOptions(e){if(!this.viewer||!this.viewer.scene)return;const t=this.viewer.scene;typeof e.showGlobe=="boolean"&&t.globe&&(t.globe.show=e.showGlobe),typeof e.showSkyAtmosphere=="boolean"&&t.skyAtmosphere&&(t.skyAtmosphere.show=e.showSkyAtmosphere),typeof e.showSkyBox=="boolean"&&t.skyBox&&(t.skyBox.show=e.showSkyBox)}clearBackground(){!this.viewer||!this.viewer.scene||(this.viewer.scene.backgroundColor=new this.cesium.Color(0,0,0,0))}enableTestLabel(){this.viewer&&(this.viewer.extend(this.cesium.viewerCesium3DTilesInspectorMixin),this.viewer.cesium3DTilesInspector.viewModel)}enableCesiumFXAA(e){if(!this.viewer||!this.viewer.scene)return;let t=window.devicePixelRatio;for(;t>=2;)t/=2;this.viewer.resolutionScale=t,this.viewer.scene.postProcessStages.fxaa.enabled=e,this.viewer.scene.highDynamicRange=!0,this.viewer.scene.postProcessStages.tonemapper=this.cesium.Tonemapper.PBR_NEUTRAL,this.viewer.scene.postProcessStages.exposure=1}async getSnapDomSImageBase64(e="base-cx-BIM-gis",t={}){const{format:i="png",quality:s=.8,scale:r=1,returnDataUrl:a=!1}=t;try{const c=Zl,l=this.viewer&&this.viewer.container&&this.viewer.container.id;let d=null;if(l&&(d=document.getElementById(l)),!d&&this.viewer&&this.viewer.container&&(d=this.viewer.container),!d)return null;document.fonts&&document.fonts.ready&&await document.fonts.ready;let h=null;const f=c.snapdom||c.default||c;let p=null;if(i==="webp"&&f.toWebp)p=await f.toWebp(d,{quality:s,pixelRatio:r,embedFonts:!0,className:e});else if(f.toPng)p=await f.toPng(d,{quality:s,pixelRatio:r,embedFonts:!0,className:e});else if(f.toBlob){const m=await f.toBlob(d,{type:i==="webp"?"image/webp":"image/png",quality:s,pixelRatio:r,embedFonts:!0,className:e});p=await this.blobToDataURL(m)}else console.warn("snapdom methods not found on:",f);if(p&&typeof p!="string")p instanceof Blob?h=await this.blobToDataURL(p):p.src&&typeof p.src=="string"?h=p.src:(console.warn("getSnapDomSImageBase64 returned non-string:",p),p.data&&typeof p.data=="string"?h=p.data:h=String(p));else{const m=String(p);h=m.startsWith("data:")?m:`data:image/${i};base64,${m}`}return h?a?h:String(h):null}catch(c){return console.error("getSnapDomSImageBase64 failed",c),null}}async blobToDataURL(e){return new Promise((t,i)=>{const s=new FileReader;s.onload=()=>t(String(s.result)),s.onerror=r=>i(r),s.readAsDataURL(e)})}viewBase64Image(e,t="png"){if(!e){console.warn("viewBase64Image: No base64 data provided");return}const i=`data:image/${t};base64,`,s=e.startsWith("data:")?e:i+e,r=window.open();r?(r.document.write(`
2
2
  <html>
3
3
  <head><title>Snapshot Preview</title></head>
4
4
  <body style="margin:0; display:flex; justify-content:center; align-items:center; height:100vh; background:#333;">
5
5
  <img src="${s}" style="max-width:90%; max-height:90%; border:2px solid #fff; box-shadow:0 0 10px rgba(0,0,0,0.5);"/>
6
6
  </body>
7
7
  </html>
8
- `),o.document.close()):(console.warn("viewBase64Image: Failed to open new window. Please check popup blocker."),console.log("Snapshot DataURL:",s))}updateModelEffect(e){const t=this.viewer,i=this.cesium;if(!t||!t.scene)return;const s=t.scene.primitives,o=s.length,a=!!i.CustomShader;for(let c=0;c<o;c++){const l=s.get(c);if(i.Cesium3DTileset&&l instanceof i.Cesium3DTileset)if(a)if(l.customShader&&l.customShader.isModelAdjustment)l.customShader.setUniform("u_tilesBrightness",e);else{const d=new i.CustomShader({uniforms:{u_tilesBrightness:{type:i.UniformType.FLOAT,value:e}},fragmentShaderText:`
8
+ `),r.document.close()):(console.warn("viewBase64Image: Failed to open new window. Please check popup blocker."),console.log("Snapshot DataURL:",s))}updateModelEffect(e){const t=this.viewer,i=this.cesium;if(!t||!t.scene)return;const s=t.scene.primitives,r=s.length,a=!!i.CustomShader;for(let c=0;c<r;c++){const l=s.get(c);if(i.Cesium3DTileset&&l instanceof i.Cesium3DTileset)if(a)if(l.customShader&&l.customShader.isModelAdjustment)l.customShader.setUniform("u_tilesBrightness",e);else{const d=new i.CustomShader({uniforms:{u_tilesBrightness:{type:i.UniformType.FLOAT,value:e}},fragmentShaderText:`
9
9
  void fragmentMain(FragmentInput fsInput, inout czm_modelMaterial material) {
10
10
  material.diffuse *= u_tilesBrightness;
11
11
  }
12
- `});d.isModelAdjustment=!0,l.customShader=d}else{let d="color('white')";e!==1&&(d=`${d} * ${e}`),l.style=new i.Cesium3DTileStyle({color:d})}}}}var Qs=typeof global=="object"&&global&&global.Object===Object&&global,nc=typeof self=="object"&&self&&self.Object===Object&&self,bt=Qs||nc||Function("return this")(),Nn=bt.Symbol,Vs=Object.prototype,ic=Vs.hasOwnProperty,sc=Vs.toString,Jt=Nn?Nn.toStringTag:void 0;function oc(n){var e=ic.call(n,Jt),t=n[Jt];try{n[Jt]=void 0;var i=!0}catch{}var s=sc.call(n);return i&&(e?n[Jt]=t:delete n[Jt]),s}var rc=Object.prototype,ac=rc.toString;function lc(n){return ac.call(n)}var cc="[object Null]",dc="[object Undefined]",Gs=Nn?Nn.toStringTag:void 0;function Zt(n){return n==null?n===void 0?dc:cc:Gs&&Gs in Object(n)?oc(n):lc(n)}function Rt(n){return n!=null&&typeof n=="object"}var uc="[object Symbol]";function hc(n){return typeof n=="symbol"||Rt(n)&&Zt(n)==uc}var xi=Array.isArray,fc=/\s/;function pc(n){for(var e=n.length;e--&&fc.test(n.charAt(e)););return e}var mc=/^\s+/;function gc(n){return n&&n.slice(0,pc(n)+1).replace(mc,"")}function qe(n){var e=typeof n;return n!=null&&(e=="object"||e=="function")}var Hs=NaN,Ac=/^[-+]0x[0-9a-f]+$/i,yc=/^0b[01]+$/i,Cc=/^0o[0-7]+$/i,Ec=parseInt;function Ys(n){if(typeof n=="number")return n;if(hc(n))return Hs;if(qe(n)){var e=typeof n.valueOf=="function"?n.valueOf():n;n=qe(e)?e+"":e}if(typeof n!="string")return n===0?n:+n;n=gc(n);var t=yc.test(n);return t||Cc.test(n)?Ec(n.slice(2),t?2:8):Ac.test(n)?Hs:+n}function zs(n){return n}var bc="[object AsyncFunction]",wc="[object Function]",vc="[object GeneratorFunction]",Ic="[object Proxy]";function Si(n){if(!qe(n))return!1;var e=Zt(n);return e==wc||e==vc||e==bc||e==Ic}var Ti=bt["__core-js_shared__"],Ws=(function(){var n=/[^.]+$/.exec(Ti&&Ti.keys&&Ti.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""})();function Bc(n){return!!Ws&&Ws in n}var xc=Function.prototype,Sc=xc.toString;function Tc(n){if(n!=null){try{return Sc.call(n)}catch{}try{return n+""}catch{}}return""}var Mc=/[\\^$.*+?()[\]{}|]/g,Dc=/^\[object .+?Constructor\]$/,kc=Function.prototype,Pc=Object.prototype,Fc=kc.toString,Nc=Pc.hasOwnProperty,Rc=RegExp("^"+Fc.call(Nc).replace(Mc,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Lc(n){if(!qe(n)||Bc(n))return!1;var e=Si(n)?Rc:Dc;return e.test(Tc(n))}function Oc(n,e){return n?.[e]}function Mi(n,e){var t=Oc(n,e);return Lc(t)?t:void 0}var js=Object.create,Uc=(function(){function n(){}return function(e){if(!qe(e))return{};if(js)return js(e);n.prototype=e;var t=new n;return n.prototype=void 0,t}})();function _c(n,e,t){switch(t.length){case 0:return n.call(e);case 1:return n.call(e,t[0]);case 2:return n.call(e,t[0],t[1]);case 3:return n.call(e,t[0],t[1],t[2])}return n.apply(e,t)}function Qc(n,e){var t=-1,i=n.length;for(e||(e=Array(i));++t<i;)e[t]=n[t];return e}var Vc=800,Gc=16,Hc=Date.now;function Yc(n){var e=0,t=0;return function(){var i=Hc(),s=Gc-(i-t);if(t=i,s>0){if(++e>=Vc)return arguments[0]}else e=0;return n.apply(void 0,arguments)}}function zc(n){return function(){return n}}var Rn=(function(){try{var n=Mi(Object,"defineProperty");return n({},"",{}),n}catch{}})(),Wc=Rn?function(n,e){return Rn(n,"toString",{configurable:!0,enumerable:!1,value:zc(e),writable:!0})}:zs,jc=Yc(Wc),Kc=9007199254740991,$c=/^(?:0|[1-9]\d*)$/;function Ks(n,e){var t=typeof n;return e=e??Kc,!!e&&(t=="number"||t!="symbol"&&$c.test(n))&&n>-1&&n%1==0&&n<e}function Di(n,e,t){e=="__proto__"&&Rn?Rn(n,e,{configurable:!0,enumerable:!0,value:t,writable:!0}):n[e]=t}function Ln(n,e){return n===e||n!==n&&e!==e}var Xc=Object.prototype,qc=Xc.hasOwnProperty;function Jc(n,e,t){var i=n[e];(!(qc.call(n,e)&&Ln(i,t))||t===void 0&&!(e in n))&&Di(n,e,t)}function Zc(n,e,t,i){var s=!t;t||(t={});for(var o=-1,a=e.length;++o<a;){var c=e[o],l=void 0;l===void 0&&(l=n[c]),s?Di(t,c,l):Jc(t,c,l)}return t}var $s=Math.max;function ed(n,e,t){return e=$s(e===void 0?n.length-1:e,0),function(){for(var i=arguments,s=-1,o=$s(i.length-e,0),a=Array(o);++s<o;)a[s]=i[e+s];s=-1;for(var c=Array(e+1);++s<e;)c[s]=i[s];return c[e]=t(a),_c(n,this,c)}}function td(n,e){return jc(ed(n,e,zs),n+"")}var nd=9007199254740991;function Xs(n){return typeof n=="number"&&n>-1&&n%1==0&&n<=nd}function ki(n){return n!=null&&Xs(n.length)&&!Si(n)}function id(n,e,t){if(!qe(t))return!1;var i=typeof e;return(i=="number"?ki(t)&&Ks(e,t.length):i=="string"&&e in t)?Ln(t[e],n):!1}function sd(n){return td(function(e,t){var i=-1,s=t.length,o=s>1?t[s-1]:void 0,a=s>2?t[2]:void 0;for(o=n.length>3&&typeof o=="function"?(s--,o):void 0,a&&id(t[0],t[1],a)&&(o=s<3?void 0:o,s=1),e=Object(e);++i<s;){var c=t[i];c&&n(e,c,i,o)}return e})}var od=Object.prototype;function qs(n){var e=n&&n.constructor,t=typeof e=="function"&&e.prototype||od;return n===t}function rd(n,e){for(var t=-1,i=Array(n);++t<n;)i[t]=e(t);return i}var ad="[object Arguments]";function Js(n){return Rt(n)&&Zt(n)==ad}var Zs=Object.prototype,ld=Zs.hasOwnProperty,cd=Zs.propertyIsEnumerable,Pi=Js((function(){return arguments})())?Js:function(n){return Rt(n)&&ld.call(n,"callee")&&!cd.call(n,"callee")};function dd(){return!1}var eo=typeof _=="object"&&_&&!_.nodeType&&_,to=eo&&typeof module=="object"&&module&&!module.nodeType&&module,ud=to&&to.exports===eo,no=ud?bt.Buffer:void 0,hd=no?no.isBuffer:void 0,io=hd||dd,fd="[object Arguments]",pd="[object Array]",md="[object Boolean]",gd="[object Date]",Ad="[object Error]",yd="[object Function]",Cd="[object Map]",Ed="[object Number]",bd="[object Object]",wd="[object RegExp]",vd="[object Set]",Id="[object String]",Bd="[object WeakMap]",xd="[object ArrayBuffer]",Sd="[object DataView]",Td="[object Float32Array]",Md="[object Float64Array]",Dd="[object Int8Array]",kd="[object Int16Array]",Pd="[object Int32Array]",Fd="[object Uint8Array]",Nd="[object Uint8ClampedArray]",Rd="[object Uint16Array]",Ld="[object Uint32Array]",ue={};ue[Td]=ue[Md]=ue[Dd]=ue[kd]=ue[Pd]=ue[Fd]=ue[Nd]=ue[Rd]=ue[Ld]=!0,ue[fd]=ue[pd]=ue[xd]=ue[md]=ue[Sd]=ue[gd]=ue[Ad]=ue[yd]=ue[Cd]=ue[Ed]=ue[bd]=ue[wd]=ue[vd]=ue[Id]=ue[Bd]=!1;function Od(n){return Rt(n)&&Xs(n.length)&&!!ue[Zt(n)]}function Ud(n){return function(e){return n(e)}}var so=typeof _=="object"&&_&&!_.nodeType&&_,en=so&&typeof module=="object"&&module&&!module.nodeType&&module,_d=en&&en.exports===so,Fi=_d&&Qs.process,oo=(function(){try{var n=en&&en.require&&en.require("util").types;return n||Fi&&Fi.binding&&Fi.binding("util")}catch{}})(),ro=oo&&oo.isTypedArray,ao=ro?Ud(ro):Od;function Qd(n,e){var t=xi(n),i=!t&&Pi(n),s=!t&&!i&&io(n),o=!t&&!i&&!s&&ao(n),a=t||i||s||o,c=a?rd(n.length,String):[],l=c.length;for(var d in n)a&&(d=="length"||s&&(d=="offset"||d=="parent")||o&&(d=="buffer"||d=="byteLength"||d=="byteOffset")||Ks(d,l))||c.push(d);return c}function Vd(n,e){return function(t){return n(e(t))}}function Gd(n){var e=[];if(n!=null)for(var t in Object(n))e.push(t);return e}var Hd=Object.prototype,Yd=Hd.hasOwnProperty;function zd(n){if(!qe(n))return Gd(n);var e=qs(n),t=[];for(var i in n)i=="constructor"&&(e||!Yd.call(n,i))||t.push(i);return t}function lo(n){return ki(n)?Qd(n):zd(n)}var tn=Mi(Object,"create");function Wd(){this.__data__=tn?tn(null):{},this.size=0}function jd(n){var e=this.has(n)&&delete this.__data__[n];return this.size-=e?1:0,e}var Kd="__lodash_hash_undefined__",$d=Object.prototype,Xd=$d.hasOwnProperty;function qd(n){var e=this.__data__;if(tn){var t=e[n];return t===Kd?void 0:t}return Xd.call(e,n)?e[n]:void 0}var Jd=Object.prototype,Zd=Jd.hasOwnProperty;function eu(n){var e=this.__data__;return tn?e[n]!==void 0:Zd.call(e,n)}var tu="__lodash_hash_undefined__";function nu(n,e){var t=this.__data__;return this.size+=this.has(n)?0:1,t[n]=tn&&e===void 0?tu:e,this}function wt(n){var e=-1,t=n==null?0:n.length;for(this.clear();++e<t;){var i=n[e];this.set(i[0],i[1])}}wt.prototype.clear=Wd,wt.prototype.delete=jd,wt.prototype.get=qd,wt.prototype.has=eu,wt.prototype.set=nu;function iu(){this.__data__=[],this.size=0}function On(n,e){for(var t=n.length;t--;)if(Ln(n[t][0],e))return t;return-1}var su=Array.prototype,ou=su.splice;function ru(n){var e=this.__data__,t=On(e,n);if(t<0)return!1;var i=e.length-1;return t==i?e.pop():ou.call(e,t,1),--this.size,!0}function au(n){var e=this.__data__,t=On(e,n);return t<0?void 0:e[t][1]}function lu(n){return On(this.__data__,n)>-1}function cu(n,e){var t=this.__data__,i=On(t,n);return i<0?(++this.size,t.push([n,e])):t[i][1]=e,this}function st(n){var e=-1,t=n==null?0:n.length;for(this.clear();++e<t;){var i=n[e];this.set(i[0],i[1])}}st.prototype.clear=iu,st.prototype.delete=ru,st.prototype.get=au,st.prototype.has=lu,st.prototype.set=cu;var co=Mi(bt,"Map");function du(){this.size=0,this.__data__={hash:new wt,map:new(co||st),string:new wt}}function uu(n){var e=typeof n;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?n!=="__proto__":n===null}function Un(n,e){var t=n.__data__;return uu(e)?t[typeof e=="string"?"string":"hash"]:t.map}function hu(n){var e=Un(this,n).delete(n);return this.size-=e?1:0,e}function fu(n){return Un(this,n).get(n)}function pu(n){return Un(this,n).has(n)}function mu(n,e){var t=Un(this,n),i=t.size;return t.set(n,e),this.size+=t.size==i?0:1,this}function Lt(n){var e=-1,t=n==null?0:n.length;for(this.clear();++e<t;){var i=n[e];this.set(i[0],i[1])}}Lt.prototype.clear=du,Lt.prototype.delete=hu,Lt.prototype.get=fu,Lt.prototype.has=pu,Lt.prototype.set=mu;var uo=Vd(Object.getPrototypeOf,Object),gu="[object Object]",Au=Function.prototype,yu=Object.prototype,ho=Au.toString,Cu=yu.hasOwnProperty,Eu=ho.call(Object);function bu(n){if(!Rt(n)||Zt(n)!=gu)return!1;var e=uo(n);if(e===null)return!0;var t=Cu.call(e,"constructor")&&e.constructor;return typeof t=="function"&&t instanceof t&&ho.call(t)==Eu}function wu(){this.__data__=new st,this.size=0}function vu(n){var e=this.__data__,t=e.delete(n);return this.size=e.size,t}function Iu(n){return this.__data__.get(n)}function Bu(n){return this.__data__.has(n)}var xu=200;function Su(n,e){var t=this.__data__;if(t instanceof st){var i=t.__data__;if(!co||i.length<xu-1)return i.push([n,e]),this.size=++t.size,this;t=this.__data__=new Lt(i)}return t.set(n,e),this.size=t.size,this}function Ot(n){var e=this.__data__=new st(n);this.size=e.size}Ot.prototype.clear=wu,Ot.prototype.delete=vu,Ot.prototype.get=Iu,Ot.prototype.has=Bu,Ot.prototype.set=Su;var fo=typeof _=="object"&&_&&!_.nodeType&&_,po=fo&&typeof module=="object"&&module&&!module.nodeType&&module,Tu=po&&po.exports===fo,mo=Tu?bt.Buffer:void 0;mo&&mo.allocUnsafe;function Mu(n,e){return n.slice()}var go=bt.Uint8Array;function Du(n){var e=new n.constructor(n.byteLength);return new go(e).set(new go(n)),e}function ku(n,e){var t=Du(n.buffer);return new n.constructor(t,n.byteOffset,n.length)}function Pu(n){return typeof n.constructor=="function"&&!qs(n)?Uc(uo(n)):{}}function Fu(n){return function(e,t,i){for(var s=-1,o=Object(e),a=i(e),c=a.length;c--;){var l=a[++s];if(t(o[l],l,o)===!1)break}return e}}var Nu=Fu(),Ni=function(){return bt.Date.now()},Ru="Expected a function",Lu=Math.max,Ou=Math.min;function _n(n,e,t){var i,s,o,a,c,l,d=0,h=!1,f=!1,p=!0;if(typeof n!="function")throw new TypeError(Ru);e=Ys(e)||0,qe(t)&&(h=!!t.leading,f="maxWait"in t,o=f?Lu(Ys(t.maxWait)||0,e):o,p="trailing"in t?!!t.trailing:p);function u(T){var B=i,g=s;return i=s=void 0,d=T,a=n.apply(g,B),a}function m(T){return d=T,c=setTimeout(b,e),h?u(T):a}function C(T){var B=T-l,g=T-d,N=e-B;return f?Ou(N,o-g):N}function A(T){var B=T-l,g=T-d;return l===void 0||B>=e||B<0||f&&g>=o}function b(){var T=Ni();if(A(T))return I(T);c=setTimeout(b,C(T))}function I(T){return c=void 0,p&&i?u(T):(i=s=void 0,a)}function k(){c!==void 0&&clearTimeout(c),d=0,i=l=s=c=void 0}function P(){return c===void 0?a:I(Ni())}function R(){var T=Ni(),B=A(T);if(i=arguments,s=this,l=T,B){if(c===void 0)return m(l);if(f)return clearTimeout(c),c=setTimeout(b,e),u(l)}return c===void 0&&(c=setTimeout(b,e)),a}return R.cancel=k,R.flush=P,R}function Ri(n,e,t){(t!==void 0&&!Ln(n[e],t)||t===void 0&&!(e in n))&&Di(n,e,t)}function Uu(n){return Rt(n)&&ki(n)}function Li(n,e){if(!(e==="constructor"&&typeof n[e]=="function")&&e!="__proto__")return n[e]}function _u(n){return Zc(n,lo(n))}function Qu(n,e,t,i,s,o,a){var c=Li(n,t),l=Li(e,t),d=a.get(l);if(d){Ri(n,t,d);return}var h=o?o(c,l,t+"",n,e,a):void 0,f=h===void 0;if(f){var p=xi(l),u=!p&&io(l),m=!p&&!u&&ao(l);h=l,p||u||m?xi(c)?h=c:Uu(c)?h=Qc(c):u?(f=!1,h=Mu(l)):m?(f=!1,h=ku(l)):h=[]:bu(l)||Pi(l)?(h=c,Pi(c)?h=_u(c):(!qe(c)||Si(c))&&(h=Pu(l))):f=!1}f&&(a.set(l,h),s(h,l,i,o,a),a.delete(l)),Ri(n,t,h)}function Ao(n,e,t,i,s){n!==e&&Nu(e,function(o,a){if(s||(s=new Ot),qe(o))Qu(n,e,a,t,Ao,i,s);else{var c=i?i(Li(n,a),o,a+"",n,e,s):void 0;c===void 0&&(c=o),Ri(n,a,c)}},lo)}var Vu=sd(function(n,e,t){Ao(n,e,t)});function Oi({Cesium:n,tileset:e}){const t=e.leiting;if(!t||!t.model||!t.model.formData)return;const i=t.model.formData,s=t.box,o=n.Quaternion.fromAxisAngle(n.Cartesian3.UNIT_Z,n.Math.toRadians(i.totalRotation||0)),a=n.Matrix4.fromRotationTranslation(n.Matrix3.fromQuaternion(o),n.Cartesian3.ZERO),c=n.Cartesian3.fromDegrees(i.longitude,i.latitude,i.height),l=n.Transforms.eastNorthUpToFixedFrame(c),d=n.Matrix4.multiply(l,a,new n.Matrix4);if(e._root){if(!s){e._root.transform=d;return}try{const{center:h}=s,f=e.root.boundingVolume.boundingSphere,p=new n.Cartesian3(h.x,h.y,0),u=n.Matrix4.multiplyByPoint(d,p,new n.Cartesian3),m=n.Cartographic.fromCartesian(u),C=f.center,A=n.Transforms.eastNorthUpToFixedFrame(new n.Cartesian3(C.x,C.y,C.z)),b=new n.Cartesian3(-h.x+(i.X||0),-h.y+(i.Y||0),i.Z||0),I=n.Matrix4.fromTranslation(b),k=n.Matrix4.multiply(a,I,new n.Matrix4),P=n.Cartesian3.fromDegrees(m.longitude/Math.PI*180,m.latitude/Math.PI*180,i.height),R=n.Transforms.eastNorthUpToFixedFrame(P),T=n.Matrix4.multiply(R,k,new n.Matrix4);n.Matrix4.multiply(A,k,A),e._root.transform=T}catch(h){console.error("Update model position failed:",h)}}}const Ut={NotLoaded:0,Loading:1,Loaded:2,Error:3},vt=4294967295,Je=65535,Ui=255,Gu=8,yo=9,Hu=0,Yu=99,zu=67324752,Co=134695760,Wu=Co,Eo=33639248,ju=101010256,bo=101075792,Ku=117853008,_t=22,_i=20,Qi=56,$u=12,Xu=20,wo=4,qu=1,Ju=39169,Zu=10,eh=1,th=21589,nh=28789,ih=25461,sh=6534,oh=30837,rh=30805,vo=1,ah=6,Io=8,Bo=2048,lh=16,ch=1,dh=2,uh=4,hh=32,xo=61440,Vi=16384,Gi=73,fh=420,ph=2048,mh=1024,gh=512,Ah="/",Hi=30,yh=10,Ch=14,Eh=18,he=void 0,dt="undefined",It="function",bh=64;let So=2;try{typeof navigator!=dt&&navigator.hardwareConcurrency&&(So=navigator.hardwareConcurrency)}catch{}const wh={workerURI:"./core/web-worker-wasm.js",wasmURI:"./core/streams/zlib-wasm/zlib-streams.wasm",chunkSize:64*1024,maxWorkers:So,terminateWorkerTimeout:5e3,useWebWorkers:!0,useCompressionStream:!0,CompressionStream:typeof CompressionStream!=dt&&CompressionStream,DecompressionStream:typeof DecompressionStream!=dt&&DecompressionStream},To=Object.assign({},wh);function vh(){return To}function Ih(n){return Math.max(n.chunkSize,bh)}function Qn(n){const{baseURI:e,chunkSize:t,maxWorkers:i,terminateWorkerTimeout:s,useCompressionStream:o,useWebWorkers:a,CompressionStream:c,DecompressionStream:l,CompressionStreamZlib:d,DecompressionStreamZlib:h,workerURI:f,wasmURI:p}=n;Qe("baseURI",e),Qe("wasmURI",p),Qe("workerURI",f),Qe("chunkSize",t),Qe("maxWorkers",i),Qe("terminateWorkerTimeout",s),Qe("useCompressionStream",o),Qe("useWebWorkers",a),Qe("CompressionStream",c),Qe("DecompressionStream",l),Qe("CompressionStreamZlib",d),Qe("DecompressionStreamZlib",h)}function Qe(n,e){e!==he&&(To[n]=e)}function Bh(n){let e;n({workerURI:()=>(e||(e="data:text/javascript,"+encodeURIComponent(`(t=>{"function"==typeof define&&define.amd?define(t):t()})(function(){"use strict";const{Array:t,Object:e,Number:n,Math:s,Error:r,Uint8Array:o,Uint16Array:i,Uint32Array:c,Int32Array:a,Map:h,DataView:f,Promise:l,TextEncoder:u,crypto:w,postMessage:p,TransformStream:d,ReadableStream:y,WritableStream:m,CompressionStream:g,DecompressionStream:S}=self,b=void 0,v="undefined",k="function",z=[];for(let t=0;256>t;t++){let e=t;for(let t=0;8>t;t++)1&e?e=e>>>1^3988292384:e>>>=1;z[t]=e}class C{constructor(t){this.t=t||-1}append(t){let e=0|this.t;for(let n=0,s=0|t.length;s>n;n++)e=e>>>8^z[255&(e^t[n])];this.t=e}get(){return~this.t}}class A extends d{constructor(){let t;const e=new C;super({transform(t,n){e.append(t),n.enqueue(t)},flush(){const n=new o(4);new f(n.buffer).setUint32(0,e.get()),t.value=n}}),t=this}}const x={concat(t,e){if(0===t.length||0===e.length)return t.concat(e);const n=t[t.length-1],s=x.o(n);return 32===s?t.concat(e):x.i(e,s,0|n,t.slice(0,t.length-1))},h(t){const e=t.length;if(0===e)return 0;const n=t[e-1];return 32*(e-1)+x.o(n)},l(t,e){if(32*t.length<e)return t;const n=(t=t.slice(0,s.ceil(e/32))).length;return e&=31,n>0&&e&&(t[n-1]=x.u(e,t[n-1]&2147483648>>e-1,1)),t},u:(t,e,n)=>32===t?e:(n?0|e:e<<32-t)+1099511627776*t,o:t=>s.round(t/1099511627776)||32,i(t,e,n,s){for(void 0===s&&(s=[]);e>=32;e-=32)s.push(n),n=0;if(0===e)return s.concat(t);for(let r=0;r<t.length;r++)s.push(n|t[r]>>>e),n=t[r]<<32-e;const r=t.length?t[t.length-1]:0,o=x.o(r);return s.push(x.u(e+o&31,e+o>32?n:s.pop(),1)),s}},I={bytes:{p(t){const e=x.h(t)/8,n=new o(e);let s;for(let r=0;e>r;r++)3&r||(s=t[r/4]),n[r]=s>>>24,s<<=8;return n},m(t){const e=[];let n,s=0;for(n=0;n<t.length;n++)s=s<<8|t[n],3&~n||(e.push(s),s=0);return 3&n&&e.push(x.u(8*(3&n),s)),e}}},R=class{constructor(t){const e=this;e.blockSize=512,e.S=[1732584193,4023233417,2562383102,271733878,3285377520],e.v=[1518500249,1859775393,2400959708,3395469782],t?(e.k=t.k.slice(0),e.C=t.C.slice(0),e.A=t.A):e.reset()}reset(){const t=this;return t.k=t.S.slice(0),t.C=[],t.A=0,t}update(t){const e=this;"string"==typeof t&&(t=I.I.m(t));const n=e.C=x.concat(e.C,t),s=e.A,o=e.A=s+x.h(t);if(o>9007199254740991)throw new r("Cannot hash more than 2^53 - 1 bits");const i=new c(n);let a=0;for(let t=e.blockSize+s-(e.blockSize+s&e.blockSize-1);o>=t;t+=e.blockSize)e.R(i.subarray(16*a,16*(a+1))),a+=1;return n.splice(0,16*a),e}P(){const t=this;let e=t.C;const n=t.k;e=x.concat(e,[x.u(1,1)]);for(let t=e.length+2;15&t;t++)e.push(0);for(e.push(s.floor(t.A/4294967296)),e.push(0|t.A);e.length;)t.R(e.splice(0,16));return t.reset(),n}U(t,e,n,s){return t>19?t>39?t>59?t>79?void 0:e^n^s:e&n|e&s|n&s:e^n^s:e&n|~e&s}V(t,e){return e<<t|e>>>32-t}R(e){const n=this,r=n.k,o=t(80);for(let t=0;16>t;t++)o[t]=e[t];let i=r[0],c=r[1],a=r[2],h=r[3],f=r[4];for(let t=0;79>=t;t++){16>t||(o[t]=n.V(1,o[t-3]^o[t-8]^o[t-14]^o[t-16]));const e=n.V(5,i)+n.U(t,c,a,h)+f+o[t]+n.v[s.floor(t/20)]|0;f=h,h=a,a=n.V(30,c),c=i,i=e}r[0]=r[0]+i|0,r[1]=r[1]+c|0,r[2]=r[2]+a|0,r[3]=r[3]+h|0,r[4]=r[4]+f|0}},P={getRandomValues(t){const e=new c(t.buffer),n=t=>{let e=987654321;const n=4294967295;return()=>(e=36969*(65535&e)+(e>>16)&n,(((e<<16)+(t=18e3*(65535&t)+(t>>16)&n)&n)/4294967296+.5)*(s.random()>.5?1:-1))};for(let r,o=0;o<t.length;o+=4){const t=n(4294967296*(r||s.random()));r=987654071*t(),e[o/4]=4294967296*t()|0}return t}},U={importKey:t=>new U.M(I.bytes.m(t)),_(t,e,n,s){if(n=n||1e4,0>s||0>n)throw new r("invalid params to pbkdf2");const o=1+(s>>5)<<2;let i,c,a,h,l;const u=new ArrayBuffer(o),w=new f(u);let p=0;const d=x;for(e=I.bytes.m(e),l=1;(o||1)>p;l++){for(i=c=t.encrypt(d.concat(e,[l])),a=1;n>a;a++)for(c=t.encrypt(c),h=0;h<c.length;h++)i[h]^=c[h];for(a=0;(o||1)>p&&a<i.length;a++)w.setInt32(p,i[a]),p+=4}return u.slice(0,s/8)},M:class{constructor(t){const e=this,n=e.B=R,s=[[],[]];e.D=[new n,new n];const r=e.D[0].blockSize/32;t.length>r&&(t=(new n).update(t).P());for(let e=0;r>e;e++)s[0][e]=909522486^t[e],s[1][e]=1549556828^t[e];e.D[0].update(s[0]),e.D[1].update(s[1]),e.W=new n(e.D[0])}reset(){const t=this;t.W=new t.B(t.D[0]),t.K=!1}update(t){this.K=!0,this.W.update(t)}digest(){const t=this,e=t.W.P(),n=new t.B(t.D[1]).update(e).P();return t.reset(),n}encrypt(t){if(this.K)throw new r("encrypt on already updated hmac called!");return this.update(t),this.digest(t)}}},V=typeof w!=v&&typeof w.getRandomValues==k,M="Invalid password",_="Invalid signature",B="zipjs-abort-check-password";function D(t){return V?w.getRandomValues(t):P.getRandomValues(t)}const W=16,K={name:"PBKDF2"},E=e.assign({hash:{name:"HMAC"}},K),L=e.assign({iterations:1e3,hash:{name:"SHA-1"}},K),O=["deriveBits"],T=[8,12,16],j=[16,24,32],H=10,Z=[0,0,0,0],F=typeof w!=v,N=F&&w.subtle,q=F&&typeof N!=v,G=I.bytes,J=class{constructor(t){const e=this;e.L=[[[],[],[],[],[]],[[],[],[],[],[]]],e.L[0][0][0]||e.O();const n=e.L[0][4],s=e.L[1],o=t.length;let i,c,a,h=1;if(4!==o&&6!==o&&8!==o)throw new r("invalid aes key size");for(e.v=[c=t.slice(0),a=[]],i=o;4*o+28>i;i++){let t=c[i-1];(i%o===0||8===o&&i%o===4)&&(t=n[t>>>24]<<24^n[t>>16&255]<<16^n[t>>8&255]<<8^n[255&t],i%o===0&&(t=t<<8^t>>>24^h<<24,h=h<<1^283*(h>>7))),c[i]=c[i-o]^t}for(let t=0;i;t++,i--){const e=c[3&t?i:i-4];a[t]=4>=i||4>t?e:s[0][n[e>>>24]]^s[1][n[e>>16&255]]^s[2][n[e>>8&255]]^s[3][n[255&e]]}}encrypt(t){return this.T(t,0)}decrypt(t){return this.T(t,1)}O(){const t=this.L[0],e=this.L[1],n=t[4],s=e[4],r=[],o=[];let i,c,a,h;for(let t=0;256>t;t++)o[(r[t]=t<<1^283*(t>>7))^t]=t;for(let f=i=0;!n[f];f^=c||1,i=o[i]||1){let o=i^i<<1^i<<2^i<<3^i<<4;o=o>>8^255&o^99,n[f]=o,s[o]=f,h=r[a=r[c=r[f]]];let l=16843009*h^65537*a^257*c^16843008*f,u=257*r[o]^16843008*o;for(let n=0;4>n;n++)t[n][f]=u=u<<24^u>>>8,e[n][o]=l=l<<24^l>>>8}for(let n=0;5>n;n++)t[n]=t[n].slice(0),e[n]=e[n].slice(0)}T(t,e){if(4!==t.length)throw new r("invalid aes block size");const n=this.v[e],s=n.length/4-2,o=[0,0,0,0],i=this.L[e],c=i[0],a=i[1],h=i[2],f=i[3],l=i[4];let u,w,p,d=t[0]^n[0],y=t[e?3:1]^n[1],m=t[2]^n[2],g=t[e?1:3]^n[3],S=4;for(let t=0;s>t;t++)u=c[d>>>24]^a[y>>16&255]^h[m>>8&255]^f[255&g]^n[S],w=c[y>>>24]^a[m>>16&255]^h[g>>8&255]^f[255&d]^n[S+1],p=c[m>>>24]^a[g>>16&255]^h[d>>8&255]^f[255&y]^n[S+2],g=c[g>>>24]^a[d>>16&255]^h[y>>8&255]^f[255&m]^n[S+3],S+=4,d=u,y=w,m=p;for(let t=0;4>t;t++)o[e?3&-t:t]=l[d>>>24]<<24^l[y>>16&255]<<16^l[m>>8&255]<<8^l[255&g]^n[S++],u=d,d=y,y=m,m=g,g=u;return o}},Q=class{constructor(t,e){this.j=t,this.H=e,this.Z=e}reset(){this.Z=this.H}update(t){return this.F(this.j,t,this.Z)}N(t){if(255&~(t>>24))t+=1<<24;else{let e=t>>16&255,n=t>>8&255,s=255&t;255===e?(e=0,255===n?(n=0,255===s?s=0:++s):++n):++e,t=0,t+=e<<16,t+=n<<8,t+=s}return t}q(t){0===(t[0]=this.N(t[0]))&&(t[1]=this.N(t[1]))}F(t,e,n){let s;if(!(s=e.length))return[];const r=x.h(e);for(let r=0;s>r;r+=4){this.q(n);const s=t.encrypt(n);e[r]^=s[0],e[r+1]^=s[1],e[r+2]^=s[2],e[r+3]^=s[3]}return x.l(e,r)}},X=U.M;let Y=F&&q&&typeof N.importKey==k,$=F&&q&&typeof N.deriveBits==k;class tt extends d{constructor({password:t,rawPassword:n,signed:s,encryptionStrength:i,checkPasswordOnly:c}){super({start(){e.assign(this,{ready:new l(t=>this.G=t),password:rt(t,n),signed:s,J:i-1,pending:new o})},async transform(t,e){const n=this,{password:s,J:i,G:a,ready:h}=n;s?(await(async(t,e,n,s)=>{const o=await st(t,e,n,it(s,0,T[e])),i=it(s,T[e]);if(o[0]!=i[0]||o[1]!=i[1])throw new r(M)})(n,i,s,it(t,0,T[i]+2)),t=it(t,T[i]+2),c?e.error(new r(B)):a()):await h;const f=new o(t.length-H-(t.length-H)%W);e.enqueue(nt(n,t,f,0,H,!0))},async flush(t){const{signed:e,X:n,Y:s,pending:i,ready:c}=this;if(s&&n){await c;const a=it(i,0,i.length-H),h=it(i,i.length-H);let f=new o;if(a.length){const t=at(G,a);s.update(t);const e=n.update(t);f=ct(G,e)}if(e){const t=it(ct(G,s.digest()),0,H);for(let e=0;H>e;e++)if(t[e]!=h[e])throw new r(_)}t.enqueue(f)}}})}}class et extends d{constructor({password:t,rawPassword:n,encryptionStrength:s}){let r;super({start(){e.assign(this,{ready:new l(t=>this.G=t),password:rt(t,n),J:s-1,pending:new o})},async transform(t,e){const n=this,{password:s,J:r,G:i,ready:c}=n;let a=new o;s?(a=await(async(t,e,n)=>{const s=D(new o(T[e]));return ot(s,await st(t,e,n,s))})(n,r,s),i()):await c;const h=new o(a.length+t.length-t.length%W);h.set(a,0),e.enqueue(nt(n,t,h,a.length,0))},async flush(t){const{X:e,Y:n,pending:s,ready:i}=this;if(n&&e){await i;let c=new o;if(s.length){const t=e.update(at(G,s));n.update(t),c=ct(G,t)}r.signature=ct(G,n.digest()).slice(0,H),t.enqueue(ot(c,r.signature))}}}),r=this}}function nt(t,e,n,s,r,i){const{X:c,Y:a,pending:h}=t,f=e.length-r;let l;for(h.length&&(e=ot(h,e),n=((t,e)=>{if(e&&e>t.length){const n=t;(t=new o(e)).set(n,0)}return t})(n,f-f%W)),l=0;f-W>=l;l+=W){const t=at(G,it(e,l,l+W));i&&a.update(t);const r=c.update(t);i||a.update(r),n.set(ct(G,r),l+s)}return t.pending=it(e,l),n}async function st(n,s,r,i){n.password=null;const c=await(async(t,e,n,s,r)=>{if(!Y)return U.importKey(e);try{return await N.importKey("raw",e,n,!1,r)}catch{return Y=!1,U.importKey(e)}})(0,r,E,0,O),a=await(async(t,e,n)=>{if(!$)return U._(e,t.salt,L.iterations,n);try{return await N.deriveBits(t,e,n)}catch{return $=!1,U._(e,t.salt,L.iterations,n)}})(e.assign({salt:i},L),c,8*(2*j[s]+2)),h=new o(a),f=at(G,it(h,0,j[s])),l=at(G,it(h,j[s],2*j[s])),u=it(h,2*j[s]);return e.assign(n,{keys:{key:f,$:l,passwordVerification:u},X:new Q(new J(f),t.from(Z)),Y:new X(l)}),u}function rt(t,e){return e===b?(t=>{if(typeof u==v){const e=new o((t=unescape(encodeURIComponent(t))).length);for(let n=0;n<e.length;n++)e[n]=t.charCodeAt(n);return e}return(new u).encode(t)})(t):e}function ot(t,e){let n=t;return t.length+e.length&&(n=new o(t.length+e.length),n.set(t,0),n.set(e,t.length)),n}function it(t,e,n){return t.subarray(e,n)}function ct(t,e){return t.p(e)}function at(t,e){return t.m(e)}class ht extends d{constructor({password:t,passwordVerification:n,checkPasswordOnly:s}){super({start(){e.assign(this,{password:t,passwordVerification:n}),wt(this,t)},transform(t,e){const n=this;if(n.password){const e=lt(n,t.subarray(0,12));if(n.password=null,e.at(-1)!=n.passwordVerification)throw new r(M);t=t.subarray(12)}s?e.error(new r(B)):e.enqueue(lt(n,t))}})}}class ft extends d{constructor({password:t,passwordVerification:n}){super({start(){e.assign(this,{password:t,passwordVerification:n}),wt(this,t)},transform(t,e){const n=this;let s,r;if(n.password){n.password=null;const e=D(new o(12));e[11]=n.passwordVerification,s=new o(t.length+e.length),s.set(ut(n,e),0),r=12}else s=new o(t.length),r=0;s.set(ut(n,t),r),e.enqueue(s)}})}}function lt(t,e){const n=new o(e.length);for(let s=0;s<e.length;s++)n[s]=dt(t)^e[s],pt(t,n[s]);return n}function ut(t,e){const n=new o(e.length);for(let s=0;s<e.length;s++)n[s]=dt(t)^e[s],pt(t,e[s]);return n}function wt(t,n){const s=[305419896,591751049,878082192];e.assign(t,{keys:s,tt:new C(s[0]),et:new C(s[2])});for(let e=0;e<n.length;e++)pt(t,n.charCodeAt(e))}function pt(t,e){let[n,r,o]=t.keys;t.tt.append([e]),n=~t.tt.get(),r=mt(s.imul(mt(r+yt(n)),134775813)+1),t.et.append([r>>>24]),o=~t.et.get(),t.keys=[n,r,o]}function dt(t){const e=2|t.keys[2];return yt(s.imul(e,1^e)>>>8)}function yt(t){return 255&t}function mt(t){return 4294967295&t}class gt extends d{constructor(t,{chunkSize:e,nt:n,CompressionStream:s}){super({});const{compressed:r,encrypted:o,useCompressionStream:i,zipCrypto:c,signed:a,level:h}=t,l=this;let u,w,p=super.readable;o&&!c||!a||(u=new A,p=kt(p,u)),r&&(p=vt(p,i,{level:h,chunkSize:e},s,n,s)),o&&(c?p=kt(p,new ft(t)):(w=new et(t),p=kt(p,w))),bt(l,p,()=>{let t;o&&!c&&(t=w.signature),o&&!c||!a||(t=new f(u.value.buffer).getUint32(0)),l.signature=t})}}class St extends d{constructor(t,{chunkSize:e,st:n,DecompressionStream:s}){super({});const{zipCrypto:o,encrypted:i,signed:c,signature:a,compressed:h,useCompressionStream:l,rt:u}=t;let w,p,d=super.readable;i&&(o?d=kt(d,new ht(t)):(p=new tt(t),d=kt(d,p))),h&&(d=vt(d,l,{chunkSize:e,rt:u},s,n,s)),i&&!o||!c||(w=new A,d=kt(d,w)),bt(this,d,()=>{if((!i||o)&&c){const t=new f(w.value.buffer);if(a!=t.getUint32(0,!1))throw new r(_)}})}}function bt(t,n,s){n=kt(n,new d({flush:s})),e.defineProperty(t,"readable",{get:()=>n})}function vt(t,e,n,s,r,o){const i=e&&s?s:r||o,c=n.rt?"deflate64-raw":"deflate-raw";try{t=kt(t,new i(c,n))}catch(s){if(!e)throw s;if(r)t=kt(t,new r(c,n));else{if(!o)throw s;t=kt(t,new o(c,n))}}return t}function kt(t,e){return t.pipeThrough(e)}const zt="data",Ct="close";class At extends d{constructor(t,n){super({});const s=this,{codecType:o}=t;let i;o.startsWith("deflate")?i=gt:o.startsWith("inflate")&&(i=St),s.outputSize=0;let c=0;const a=new i(t,n),h=super.readable,f=new d({transform(t,e){t&&t.length&&(c+=t.length,e.enqueue(t))},flush(){e.assign(s,{inputSize:c})}}),l=new d({transform(e,n){if(e&&e.length&&(n.enqueue(e),s.outputSize+=e.length,t.outputSize!==b&&s.outputSize>t.outputSize))throw new r("Invalid uncompressed size")},flush(){const{signature:t}=a;e.assign(s,{signature:t,inputSize:c})}});e.defineProperty(s,"readable",{get:()=>h.pipeThrough(f).pipeThrough(a).pipeThrough(l)})}}class xt extends d{constructor(t){let e;super({transform:function n(s,r){if(e){const t=new o(e.length+s.length);t.set(e),t.set(s,e.length),s=t,e=null}s.length>t?(r.enqueue(s.slice(0,t)),n(s.slice(t),r)):e=s},flush(t){e&&e.length&&t.enqueue(e)}})}}const It=new h,Rt=new h;let Pt,Ut,Vt,Mt,_t,Bt=0;async function Dt(t){try{const{options:e,config:s}=t;if(!e.useCompressionStream)try{await self.initModule(t.config)}catch{e.useCompressionStream=!0}s.CompressionStream=self.CompressionStream,s.DecompressionStream=self.DecompressionStream;const r={highWaterMark:1},o=t.readable||new y({async pull(t){const e=new l(t=>It.set(Bt,t));Wt({type:"pull",messageId:Bt}),Bt=(Bt+1)%n.MAX_SAFE_INTEGER;const{value:s,done:r}=await e;t.enqueue(s),r&&t.close()}},r),i=t.writable||new m({async write(t){let e;const s=new l(t=>e=t);Rt.set(Bt,e),Wt({type:zt,value:t,messageId:Bt}),Bt=(Bt+1)%n.MAX_SAFE_INTEGER,await s}},r),c=new At(e,s);Pt=new AbortController;const{signal:a}=Pt;await o.pipeThrough(c).pipeThrough(new xt(s.chunkSize)).pipeTo(i,{signal:a,preventClose:!0,preventAbort:!0}),await i.getWriter().close();const{signature:h,inputSize:f,outputSize:u}=c;Wt({type:Ct,result:{signature:h,inputSize:f,outputSize:u}})}catch(t){t.outputSize=0,Kt(t)}}function Wt(t){let{value:e}=t;if(e)if(e.length)try{e=new o(e),t.value=e.buffer,p(t,[t.value])}catch{p(t)}else p(t);else p(t)}function Kt(t=new r("Unknown error")){const{message:e,stack:n,code:s,name:o,outputSize:i}=t;p({error:{message:e,stack:n,code:s,name:o,outputSize:i}})}function Et(t,e,n={}){const i="number"==typeof n.level?n.level:-1,c="number"==typeof n.ot?n.ot:65536,a="number"==typeof n.it?n.it:65536;return new d({start(){let n;if(this.ct=Vt(c),this.in=Vt(a),this.it=a,this.ht=new o(c),t?(this.ft=Ut.deflate_process,this.lt=Ut.deflate_last_consumed,this.ut=Ut.deflate_end,this.wt=Ut.deflate_new(),n="gzip"===e?Ut.deflate_init_gzip(this.wt,i):"deflate-raw"===e?Ut.deflate_init_raw(this.wt,i):Ut.deflate_init(this.wt,i)):"deflate64-raw"===e?(this.ft=Ut.inflate9_process,this.lt=Ut.inflate9_last_consumed,this.ut=Ut.inflate9_end,this.wt=Ut.inflate9_new(),n=Ut.inflate9_init_raw(this.wt)):(this.ft=Ut.inflate_process,this.lt=Ut.inflate_last_consumed,this.ut=Ut.inflate_end,this.wt=Ut.inflate_new(),n="deflate-raw"===e?Ut.inflate_init_raw(this.wt):"gzip"===e?Ut.inflate_init_gzip(this.wt):Ut.inflate_init(this.wt)),0!==n)throw new r("init failed:"+n)},transform(e,n){try{const i=e,a=new o(_t.buffer),h=this.ft,f=this.lt,l=this.ct,u=this.ht;let w=0;for(;w<i.length;){const e=s.min(i.length-w,32768);this.in&&this.it>=e||(this.in&&Mt&&Mt(this.in),this.in=Vt(e),this.it=e),a.set(i.subarray(w,w+e),this.in);const o=h(this.wt,this.in,e,l,c,0),p=16777215&o;if(p&&(u.set(a.subarray(l,l+p),0),n.enqueue(u.slice(0,p))),!t){const t=o>>24&255,e=128&t?t-256:t;if(0>e)throw new r("process error:"+e)}const d=f(this.wt);if(0===d)break;w+=d}}catch(t){this.ut&&this.wt&&this.ut(this.wt),this.in&&Mt&&Mt(this.in),this.ct&&Mt&&Mt(this.ct),n.error(t)}},flush(e){try{const n=new o(_t.buffer),s=this.ft,i=this.ct,a=this.ht;for(;;){const o=s(this.wt,0,0,i,c,4),h=16777215&o,f=o>>24&255;if(!t){const t=128&f?f-256:f;if(0>t)throw new r("process error:"+t)}if(h&&(a.set(n.subarray(i,i+h),0),e.enqueue(a.slice(0,h))),1===f||0===h)break}}catch(t){e.error(t)}finally{if(this.ut&&this.wt){const t=this.ut(this.wt);0!==t&&e.error(new r("end error:"+t))}this.in&&Mt&&Mt(this.in),this.ct&&Mt&&Mt(this.ct)}}})}addEventListener("message",({data:t})=>{const{type:e,messageId:n,value:s,done:r}=t;try{if("start"==e&&Dt(t),e==zt){const t=It.get(n);It.delete(n),t({value:new o(s),done:r})}if("ack"==e){const t=Rt.get(n);Rt.delete(n),t()}e==Ct&&Pt.abort()}catch(t){Kt(t)}});class Lt{constructor(t="deflate",e){return Et(!0,t,e)}}class Ot{constructor(t="deflate",e){return Et(!1,t,e)}}let Tt=!1;self.initModule=async t=>{try{const e=await(async(t,{baseURI:e})=>{if(!Tt){let n,s;try{try{s=new URL(t,e)}catch{}const r=await fetch(s);n=await r.arrayBuffer()}catch(e){if(!t.startsWith("data:application/wasm;base64,"))throw e;n=(t=>{const e=t.split(",")[1],n=atob(e),s=n.length,r=new o(s);for(let t=0;s>t;++t)r[t]=n.charCodeAt(t);return r.buffer})(t)}(t=>{if(Ut=t,({malloc:Vt,free:Mt,memory:_t}=Ut),"function"!=typeof Vt||"function"!=typeof Mt||!_t)throw Ut=Vt=Mt=_t=null,new r("Invalid WASM module")})((await WebAssembly.instantiate(n)).instance.exports),Tt=!0}})(t.wasmURI,t);return t.nt=Lt,t.st=Ot,e}catch{}}});
13
- `)),e)})}const Mo=[];for(let n=0;n<256;n++){let e=n;for(let t=0;t<8;t++)e&1?e=e>>>1^3988292384:e=e>>>1;Mo[n]=e}class Vn{constructor(e){this.crc=e||-1}append(e){let t=this.crc|0;for(let i=0,s=e.length|0;i<s;i++)t=t>>>8^Mo[(t^e[i])&255];this.crc=t}get(){return~this.crc}}class Do extends TransformStream{constructor(){let e;const t=new Vn;super({transform(i,s){t.append(i),s.enqueue(i)},flush(){const i=new Uint8Array(4);new DataView(i.buffer).setUint32(0,t.get()),e.value=i}}),e=this}}function xh(n){if(typeof TextEncoder==dt){n=unescape(encodeURIComponent(n));const e=new Uint8Array(n.length);for(let t=0;t<e.length;t++)e[t]=n.charCodeAt(t);return e}else return new TextEncoder().encode(n)}const Ne={concat(n,e){if(n.length===0||e.length===0)return n.concat(e);const t=n[n.length-1],i=Ne.getPartial(t);return i===32?n.concat(e):Ne._shiftRight(e,i,t|0,n.slice(0,n.length-1))},bitLength(n){const e=n.length;if(e===0)return 0;const t=n[e-1];return(e-1)*32+Ne.getPartial(t)},clamp(n,e){if(n.length*32<e)return n;n=n.slice(0,Math.ceil(e/32));const t=n.length;return e=e&31,t>0&&e&&(n[t-1]=Ne.partial(e,n[t-1]&2147483648>>e-1,1)),n},partial(n,e,t){return n===32?e:(t?e|0:e<<32-n)+n*1099511627776},getPartial(n){return Math.round(n/1099511627776)||32},_shiftRight(n,e,t,i){for(i===void 0&&(i=[]);e>=32;e-=32)i.push(t),t=0;if(e===0)return i.concat(n);for(let a=0;a<n.length;a++)i.push(t|n[a]>>>e),t=n[a]<<32-e;const s=n.length?n[n.length-1]:0,o=Ne.getPartial(s);return i.push(Ne.partial(e+o&31,e+o>32?t:i.pop(),1)),i}},Gn={bytes:{fromBits(n){const t=Ne.bitLength(n)/8,i=new Uint8Array(t);let s;for(let o=0;o<t;o++)(o&3)===0&&(s=n[o/4]),i[o]=s>>>24,s<<=8;return i},toBits(n){const e=[];let t,i=0;for(t=0;t<n.length;t++)i=i<<8|n[t],(t&3)===3&&(e.push(i),i=0);return t&3&&e.push(Ne.partial(8*(t&3),i)),e}}},ko={};ko.sha1=class{constructor(n){const e=this;e.blockSize=512,e._init=[1732584193,4023233417,2562383102,271733878,3285377520],e._key=[1518500249,1859775393,2400959708,3395469782],n?(e._h=n._h.slice(0),e._buffer=n._buffer.slice(0),e._length=n._length):e.reset()}reset(){const n=this;return n._h=n._init.slice(0),n._buffer=[],n._length=0,n}update(n){const e=this;typeof n=="string"&&(n=Gn.utf8String.toBits(n));const t=e._buffer=Ne.concat(e._buffer,n),i=e._length,s=e._length=i+Ne.bitLength(n);if(s>9007199254740991)throw new Error("Cannot hash more than 2^53 - 1 bits");const o=new Uint32Array(t);let a=0;for(let c=e.blockSize+i-(e.blockSize+i&e.blockSize-1);c<=s;c+=e.blockSize)e._block(o.subarray(16*a,16*(a+1))),a+=1;return t.splice(0,16*a),e}finalize(){const n=this;let e=n._buffer;const t=n._h;e=Ne.concat(e,[Ne.partial(1,1)]);for(let i=e.length+2;i&15;i++)e.push(0);for(e.push(Math.floor(n._length/4294967296)),e.push(n._length|0);e.length;)n._block(e.splice(0,16));return n.reset(),t}_f(n,e,t,i){if(n<=19)return e&t|~e&i;if(n<=39)return e^t^i;if(n<=59)return e&t|e&i|t&i;if(n<=79)return e^t^i}_S(n,e){return e<<n|e>>>32-n}_block(n){const e=this,t=e._h,i=Array(80);for(let d=0;d<16;d++)i[d]=n[d];let s=t[0],o=t[1],a=t[2],c=t[3],l=t[4];for(let d=0;d<=79;d++){d>=16&&(i[d]=e._S(1,i[d-3]^i[d-8]^i[d-14]^i[d-16]));const h=e._S(5,s)+e._f(d,o,a,c)+l+i[d]+e._key[Math.floor(d/20)]|0;l=c,c=a,a=e._S(30,o),o=s,s=h}t[0]=t[0]+s|0,t[1]=t[1]+o|0,t[2]=t[2]+a|0,t[3]=t[3]+c|0,t[4]=t[4]+l|0}};const Po={};Po.aes=class{constructor(n){const e=this;e._tables=[[[],[],[],[],[]],[[],[],[],[],[]]],e._tables[0][0][0]||e._precompute();const t=e._tables[0][4],i=e._tables[1],s=n.length;let o,a,c,l=1;if(s!==4&&s!==6&&s!==8)throw new Error("invalid aes key size");for(e._key=[a=n.slice(0),c=[]],o=s;o<4*s+28;o++){let d=a[o-1];(o%s===0||s===8&&o%s===4)&&(d=t[d>>>24]<<24^t[d>>16&255]<<16^t[d>>8&255]<<8^t[d&255],o%s===0&&(d=d<<8^d>>>24^l<<24,l=l<<1^(l>>7)*283)),a[o]=a[o-s]^d}for(let d=0;o;d++,o--){const h=a[d&3?o:o-4];o<=4||d<4?c[d]=h:c[d]=i[0][t[h>>>24]]^i[1][t[h>>16&255]]^i[2][t[h>>8&255]]^i[3][t[h&255]]}}encrypt(n){return this._crypt(n,0)}decrypt(n){return this._crypt(n,1)}_precompute(){const n=this._tables[0],e=this._tables[1],t=n[4],i=e[4],s=[],o=[];let a,c,l,d;for(let h=0;h<256;h++)o[(s[h]=h<<1^(h>>7)*283)^h]=h;for(let h=a=0;!t[h];h^=c||1,a=o[a]||1){let f=a^a<<1^a<<2^a<<3^a<<4;f=f>>8^f&255^99,t[h]=f,i[f]=h,d=s[l=s[c=s[h]]];let p=d*16843009^l*65537^c*257^h*16843008,u=s[f]*257^f*16843008;for(let m=0;m<4;m++)n[m][h]=u=u<<24^u>>>8,e[m][f]=p=p<<24^p>>>8}for(let h=0;h<5;h++)n[h]=n[h].slice(0),e[h]=e[h].slice(0)}_crypt(n,e){if(n.length!==4)throw new Error("invalid aes block size");const t=this._key[e],i=t.length/4-2,s=[0,0,0,0],o=this._tables[e],a=o[0],c=o[1],l=o[2],d=o[3],h=o[4];let f=n[0]^t[0],p=n[e?3:1]^t[1],u=n[2]^t[2],m=n[e?1:3]^t[3],C=4,A,b,I;for(let k=0;k<i;k++)A=a[f>>>24]^c[p>>16&255]^l[u>>8&255]^d[m&255]^t[C],b=a[p>>>24]^c[u>>16&255]^l[m>>8&255]^d[f&255]^t[C+1],I=a[u>>>24]^c[m>>16&255]^l[f>>8&255]^d[p&255]^t[C+2],m=a[m>>>24]^c[f>>16&255]^l[p>>8&255]^d[u&255]^t[C+3],C+=4,f=A,p=b,u=I;for(let k=0;k<4;k++)s[e?3&-k:k]=h[f>>>24]<<24^h[p>>16&255]<<16^h[u>>8&255]<<8^h[m&255]^t[C++],A=f,f=p,p=u,u=m,m=A;return s}};const Sh={getRandomValues(n){const e=new Uint32Array(n.buffer),t=i=>{let s=987654321;const o=4294967295;return function(){return s=36969*(s&65535)+(s>>16)&o,i=18e3*(i&65535)+(i>>16)&o,(((s<<16)+i&o)/4294967296+.5)*(Math.random()>.5?1:-1)}};for(let i=0,s;i<n.length;i+=4){const o=t((s||Math.random())*4294967296);s=o()*987654071,e[i/4]=o()*4294967296|0}return n}},Fo={};Fo.ctrGladman=class{constructor(n,e){this._prf=n,this._initIv=e,this._iv=e}reset(){this._iv=this._initIv}update(n){return this.calculate(this._prf,n,this._iv)}incWord(n){if((n>>24&255)===255){let e=n>>16&255,t=n>>8&255,i=n&255;e===255?(e=0,t===255?(t=0,i===255?i=0:++i):++t):++e,n=0,n+=e<<16,n+=t<<8,n+=i}else n+=1<<24;return n}incCounter(n){(n[0]=this.incWord(n[0]))===0&&(n[1]=this.incWord(n[1]))}calculate(n,e,t){let i;if(!(i=e.length))return[];const s=Ne.bitLength(e);for(let o=0;o<i;o+=4){this.incCounter(t);const a=n.encrypt(t);e[o]^=a[0],e[o+1]^=a[1],e[o+2]^=a[2],e[o+3]^=a[3]}return Ne.clamp(e,s)}};const Bt={importKey(n){return new Bt.hmacSha1(Gn.bytes.toBits(n))},pbkdf2(n,e,t,i){if(t=t||1e4,i<0||t<0)throw new Error("invalid params to pbkdf2");const s=(i>>5)+1<<2;let o,a,c,l,d;const h=new ArrayBuffer(s),f=new DataView(h);let p=0;const u=Ne;for(e=Gn.bytes.toBits(e),d=1;p<(s||1);d++){for(o=a=n.encrypt(u.concat(e,[d])),c=1;c<t;c++)for(a=n.encrypt(a),l=0;l<a.length;l++)o[l]^=a[l];for(c=0;p<(s||1)&&c<o.length;c++)f.setInt32(p,o[c]),p+=4}return h.slice(0,i/8)}};Bt.hmacSha1=class{constructor(n){const e=this,t=e._hash=ko.sha1,i=[[],[]];e._baseHash=[new t,new t];const s=e._baseHash[0].blockSize/32;n.length>s&&(n=new t().update(n).finalize());for(let o=0;o<s;o++)i[0][o]=n[o]^909522486,i[1][o]=n[o]^1549556828;e._baseHash[0].update(i[0]),e._baseHash[1].update(i[1]),e._resultHash=new t(e._baseHash[0])}reset(){const n=this;n._resultHash=new n._hash(n._baseHash[0]),n._updated=!1}update(n){const e=this;e._updated=!0,e._resultHash.update(n)}digest(){const n=this,e=n._resultHash.finalize(),t=new n._hash(n._baseHash[1]).update(e).finalize();return n.reset(),t}encrypt(n){if(this._updated)throw new Error("encrypt on already updated hmac called!");return this.update(n),this.digest(n)}};const Th=typeof crypto!=dt&&typeof crypto.getRandomValues==It,No="Invalid password",Ro="Invalid signature",Yi="zipjs-abort-check-password";function Lo(n){return Th?crypto.getRandomValues(n):Sh.getRandomValues(n)}const Qt=16,Mh="raw",Oo={name:"PBKDF2"},Dh={name:"HMAC"},kh="SHA-1",Ph=Object.assign({hash:Dh},Oo),zi=Object.assign({iterations:1e3,hash:{name:kh}},Oo),Fh=["deriveBits"],nn=[8,12,16],sn=[16,24,32],ut=10,Nh=[0,0,0,0],Hn=typeof crypto!=dt,on=Hn&&crypto.subtle,Uo=Hn&&typeof on!=dt,Ze=Gn.bytes,Rh=Po.aes,Lh=Fo.ctrGladman,Oh=Bt.hmacSha1;let _o=Hn&&Uo&&typeof on.importKey==It,Qo=Hn&&Uo&&typeof on.deriveBits==It;class Uh extends TransformStream{constructor({password:e,rawPassword:t,signed:i,encryptionStrength:s,checkPasswordOnly:o}){super({start(){Object.assign(this,{ready:new Promise(a=>this.resolveReady=a),password:Ho(e,t),signed:i,strength:s-1,pending:new Uint8Array})},async transform(a,c){const l=this,{password:d,strength:h,resolveReady:f,ready:p}=l;d?(await Qh(l,h,d,Ve(a,0,nn[h]+2)),a=Ve(a,nn[h]+2),o?c.error(new Error(Yi)):f()):await p;const u=new Uint8Array(a.length-ut-(a.length-ut)%Qt);c.enqueue(Vo(l,a,u,0,ut,!0))},async flush(a){const{signed:c,ctr:l,hmac:d,pending:h,ready:f}=this;if(d&&l){await f;const p=Ve(h,0,h.length-ut),u=Ve(h,h.length-ut);let m=new Uint8Array;if(p.length){const C=an(Ze,p);d.update(C);const A=l.update(C);m=rn(Ze,A)}if(c){const C=Ve(rn(Ze,d.digest()),0,ut);for(let A=0;A<ut;A++)if(C[A]!=u[A])throw new Error(Ro)}a.enqueue(m)}}})}}class _h extends TransformStream{constructor({password:e,rawPassword:t,encryptionStrength:i}){let s;super({start(){Object.assign(this,{ready:new Promise(o=>this.resolveReady=o),password:Ho(e,t),strength:i-1,pending:new Uint8Array})},async transform(o,a){const c=this,{password:l,strength:d,resolveReady:h,ready:f}=c;let p=new Uint8Array;l?(p=await Vh(c,d,l),h()):await f;const u=new Uint8Array(p.length+o.length-o.length%Qt);u.set(p,0),a.enqueue(Vo(c,o,u,p.length,0))},async flush(o){const{ctr:a,hmac:c,pending:l,ready:d}=this;if(c&&a){await d;let h=new Uint8Array;if(l.length){const f=a.update(an(Ze,l));c.update(f),h=rn(Ze,f)}s.signature=rn(Ze,c.digest()).slice(0,ut),o.enqueue(Wi(h,s.signature))}}}),s=this}}function Vo(n,e,t,i,s,o){const{ctr:a,hmac:c,pending:l}=n,d=e.length-s;l.length&&(e=Wi(l,e),t=Yh(t,d-d%Qt));let h;for(h=0;h<=d-Qt;h+=Qt){const f=an(Ze,Ve(e,h,h+Qt));o&&c.update(f);const p=a.update(f);o||c.update(p),t.set(rn(Ze,p),h+i)}return n.pending=Ve(e,h),t}async function Qh(n,e,t,i){const s=await Go(n,e,t,Ve(i,0,nn[e])),o=Ve(i,nn[e]);if(s[0]!=o[0]||s[1]!=o[1])throw new Error(No)}async function Vh(n,e,t){const i=Lo(new Uint8Array(nn[e])),s=await Go(n,e,t,i);return Wi(i,s)}async function Go(n,e,t,i){n.password=null;const s=await Gh(Mh,t,Ph,!1,Fh),o=await Hh(Object.assign({salt:i},zi),s,8*(sn[e]*2+2)),a=new Uint8Array(o),c=an(Ze,Ve(a,0,sn[e])),l=an(Ze,Ve(a,sn[e],sn[e]*2)),d=Ve(a,sn[e]*2);return Object.assign(n,{keys:{key:c,authentication:l,passwordVerification:d},ctr:new Lh(new Rh(c),Array.from(Nh)),hmac:new Oh(l)}),d}async function Gh(n,e,t,i,s){if(_o)try{return await on.importKey(n,e,t,i,s)}catch{return _o=!1,Bt.importKey(e)}else return Bt.importKey(e)}async function Hh(n,e,t){if(Qo)try{return await on.deriveBits(n,e,t)}catch{return Qo=!1,Bt.pbkdf2(e,n.salt,zi.iterations,t)}else return Bt.pbkdf2(e,n.salt,zi.iterations,t)}function Ho(n,e){return e===he?xh(n):e}function Wi(n,e){let t=n;return n.length+e.length&&(t=new Uint8Array(n.length+e.length),t.set(n,0),t.set(e,n.length)),t}function Yh(n,e){if(e&&e>n.length){const t=n;n=new Uint8Array(e),n.set(t,0)}return n}function Ve(n,e,t){return n.subarray(e,t)}function rn(n,e){return n.fromBits(e)}function an(n,e){return n.toBits(e)}const ln=12;class zh extends TransformStream{constructor({password:e,passwordVerification:t,checkPasswordOnly:i}){super({start(){Object.assign(this,{password:e,passwordVerification:t}),Wo(this,e)},transform(s,o){const a=this;if(a.password){const c=Yo(a,s.subarray(0,ln));if(a.password=null,c.at(-1)!=a.passwordVerification)throw new Error(No);s=s.subarray(ln)}i?o.error(new Error(Yi)):o.enqueue(Yo(a,s))}})}}class Wh extends TransformStream{constructor({password:e,passwordVerification:t}){super({start(){Object.assign(this,{password:e,passwordVerification:t}),Wo(this,e)},transform(i,s){const o=this;let a,c;if(o.password){o.password=null;const l=Lo(new Uint8Array(ln));l[ln-1]=o.passwordVerification,a=new Uint8Array(i.length+l.length),a.set(zo(o,l),0),c=ln}else a=new Uint8Array(i.length),c=0;a.set(zo(o,i),c),s.enqueue(a)}})}}function Yo(n,e){const t=new Uint8Array(e.length);for(let i=0;i<e.length;i++)t[i]=jo(n)^e[i],ji(n,t[i]);return t}function zo(n,e){const t=new Uint8Array(e.length);for(let i=0;i<e.length;i++)t[i]=jo(n)^e[i],ji(n,e[i]);return t}function Wo(n,e){const t=[305419896,591751049,878082192];Object.assign(n,{keys:t,crcKey0:new Vn(t[0]),crcKey2:new Vn(t[2])});for(let i=0;i<e.length;i++)ji(n,e.charCodeAt(i))}function ji(n,e){let[t,i,s]=n.keys;n.crcKey0.append([e]),t=~n.crcKey0.get(),i=$o(Math.imul($o(i+Ko(t)),134775813)+1),n.crcKey2.append([i>>>24]),s=~n.crcKey2.get(),n.keys=[t,i,s]}function jo(n){const e=n.keys[2]|2;return Ko(Math.imul(e,e^1)>>>8)}function Ko(n){return n&255}function $o(n){return n&4294967295}const Xo="Invalid uncompressed size",jh="deflate-raw",Kh="deflate64-raw";class $h extends TransformStream{constructor(e,{chunkSize:t,CompressionStreamZlib:i,CompressionStream:s}){super({});const{compressed:o,encrypted:a,useCompressionStream:c,zipCrypto:l,signed:d,level:h}=e,f=this;let p,u,m=super.readable;(!a||l)&&d&&(p=new Do,m=et(m,p)),o&&(m=Jo(m,c,{level:h,chunkSize:t},s,i,s)),a&&(l?m=et(m,new Wh(e)):(u=new _h(e),m=et(m,u))),qo(f,m,()=>{let C;a&&!l&&(C=u.signature),(!a||l)&&d&&(C=new DataView(p.value.buffer).getUint32(0)),f.signature=C})}}class Xh extends TransformStream{constructor(e,{chunkSize:t,DecompressionStreamZlib:i,DecompressionStream:s}){super({});const{zipCrypto:o,encrypted:a,signed:c,signature:l,compressed:d,useCompressionStream:h,deflate64:f}=e;let p,u,m=super.readable;a&&(o?m=et(m,new zh(e)):(u=new Uh(e),m=et(m,u))),d&&(m=Jo(m,h,{chunkSize:t,deflate64:f},s,i,s)),(!a||o)&&c&&(p=new Do,m=et(m,p)),qo(this,m,()=>{if((!a||o)&&c){const C=new DataView(p.value.buffer);if(l!=C.getUint32(0,!1))throw new Error(Ro)}})}}function qo(n,e,t){e=et(e,new TransformStream({flush:t})),Object.defineProperty(n,"readable",{get(){return e}})}function Jo(n,e,t,i,s,o){const a=e&&i?i:s||o,c=t.deflate64?Kh:jh;try{n=et(n,new a(c,t))}catch(l){if(e)if(s)n=et(n,new s(c,t));else if(o)n=et(n,new o(c,t));else throw l;else throw l}return n}function et(n,e){return n.pipeThrough(e)}const qh="message",Jh="start",Zh="pull",Zo="data",ef="ack",er="close",tf="deflate",tr="inflate";class nf extends TransformStream{constructor(e,t){super({});const i=this,{codecType:s}=e;let o;s.startsWith(tf)?o=$h:s.startsWith(tr)&&(o=Xh),i.outputSize=0;let a=0;const c=new o(e,t),l=super.readable,d=new TransformStream({transform(f,p){f&&f.length&&(a+=f.length,p.enqueue(f))},flush(){Object.assign(i,{inputSize:a})}}),h=new TransformStream({transform(f,p){if(f&&f.length&&(p.enqueue(f),i.outputSize+=f.length,e.outputSize!==he&&i.outputSize>e.outputSize))throw new Error(Xo)},flush(){const{signature:f}=c;Object.assign(i,{signature:f,inputSize:a})}});Object.defineProperty(i,"readable",{get(){return l.pipeThrough(d).pipeThrough(c).pipeThrough(h)}})}}class sf extends TransformStream{constructor(e){let t;super({transform:i,flush(s){t&&t.length&&s.enqueue(t)}});function i(s,o){if(t){const a=new Uint8Array(t.length+s.length);a.set(t),a.set(s,t.length),s=a,t=null}s.length>e?(o.enqueue(s.slice(0,e)),i(s.slice(e),o)):t=s}}}let nr=typeof Worker!=dt,ir=()=>{};function of({initModule:n}){ir=n}class Ki{constructor(e,{readable:t,writable:i},{options:s,config:o,streamOptions:a,useWebWorkers:c,transferStreams:l,workerURI:d},h){const{signal:f}=a;return Object.assign(e,{busy:!0,readable:t.pipeThrough(new sf(o.chunkSize)).pipeThrough(new rf(a),{signal:f}),writable:i,options:Object.assign({},s),workerURI:d,transferStreams:l,terminate(){return new Promise(p=>{const{worker:u,busy:m}=e;u?(m?e.resolveTerminated=p:(u.terminate(),p()),e.interface=null):p()})},onTaskFinished(){const{resolveTerminated:p}=e;p&&(e.resolveTerminated=null,e.terminated=!0,e.worker.terminate(),p()),e.busy=!1,h(e)}}),(c&&nr?af:sr)(e,o)}}class rf extends TransformStream{constructor({onstart:e,onprogress:t,size:i,onend:s}){let o=0;super({async start(){e&&await $i(e,i)},async transform(a,c){o+=a.length,t&&await $i(t,o,i),c.enqueue(a)},async flush(){s&&await $i(s,o)}})}}async function $i(n,...e){try{await n(...e)}catch{}}function sr(n,e){return{run:()=>lf(n,e)}}function af(n,e){const{baseURI:t,chunkSize:i}=e;let{wasmURI:s}=e;if(!n.interface){typeof s==It&&(s=s());let o;try{o=uf(n.workerURI,t,n)}catch{return nr=!1,sr(n,e)}Object.assign(n,{worker:o,interface:{run:()=>cf(n,{chunkSize:i,wasmURI:s,baseURI:t})}})}return n.interface}async function lf({options:n,readable:e,writable:t,onTaskFinished:i},s){let o;try{if(!n.useCompressionStream)try{await ir(s)}catch{n.useCompressionStream=!0}o=new nf(n,s),await e.pipeThrough(o).pipeTo(t,{preventClose:!0,preventAbort:!0});const{signature:a,inputSize:c,outputSize:l}=o;return{signature:a,inputSize:c,outputSize:l}}catch(a){throw o&&(a.outputSize=o.outputSize),a}finally{i()}}async function cf(n,e){let t,i;const s=new Promise((f,p)=>{t=f,i=p});Object.assign(n,{reader:null,writer:null,resolveResult:t,rejectResult:i,result:s});const{readable:o,options:a}=n,{writable:c,closed:l}=df(n.writable),d=Yn({type:Jh,options:a,config:e,readable:o,writable:c},n);d||Object.assign(n,{reader:o.getReader(),writer:c.getWriter()});const h=await s;return d||await c.getWriter().close(),await l,h}function df(n){let e;const t=new Promise(s=>e=s);return{writable:new WritableStream({async write(s){const o=n.getWriter();await o.ready,await o.write(s),o.releaseLock()},close(){e()},abort(s){return n.getWriter().abort(s)}}),closed:t}}let or=!0;function uf(n,e,t){const i={type:"module"};let s,o;if(typeof n==It&&(n=n()),n.startsWith("data:")||n.startsWith("blob:"))try{o=new Worker(n)}catch{o=new Worker(n,i)}else{try{s=new URL(n,e)}catch{s=n}o=new Worker(s,i)}return o.addEventListener(qh,a=>hf(a,t)),o}function Yn(n,{worker:e,writer:t,onTaskFinished:i,transferStreams:s}){try{const{value:o,readable:a,writable:c}=n,l=[];if(o&&(n.value=o,l.push(n.value.buffer)),s&&or?(a&&l.push(a),c&&l.push(c)):n.readable=n.writable=null,l.length)try{return e.postMessage(n,l),!0}catch{or=!1,n.readable=n.writable=null,e.postMessage(n)}else e.postMessage(n)}catch(o){throw t&&t.releaseLock(),i(),o}}async function hf({data:n},e){const{type:t,value:i,messageId:s,result:o,error:a}=n,{reader:c,writer:l,resolveResult:d,rejectResult:h,onTaskFinished:f}=e;try{if(a){const{message:u,stack:m,code:C,name:A,outputSize:b}=a,I=new Error(u);Object.assign(I,{stack:m,code:C,name:A,outputSize:b}),p(I)}else{if(t==Zh){const{value:u,done:m}=await c.read();Yn({type:Zo,value:u,done:m,messageId:s},e)}t==Zo&&(await l.ready,await l.write(new Uint8Array(i)),Yn({type:ef,messageId:s},e)),t==er&&p(null,o)}}catch(u){Yn({type:er,messageId:s},e),p(u)}function p(u,m){u?h(u):d(m),l&&l.releaseLock(),f()}}let xt=[];const Xi=[];let rr=0;async function ff(n,e){const{options:t,config:i}=e,{transferStreams:s,useWebWorkers:o,useCompressionStream:a,compressed:c,signed:l,encrypted:d}=t,{workerURI:h,maxWorkers:f}=i;e.transferStreams=s||s===he;const p=!c&&!l&&!d&&!e.transferStreams;return e.useWebWorkers=!p&&(o||o===he&&i.useWebWorkers),e.workerURI=e.useWebWorkers&&h?h:he,t.useCompressionStream=a||a===he&&i.useCompressionStream,(await u()).run();async function u(){const C=xt.find(A=>!A.busy);if(C)return ar(C),new Ki(C,n,e,m);if(xt.length<f){const A={indexWorker:rr};return rr++,xt.push(A),new Ki(A,n,e,m)}else return new Promise(A=>Xi.push({resolve:A,stream:n,workerOptions:e}))}function m(C){if(Xi.length){const[{resolve:A,stream:b,workerOptions:I}]=Xi.splice(0,1);A(new Ki(C,b,I,m))}else C.worker?(ar(C),pf(C,e)):xt=xt.filter(A=>A!=C)}}function pf(n,e){const{config:t}=e,{terminateWorkerTimeout:i}=t;Number.isFinite(i)&&i>=0&&(n.terminated?n.terminated=!1:n.terminateTimeout=setTimeout(async()=>{xt=xt.filter(s=>s!=n);try{await n.terminate()}catch{}},i))}function ar(n){const{terminateTimeout:e}=n;e&&(clearTimeout(e),n.terminateTimeout=null)}const mf="Writer iterator completed too soon",gf="Content-Type",Af=64*1024,lr="writable";class qi{constructor(){this.size=0}init(){this.initialized=!0}}class cr extends qi{get readable(){const e=this,{chunkSize:t=Af}=e,i=new ReadableStream({start(){this.chunkOffset=0},async pull(s){const{offset:o=0,size:a,diskNumberStart:c}=i,{chunkOffset:l}=this,d=a===he?t:Math.min(t,a-l),h=await Me(e,o+l,d,c);s.enqueue(h),l+t>a||a===he&&!h.length&&d?s.close():this.chunkOffset+=t}});return i}}class Ji extends cr{constructor(e){super(),Object.assign(this,{blob:e,size:e.size})}async readUint8Array(e,t){const i=this,s=e+t;let a=await(e||s<i.size?i.blob.slice(e,s):i.blob).arrayBuffer();return a.byteLength>t&&(a=a.slice(e,s)),new Uint8Array(a)}}class yf extends qi{constructor(e){super();const t=this,i=new TransformStream,s=[];e&&s.push([gf,e]),Object.defineProperty(t,lr,{get(){return i.writable}}),t.blob=new Response(i.readable,{headers:s}).blob()}getData(){return this.blob}}class Cf extends yf{constructor(e){super(e),Object.assign(this,{encoding:e,utf8:!e||e.toLowerCase()=="utf-8"})}async getData(){const{encoding:e,utf8:t}=this,i=await super.getData();if(i.text&&t)return i.text();{const s=new FileReader;return new Promise((o,a)=>{Object.assign(s,{onload:({target:c})=>o(c.result),onerror:()=>a(s.error)}),s.readAsText(i,e)})}}}class Ef extends cr{constructor(e){super(),this.readers=e}async init(){const e=this,{readers:t}=e;e.lastDiskNumber=0,e.lastDiskOffset=0,await Promise.all(t.map(async(i,s)=>{await i.init(),s!=t.length-1&&(e.lastDiskOffset+=i.size),e.size+=i.size})),super.init()}async readUint8Array(e,t,i=0){const s=this,{readers:o}=this;let a,c=i;c==-1&&(c=o.length-1);let l=e;for(;o[c]&&l>=o[c].size;)l-=o[c].size,c++;const d=o[c];if(d){const h=d.size;if(l+t<=h)a=await Me(d,l,t);else{const f=h-l;a=new Uint8Array(t);const p=await Me(d,l,f);a.set(p,0);const u=await s.readUint8Array(e+f,t-f,i);a.set(u,f),p.length+u.length<t&&(a=a.subarray(0,p.length+u.length))}}else a=new Uint8Array;return s.lastDiskNumber=Math.max(c,s.lastDiskNumber),a}}class dr extends qi{constructor(e,t=4294967295){super();const i=this;Object.assign(i,{diskNumber:0,diskOffset:0,size:0,maxSize:t,availableSize:t});let s,o,a;const c=new WritableStream({async write(h){const{availableSize:f}=i;if(a)h.length>=f?(await l(h.subarray(0,f)),await d(),i.diskOffset+=s.size,i.diskNumber++,a=null,await this.write(h.subarray(f))):await l(h);else{const{value:p,done:u}=await e.next();if(u&&!p)throw new Error(mf);s=p,s.size=0,s.maxSize&&(i.maxSize=s.maxSize),i.availableSize=i.maxSize,await zn(s),o=p.writable,a=o.getWriter(),await this.write(h)}},async close(){await a.ready,await d()}});Object.defineProperty(i,lr,{get(){return c}});async function l(h){const f=h.length;f&&(await a.ready,await a.write(h),s.size+=f,i.size+=f,i.availableSize-=f)}async function d(){await a.close()}}}class bf{constructor(e){return Array.isArray(e)&&(e=new Ef(e)),e instanceof ReadableStream&&(e={readable:e}),e}}class wf{constructor(e){return e.writable===he&&typeof e.next==It&&(e=new dr(e)),e instanceof WritableStream&&(e={writable:e}),e.size===he&&(e.size=0),e instanceof dr||Object.assign(e,{diskNumber:0,diskOffset:0,availableSize:1/0,maxSize:1/0}),e}}async function zn(n,e){if(n.init&&!n.initialized)await n.init(e);else return Promise.resolve()}function Me(n,e,t,i){return n.readUint8Array(e,t,i)}const ur="\0☺☻♥♦♣♠•◘○◙♂♀♪♫☼►◄↕‼¶§▬↨↑↓→←∟↔▲▼ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ ".split(""),vf=ur.length==256;function If(n){if(vf){let e="";for(let t=0;t<n.length;t++)e+=ur[n[t]];return e}else return new TextDecoder().decode(n)}function Wn(n,e){return e&&e.trim().toLowerCase()=="cp437"?If(n):new TextDecoder(e).decode(n)}const hr="filename",fr="rawFilename",pr="comment",mr="rawComment",gr="uncompressedSize",Ar="compressedSize",yr="offset",Cr="diskNumberStart",Zi="lastModDate",es="rawLastModDate",Er="lastAccessDate",Bf="rawLastAccessDate",br="creationDate",wr="rawCreationDate",xf=[hr,fr,gr,Ar,Zi,es,pr,mr,Er,br,wr,yr,Cr,"internalFileAttributes","externalFileAttributes","msdosAttributesRaw","msdosAttributes","msDosCompatible","zip64","encrypted","version","versionMadeBy","zipCrypto","directory","executable","compressionMethod","signature","extraField","extraFieldUnix","extraFieldInfoZip","uid","gid","unixMode","setuid","setgid","sticky","bitFlag","filenameUTF8","commentUTF8","rawExtraField","extraFieldZip64","extraFieldUnicodePath","extraFieldUnicodeComment","extraFieldAES","extraFieldNTFS","extraFieldExtendedTimestamp"];class vr{constructor(e){xf.forEach(t=>this[t]=e[t])}}const Sf="filenameEncoding",Tf="commentEncoding",Mf="decodeText",Df="extractPrependedData",kf="extractAppendedData",Pf="password",Ff="rawPassword",Nf="passThrough",Rf="signal",Lf="checkPasswordOnly",Of="checkOverlappingEntryOnly",Uf="checkOverlappingEntry",_f="checkSignature",Qf="useWebWorkers",Vf="useCompressionStream",Gf="transferStreams",Hf="preventClose",ts="File format is not recognized",Yf="End of central directory not found",zf="End of Zip64 central directory locator not found",Wf="Central directory header not found",jf="Local file header not found",Kf="Zip64 extra field not found",$f="File contains encrypted entry",Xf="Encryption method not supported",Ir="Compression method not supported",Br="Split zip file",qf="Overlapping entry found",xr="utf-8",Jf="UTF8",Sr="cp437",Zf=[[gr,vt],[Ar,vt],[yr,vt],[Cr,Je]],ep={[Je]:{getValue:fe,bytes:4},[vt]:{getValue:Vt,bytes:8}};class Tr{constructor(e,t={}){Object.assign(this,{reader:new bf(e),options:t,config:vh(),readRanges:[]})}async*getEntriesGenerator(e={}){const t=this;let{reader:i}=t;const{config:s}=t;if(await zn(i),(i.size===he||!i.readUint8Array)&&(i=new Ji(await new Response(i.readable).blob()),await zn(i)),i.size<_t)throw new Error(ts);i.chunkSize=Ih(s);const o=await ap(i,ju,i.size,_t,Je*16);if(!o){const w=await Me(i,0,4),S=pe(w);throw fe(S)==Co?new Error(Br):new Error(Yf)}const a=pe(o);let c=fe(a,12),l=fe(a,16);const d=o.offset,h=Se(a,20),f=d+_t+h;let p=Se(a,4);const u=i.lastDiskNumber||0;let m=Se(a,6),C=Se(a,8),A=0,b=0;if(l==vt||c==vt||C==Je||m==Je){const w=await Me(i,o.offset-_i,_i),S=pe(w);if(fe(S,0)==Ku){l=Vt(S,8);let L=await Me(i,l,Qi,-1),V=pe(L);const M=o.offset-_i-Qi;if(fe(V,0)!=bo&&l!=M){const E=l;l=M,l>E&&(A=l-E),L=await Me(i,l,Qi,-1),V=pe(L)}if(fe(V,0)!=bo)throw new Error(zf);p==Je&&(p=fe(V,16)),m==Je&&(m=fe(V,20)),C==Je&&(C=Vt(V,32)),c==vt&&(c=Vt(V,40)),l-=c}}if(l>=i.size&&(A=i.size-l-c-_t,l=i.size-c-_t),u!=p)throw new Error(Br);if(l<0)throw new Error(ts);let I=0,k=await Me(i,l,c,m),P=pe(k);if(c){const w=o.offset-c;if(fe(P,I)!=Eo&&l!=w){const S=l;l=w,l>S&&(A+=l-S),k=await Me(i,l,c,m),P=pe(k)}}const R=o.offset-l-(i.lastDiskOffset||0);if(c!=R&&R>=0&&(c=R,k=await Me(i,l,c,m),P=pe(k)),l<0||l>=i.size)throw new Error(ts);const T=De(t,e,Sf),B=De(t,e,Tf);for(let w=0;w<C;w++){const S=new tp(i,s,t.options);if(fe(P,I)!=Eo)throw new Error(Wf);Mr(S,P,I+6);const L=!!S.bitFlag.languageEncodingFlag,V=I+46,M=V+S.filenameLength,E=M+S.extraFieldLength,y=Se(P,I+4),v=y>>8==0,D=y>>8==3,F=k.subarray(V,M),Q=Se(P,I+32),O=E+Q,x=k.subarray(E,O),U=L,H=L,j=fe(P,I+38),X=j&Ui,Z={readOnly:!!(X&ch),hidden:!!(X&dh),system:!!(X&uh),directory:!!(X&lh),archive:!!(X&hh)},re=fe(P,I+42)+A,se=De(t,e,Mf)||Wn,oe=U?xr:T||Sr,ge=H?xr:B||Sr;let ve=se(F,oe);ve===he&&(ve=Wn(F,oe));let Ce=se(x,ge);Ce===he&&(Ce=Wn(x,ge)),Object.assign(S,{versionMadeBy:y,msDosCompatible:v,compressedSize:0,uncompressedSize:0,commentLength:Q,offset:re,diskNumberStart:Se(P,I+34),internalFileAttributes:Se(P,I+36),externalFileAttributes:j,msdosAttributesRaw:X,msdosAttributes:Z,rawFilename:F,filenameUTF8:U,commentUTF8:H,rawExtraField:k.subarray(M,E),rawComment:x,filename:ve,comment:Ce}),b=Math.max(re,b),Dr(S,S,P,I+6);const Be=S.externalFileAttributes>>16&Je;S.unixMode===he&&(Be&(fh|Gi|Vi))!=0&&(S.unixMode=Be);const Te=!!(S.unixMode&ph),_e=!!(S.unixMode&mh),z=!!(S.unixMode&gh),Y=S.unixMode!==he?(S.unixMode&Gi)!=0:D&&(Be&Gi)!=0,$=S.unixMode!==he&&(S.unixMode&xo)==Vi,Pe=(Be&xo)==Vi;Object.assign(S,{setuid:Te,setgid:_e,sticky:z,unixExternalUpper:Be,internalFileAttribute:S.internalFileAttributes,externalFileAttribute:S.externalFileAttributes,executable:Y,directory:$||Pe||v&&Z.directory||ve.endsWith(Ah)&&!S.uncompressedSize,zipCrypto:S.encrypted&&!S.extraFieldAES});const Re=new vr(S);Re.getData=(Sn,$e)=>S.getData(Sn,Re,t.readRanges,$e),Re.arrayBuffer=async Sn=>{const $e=new TransformStream,[Tn]=await Promise.all([new Response($e.readable).arrayBuffer(),S.getData($e,Re,t.readRanges,Sn)]);return Tn},I=O;const{onprogress:He}=e;if(He)try{await He(w+1,C,new vr(S))}catch{}yield Re}const g=De(t,e,Df),N=De(t,e,kf);return g&&(t.prependedData=b>0?await Me(i,0,b):new Uint8Array),t.comment=h?await Me(i,d+_t,h):new Uint8Array,N&&(t.appendedData=f<i.size?await Me(i,f,i.size-f):new Uint8Array),!0}async getEntries(e={}){const t=[];for await(const i of this.getEntriesGenerator(e))t.push(i);return t}async close(){}}class tp{constructor(e,t,i){Object.assign(this,{reader:e,config:t,options:i})}async getData(e,t,i,s={}){const o=this,{reader:a,offset:c,diskNumberStart:l,extraFieldAES:d,extraFieldZip64:h,compressionMethod:f,config:p,bitFlag:u,signature:m,rawLastModDate:C,uncompressedSize:A,compressedSize:b}=o,{dataDescriptor:I}=u,k=t.localDirectory={},P=await Me(a,c,Hi,l),R=pe(P);let T=De(o,s,Pf),B=De(o,s,Ff);const g=De(o,s,Nf);if(T=T&&T.length&&T,B=B&&B.length&&B,d&&d.originalCompressionMethod!=Yu)throw new Error(Ir);if(f!=Hu&&f!=Gu&&f!=yo&&!g)throw new Error(Ir);if(fe(R,0)!=zu)throw new Error(jf);Mr(k,R,4);const{extraFieldLength:N,filenameLength:w,lastAccessDate:S,creationDate:L}=k;k.rawExtraField=N?await Me(a,c+Hi+w,N,l):new Uint8Array,Dr(o,k,R,4,!0),Object.assign(t,{lastAccessDate:S,creationDate:L});const V=o.encrypted&&k.encrypted&&!g,M=V&&!d;if(g||(t.zipCrypto=M),V){if(!M&&d.strength===he)throw new Error(Xf);if(!T&&!B)throw new Error($f)}const E=c+Hi+w+N,y=b,v=a.readable;Object.assign(v,{diskNumberStart:l,offset:E,size:y});const D=De(o,s,Rf),F=De(o,s,Lf);let Q=De(o,s,Uf);const O=De(o,s,Of);O&&(Q=!0);const{onstart:x,onprogress:U,onend:H}=s,j=f==yo;let X=De(o,s,Vf);j&&(X=!1);const Z={options:{codecType:tr,password:T,rawPassword:B,zipCrypto:M,encryptionStrength:d&&d.strength,signed:De(o,s,_f)&&!g,passwordVerification:M&&(I?C>>>8&Ui:m>>>24&Ui),outputSize:g?b:A,signature:m,compressed:f!=0&&!g,encrypted:o.encrypted&&!g,useWebWorkers:De(o,s,Qf),useCompressionStream:X,transferStreams:De(o,s,Gf),deflate64:j,checkPasswordOnly:F},config:p,streamOptions:{signal:D,size:y,onstart:x,onprogress:U,onend:H}};Q&&await rp({reader:a,fileEntry:t,offset:c,diskNumberStart:l,signature:m,compressedSize:b,uncompressedSize:A,dataOffset:E,dataDescriptor:I||k.bitFlag.dataDescriptor,extraFieldZip64:h||k.extraFieldZip64,readRanges:i});let re;try{if(!O){F&&(e=new WritableStream),e=new wf(e),await zn(e,g?b:A),{writable:re}=e;const{outputSize:se}=await ff({readable:v,writable:re},Z);if(e.size+=se,se!=(g?b:A))throw new Error(Xo)}}catch(se){if(se.outputSize!==he&&(e.size+=se.outputSize),!F||se.message!=Yi)throw se}finally{!De(o,s,Hf)&&re&&!re.locked&&await re.getWriter().close()}return F||O?he:e.getData?e.getData():re}}function Mr(n,e,t){const i=n.rawBitFlag=Se(e,t+2),s=(i&vo)==vo,o=fe(e,t+6);Object.assign(n,{encrypted:s,version:Se(e,t),bitFlag:{level:(i&ah)>>1,dataDescriptor:(i&Io)==Io,languageEncodingFlag:(i&Bo)==Bo},rawLastModDate:o,lastModDate:lp(o),filenameLength:Se(e,t+22),extraFieldLength:Se(e,t+24)})}function Dr(n,e,t,i,s){const{rawExtraField:o}=e,a=e.extraField=new Map,c=pe(new Uint8Array(o));let l=0;try{for(;l<o.length;){const I=Se(c,l),k=Se(c,l+2);a.set(I,{type:I,data:o.slice(l+4,l+4+k)}),l+=4+k}}catch{}const d=Se(t,i+4);Object.assign(e,{signature:fe(t,i+yh),compressedSize:fe(t,i+Ch),uncompressedSize:fe(t,i+Eh)});const h=a.get(qu);h&&(np(h,e),e.extraFieldZip64=h);const f=a.get(nh);f&&(kr(f,hr,fr,e,n),e.extraFieldUnicodePath=f);const p=a.get(ih);p&&(kr(p,pr,mr,e,n),e.extraFieldUnicodeComment=p);const u=a.get(Ju);u?(ip(u,e,d),e.extraFieldAES=u):e.compressionMethod=d;const m=a.get(Zu);m&&(sp(m,e),e.extraFieldNTFS=m);const C=a.get(rh);if(C)Pr(C,e,!1),e.extraFieldUnix=C;else{const I=a.get(oh);I&&(Pr(I,e,!0),e.extraFieldInfoZip=I)}const A=a.get(th);A&&(op(A,e,s),e.extraFieldExtendedTimestamp=A);const b=a.get(sh);b&&(e.extraFieldUSDZ=b)}function np(n,e){e.zip64=!0;const t=pe(n.data),i=Zf.filter(([s,o])=>e[s]==o);for(let s=0,o=0;s<i.length;s++){const[a,c]=i[s];if(e[a]==c){const l=ep[c];e[a]=n[a]=l.getValue(t,o),o+=l.bytes}else if(n[a])throw new Error(Kf)}}function kr(n,e,t,i,s){const o=pe(n.data),a=new Vn;a.append(s[t]);const c=pe(new Uint8Array(4));c.setUint32(0,a.get(),!0);const l=fe(o,1);Object.assign(n,{version:ht(o,0),[e]:Wn(n.data.subarray(5)),valid:!s.bitFlag.languageEncodingFlag&&l==fe(c,0)}),n.valid&&(i[e]=n[e],i[e+Jf]=!0)}function ip(n,e,t){const i=pe(n.data),s=ht(i,4);Object.assign(n,{vendorVersion:ht(i,0),vendorId:ht(i,2),strength:s,originalCompressionMethod:t,compressionMethod:Se(i,5)}),e.compressionMethod=n.compressionMethod}function sp(n,e){const t=pe(n.data);let i=4,s;try{for(;i<n.data.length&&!s;){const o=Se(t,i),a=Se(t,i+2);o==eh&&(s=n.data.slice(i+4,i+4+a)),i+=4+a}}catch{}try{if(s&&s.length==24){const o=pe(s),a=o.getBigUint64(0,!0),c=o.getBigUint64(8,!0),l=o.getBigUint64(16,!0);Object.assign(n,{rawLastModDate:a,rawLastAccessDate:c,rawCreationDate:l});const d=ns(a),h=ns(c),f=ns(l),p={lastModDate:d,lastAccessDate:h,creationDate:f};Object.assign(n,p),Object.assign(e,p)}}catch{}}function Pr(n,e,t){try{const i=pe(new Uint8Array(n.data));let s=0;const o=ht(i,s++),a=ht(i,s++),c=n.data.subarray(s,s+a);s+=a;const l=Fr(c),d=ht(i,s++),h=n.data.subarray(s,s+d);s+=d;const f=Fr(h);let p=he;if(!t&&s+2<=n.data.length){const u=n.data;p=new DataView(u.buffer,u.byteOffset+s,2).getUint16(0,!0)}Object.assign(n,{version:o,uid:l,gid:f,unixMode:p}),l!==he&&(e.uid=l),f!==he&&(e.gid=f),p!==he&&(e.unixMode=p)}catch{}}function Fr(n){const e=new Uint8Array(4);return e.set(n,0),new DataView(e.buffer,e.byteOffset,4).getUint32(0,!0)}function op(n,e,t){const i=pe(n.data),s=ht(i,0),o=[],a=[];t?((s&1)==1&&(o.push(Zi),a.push(es)),(s&2)==2&&(o.push(Er),a.push(Bf)),(s&4)==4&&(o.push(br),a.push(wr))):n.data.length>=5&&(o.push(Zi),a.push(es));let c=1;o.forEach((l,d)=>{if(n.data.length>=c+4){const h=fe(i,c);e[l]=n[l]=new Date(h*1e3);const f=a[d];n[f]=h}c+=4})}async function rp({reader:n,fileEntry:e,offset:t,diskNumberStart:i,signature:s,compressedSize:o,uncompressedSize:a,dataOffset:c,dataDescriptor:l,extraFieldZip64:d,readRanges:h}){let f=0;if(i)for(let m=0;m<i;m++){const C=n.readers[m];f+=C.size}let p=0;if(l&&(d?p=Xu:p=$u),p){const m=await Me(n,c+o,p+wo,i);if(fe(pe(m),0)==Wu){const A=fe(pe(m),4);let b,I;d?(b=Vt(pe(m),8),I=Vt(pe(m),16)):(b=fe(pe(m),8),I=fe(pe(m),12)),(e.encrypted&&!e.zipCrypto||A==s)&&b==o&&I==a&&(p+=wo)}}const u={start:f+t,end:f+c+o+p,fileEntry:e};for(const m of h)if(m.fileEntry!=e&&u.start>=m.start&&u.start<m.end){const C=new Error(qf);throw C.overlappingEntry=m.fileEntry,C}h.push(u)}async function ap(n,e,t,i,s){const o=new Uint8Array(4),a=pe(o);cp(a,0,e);const c=i+s;return await l(i)||await l(Math.min(c,t));async function l(d){const h=t-d,f=await Me(n,h,d);for(let p=f.length-i;p>=0;p--)if(f[p]==o[0]&&f[p+1]==o[1]&&f[p+2]==o[2]&&f[p+3]==o[3])return{offset:h+p,buffer:f.slice(p,p+i).buffer}}}function De(n,e,t){return e[t]===he?n.options[t]:e[t]}function lp(n){const e=(n&4294901760)>>16,t=n&Je;try{return new Date(1980+((e&65024)>>9),((e&480)>>5)-1,e&31,(t&63488)>>11,(t&2016)>>5,(t&31)*2,0)}catch{}}function ns(n){return new Date(Number(n/BigInt(1e4)-BigInt(116444736e5)))}function ht(n,e){return n.getUint8(e)}function Se(n,e){return n.getUint16(e,!0)}function fe(n,e){return n.getUint32(e,!0)}function Vt(n,e){return Number(n.getBigUint64(e,!0))}function cp(n,e,t){n.setUint32(e,t,!0)}function pe(n){return new DataView(n.buffer)}try{Qn({baseURI:typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:xe&&xe.tagName.toUpperCase()==="SCRIPT"&&xe.src||new URL("leiting-bim.umd.js",document.baseURI).href})}catch{}const Oe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function dp(n){let e;n({wasmURI:()=>(e||(e="data:application/wasm;base64,"+(t=>{t=(a=>{const c=(a=(a+"").replace(/[^A-Za-z0-9+/=]/g,"")).length,l=[];for(let d=0;c>d;d+=4){const h=Oe.indexOf(a[d])<<18|Oe.indexOf(a[d+1])<<12|(63&Oe.indexOf(a[d+2]))<<6|63&Oe.indexOf(a[d+3]);l.push(h>>16&255),a[d+2]!=="="&&l.push(h>>8&255),a[d+3]!=="="&&l.push(255&h)}return new Uint8Array(l)})(t);let i=new Uint8Array(1024),s=0;for(let a=0;a<t.length;){const c=t[a++];if(128&c){const l=3+(127&c),d=t[a++]<<8|t[a++],h=s-d;o(s+l);for(let f=0;l>f;f++)i[s++]=i[h+f]}else{const l=c;o(s+l);for(let d=0;l>d&&a<t.length;d++)i[s++]=t[a++]}}return(a=>{let c="";const l=a.length;let d=0;for(;l>d+2;d+=3){const f=a[d]<<16|a[d+1]<<8|a[d+2];c+=Oe[f>>18&63]+Oe[f>>12&63]+Oe[f>>6&63]+Oe[63&f]}const h=l-d;if(h===1){const f=a[d]<<16;c+=Oe[f>>18&63]+Oe[f>>12&63]+"=="}else if(h===2){const f=a[d]<<16|a[d+1]<<8;c+=Oe[f>>18&63]+Oe[f>>12&63]+Oe[f>>6&63]+"="}return c})(new Uint8Array(i.buffer.slice(0,s)));function o(a){if(i.length<a){let c=2*i.length;for(;a>c;)c*=2;const l=new Uint8Array(c);l.set(i.subarray(0,s)),i=l}}})("FQBhc20BAAAAAUULYAF/AX9gAn9/AIEABYAACwIDf4IABwEBgAARAQaAAAuDAA6BABUDAGAAgAADgAANAQSBABUDAGAHgwAegAAfEgNCQQcABAEABAgIAAIABQIKAIAAB4EAAwEFgQAHAgICgQAHEAEDAAUGAAMDBQQJBAQJAQaAAAEeAAIEAwIEAgIBBAcDAwQFAXABDQ0FBgEBggKCAgYIgACYIkHQ1QQLB4oEHAZtZW1vcnkCAAxpbmZsYXRlOV9uZXcABw2GAA8HaW5pdAAIEYoAEAdfcmF3AAoQhgAUCXByb2Nlc3MAC4cARgZlbmQADhaGAA8QbGFzdF9jb25zdW1lZAARC4QAGYMAbYUANoMAbAEShQBYhwBrARSFAH+DABMHZ3ppcAAVD4UAFIUAfgEWhgBWgQB9AhgVhQAOjQB8AmRliQB8hQAOggB8AhoQiQAPggB8AhsRigATggB8AhwPhQAUhQB8AR2GAFaBAHwJHwRmcmVlAAIVhQAVjACDCgZtYWxsb2MAAQuCAFUKaWFsaXplAAAZX4AADxZkaXJlY3RfZnVuY3Rpb25fdGFibGUBgAAcG2Vtc2NyaXB0ZW5fc3RhY2tfcmVzdG9yZQAFHI4AGwJnZYAAbw51cnJlbnQABiJfX2N4YYAAWwRjcmVtgAASBl9leGNlcIIAXQZyZWZjb3WAACUtPQkSAQBBAQsMACEiDA8XGR4+NTg7CqHlAkECAAu/JwELfyMAQRBrIgokAAJAjwACEiAAQfQBTQRAQaQnKAIAIgNBEIAAEgYLakH4A3GBAAkQSRsiBkEDdiIAdiIBQQNxBIEAMgYBQX9zQQGAAB8GaiICQQN0gAAZDMwnaiIAIAEoAtQnIoAABgQIIgVGggBSCSADQX4gAndxNoACphEBCyAFIAA2AgwgACAFNgIIC4AASAMIaiGAADcBIIIARoAABQRyNgIEgQAPA2oiAYEATQMEQQGBABIHDAsLIAZBrIIAnwMITQ2AABuBAIYEQQIgAIEANQUAIAJrcoAANQQAdHFogQCjA3QiAIIAj4AAH4IAj4AABosAjwUBd3EiA4YAkQECgQCRAQKEAJEBAIAAaIMAhYAACgJqIoAAjIIA3wUgBmsiBYMAjIAAGQIBaoEALgoAIAgEQCAIQXhxgQBuBCEBQbiBAKAEIQICf4AAZQEBgAAZBwN2dCIHcUWEAHgCIAeAAD6AADyBAHWBASEDCyEDgQDpgAB2gAAchACEAQGDAAeAAJyBAIuCARyAAFYCIASAADmAAP6CAHWAAQsCQaiCAQkCC0WAAQkFC2hBAnSAAOYDKSICgQEuAnhxgACqByEEIAIhAQOCAagFKAIQIgCAAIOBAAoBFIAACgENgAB+gAEQhAAqgADZgQFuBQRJIgEbgAA2gAFJASCAAAmAATgBIYEApwILIIAAVAMYIQmAABaAAAkEDCIAR4AASIAACgEIgAA3hAHGgACxAwgMCoIAKQUUIgEEf4AByAIUaoABU4EAdwMBRQ2AANkOQRBqCyEFA0AgBSEHIAGAAZoDFGohgAIFggAwAg0AgADlARCEABCAADEGDQALIAdBgABbCAAMCQtBfyEGgAAfA79/S4IAJwELgAISgAC1AiEGhAD+CAdFDQBBHyEIgAH+ggDygALEA///B4ACxoABwQEmgQJYBnZnIgBrdoICpQpBAXRrQT5qIQgLhALxAQiFATUBAYEBngIAIYECCoEAB4AAPAEZgAAdAwF2a4AAVwgIQR9HG3QhAoUBSYUBNAQDIARPgACTAQGAALcDAyIEgACGAQCAAH8BAYAARAEDgQI/ggFoAQOAAdOBAtQGHXZBBHFqggDcAkYbgAAdAgMbgABkAQKAAI+AAWSBAO6BADECBXKDAIQBBYACzwEIgQK7gADugALPAgdxgQGuAwMgAIUB4QEhgAEdggHAgAFMiAHCAQKAAb4BIYAAbIEByYMBxAEFgQAJhQFTgAGTAQGDAW8DCyIAggByAQWAATkCIASDA02AAEGBAMsBBYEB5wEIgAA5gAAJhAHngAAKjQHngAKTgAAWgwHnAQWCAeeAAA+EAecBBYIB54ABK4ACeoAA+4MB54IDgIgB54IAEIQB5wEDgwHnAQeHA9gBBYEEgoMDQ4AEpoAAjYECnwNBEE+AAI2CA4uAATKGA4ECBWqBAJOAAFeFA66BA1WAABeGA7sBBYsEQIABX4AEJwEhgAHlgANGgQA6gQNWgAN0gQCZgQNlgAJvgABKAbCCAIgCAkmAAIgBsIAAH4IAgYEALAK8J4AAA4EAG4MAiIEAN4kAjYYEMYUAS4QCSgEvgAQ/BQJ/QfwqgAA7gABTAoQrgAAIgQJoBYgrQn83gABXBoArQoCggIAAAQEEgQAOEfwqIApBDGpBcHFB2KrVqgVzgQB6ApArggEnA0HgKoMACAaAIAsiAWqABaKAAZMBa4AEXIEEmQVNDQhB3IEAZAIiBYAAZgHUggAKAQiABKMFIgkgCE2AAUcFCUlyDQmAAvmAAEUDLQAAgAKQgAJvhQX6hADYgQA5BOQqIQCDAlqBAD+BAY2AADwBCIICagNqSQ2BAtuBAhKCAkMEQQAQBIAFdwJ/RoAB+QMBIQOAAMmCAR0BQYAAk4AD+4AGIYEC/AFrgQVTAWqCAs0DcWohgABAAQOBAKsBA4QAq4EBEYMAq4ADRQNqIgeAAHGAAUoBB4AAqwEEgAAqgABfgAFjBUcNAQwFgQA4gABMgADrgQAWggJCgABTgQCVAUaABP4BAoIDFYEAioABCQVBMGogA4EAuIAB7QMMBAuDAXGBAyADIANrgQCJBwJrcSICEASDAC6ABWWAAJaCACuAAJyAAM0ERw0CC4EBaAHggQCWAkEEgQWsgAWohADpggDygQBoAXKBBSQDTXINgANTgABQgAPoCAZBKGpNDQULgADOgwDRgQDPggGsAdiCAA4BAIECTgLYKoEDSQEAgQGFgwFxAQSHAXGDANOBA2uAANUCIgWAANeCABKDAWuBAMcBtIMCe4EBSoAAewEbgQQtAbSDAr2CAmkDQegqgQYwAQCAAFCCABUFQcQnQX+BAAgCyCeDAnuBAAwB8IMCQIEB4IMGz4MHsIAGUAHUgAMQgQZYAtgngQUngAC7A0EgR4AAeYEDAQQDQShrgAAQAXiAAOkBQYECa4AB3oMDDoQHoIIGzoADdIUDCAQCakEogQNsBMAnQYyBAXuBA+CAAc6AAYEBTYEGZAJLcoMA2gQMQQhxgQAKgAHZAgVqgQAwgABRgATNAiAEggBmgAhRggN0ArAngwOPgQFPgAAtgACJgwBvgAClggBvgABWkABvAQOCARMCDAaDAAeFAT0DIAJLiAE1gwH7AQWCAYACAkCBBpmEAYKBBPeEAXoDAQwCgQWcAi0AgQCtgATgAQuEAa6BCSyDAa4BBIECaYEHPIICjAMiBUmEB1kBCIIGTJQBQAEHkAFAAQeZAUCAAGICBUGAB/iBAEEDakEvgABPgAAoAQSABUyACZQDAUEbggksCUHsKikCADcCEIAACwHkgwALAQiAABSCCVuBAHCNAiCEAgyAACABGIAEr4ICE4AAmIMEv4AABQEEgQmQgADPgQL+AyAERoEG6YMFSQF+gAnDAQSDCC+ABnaEALaCCMEBAIAI8gMCQf+BCkOAAAiECQ+AABWEClCABSqBCd+ACQ0BAoUJDYAAEYIJDYIJgoEBNgELgAbDgADagQkNgABggAZ1AkEMgAWyAQiBBS8BH4IHMwH/hAfdAQKAB92AABmQB92AALGAAMUGNgIcIARCggEPAQCABzkDQdQpgAmaggTrgwg3gAKvgQo1AQOCAIoBqIEJlwEFgwmXggllgQCPAQKACAOAAFWCCAOACGKBCAOCB9aAB6KBAi2BCt2CB3wBAoIDqoAH44EHbIEH04MDDoAH8AIiA4EG5wEFggbngQBXARCBAJqAAe8DGEEIgAcEAgQigAgsAkEMhQoHgAHTgQDwgwCBAQiDAMOACNWAACMBGIABAgEMgAA7hAbsgQLygwRHhAapgAZkAU2ACH6AAmqBB8ixBquAAyEEoCdBMIEAOYEDMIIIwIMHFoIC14ADKIIDa4UCwwFqgAYZhQBCgAmMgAaDggAVgAUFAiAIgAbsA2shB4UE4QIgA4ELboED2YoDzAEHgwUbgQDlhAvYgAHgggfzgwAxhwrrhAifjgAxgQIlgwEGgQFAgAFogQWXBANxQQGAAD+AACSACiABCYEAFoACPYIM14MClIAAEYEIzAECgwwCgwKWgAwGgAA5AXaDDJgBAoEC7IcLg4ECd4EANQMYIQaAAEaABC+BBBqCAEWCAR+BACaBAaWAACaAAB+AABiAC1iACRMBA4IJE4IB+4EJp4AAEIEJE4ALh4IKKoAGiYEJE4IEMIAAMIADV4ELGoEJuYIAMYECLAEFgwkTggqKgACSAQaACaiDAGABHIAA5AECgAW2gQoGggEpgAF+gALYgwGrAwINAYACyIMC3oEA1YUA0oEAOwIgBoAAXYEAMAEGgQAsARCBANeCAAoBFIAC5oIMCoAI5IACl4QAtYEDXoEA2YADOoEAJQEYggEEggw0gQJFgAAZARSGABkEByAJaoALzwEDgAAHgQLtAQSBA32AB02GBCSFBNWAAAoCaiCBBPaAABKDAYwBB5MEIAEHrQQggwMpgQAHhAGxgAQoAQKBAGaEBCgBB4AEKAEHkgQogAFbgALUiAQogA8mgwQogg8dhAQoggS1A3QiBYUEKIAD24MAkoYEKAEHgAQogAUHggQoAQKEDCuCBh6DAfSBDnaCBCgBB4EEKIEMC4EB7YML+4EFfYEEKIMLQIIB/IYEKIAA1gEYgAAHhADkgQDyhQEEgQZ2gwuPgwQqgQIvgQAriAEIAQuADLWCA9qCAgABCIMCQoAAZgEcgADQgADOgAJsgAJCgQ8KgACKgQJCggNdgAbvgQDiAQeEDxmBAa+DAECACgCEAkCACgiEAkCCAAqAAkCEDkoCIAiBAISDAMiCC6mAAIaABomCAMaFDC+BAkCCABkBFIUAGYAAXAMEQQ+DCmMBBIEEqYADi4cLuYMEfYYEIYEMCoQAH4AACoEEb4QAHIEFXQFqggGPgAASgwJegQFxkAJeAQSiAl6BD3aAAByAAAcBDIECzYMAB4cCXoIAZoQCXgEEgAJeAQSVBoaCADwDHCADkQaGgQMaghC1hQJYgAK0hAaAgQelgwBxARiBAJgBBJYGh4MCX4UP74AHo4QGh4IJHYEAJoEF8oECXwEHhw9VgQBeARCDEGiBA9iFAOWBAPOCBvSDBN2CABaDEH+DDaGABBuDBPKCANSBDgGDAl+CBPoBCYMCX4AAPIQCX4AB74ACX4EFZ4AAKI0CXwELgwJfhgJdAwIgCYQCXQEJhgJdggAKiAJdAQmBAIKDEEyPAl2DEHOZAl2BC/uKAl2ACXaNAl2ABQKEAB+AAAqAA5KGAl2AAm6EAl2KEeaBDjqCAYWAAmGGEeQBIIMIT4gR5ogCW4ABO4ICRoMB3IEH6YICW4IB8QEIgQb/ghHXgQ6ZgQBugQiAgQFjAQuADg4DEGokgABKBgveCwEIf4EGz4IA7AJBCIEMd4AJqAFrgwLeAXiBCzQCIQWCE5QCAXGBCa8BQYACXYEGgIEFv4AAIoAAL4MLB4AKo4ISvIME6IAE6oQHeoQG3oAHNIAAPIQJxoMG7wEEgA0ViQcygBMMhAcygQ2YggchigcfiwdFgQ3KhRAwiAcdghAwgwcdAQSAAsoBBIISF4IHHYABhIUQMIIHHYIAEIsSF4AIo4ACZoAJQ4EH9QIDR4AOUIABOIICZ4AQ9oQGf4EBHoMBxIIUbQIAD4QF8YEAmYIFUIAN6Y4HYoICwQEEhwdiAQSWB2KJAsWrB2KBAsWCARyBAsWIB2KCAsWCABmBAsWFA6MBBYQRmoEA7QEBgAHShhW7gwHigglggQHAghTZgAlrggvlhglrgA1IggEXhwENAQODAfACRw2BEXGDEE8BuIMACAEPhAmFgQ/4hAmHggBNhgmHjwBNgQ2YhQFdgQKEgAAjgQw3iwJGghJEgAF7jAl4igJGiwGagAIzghKMgQJXAQWIEoeJAleDAgOREoeAADS0AleAAg2RAkCGAOaDDlmHAjOHB1ODAjOCB1OjAjOABsSjAjOGB1WMAjOHB1WOAjOOALiAABQBCIAPz4UDJYABrYULFIELLIMWt4YHKoAE+oILFIAUhIUEz4AG9I0WtYQGq4AICIUGRYIE1oMGIYACSoEJh4AAZYQHKQEAgAcpgASzgAcpAQGDBymAAsyGCYeCBlyGBymGCYeAEzWAAucBf4sJiYMXSIIJiYMFYoABqIECpIENJYMJIpEJj4ABnoAVnYECD4YNtwEAhgmPgQzagxWKgAG7hgcwgBXRhQcwgQBdgAu9gAfpgQD3AgMihgEGgALVggD8gwEKgAAngADjgRRhAQuAAnWBEF6DBjiEARqCAY2CD/qAEZoBxIICEoAFlIASTQIgAIAPwYATTwSMCwEHgAANgQWagAXHgxBjgRJ3ggXOgAEWggXOghB3gACOhAhIgQAmgRKBhAaPhBC7AQyABm2FD4mAAZGRBcOBD4mGA32AACKBA2yEBgSCADCCB/6BAc+BGJmBA5CCDLABBIADbIEV04QWVgEEghaZiBXzAQeAAWGBBeOAATCCBNKAAUWCBeODABCFAVWLBcOAAIqHBcOCDuKAFD2EA4OBBsaFBcOBABuCBcOEAJmHBcOAAEqEA5CAAJYBHIAAUYYDkAEAhwOQgwlXiwOQhBqPggOQgA8VhgOQgQH1gwOQgAAKgAOQAQOCA5CABeWBA5CCAPoBAoIBWoEDuIMJKIADd4IBIYADuoEB8YEDx4UAGYYFr4QA7pEFtIIFhoYFtIATf4QW1oYPsqkFtIIAH4YFtJAATYEauIQBToERp4ICTYMFtIcCN4QFtIIPj5UCN4sBi4cFtIAGtIYFtIsCSIUFtIECSIgFtIACSIUFtK8CSIIFtI8CMYYA5oMFtIcCJIIFtIgCJIgFtJ0CJIkFtJoCJIIA1pACJIIA/ZACJJEAuIENVYQFtIQBrYUHUIEHaYIFtIAcY4YdrIEVzIEFtIAII4UM3oEK0IAEHoUL2YEM3oMQsoUKfIQQx4MKmIIFtIAErIYFtAEBhhtAAQKDBbSBBSeCBbSCEiGAALkDHCAAgwW0AQOFBbSAEW+GDzuBBkiAFmWGBbKAEAWDAJGEDBCCBq+CBUuABbOAAMGCBbMBA4MFs4ABH4EFs4ICDoEBqIIFswEBgQWzAQOBBbOBAAeABbOAAnqAAJWGBbMBAoMFs4QQu4AClYIBWYQA6oMGl4EGCoYa0IMTZIADXYIM4oQTgIMBDQMLC0mBBxEBkIMGe4EVGwFqgQtiAQKCCzWAAHSCA1CCF4UDIAA/gAUCAXSAHo2HE0UBf4ABTAGQhAqQAwELBoAALQYkAAsEACOAE7MCAQGABtUEQcQAEIAQGYMLyAIEa4EZj4AMOoIADoAGHgMA/AuBGM6CBWuAASMBJIEHjQU2AiAgAIASGQMLCxGAACaBAVEBfoIHxQsQEAkL2QIBA39BeoAHMARAQZQIgQBNATGBAjgBfoEcBYQAVYQEuAEggwJ8gAAKASSEAAgKKEEBQdg3IAIRA4AGVoEAVwF8gQBXgweQgADmAzYCOIUBrwQCQb/+gAAJgABlBCAAECODFg8GQR91IgNzgBlXgQKAgBQFgBYugwLSASiDDnwCdkGCGfoEAUEAToAeWYEfa4ABYIIAPYIAXAM0IAKBAj8BLIkAFIAA54EAB4ABloEAG4AI1YIN8YAAX4ADhgEwgALIgQAWATyDACsBJIAAB4AbNYIOHAFCgRtAAXCCCD8BQoAAqAE3gQ3IAkKBgwAUAcyAAOCAACsCtAqCCr4BcIMA0QFUgwAHAlBBggkNgAEJgxmBAyQRAYQBMQEcgAIsjAFtAXCAAW0BEoIB+oEA5oIXlAgEEA0L/SQBIoQhWQIUJIEBeAEZhgEkgQeMAiIShAFsAwQhE4QbV4ECNwETgARnAwAhE4IAfYEEkAHcgAs6AR+AAKcF9AVqIRWAAAgB2IAAEAEbgAAIAfCAAAgBGoMAvwIhFoEAIIAAEAMRQZyBGBkEIRxBmIIACAQdQZQrgAH4AiEegQM2A0AhCoEABwE8gQr5AUGAGDIIAkkhIEF9IQ2AAA4GBkchISATgQIYgQMvAxchEIEY+JEiCpIAAoEJjpEiNoEQgoAiGoABdxdrDhMEBQYHCAkDAgwNARkAGw8iIhQhIoIEfwVMIQYMGYYACoAW0IAACgFsgR5MgQAIASKAC9YDKAJggh8wAwxJG4AAIQQGCyAggR/agABWgAZSBA4hDQyAAZGBBMYCDQ+ADxICCHKAFeABCIEEAIIXjQMKQQKCBrQDRQ0OgRqIAWuBH5KAARADIAp0gBR4gRSggBrSgAAtAwkhCoMgzoERfoACUAMIQcGAAF6AAtKGAMuAABgBdoIWRwZrDgMAAQKABOgBHoENdIIfmAUIA0BBkIAKBoAP7QGQghokARGBICIFdGpBCDuAAjSAAAuAIFiBAF+AACcCgAKAH0YBBIAAB4MAJ4AFCYAAJwEJgQAngAALgArZhAAnApgCggBOAZiEACeDAE4BB40AToAANAGgigBJggBwhwBJgSB3gAIIA0GgK4EEewKgPIMACQMgFEGAETYBDIAFgwERgAA/gAAXgAARBwxqIBUQJBqCAFMBIIkAUgEFjABSAZyAAE4BPIECqgEcgwBKgBCZAQyAIJYDEUEgigBJgAJ2A0EBOoAEcASgKyEdgQFXAR2AA1GAA3gBiYADeAHQgAOEAViAABOAAEKAA2sCQceCBDwCQQGAAqMBIYAKNAQKQQNrgAKngRXuAiEHgQAdgQg2gSB6gAERgQHsBB8LQcSBAZuDC9ECwguBGTQB0YEAEYIcR4AASoERF4gAQ4UAPQIMGoEAGYAX/gEFgAYIAQqAGJaAAByBGa0CQR+CE66CB+mAAh+AAXaBAh8BBYQCH4MBboMS1AMFDAKABWeAAVKBAhsBBoAAVAEKggCRAR2ABZOBCHID//8DgB6CgAAJgCT3AhB2ggsuAkHdgxKfgQChggqqgAJmBBoLQcKCAEABAoEACIMSVoAE/gFEgABagAi2gABUgQOMgAQWgQBbgACzAwJBw4IAJoIC4gNEIgOCCDmCFNiAG+ACAyCBE7EBEIEACoECiYAAKoQDEYAAOQESgBWIAwMQJYMjmQFEgAWJgABkgAAtBBJqIRKBADYCayGBADuAANaBGlCAAA4CBAyBEzCEBckCDBeACNOCAz0CDUuADFmNAR2FAzyEAR2AA3QBaoMDP4IBHoEBnoMAhoEAUoABEAEfgAEXA0GBAoAaKQFkggAQAgV2gAATgAA7AzYCaIIAEAUKdkEPcYAcVQEigAkgAWCAAE4BDoMBvQEOggG9AkEegiHeAkGhigFKgAChgAAMAcWDAjoCACGABCOBBZgBbIADE4ADqgMGIAyBCpsBE4AACQcGQRNNGyEJgADLAwYgCYIN1oAAE4EhHoAALYAC44AADAV0LwGwDoIC6gEAgQLqAQOABGABAIEHZJgESQEKowRJgANhgBrygwBpgAAMhgBpgADbAgdxgQBsiwKnAQSAAMaFAquDAEEBFoMGi4AAB4AGmYEdgYEDNYAADoAGmYADcAUTIBogG4EDbAIiDoIBIQG/ghdnhgEhARaBASEBxoQCYYIBHYABKAEOgQ6AggJKA2QiD4EABwRoaiEMgADcAQuABVqAATKAHaMEKAJYdIACwQEhghVUA1AhIoABAQEJgACbgAOXggEFASKAAzwCGHGACdIHaiIjLQABIoADBoAfOIEK4YEWDoABFYABAYkDPwEJgQEVAQmFAz+AANeAAZ8GIy8BAiIIhRV/gAj3hgEmgAAMgAEfggTEgSPbgQEcAiAGgwEcAQuBFlABf4UGaIACegQQaw4CgAWHgSOUgAl6gg/AhgCMgBAwoQCMigBlAwUgC4IJsgJBh4sDswEJgAGTAQOAAvmAJpuBBmeAAgaBADOAJYmBAJiAJE2ADqCBJp2BALsDIBFqgAAeAi8Bgg7AgBYzjQCXARuoAJeEAhuAAJqACyyDAiCAAjaAAFSCDFiACnOMAFwBGqkAXAEHiABcAQeDAFwD/wBxgCc/gCeGgQIiAwQgDIAAKQILaoACFJYBEYAD3YEFPoIGKoMBuAEEgQG4gQHPgAJigwMhhALIgAWjAWyAF7mEADiCABQELwH0BIMBbwKUCooCtwEVgQK3gABxhQLrhAMAgQasAiAPjALyAaOLAvKCADuABEMBXIME8wFwgAM+gQaZggLuggChgQLwgABDAR+IAEMB8Y0AQ4QGcYYGloADNIQFkYAACwENgwBkAciFBZGBA1cC0DeJAzeCA1UBUIADyosDNwEMgAFugATjgQM3AQuLAzeBJuahAbgBC4ADNQIhD4AC+oAAQIAp14ELUwX/AXFBDoEARwMGIQyAAJ0BBoECGgMMIA+BAGYCIRiAAJUBBoABwoIAlYIBqQIgGIAAhAELgCgPAXaCAIcBD4EAhwEMgBjPgQHkgACIgAR8pwMzgQdCggOYgABGAQCAAe4BD4IAnYEB6wEPgQZlgAVkAiAMgAXeAtA3gAAvAQyDAmwBDIEALwELgQC0gA/SgQP5AkHNgwFzARGBGscBIIEmEYUGfYAACYAknQLQN4MAGwLAAIEAHAMAQdWBB+mHAaqAABwDAkHJhQdAgBnNAXGBBj4BTIUCZoIP0oAGoYoBhoAAvIQA7oAIUqIA7oICSYAAxwEGgwDOhAdLgAfiAiAGgQFagA5dAQyBAPGLBK2FAumAKDABEIMKHwEQgQDthAcUARKBB5qBAEeACR2GAkwCIBCBAI8DECASgQCCAhIMgh3lggebAQqBHJiAAdABCoIHWoAFz4QARoYAIoIAGIAHCIQAGIITBYUAGIIAEgEOlABMgAE8hAA0AQ2AAk6AAAeBC3cCQdCDAI+GCSGDCTIBCoQrvwJEIYIik5IAUIAAyYQAUIAA+AMCQcqFAZuAASEC1DeAK6mBAEABXIMCj4EACwFUkgMkAQuDAySCAp2HAySAB2miAa6CAoeBBmKBApcCIg+DKhiCAcGCB5SAAGIBC4gDHQEPgwMdAQ+GAx0BD4YDHYIDpIgDHaUCL4sDHYUCO4ACGoEDtYAEHIIDxYAAiAEhgAzCgQMlAQqFAyWJAj8BD4YC8wHxigLzhgJYgCsQAwJBy4UBYAEPhgL7ggVpAUiHAwKIAV8DIAYEgybGhQMBgRnrtQMBAUiJAwGBAHKSAv+BAKUBzIQFKYYDB4AAEYQCJQEGgAfOggBNgArEAhcggA8fAQmAAe2CGy4BCYEcvIAAGgEwgCS5gQAIAsw3gxCpAfyLBikBB4QAQQE0gCrEAQOBANaAAAyAEJEBKIAQM4MARAFrggcrggAWgAAiAWuBBtyBE1qBC0WBFIcDBkkbgQAgARKBCvyCLo2AABeBHYmBAZiHC1cBCYILNgMJIQOAAT4DEiAFgAEtgQO3gwOngQblgQf7gQFKAiIDgRJgARCAAHmAA8aBAE2AAWKFA92BFP6SAzOAAcSEAQ6BDLSFABuJA9mAA0aEACKACFKIB0GIBA6BABaEDIqBEZ4BEIMS4QEShiIFgRQ2gAblgRF9gAFBgQlygApJATyHD58BLIABXQQQIBdGgAhVgAP9gCmBgRG8gBgSgSYJgAARgCsIhBCHgBVdATiDBbyCGDeAEh6BFXACKHSBGhKAEj+BEiaAAG8COCCBFbGCHLUDLCIFggAugRGXATCCMO+CADCBKiICLAuDAfWAALuBA6QBBIEBXANrIAWADK6CIFMBNIMemQEsgBHXgwRwgAANgAHoAWqBDNSAACeBAd+AASWBASkGSSIJGyIEgAA4AQmBAGqBAeyBDPeAKH0DBGsggQAXghaAjABPggANATSAIhiACoWAARyDAKsCCUeAGWmAACmAAniAAJYBCYEdWIENZ4EpH4ASW4IRpAIIIIIRpAEEgABcgAAWgRrdAReDES2AEuSCLQUBFIAAF4EVt4ABVgEgggA6gBKxghF2gAPSgRpygABDBBtqQYCAEdyDERiCEMIBRoEAE4ASrYIUOIEOEoEwBYEIfoAAGYABKQcgDUF7IA0bginVAQ2AAJMBF4AAHwENgACZAROAAAiAAagERhshGYMokQHSgwiwAnwhgBFJARSDIBcGGQuUCQEMgBQrhhKngAEhgAjQgAAHgBMngAM0gANCAQ6CB40BEIIatwMCQUCAAY6HJ++CC3OAM+kBAoEz6YEozoEz6IAEwAEOgSBggCGaAQSABWSABh4BDYEFcoEUpYAASgELgADJgSBEAQuADc8CIA2BC+IBCYAEEwQNIAtrgy1rgAmIAU2BLUWCF5sDCSANgAx/gQjUgwArgQAngAGUARCBAEEBCYAAFQEPgBFgAnJBgSOIgAT9gAjNgCFFgCFNggAPAwwgDIYho4AEeQMIEAOBI4GDGTmCDf2DGS4DDWoigABVgABykwBQAQiDAHOEJoqBKSaFK36BAzKBAFKDIP+CAFKDGTOAAFIFCCALSQ2BKDyAAAmBAD2CBmeSAGABDYYm5YACU4EAOYIm5wEIgSUzhCssgyLSgQA5AiAIhQA7ggAsAgcggBa3hzCagRAagAeogBnCAQ2EIgmCJYOBBtWBAYiAMqwBcYABNYEigoEAooALkoEBRIAABwFrgASngAAiAwwhCoINNYMYJIAAEQEIgABhAQqMGcCBIqmGKOyAAB+BBEOABdaEI/+AADUBGIEUFYAAEwEMgRDchQBFigAmgAAfgAAYAxQiB4AWoQEMghnEgAAPARCBM4gBAYAAEIEZxAENgAVJAQ2ABLMDByIKgRnEgAEiggAwgANvgSLMgAAQAQqCADGBBU6AA56EAYaAERaBBkWCGaOAAFEBHIEA8IAYPYIZo4EBnIABZ4EZo4AAjIAAR4sZowEIiBmjAwwgEIQZowEQgQAsghmjggAKgBmjAQqCGaMBCoEFQAEYhAC1gAAoggDZARCDAQ2AEM2DANyBBo+CABkBFIYAGQESgw7OhAHKARGHAgUBEYsByoMB75ICigEShALajgA0gAIQAhIQggX/gAf5AgcLggCYgCi2gQbegQRJgBgtgSVlAxpBfIArbgEOhCPzgBBTAnEbgilIgQBMgRD2AwdLG4IAOgYJIA4gB/yAOmaAA8cBEIADFwILIoEEAocX2wE8gAAHAQ6ABceABA6AAC6ADPwCIAKDAC6CBk2BBluDF6qBACyBBluBBFODGbKACAYBEYEk9YEAHIIFKIAHO4EF24EFI4AMrYAaOYEf2gUYdHILCIEE6gUFEBALS4AZSIEXDgQEf0F+gh43gCExgQZmgQB7jRd4gAAdgDOcgwAXggZyiBePgRj8AR2JF48DIAERgAengQCcgADkBQAQAgsQhAAehBfSAUCMF74FDxATC9KBGSuHJUObGRiBCQyhGRgBtIcZGAEmgQ5DgC0QgAEFgApqgAYFA0giBIATuANBD0uCGwwDQYH+gAVDAXKIGSaCGR6CGSgBIIEAKYMZIYAARo4ZIYYAFI4ZIYAZXZ0ZJIEbaYsZJIAAtIoZJAHEtBkkAkF+jAFmAXGAAWaLABIBH4AAEowZNgEGgBk2BIBEASOEGTYBEIIZNgEXhQFCgxk2AQyEAYqEGS+BAm2GCKeCB1oBA4IHWoIOVAHAgwcYgAAHgRybgRj2AiEdgAAXgRlTgBkTghlTgAe0khlTgRlrghlTgxk7gBAWgxk7gggFARyFGSsDDiESiRjzgRSCgBlTgiGmpRknwwACgAHmgAG7A2sOH4IZZxszNDU2CgsMDQ4PEBEDAhQVASQAJhcYBD4/QEGEGWoDCwwkhgAKgSRZgBlsgw5aghl2ghopgxl2AQqBB/aBDkmAABIBDIAMGQEygwAKghZ0hgFiAgwzgRBnAQaDBQmACgQBN4oWMgEGixYyAQaBDGKBELGBEP+AIPWABKsEn5YCR4E45oEAWwEogwBZgBBNASiBBf2ABMKAHPyAAAICECeBAwcBHIAPLoAALgI7AYEpLwEQgABKBEECECeCIJ8BtYgXUIAEFYAAYgEzggCrASSBNr6AAlyAEFeAAwSABT0DdEGAgANugi39BWpBH3BFggMhggjBAwBBuYsMaIAAQgEHgRafAQiDF9EBh4AO0I0AHgIEdoEDxwNxIgmCDTiADUYCB02CAMYCIgqABwcBCoAMXYEpvgIoIIAhFgQFT3ENgBaXgAWmgjq4Aa6LDeEBA4AUYwEyiwFGATakAUaCC9aABpCCEhWTAKuAAbYEB0GAwIE9nYAAHQHYixL5gwHTASSEGF+BARiCBDKBNo+BADaAOBGBBGSBNOyDAAuAAXcDOgAIgAc+gQArAjoAhDv/gQGagwGPgh0kAwJBtoUTRYEIwAEGgwDbgxlvA0UNNaUA24gAmIEOToEMtwMtABWCJPSLAJSCCIaKAIoBBIYAigG3kACKhQFlgAwMrgCKgAD3gyK8ggFzgSAWmQCYgQKskwEiAbiLAJiBACSAPBsDQYAIgQGnAQeCERmFAKmBAASLAKiABLyAL4CKAKiDGqKCFq4BNoIamIICfYATlIEAvIENJYAP34EI8YIDV4AAaIEAo4AFvIUArgEogACugBvykQCuAgwohQECgQAngg2oARCAABSKAdQBMqcCr4AICoECWoADh4ADj4A8y4ECc4QDlQQYdnJygwPpgghuATCAAScBvo8BJ4EQVYMIrYEIloAC7I8O8YARF4UO8QRBAiEXgAEShgRKASiMAGGDFHsDCyAdgB8UAg0vhB5PgRohjBoGgBhuhBoGAQ+KGgaFAOyGGgaHAOmkHk+BHkeABjsCpDyAAE+BDG+BHWWCD+7/HlyXHlwFqDxBsDyCJqEBzYAABIEACoACM4keXYAAGIAAEoAeFQMUECmgHl4BrIAAUAHNggfagikfARCJHl+KAEuAASiCHmCBAdIBqIEBK48eX4AAQoceX4MXxYE7jIAR8AEGjR4bATKfHlSTADkBKoEAGYQeVIAZlrceVIAATgMGDDCpHkoBBoEAfZMeRAEGhBizAgwtnh5AAQ6AAAoBDoIeQAINLIANIZIeMwEMgA+mgQApAWuAEDyLHjOBBBOFHjMBJ4MEC4IPyoAECwErqAQLkh4hgTmHjx4jgAGbAWCAAD+AHiOBAYyCHiMEBUEeSYEl+wFNhQfBix4qASeKHiqACNeIHiqAFZqDHiqAGWGCHiqDGCcBC4MeKoIcm4QeKoEa440eKoBFTIEeKpgEJIAbR6EEJAEKgQBpgAS0gQBpgAAMjx4qiwJ9AQiAAMaLHioBFYMLkYAAB4geKoAADoALnwIhDYgeLoADOgIiFoIBJYweLgEmkR4ugR5DiR4qgQHhgBGrgT0piBrzARODGvMBGIYWcAEGggEFgRdSARODF88BGYEXT4AdNIQXz4AAvaQeKgEZgR4qhjOpAQ2IASaAAAyFHHIDBSAKggEcAiAKgwEcAQ2LHiqAPQqFHiqAHbyAAn2CAeIBCIQXCIEUcaMX2ocAZQMFIA2eHiqAFOGAAgaBADOMHioBBIIAu4oeKoAgB40AlwEkqACXhAIbgACagBEXgwIghx4qgBnHjQBcASOpAFyAHiqGAFyCHiqAEkSEHiqAA04BC4AA8oEVnwENmx4qggglgQUNhQG4ggZKgQHPgBHwgwQmhALIgBLdph4qASWIHiqBAuuEAwCIHiqHAu6MHiqCADugHioBHogAQ4weKoIAQ4YeJAEWhx4kAwUMK4keJAQEQQZJgBGXA4ICSYIM3aYIsIAFjAIOaoAFFAFrgBo3gQV9AhJrgSgDgRaRgQ7CghaJAxwiDYEXF4ADkoEWwQQgaiEhgAOXgAAMgxtmASKDAA2DA6QBI4EACwFUgAOkgAAHA1AhGYEABwFAgQLIgQ7QAQOBAAeBFheAAAcDMCEkgga/AQ6BA3KFBrSAMJuAAAuBPrgCCGqAGKGCRckBcoIKeYEDTwILIIAroQIgI4ID6oE9DIRBLwEGgQP0gAzngRl0AgR2gQQWgRuUggHKgBtZAy0AAoEZSIEjIoAcU4ADBIADpoEK8QEGgRshAQmAEhWCHdGCAC6CBO2CA9OBEB+CAJiBIYCBAt2CBk0BCogAqIIAnAIIaoAAT4IAeYABAgEEghqmgTyKgBoEgACJgTF+hADfAQqGAv+BAAuGAN+BHPOAANiBIeOBAOYBC4IEyQEihADfhwDbAQiDG+kBCIEDFIIA24AWuIFK9wF/gACWgQC7hEUegRt/ggOIiQNsgQXvghDsgD8SAQOAGuYBGoMAgQEDhAAfgS7tgQA4gACHgQNhgAC3gwBsgwFHgAEighuAgwDaAWqABVgDDCAfgBjwgxs/gBo+gRkcASSBGzyAAdABxIEbPIAbOoAGaoEdGYEXa4EBVAMOICCAACiDB4KAAIkBC4EFmQMOICGDABSBABGAAESBIhaBGQiBLWeCAbKCGvqDAbKCJUSCBpCBQrGBFawBDoEaioEAfIAUzgIiB4AXcaIANoAWOoEEYIAANANrIQmBFnYBDoEET4EAhYAAB4AUuYEZh6sASYABKwEJgQRuAwlBA4EXlogAOoIBtwE6gAFnhQJ/gBT9gQU7AQmAAFWAAjqBAFWAAAeDB5KAFVGAIMKGADwCCUGAQciAFsuDAq6AAJyCAG+BI4ABDIAcS4AAqYQAKIAADIQAZIIACoIAZIIAVoAuT4MF/IEAcoAQJwECgEqvggBmgAJNgQAqgAA+gAWPAUGCC26AEB2EAGaAAOEFLQAEOgCAOqGAFASAABSAAo0BCIMeHYAeG4EBAIId3QMIDB+BHsCBAhmBAqWCAh2AEOGAAh2DArSAANKCCKeCIUuBAf4BGYcALIcDI4YALAELgQnQgiGTAw0cGoAhdoAAFQEbgQDyhgE/gQMegCAsgBsOAU+AJNKAInGBRAiDKKqABPMByJEjD4ADpIoIHIEeLIQjDwENgQNNgAZtqwgcAiANhSMPgABAAgAigAZLiCMPAQuCHV+BJjGAAGmDIw8BE4AAlYAANYMf8oEYgwEFgBvMgBqYA3EgC4gjD4AKDoUf8qUAiIAKLIMDnQELhiMPAQ2PIw+BAFmBARuMCKwBDYIjD4IUw4YjD4Ao2AEIkSMPAsg3gwAblCMPgikPhiMPggSDgAAhiCMPgE4JgQqjiQGGgAC8hADuggqTpSAOgADHhADOiCMPAQuFBI6DIw+AARWBAOaCARWFB86AAjQBDoEPNoItz4si/oAK7YEMXIQDYYABqoIUX4EePoIHUQEKixBlASSkDFqAHwYCIA6CPQmMHZuBRLMBIIJFh4AZO4EHXAFGggecgBHOgSDHgRD4giJGgRGLgQJPgAG/AQODFGGCAJaAADeABK2AAl2DABkBKIEWV4MUcoQQToID2oARQoERQIAZyZwQ6YIAZwIbRoAAMQMAQeeKCOKABVUBEoEs7oMmkIAAEoEWqAGAgAS3AXSDACaTEMkCvf6CHleCE+wCAHGBR/+BDhUCDB6GIISABHKCIGkBBoEBaYMAFIAAZo8AHpEAMoAtyo4AFIISxwHOhSQ4hA8Fgw8WAQaCLAKBJDgBCoM3joMOnYAA2IEANAHPgwK7gRZ7hyQvgAECAcyLJC+CAZIBVIADV4sCvoAcOgIgCogkL4cERKQqioMDp4EdGIwkLwLIN4MHGYAcjIgEPYokL4EEPYAZxYQEPYEHvoEeaIUEPaUAgYsEPYUDW4ABIYEILoAFPAEKggChgB0vggN7gSfPhARFiQNfniQvggFgiyQvggQbgQ53gRBpkiQ0gAFkAiALhCQ0hQQmqic1jAQmgyQ0hAQmgyQ0iQDFgQ03gACEiSQ0AQ6BNTWAKX6AAMCHJCqCA9GBAeiCJCoBBYwkKoII7o8kKgEShiQqgAoUjSQqgQBEiCQqgAAiiiQqgSIugCD1gyY+hyQqAQuDJCqBAB6FEUGJJCqAD/eLCLGOJCoBDoEkKgEOggBNgAUThiQqhie/iANggSkGjQAUhyghhwAUgAA8hQHzggT9gThtgQEDgSvPgA1nggFVhgx4gRJ+AgN2gCFugx28gAWWAWuBEYEBIoQMngETgCNogAh0gROFgQA9AQWBTJyAE4qBA3aBCDMBBYIByIEMposbGYAABwEEgQR9AUeBBP+EBraAQr+BEt+DJKcBBoFUmoMVwQJBuYcSlwEUgAkUgxbyggFegUXxgSzagBKWggHqghZ2gB+hgB93gRtxAQ2EAAoBGIABnoAABwEUgQHEAQWBAgOADNGADKuAAZaAJEyBGriAHTkDC0sbgRLQgAAmgAoYgUSQkBjMhBbrgRL7hBeWhRL/gQD0AUSEEuyEEvqAAF2AUSqAAL8BuogRLQFEhhf9gQDFgQa0gQaohA93AWqBA80BA4UAx4EfrIFE1gEcgVWbggK2AUSACHiAABEBIIEkc4MSC4EAdYEIMwIgA4IU4YFRyoECQYEBGAJJG4ACPpYYaoYAygEFhADKgQB/ghOugA40gADCgCDkgimehBfGgR4Ygh2qgADGAbuSAM+BDNOFAM+CFNmVAM8BJI0AzwEo5ADPgzYliQDPgRzVAkG8iQJdAQWBAfWCBM2HGfSBLvSgCEWDAJyFAJGAAuIDLwEcgU7wAwBBmosJgYIXwIcYnYQaKAFBgDowgCb7gADwAQmDG1GAEhiMHMyMGIKBBGqAFDmCBGgBFIAACIoI+oJGeqAI+oEIpIEjc4IDkgEggVLLAwBB0IoFFYIApYAF6YQXyYIAuYMHo4AAGwEWgRaWgQCpgywOgSwfgUAJpRC7hBN5gQVhgTTHgAlfgVNMgySngShjhyhiAQiBCvaAABCJKGKCCw+WKGKAAG4BOIFKtIUoYoMokI0oYoAAmwEsgQG7ggYvgAbRgQfZAQiABZaFKBWQKGSCKAcENCIGaoAAJwEJgAAngU8ugCWJgSWNAUmBIagBCIAAOIESw4IoZIAAI4AFIYAQBIAmeYEoZIAAlpMoZIFO84AC74IowYsoZIIPXIsoZIAE3IMnnQEEgQGFhChzgEyChShuggDOlShphQKmhwrPgSEqgACmgwq4ARyBWaKDBweBCtSBEQ0DCBAngySPgQALAigLgQFbgQKOgAAHgijxgQXauSi4AQWAKLgBBYMouAEFggCVARuCS8kBHIYouAEXgwJkgyi4AQuAKLmADMQBEIMouQEXgyQjAQeHJCMBJsEkIwEKg0DqAw8QP4UACwFxhwALAR+AAAuMIosBCIAiiwLXJIApQoEhuoFPOAIQNIEiQYArJAIAGoIC44EBY4QiiwEcg03ZgFWegwCZg0qfgQDqgwE0BQRBmgVHgCtdgRpgAYeBA4uFKZGAJteCAx6ADEiAAHmABDCAAXiHA0KBAa0DABA2ggApgwcfgAIdgwE5gAdfASiFRpUBBIBWdYFFNgJBd4MkNQJLG4EP3IQAEAcDQQRKG2pKgAC2gBBCmCI/AwRBKoEQgYIAqoNEToAEcwELgTCxgAB3ARiDDqYB8YIEpIMwDgMwQQyAIUgB8IEY4IEEOIMAsQGIgACHAUqDBgoChAGAGdYCAkiAEoEBwIEIAgEDgBUKgAAMgAJHAcCBUPkBBoACA4MbX4BPNoAAKQIgcoMJdAFsgSUUAh9wgEChBEEfcxCCCGIBbIIX/wQALwEygQAQgQAJAzAQPIEBSYQNAoMFQIIAm4IBLYEBOIQEc4EAYwMEQTmDUfqEBXiCAC+DBhqBGYqBA0uCAHqAFVsBH4IOl5MAHAGLgRxvlQAdgCEOhkzogyMXkwAoggoV7AAcgB77gkjPggGQAQmAAeMBQYBGy4MDzIIBroE2lwICSIQBjpEARgEggBKFlgBigQfVjgF+ggLUgwKigALmgATxASSBCv6BAyaADEWBHtiAC/OABRKBCq+BBPaBAvqECgeCAF2CALKABLGCAH2ABpwCR0GBBGYDCBtyggC4AQOAAAiCXdOAAAgBEIEITQIbcoIAhIAAX4IG1IUATYMcQIAKH4QASYMAqp4AJoIi0YMAKQMvAQagAE8CLQCBE4mcACa9AX2CALeCRYWcAI6CVlmBTU6BCvShAQyZACaIAQyAAcABC4ABs4IYxIAEG4ADQ4EGn4EAN4IDUoIdZYcKQwEgglsygwOBggRbAcWAJpkGBQIJCQkDghSLAduAMFmBUaUB54EMLIJaAoICLoIoTocAxoAHbwIvAYAG6YAG54EOLYEAbYEEaIFD+YImgIJPvAFPgwPrgAoXghm4gADSgjGCASCAAL+BFpGGHtCAEbuCBzaCACMCLEWBBHgBT4QZlIcA0IAARIAGpgFrhQDTggBJhBIwhgLcgRWlgQwTAQaBBPaDDvKDAuuDQLmQAIkBBoUAhAEUglKdigCHgAClAU2RAIeBAL2GAVqBAVKCE+KGCbyAAD0BHIMGEQEUgiBzgQAThAEjgU1PgADvgkaLhADqAQePAGOAGPeAABiFAGOGBTeCAfuAAEqEChWBIPmBC4SDAQqEAiGAEzyDDAaBBb6EAjOGALeBAjCBDuOEBQ6BAIGDBg+BYPKAGBqBB2OKAIaAABaPAOkB24IA6YYARIIre+MA7IArFq4A7LEA6gHniQHLgQNXgQDIhADUgBdjgh1RhQCpgRPDg0tnATCXAImGAB6aA8uJBwaBAIeNBbiBKUeCAs2CNmaCAAqCD66CAAqADAaEAAqDAI6CK3aAADgBdIFF84FJqIED8oAIP4E0NYQIV4IKc4EE/YMHFQMBEDWCMCeFCOCABQQBAoUfnwMCQZSBESaDRHaFAFcDAhA5iABihBUJArQtgwxCgQmrgAAdAVyBYO0BToFkWYELnQIDaoE8xIEADAFsgAOmBEEBEC6DACYBbIId8IAGfQMQNkGABXSCAAuAA6MBG4MA1oAAVgFggwBAgQArhgHzgAANAqAtgUiugAFNAqAtgUhTBCgCmC2JB3SwAB+DAbCBEg+BFD6ADCuAIAmAACSBHxWCADSADPGAEk0BdIQAt4EPK4I/IIIAToEABgKkLZsA+4EQsYAB448A+IUA9IJhNYIBIwKgLYIObJ4BRpkAToACNYMBRIEBv4IjWIMhfYIAy4BF/QKDAoIVWYYBYwFsgyVogQHaAgFFhwAlAklxgA+VgDioiwAqgSFHgQ4ygQCVgBbHggInhgICgi3iwAICgQLsgwEMhCrJuAEMAQeEEWKAAK6AD7OCET+CAO+BWueAMvQBAYFJ0oANxoEV44IPA4Id/IYACoBi0YEzCgGCgRtkgAkGgBFoiQACgAT8gBvygBE6gR4vAQiDWXWAAAyAADWAGfSBAAqBTyuDAAqAAx6BMjqAAAqAC82BY6WAAAqAIKKAXYaBAAoCB0eBPR2BGMCBHoSAE+mBFdOBE7YFA0H6AUmBHreCEVuCP8iAFd6BBAOAIsiBAAqBLMWBHMwBCYJN1IEcrAEJgk26gRyigh3DgC/CgQAKgRDHgSJ8gQENgAnLgBRfgADUgl4Hgjl7gQcFggHjgAMggQMJAQOANLCAL3eCAHCCAyyCAyqBZB2HC3aBACuFAB+CBNeOA2qOAB+BAFqACAOCBaiBG20ELQCQIYADdYASjQJBhIEffYoDe4Au74IuRoMCfoER6wKIE4IAHAGIgCTjggKogicSgQOYgwyqgwOYggKUgQB/gRYUgQHmgQQ8gQNUgwnJhgDMAQOMAK2GAB+CAE2OAMyOAB8CIAWBAB+CAYmoBDaEAJyFBDeEACy0BDeAHeiBAO2BTj8GQQxsQZgggGi3AQCAM/UBC4AATwF+gBmMgzFyAZqACWiBV9gCQX2ANpSBNKSCADwBBoExVoYJ5IAA3oAExIUGCYALCYAKHgUAAQEBAoJU3IABewK4LYMDoQG8gAEKBXRyIgY7gAASghDCAwNBDoEy1JQLLQEGlwyqgREjArktgwyugFXkhQBdAmt2hABdBANBDWuCEbuAAt+AANEBNoAAHoQAcQEKvwBxgCgygQDAgQBzAkEJhABnAgdqgBRDgQBlAhAtggUQhAeaASuBT62CAaqAMZuBD8SCZkSAAA2AFxmFKHuBIluBDQqCTg6BAfyFNAKABRiCAAiAAbuDKOeGED6CACKCB7yDEJiBJK6CBVcBGIECDARMDQMagwhCgQHcgWdXlQDVggOQhAAqlQAjhQhsgA+ymAAmggAjAy0AM50AI4AAC7sAI4cAjwEKnwCPg1EKlgAjghUlgh/cgGp4AXaLEJCDAyoBGIFniAFKgwbIgGaVhlyIAkULgjTzAfqBJyQEQXsLHIBP7og1CwEQgAxhhzavArsBgDaMgRJwixL3gQ63glZcmBL+gAAgAUScACABQJwAILATXgF9ghJoAfGAE/0BC4FQ1AEBgADEAQmCE0sCbBCBcHOAACcBbYET6gcQQAu6CQEVgTXcAUCAJWSCBtICBkGBOZODDdYCIAeBEoICCkGADTSCZvYCdGqCBOWABPCAScuHBPCAABqAFvmCDXuCV76AF9cCIQmAbgwBDoEj+oFA3YIAQoAQTYIAQIEKeoAADIEkY4EAMoEkJ4AABIFOSoAW2YEZpYAlu4EsBgEQgB8JgiomgAA8gi8UgAA8gjtVgi8UgSNEgCG/gQAdgUo2hAOKgySKhABYgRuOBAhLGyGAOd6ADFEBAYImL4A8H4EA04EAzIE67YIAuYIAQYIeXwIgaoEAZQFrgAkAAgBOhGhRgAALgAIXgQCxAkdygBkegjGogCLQATuAI7KDAFKAAO2AAK6HAS6HASkBIoEJPgEKgwCfhAExgABagwEzgWEhgixSgAANgS5jhQFBAkETgUDJgE+KARWEBYwDAA4CgAuPgT3IDCESQe4IIRVBrgghFIE6bQF/gAARAvANgAARA7ANIYAyQQEBgBatBA9BCUuBaXuAZVyBYOABAoAU7QFxgGnDgARZAw90IoAHPQNrIReDEfCAKZOCDWSABIOBCiOBY84DdCEYgAosAX+BEcECIBaFAMKARQOAFDEBGoAyhgISTIRCNAHggjznARSBRSOACimBACaAQWMDBiAVgQdoAwshGoEk7oAIXwIiDoEBYIApw4BGaoMkzAIgGIIOLYEeZIA9EwEHgyyKAiAQgAFJgCUCAQ6BJMsDGSAagQP1gSZCgl+oAwFrdIMBYoE+EgF2glxhAQeAWWCJAhOGAoiAAbSEAoqAbMWAIcyBUswBB4FxF4AAy4FRjQEGgh9cgijBgEx5gwGwghzNAQyDChSCRUkDAiAXgCBFgRpQgwElgQAYBSAPIgkhgDdshwDLgQRQgQC2gBlMgQC2gRVPgRPWgD8kiACygWIHglmngD4JgmzwgwCYAQCCbV6AAJiCAqODX+8CIBOBAFaDWyCAJKGBAmMBDoEJ4oApA4YBiYQAB4Ifk4AApYEg3gFGgADKAQ+AbNeBPZqDGRkBS4Il/wQgDBsigEflAQeAALIBGIIBegERgQFNgQGTBAZ0IRCCL2eBA3EBDIAvvIEhoYA9cYEBToJKM4IC/IAFUAFKgW2bgDzfggJUgQJNggIgAyATaoACRAPTBkuEAlsFE0HRBEuAAl+CFEqAAtqAJUCCRa0CIA+BAReAAtWDCSCAM7WAUtkBdoEBMoAhOoED0oEAbIECNIMDrIEDyQEAgwMPgT5vg04QgwMdhwOTgAAYAQ2BAAiBAzyFJ0EDDgsrgAFfggHLgATbhB/hgQSTgVzwgQAHgmW8gGr4gW8AgwT1A2BB1IIE9QLEA4JxZYQ8goFV5QHVgRgkgRcbAdWABnSCAAeDUS8BAYEdcoMAHoMlpYAQVIEmy4ADNIEOkoFRBYAcz4EoKoEMDYM364AOYYAIxQdBoIbi7X5zgiASAgFxgXHngzBohBwSgAoagAoQAcCAb+6BABaCIaqBAGiBHKKDbyABc4Agu4FrpIAuKAF/gwKuggDlAyADc4InW4FyYYAAPoEQSIAAKokA8YUCXYAAQ4AYjJQAM4ACoQIIdoEAHoACwYkAHocAGYAC4ZMAGYAcDZMAGYAQuJMAGYAHMpMAGYADIZMAGYA71YoAGYIA4oAdUIEA4oAbRIIA4gMLvQWCB5aCA9qAACGAPKCEXiGBCviAADGAAPuBA60E8f8Da4ER+wRB8P8DgCDEgWqOgXKlgXaGA4CAPIAKF4AAW4IAGwMgAHKBWbqCdRKBHpiEAXaDAVSGAFGBZsKBdD2CAXGDBvSBAGMBcIAAUoEHc4EAbYFjLIIAUoAAUIACKQLbAoEMgANBsCuBD3iAbEmCDjeBAmeDAE2DAA2BMtuEAAuBDZmEAAuAb0qFAAuAALaFAAuADiGFAAuBFMCEAAuADtCFAAuBDUyEAAuBae6EAAuADqqFAAuAQOOFAAuABAmFAAuABZiFAAsBDocACwEPgQALgnWugC0IgiAsgCGJgQR3gwD4ggLZggAJgQGkArArgwGlArArhQKIAQKAAr+BAVIBEIcCyKQBUoYAWoEj/4QBzoJsS4ICuIAADYQAC4FmI4QAC4FxyYQAC4ABMIUAC4FooYQAC4FmXIQAC4FsqYQAC4ABMIUAC4ABMIUAC4E/YYQAC4ABMIUAC4ABMIUAC4ABMIUAC4ABMIUAC4UBMIACZIMBDAEQhAELgRezgS9aAnRygAFEAwsLkYkJeoARooMInocJfAEGiAl8ggUQhQl8gCjFhwl8iAjyhwl8ggBCgTpeigl5gUV3hwl4hGZsgXA+giR1BEHAAjaBDMySABeCTJKBFZGPCa2CB0+BJFCjCa2CCR2DCa2ICjeHCa2ALDyCAFyAbpiECo2CdCiABh2BCYyFLmiAEDOICa+ACMoBToEINYBbzAEggENVgWGnhAmyAg0CgFXfgSjkhgmzgQiEgD5BjAFnhwFihURoiAFqgQh/hAm1ggAXASCBCGuFAI6CBbkBFIAGzwUFIhMhFIwJtQKBAoAJMQmgDyEUQeAOIROBCbWBCUICoBCBABEBD4BaUYAHWAENkgmzAgQagQAbAnQigEraAWuAMiCECbQBDYIXHIEJtIBUJYAAIYAH0QEWhAm0gACAAiAVhQDDgCvAAWqALtMBGoAf6IADdoEGqgEOhAm3AROBABOAE4OFCboBDoABdgEUiQm6BA9rIheBAWuBCO8BD4MJugEHgCKBggs7gijzgAbZgQfmAxggDoEH0gMYIBeBB+0BGIMJugEGiQm6ggFpgQfJgilNAiAGjQm6hQLGgAG/hALIggkiAQaBCSIBBoEJuoAAz4FB9IM5f4UJuoF2v4gA64oJGAEZgClKgEaAgAAoAQ2NCRgBD4AITAQPGyIPgRq3ARGACVaHCRiAAPGACvuADKqCCRiAKcCAUESDMYCCAKyBVimDAmWAUdSBCRgBB4AkUoJldYIJFoAj9AISaoABpgHUhgkWAxJB0IIJFgEHgFQCgkX7g07lgE6/AQ2EMO6DMP8BEYAYfYQJFwELgAp+gAM8gQBrgAGRhAMWggkXgAM1ggyqgSzbgQAYgQKKgAKAhwL8giXJhwkYgQVugTXXgjBOhwqoggGkhAqohgp2ARKECnaCNjGCCncDCwuqgBHygQdSgRY6gTIzAwFBnoISRQQAQYgTgAASgAJJgmzJAkEegwAVAfyBYfaGABUBE4J8a4AACYAAWIMD4YgF0oABMAM7AZSAbC2BDqACsC2DRRIBqIAACIEAEAKgLYEToJIAOZYAGQMLrwKCAKyBD++BEi6BDwKAEkABBIASnYA8xYAAEoF04gEEgxKdgg8ugRnIgxBAgkQpgBBAghPBlAAcgAb4gxIsgmLNhABdgBKdihKbgTJGgxI0AgAQgEX5gwBKhxCmgwBKgjValQAchRELlQAfgAL7AXODFTCUAKiGHhODECKEJI+BD+oBEIA3E4MANYBtRIFAYwGngBPQgkdRggDMAwFBCYgBG4EBWIRtkIUA/wG4hAD/lQAgggEfgxK9gBKvmQAqggBKgiIggwGZgQCAgm76gAH7gQE8ghRwgTkkgQA6BMAtC6aFAKmBAeCEAK2CSie8AK2FAIKCTUqBClABSIJtXp4AVIEAP4cAuoAKgIIB9AQLC/wKgGgFgwarhQX4gRtcgxJugQwyASKAKw8BLIETvoEKnYEDVAcJQf+A/59/gjSsAQaDP3qBDB2BB0CBGVmDBzaCIyOABTaBGWyGBmKABxWCAuoBAYFwOgMvAbyEAAgByIAACAJBIINYfIAMh4E9KIAcroAMW4EAOoAhtIIRcIUWKIEYFIQpGoAOX4ANaoIpAIEBFwWYFmoQL4IACgGkhgAKgACwgQDFBJwWEDCCABCABAKBABABqIUAEAGwgwAqAkH+gYAdAkESgQYjgAECgDVggQZyAQKDL7OCN50B8IBBxIMA2oMF5oYyD4EATgEtgQAygBe6AwVBEYABgIEEEQYoAqwtQQqAIsmAWQ6ACm2AJteAAAqCLFCAABuAHKCBeOCCEYaADXyBHpKBGrSBTt6Aeq2DHmiCJjECECuBAICCBByDdcGAAnOAGA2EACGAFVOABCeANWsCciKARriSBC2NAhGJA8eXAmGBOC2FArSEBC0BAY8ELQJBoIBBjAMaEDGCAoeBJhCEAI2CdwKGAIeEAJq5AI+EAz0BDYEqpIEAmoAAlIIKi4Q3AIRMRoEAk4EB6YEt9gH+gls+ggHogUlaggEXAQyEAJCBIYuHATK4AJgBBYIH04kBKoJuggELggEohABngWwKgAKxgH88gwChgACKAQGHAIqAYzDCAIqDCF2WAIqCAGeCABKHAIoEBkH9/4MBJYIAkwENhwEdwwCTkQEfASKAPaKCAksBDIIAmYcAb4UAGAEEgACfgwHKggQ0AQqGA5iAA+uCE3UBCoJCtoEcbooDk4F/a4YAR58DBYEnV6AAwYEZz48AvIgDB4kArIYEDoEEcoAAkAMJEDKFBHCAZ84BB4IADoEgqQExgReWgH0YgiGJBywLC5YLARKBDT8EIGsiD4AqpIJ1Z4BhrYIXj4INCYEX5oElogEAgk1NAtDHgAhxAdCCRymBAAQBSoKDbwNB2CiDDtoC3BaBVeMBf4MVFIIMF4Fqa4ESWoBXbwEogW3ZgBT/ggDagQCkgFd8ASiAAUuFOeCBLzyBFG+AJjmBVP+CcE6BQtiAH0mAgh2ACPiBAMGAfvuDEqGDBPeCHB2ABO+BNG8CCRuBFoSCbjKDBP+CE5+ANG2AACMBrIEajAELgXQrgwBSgB4bgAG3hQGiAdCALZSAChWEAJCCFVSEcM2GAHCAa6GCLFeCCgyBBgWBCduCAXOAAV2DJiCABmyCAPSAB8iDBrkC0CiCABGCAO+AAISAAF2AABUB4IAMBoICQoIAh4JF4gLgFoAAEYAfRAIQM4MAjwHUgACPgjGlAdSFADKCHwiCAJeABm2EAP2JACaFAB6EATSCIYKGAOoBBYMK4YMMcYEA94INhYN4QoAMKIEfuYEWFAEEggAKgBokgR7JgADfhCHNgQr7gC1NgwsCgBw/iACthEPxhgHcgCshhAaQgwCcgACOggCcgwHhggDKgw8MAbyAAieARc2BGfqAcEqBAmYBCYYCcgEQg3wZAQiDW1ABBINOpoJD74I0hIAKRoI8T4IsCIUcOIYUEYIx1YEMrYMAhIMBYYUK94AxP4IJ7wHUgACtgACUBrwETBshEoIHboIBzoEjGIAv1IAx+IEvNoQAPIEktYAX84A0QoAB6IBSZYQ8YoFDwYEANYEHJQVMIgIbIoIXgIGD9oEqEYEFdAIgDIIV/oIX34se14IU8YA+jYEEIIBIMIFWRIMAbINsZIMHzoAAaYAAfIABpQMQamyDB9GANB+HAtmAQN2AFkeAAIaAAcOBACCDAt+AAMqChuKBRyiAAHaCRNkBAYICg4AB4IEK84KAvYE8noIO3oEI0YAASIE6poIOOoNIvIEBHIEArAECggImgl+igQ5egg+4A0ECSoEABYAtGoAAO4EAXYEAlIQAboEOP4IC/4ID8IM4LIEtKYQBR4EBEIE+HYIJWIAfxIEBQoAFfIMFT4MA9IAAFIEIVQIFa4QA8oAR+4UDbIUTBYEK4oAMuIIWuAMAQbqAAkeBAU+BEJCEAhyBGvEBf4I6nwIASIECxYIEioINWIQbhIMNBoMAgIEFBAEPgwJJgS/RggXIhgGkgoIfgQB8AXGABdiBDj2CAmgBS4QD6IQ4NIITv4JD+IIAnIUNpgEPgA5XASSAFa+DAF2AhreBHHGAbuWBA3yBABGABt6JAraBhVKAA62AA1KHAOsFC7YCAQmABxmBOSyCgmyCAsaABtECOwGAP0sBQYACQoAE7gRBB0GKgGbHARuALHGDDkaBHC4BCoE6ZoEEhoMBAYJ1voEK2ICGroADHoNCyIIaBYAZooF5K4IW7oGMzIQC2IAv24EET4EFjgFLgRBtgAbOgAVegSe5gAQHggE9gxotgALtggDHgh/2ghYqggcdhQAlgHDohgLzggLYgAtugRCLATuAAAeDQvqBCuYBCYJ1KoEAHQHAgwAdAsAVgweagAASAcSDABIBxIBivoARWAIKQYA7hIEEtgRGIgMbhQD3gCTwgAMlARuEAQ+CATgC0AiAATiDDESAJPqBAF6CCr2CCY2ACr2BAHqDBpCAIryAEYeBQNGCekOCB7YBL4EFDIEANYFDOIIikIMBgIIAkIEOsoIcfIQHlYEhwYIPJIAHp4AzgwIDSIcH8Y0OgokPI40AHIgH8YATp4UAXIAH8YMPgIEFqIAU+4EMeoEAC4MK7IAk7AKQIYFBcgJ0IoEWpAQvAYYIiwCmAoQIgDawgwBLAQeAAKeAAjaDCJmDAKsBB4gAq4EHeIEAj4JUAIUtQ58Aq4BY14UAYIAAq4MAYIEkJoEAq4QmF4UInwYJQRxrQWyBF7WCf1YCkB6BOnCDAIyAAA8BoIA0hYA0mYMAkoAaCoIJSYBJAocJ/40AhoIuOoQAHJYQcIwJ/QEEgAqSgzSVhAChhABqhAAVhQCrgACCgQB6gQq0gQ1jgCbRgUgggA4SgR8eBIECSRuAAXgBI4MBeIAW94AC4YANoYMAt4ECGYBEpokRN4AAfQEGhgDakgCupBE6hwFsgADHhABggQe6hgFsAQaGI9oDCUEEgVsjgAjFgAFpAR+ADLCAADuAAAsDoBwigACLhAKigTSwgQK8hAIVgwB/hytZqgIHgYAYiwFnjwCghwByhQLShgCwgRzFgBhsgiF/AqAtgUNygALeAy8BgoGGLYJ82AMvAYCBcryBAD2EAhSDXbubA2+iAiKBETCFALiAgMuEAQ2AiIqDALaBeM2DEKEFswsBCn+DBWuBBY8BIoAfEIEw7YAs9wEbghsvhAV5iwV1gI/CghzcgA6LgQcVgALygU2VgTgkg00Xgj+EgmoygIMmgStDggWEgwVxgQs4gj3SgBVJghVjgABmggTFggDEgATFgR1CggSagQJ9gAFbgQJ9gD2OjAElgAHyAQWIASWNAeKJASWNAByIASWAXOCEASUBBYAB3YMAYIGCjYQBJ4EACwELgQqGgSXyhR4ngRXehxA4hBRUgXrdgRA6gQX4gAD0gRTlgh2whQDmASKCSSaDix6DIeSCA0+CAqaAHluCAfWZA02iArKCI/mBBWCBAMCCEhuBbjSABByDAfOBG0GGD86CfFeBBraDAIqBKraBAQwELwG+FYB2H4YEs4kDRsAAlIEEeo0AlIAF/IAAJ4IBZAEFhQ83gB1chFsFgSoXjQ8zgQ4TgQBtggasjA8zgQJrgi9njwHtjAU2gHcFgyfhgVCZgA/HgQaFhgBxhAAagCs/gQAagkrKgDwQhHuAgQfQjQE3AcL6ATcB/oUBN4QPmeIBN4APrJABM4NOxIIBJgHEjgEmAcb6ASYB9oUBJoIqHeQBJoMqOo0BJoAIQYN+WYIj/4IDkYIKA4At4gFGgA1zgQWPAQiBBYqBCgOAAA+ALiGBBY8BCIQKBwL/AYCX+4MQmoEJsYEQmoGRooUMkIBNOoAMC4FKnYMNKIMOBYCNHYEAnYAOzgEEgAyugkONAQSAHRKCGyuAAWKABV+FAECCBLKBBKWBelmEMPOBABiALt6DABgBDYM9nQENgSpzgATvgQ9cghCPgAAIgj4agAuPgw1cgBraigBCggBjggBagXhbgQDtgQy3gQA/hA+tgXl3gQEpgg9Vg39uhA0ehQAVgCmLAwALg4EahIANGYKMDoQ7zoF2X4EACIVf84ApfoEACoEPggEggS+3gRYHgz0KAduAG6oEAUEWTYAru4AGs4BfxgSggAJxgCe4gQBNgzb1AQGAm8aCC9oDQSpGgUA4AgVGgV/lAwBBOYEtAYEG+YACXwML3AmCAYaBkPqAQs6CAhQBLIEr9oAG34Byv4EAD4AAA4BUXoIruoMpOYMXo4J74YJ64YMCLgJBKoAWwAJ1IoB5b4EBtYACSIEAFwFsgwg5AVyAJaiAAYiBi42BmLaABI6BAGuAAtyBYhyDFJsBT4ASTwFLgRbjgBwAAUWAZfIFIARHcnKBZFuCLJyEPNCADFuAanOALKmBArqCAs6AW2qAHU2EFgOFABOAIpmGGnCHABaBk/WAJCqEGmWHABiAHY6GNKSDLnaAHKKEgHOBARiBAAgBOIIAxoFD5IEAt4AfvoI33oIBBIBEMoEAJYE3q4KLFIE3fYEvroALx4EADYAD8YIDboIAXQFcggANgVH9gDfGgQF/hRk/ghyqgDWFAhA3gi0NhwARggBWggANgQdeg4kngTlhhBrqgn4/ggFjgBCcghjugQMTgn/Tg35DgQGEggJ8gRB6gYGUggSbAiwigjMagnvKgRyjgi+MgQJjgQEkgQDZhAAlgi3XggPbAWyDAEOAABeAY6iBAdiAAWQBBIKY/IAAkYEuKIE0KIEASIEDw4FFAIQBIAGwgARGAUGDg9SCCUGBAHCCALCAAEKBAAcCtC2BQI2CErcBtIMAGYEwFoQBe4ADUYNBOIIAkAFsgSTPgQCLgglSgQChgwBBgWkGgQq/AgVJgDrTgABhggBIgQC0AVyBBT+AACMCxC2BHueCABMCxC2CDtUBBIM0JwEBgAMkgZ9RhAFCgTZXgSIAgQL+gQGtgBpkhgD0gi8LhAAlggCygQLVggmMgEILgCo5gQBfgpJ7gwCggTnLgQHphAESgomvggFZmAESgEgVhBOsAWyDA1SFARyCAYeCBo6CAnCCP+yBBYqBMs2BG1iDATaADQEBA4ICP4MBLIGUmoMAjIIAOIUBLIAAo4QAPIABToMAWJABJIQBAYAMkoAKeIQDy4IDCIUD54EBDoAy2IIDt4QCUoFG+IAD0IMhhoAQtAFFhQO0AQaAYV6ElV6CAWODgx6DAKgBOIAFMYIMfINHdoGAO4ID7IAE6gEagzHAgwGWARqCOzWAGJmBA/yDA0qBAwGCAWGBA7KBEucBQYBa0AEDgorSAUGAQkuAHV6AJIUBi4Muz4JjnwEQgAqkgy9fghfJgGs+gRqTgZSshAVsgjkFgBo7hQJxgBT5ggN/gi+VgAAYgAANgUSGgQQ2ggANhAPVgRptg4FPggBdgWVqgwAcgjVdggAWgACQBBALC4SBHe6BADKAZCeCBEiBJ6WCBAOCA0SCXCyCANGBAiuHHWiAOaYBGIEyp4M4rIIAcwEwgh73gUB/hBGLhQAThDpohABGgACkhAf2gAS4gAANgSI8BQuECQEPgQd3gSDogRk+gR2ugiSDhwByA3RBhYJaSAEAgTcpggARgAKzAoYCgjy1gzCEgzmvgTU8hABuAVSDAriDAoyABwSCAe8BSIEABQNYdHOAgKOBS3qAAA2EAq4BNIAfAoMWcIBQpYMU04EHUIAJTIIDR4IStYQBlQEsgAB5gUUWAgNrgQdtggQrAhA6gjXFggD7gjU7ggT1g1N4ggA0gDTFgwNagTR/gQARgTTFggMWgAAFAXCABQSGCQ6SACqBjzybACKCNd2CBnaBhJqGNd2AEVyBNd2EFZ+DJUqBb16BUiSBXVmBDn+EEKyBRMCAF8QCkCOBCDCCDVyKADaCAHsBdIIA34EE34ABP4IADQKkLYEUSIEAlYFFVoABgIMD3QKAAYUeEoIV04AN6wFgggGIgRz7ggEkAUiDB7EBbIMEXwE0gBfTgQGMgCyFgQGCg0X7AVSATfeBAa6BLTmBAEmCAPaEBdeBFIqECR8DEHRzgE6AgXH3AUiCbhYBDIMByoAlXoIBx4EWIYJfWYELGIMKUoUAkYIpSYI1A4QAV4AksIA4K4ILfoM2+ocEuoQAd4IEIYAAD4FUqYQCQ4MCbIFU7oMBjoECXoEAGYIATYILMoIANYEASYQ7S5YBxogaprAAH4ML3IFSwJQBvYQ3FYMA1YcBTII3FIIBy4Kb1IFEoIQGToALSoE3GYIAwAECgzcZgQQXgjcZgwBGiATxgQAHgztQgpoMgaJtgwY4gAFgAU+AR+2HOqeEAF6CaZKEAF4BAYQ6V4GXJIE6pI0AXoI6pIQAYgEbg0YtAqAtgzpRnQBPmQCtgUaZgAdfgSH2Awu+BYARsoID4IALqYAD4oMKa4Kg0IEACYI03oIEUQFqgRSLggAdASyAA5qCBJaBB1SBEaaBlb6AGIyFBa8BcIAKVoFeh4QCR4AKY4I8vYQGL4EAHAFcgwR+ArQtgj7kgQuahAh0AUSBAAUBTIEd6YMRy4FEIoEAioABCIIG6oMQ7IAADIJD/gQgCE8bhCWjgAuDhAmAgwyeghqkghjOpQA7gBe5gA3PhAhogIXWgkb8gQJEgwV5gwFiAgRqgAcmAhA3ggASggfYAXSDADCBB9GBExCABYmEAneBCG6CAP+BQoGAHleCHDuHAzqBDQ2BAzyCBA8BWIAxKIAFnIAf7YBRFoEQJoEStYAAfoKUb4NAfoEqL4AD8gEIhAAmggDogAAFgEpLiAXCggE3ASKAUjSCA/uAHNyDAwWCGs6CAWSFHIeCHayCWIOBGjMBhYEACoQCHIE/0IUJbIMJaQHEgB9TgiMLgyUbggEJgCM+gAJlgWAGAYKCOwqBpCIBAYAADIAIhYEjHICKGIVKgIEDQoEISoI4p4Gc0YIPTII8CoAAQoGlpIECroGKCIEAB4QM74AHjIAUI4UAQQEBgp+Wg4b2gQCPgA0CgABDgRRxgAkhAwurBIAflIEAGQF8gRlHgCjfgQAMAXiDAX0CjAGFDTuECuUCLGuAAuOBGcCBBUoBA4Bh7YIFgAGQgJACggDbgAGVgAxUgAA0ggWQATiAHMmBoHWBURaABZQBB4I9k4Eq9YEu9oEE04NYIoEACoIAmgE0gB2AgQGYgx0pgQrWgF3AgQv/gwAvgBnzgk6gggAyAiALggiTgQAKgVo7hAANgANKgz4KgT34gxIwiGYwhj3/gACAggAtgQV9gT3QgAANgAHRgj4FgAv0gTEugAANgDpAgAKSgTEigAANgAnHgABQgTEWgAANgD4OgASegTEKgAANgD4RgAGDgTD+gAANghRqgQVKgQc8gBAMgg9KgC6rgT4XgAeMgSC4gz4egACfhD4egRB8g4WQgF9PgQAKgkAHgB3cAQaDRdOAETUBBoOhO4JbW4Ico4AA14IU84IeS4Ja5oBt5oMCFIAC7oMn2YAC5oBKAQEggiLrAQODTo2BAPmDAXeALCiCAAqAABSBTpcBDIBNGIBf84IDCYED5gEBgQuugS53AiIJgQLOgRlLgQAEBUkbC6ALgRwpgwlzgSoZhAlzhQl1ggIFiQlzAUWDAheBCXSAQJyAAV2AQuKCBX2RCXOCAmKaCXODB/WTCXOCCWyAApWFHAOCCHEDNgJ4hAVTgGUYgAIVgSJAgABPAWCBToiFAFABgIIA74EC3YIJoYQEdIUJpAEEgAmkgwf2gEy2hibRgh5MgAulgAH9AUGAAUODADWBAGeAVAMBIIEA2YgAbIIC3AF4gqObgwjoAQWFYMiAABiJB5GCBjeBA0KAAAmFCeiDCogBZIAP7oACT5sHx4BQvccJ7YEo3LQJ7QF4gR3fggkrhAF8gD9QgAeegACMgCjkgRsVglojgQDdgwahAaSCAPoCoC2OCa6AHeWEHbKEAiOBBQyCNMyJAh6ABZiVBc+DIGSLCcqCGiOECcsBeIQJy4MCE4IJvAFohQnZgQ5zgZHUhgl5AVyBUIeGCCoBBIUIKoCjT5oI14Kk+IAACgFohQWOggX+hAT38gnUhwm4iAlVkAmzggLUlAm2hANigQoOhgiahgoohgD6AQSCobKDAVWUAC6ABJiCqZ//ASGHASGCAgjoCouGAmG4CouBBF6AjxYDAAs/gg+agQAejxcghj/GlAAfgAAcglI2AgRAgAGUAQOAAA0CgweBN1qFP2KAENOAIiWBLjyATW2Al8aCULCOdeuFDu+BFfgBQYAjsIAAMAF/gFCoAQaCpL0CAEiAP46BE52BFj+CMuiAVRiCesqCBTGBNXiBF4mCBtyAF3qCkRUCCEmBIbwCS3KAFfOAUuKCBRCBdj8ByIAJjYFUz4MAcINePYNXjIEFY4KaDQJBKoEQioABX4IWuQRC//+BgmzZAVSAAAwDgICCgFF3ATeAW8SATlOBAWaACXmCVmiCFoOBAAyBWtqBCt2DVJiBAHWBI8+CAOSAAHeBVUSEABaBT4aJABmCAseCABcBTIcAF4JCFIAAHQHEgR6TgABegFkbgDjKgAAJAZyEMQgBKIEAD4AYXoQAMIEEgIFkuIAARgGcgSwPAQKAXrGAe+eDFRQBOIJXqYAE84QACAFEgks1gpMgg0Q6gAGRAYCCZ2yAQRSAeNaCB/2BAH4BiIEjhIALRQGEgQCOgCoZgGkkggpUATaCRV2BQzUBbIAFngE2gAQbg5DfAhA0ggHdgACMgBN2incXgACngY9Wg19ShRIZg0G7gAUngRpRgQokgWVJg0G9BEE5QSqBJY+AAdSCp0+CK4mBAv6DS0qCNWeDUoqACpeAS++BAGaAE6ODCCuEQ/oGQYgRNgK4gI+lgAALgB8IgBRvgo+xgHpvAayDABWACJaAALyBABUB4IAAFQGggwAVgAijgADfgQAVAX6CeBOAKpCDAL2BAK4BLIAGIoRbhIVEKIIoEgFEgDgahDK+ghZehQuBhkQhgiqgAiA3gQbcgQCrgG1ihQAShEQ3AUiDAReAMFsCDGyAGOQClCCBCVoBNoALK4EDbwJBkIQADwGMgwAPAZKEAA8BgIMADwGWhAAPAXyBDmACC0ODGVyBWjCXGVyCDWuBOE2CGVyBAAqAATmAeSgBSYIEGgMLC+OAjWKAAhQEC6EEaYCzYAVmZmljaYCy5QEgg7TZEwAxLjMuMS4xLW1vdGxleQBpbnaAs20VZCBsaXRlcmFsL2xlbmd0aHMgc2V0hgAcBWNvZGUgiQAZD3Vua25vd24gaGVhZGVyIICz0wFniwAyAmRpgLN3AW6AtAmKABYDYml0hABHECByZXBlYXQAdG9vIG1hbnmFABcHc3ltYm9sc44AGAJvcoYAU4YAJIUAVoKz9IAAXYC0QAFrhQCmAgBigAD4gACaDGVycm9yAHN0cmVhbYQADYoA1QstLSBtaXNzaW5nIIC0pwQtb2YtggBHgAAlAmNvgLQtAmN0hQDjA2NoZYoAF4QAmI0AFwRkYXRhhgAViwELASCBANQFZmFyIGKAtJABAIUAVwJyY4EAgQVtYXRjaIYAMgF3gLT0BG93IHOBtQOGATuCAN4DdHlwhwATiwGyggDQjwB1ggAWhQGvBGNvbXCAtSQBc4C06YACDgR0aG9kgDInEwwLpQIDAAQABQAGAAcACAAJAAqAKQcNDQAPABEAEwAXABsAH4CVbhYrADMAOwBDAFMAYwBzAIMAowDDAOMAgAY4ggABAYCMAAIBgYQAAgGChAACAYOEAAIBhIQAAgGFhAACBZAASQDIghjMgK1JggCEAQeAAIABDYAAegEZgCkpATGAA4wBYYAARgHBgEjqAYGBSOyAQBYEAQYBCIApDAMQARiABbwJMAFAAWABgAHAiQB4hQBwhQBoAYaAAAIBh4AAAgGIgAACAYmAAAIBioAAAgGLgAACAYyAAAIBjYAAAgGOgAACARCAAHIBEoAAiAEIggCAAQaAAQIBBYABBAMEAAyAAJaAHJwCAA6AAKIBD4CwMwQOC7cMtQEsgBzVggABARCMAAIBEYQAAgEShAACAROEAAIBFIQAAgEVhAACARDAASyJAICFAHSFAGyBAGQBFoAAAgEXgAACARiAAAIBGYAAAgEagAACARuAAAIBHIAAAgEdgAACAUCAAAIGoAgAAKANgACIgADQAR6AAAQBD4AAVAEggAAQAiAOgwDgAR6AAASBABSBAAEBoIQAFAETgAAEAQeEABQBDIABOAGMgAAEAUyAAAQBzIAABAEsgAAEAayAAAQBbIAABAHsgAAEARyAAAQBnIAABAFcgAAEAdyAAAQBPIAABAG8gAAEAXyAAAQB/IAABAECgAAEAYKAAAQBQoAABAHCgAAEASKAAAQBooAABAFigAAEAeKAAAQBEoAABAGSgAAEAVKAAAQB0oAABAEygAAEAbKAAAQBcoAABAHygAAEAQqAAAQBioAABAFKgAAEAcqAAAQBKoAABAGqgAAEAWqAAAQB6oAABAEagAAEAZqAAAQBWoAABAHagAAEgHm4AgC6gAAEAXqAAAQB+oAABAEGgAAEAYaAAAQBRoAABAHGgAAEASaAAAQBpoAABAFmgAAEAeaAAAQBFoAABAGWgAAEAVaAAAQB1oAABAE2gAAEAbaAAAQBdoAABAH2gAAEAQ6AAAQBjoAABAFOgAAEAc6AAAQBLoAABAGugAAEAW6AAAQB7oAABAEegAAEAZ6AAAQBXoAABAHegAAEAT6AAAQBvoAABAF+gAAEAf6AAAQBAYAABAGBgAAEAUGAAAQBwYAABAEhgAAEAaGAAAQBYYAABAHhgAAEARGAAAQBkYAABAFRgAAEAdGAAAQBMYAABAGxgAAEAXGAAAQB8YAABAEJgAAEAYmAAAQBSYAABAHJgAAEASmAAAQBqYAABAFpgAAEAemAAAQBGYAABAGZgAAEAVmAAAQB2YAABAE5gAAEAbmAAAQBeYAABAH5gAAEAQWAAAQBhYAABAFFgAAEAcWAAAQBJYAABAGlgAAEAWWAAAQB5YAABAEVgAAEAZWAAAQBVYAABAHVgAAEATWAAAQBtYAABAF1gAAEAfWAAAQBDYAABAGNgAAEAU2AAAQBzYAABIARMwIArYAABAFtgAAEAe2AAAQBHYAABAGdgAAEAV2AAAQB3YAABAE9gAAEAb2AAAQBfYAABAH9gAAEAROAAMIFEwEJAJOAAAgBk4AACAFTgAAIAVOAAAgB04AACAHTgAAIATOAAAgBM4AACAGzgAAIAbOAAAgBc4AACAFzgAAIAfOAAAgB84AACAELgAAIgBDagAQCgAAEgAAIAUuAAAgBS4AACAHLgAAIAcuAAAgBK4AACAErgAAIAauAAAgBq4AACAFrgAAIAWuAAAgB64AACAHrgAAIARuAAAgBG4AACAGbgAAIAZuAAAgBW4AACAFbgAAIAduAAAgB24AACAE7gAAIATuAAAgBu4AACAG7gAAIAXuAAAgBe4AACAH7gAAIAfuAAAiBA7YBB4AACAGHgAAIAYeAAAgBR4AACAFHgAAIAceAAAgBx4AACAEngAAIASeAAAgBp4AACAGngAAIAWeAAAgBZ4AACAHngAAIAeeAAAgBF4AACAEXgAAIAZeAAAgBl4AACAFXgAAIAVeAAAgB14AACAHXgAAIATeAAAgBN4AACAG3gAAIAbeAAAgBd4AACAF3gAAIAfeAAAgB94AACAEPgAAIAQ+AAAgBj4AACAGPgAAIAU+AAAgBT4AACAHPgAAIAc+AAAgBL4AACAEvgAAIAa+AAAgBr4AACAFvgAAIAW+AAAgB74AACAHvgAAIAR+AAAgBH4AACAGfgAAIAZ+AAAgBX4AACAFfgAAIAd+AAAgB34AACAE/gAAIAT+AAAgBv4AACAG/gAAIAX+AAAgBf4AACAH/gAAIAf+AAAiBBAoBQIAABAEggAAEAWCAAAQBEIAABAFQgAAEATCAAAQBcIIFVgMHAEiAAAQBKIAABAFogAAEARiAAAQBWIAABAE4gAAEAXiAAAQBBIAABAFEgAAEASSAAAQBZIAABAEUgAAEAVSAAAQBNIAABAF0gAAEAQOAAEIBg4AABAFDgAAEAcOAAAQBI4AABAGjgAAEAWOAAAQB44AABIC+K4AAdIECxgEFgABcAQWCBUoBFIAABAEMgAAEARyAAASAvlaABEQBBYIGBAEaggXqAQWAA9QBBYADuAEFgAOcgE92gAAEARGAAAQBCYAABAEZgAAEgQACARWAAAQBDYAABAEdgAAEgL59gAKkgQZAAQWAAiyBBaYBBYABtAEFgD3fAxsLTYMfuYcABIC+rooABIEHUYkABAEEjAAEAQWKAAQEQbAcC4C9CosAS40AO4UALwEGhAAEgQWIgQAEgQEKgQAEgQGSgQAEgIS2ggAEAQuEAAQBDIQABIAF24FHeQTgHQsjhQBfhQXLAhARgAVtBgcJBgoFC4A6uAQNAg4BgAclBJQeC2mFAJCFAIiFAICFAHiBAGiBAFyBBh8BEIAABAEUgAAEARiAAAQBHIAABAEggAAEASiAAAQBMIAABAE4gAAEAUCAAAQBUIAABIEGvQFwgAAEAYCAAAQBoIAABAHAgAAEAeCAAG8DHwtyjQBvgQBrgQBngQBjgQBfgQBbgQBXgQBTgQBPgQBLgQBHgQBDgQE8AYCvAEGAUc0CC22BAMcBBIAAAgEIgAAEgQEzgQJLARCAAA6DAAyBnqyAqmuEACSBB3OBAE8BCIAACIEAGIUADIEIt4MADAEggQCUgDKEgQBrAYCBCC8BBIMADIA/SAoBABAMAEGRIQv/gCUfgMDAgIKxBQgJCQoKgEk3gAABAQ2AAAEBDoAAAQEPgAABARCEAAEBEYQAAQEShAABAROEAAEBFIwAAQEVjAABARaMAAEBF4wAAQEYnAABARmcAAEBGpwAAQEbmwABARyBffsEBAQFBYHB1QEHgAABAQiEAAGAXSqCAAEBCowAAYAnsooAAYEBMJkAAYEBTJkAAYEBaLkAAYEBpLkAAYIDdYABzoUBvI0BqJ0BkLwBgAIbHLwAAQEdvAABgA9PgH05A9AqAQ==")),e)})}let me,Gt,Ue,cn;function up(n){if(me=n,{malloc:Gt,free:Ue,memory:cn}=me,typeof Gt!="function"||typeof Ue!="function"||!cn)throw me=Gt=Ue=cn=null,new Error("Invalid WASM module")}function Nr(n,e,t={}){const i=typeof t.level=="number"?t.level:-1,s=typeof t.outBuffer=="number"?t.outBuffer:64*1024,o=typeof t.inBufferSize=="number"?t.inBufferSize:64*1024;return new TransformStream({start(){let a;if(this.out=Gt(s),this.in=Gt(o),this.inBufferSize=o,this._scratch=new Uint8Array(s),n?(this._process=me.deflate_process,this._last_consumed=me.deflate_last_consumed,this._end=me.deflate_end,this.streamHandle=me.deflate_new(),e==="gzip"?a=me.deflate_init_gzip(this.streamHandle,i):e==="deflate-raw"?a=me.deflate_init_raw(this.streamHandle,i):a=me.deflate_init(this.streamHandle,i)):e==="deflate64-raw"?(this._process=me.inflate9_process,this._last_consumed=me.inflate9_last_consumed,this._end=me.inflate9_end,this.streamHandle=me.inflate9_new(),a=me.inflate9_init_raw(this.streamHandle)):(this._process=me.inflate_process,this._last_consumed=me.inflate_last_consumed,this._end=me.inflate_end,this.streamHandle=me.inflate_new(),e==="deflate-raw"?a=me.inflate_init_raw(this.streamHandle):e==="gzip"?a=me.inflate_init_gzip(this.streamHandle):a=me.inflate_init(this.streamHandle)),a!==0)throw new Error("init failed:"+a)},transform(a,c){try{const l=a,d=new Uint8Array(cn.buffer),h=this._process,f=this._last_consumed,p=this.out,u=this._scratch;let m=0;for(;m<l.length;){const C=Math.min(l.length-m,32768);(!this.in||this.inBufferSize<C)&&(this.in&&Ue&&Ue(this.in),this.in=Gt(C),this.inBufferSize=C),d.set(l.subarray(m,m+C),this.in);const A=h(this.streamHandle,this.in,C,p,s,0),b=A&16777215;if(b&&(u.set(d.subarray(p,p+b),0),c.enqueue(u.slice(0,b))),!n){const k=A>>24&255,P=k&128?k-256:k;if(P<0)throw new Error("process error:"+P)}const I=f(this.streamHandle);if(I===0)break;m+=I}}catch(l){this._end&&this.streamHandle&&this._end(this.streamHandle),this.in&&Ue&&Ue(this.in),this.out&&Ue&&Ue(this.out),c.error(l)}},flush(a){try{const c=new Uint8Array(cn.buffer),l=this._process,d=this.out,h=this._scratch;for(;;){const f=l(this.streamHandle,0,0,d,s,4),p=f&16777215,u=f>>24&255;if(!n){const m=u&128?u-256:u;if(m<0)throw new Error("process error:"+m)}if(p&&(h.set(c.subarray(d,d+p),0),a.enqueue(h.slice(0,p))),u===1||p===0)break}}catch(c){a.error(c)}finally{if(this._end&&this.streamHandle){const c=this._end(this.streamHandle);c!==0&&a.error(new Error("end error:"+c))}this.in&&Ue&&Ue(this.in),this.out&&Ue&&Ue(this.out)}}})}class hp{constructor(e="deflate",t){return Nr(!0,e,t)}}class fp{constructor(e="deflate",t){return Nr(!1,e,t)}}let Rr=!1;async function pp(n,{baseURI:e}){if(!Rr){let t,i;try{try{i=new URL(n,e)}catch{}t=await(await fetch(i)).arrayBuffer()}catch(o){if(n.startsWith("data:application/wasm;base64,"))t=mp(n);else throw o}const s=await WebAssembly.instantiate(t);up(s.instance.exports),Rr=!0}}function mp(n){const e=n.split(",")[1],t=atob(e),i=t.length,s=new Uint8Array(i);for(let o=0;o<i;++o)s[o]=t.charCodeAt(o);return s.buffer}let is;dp(Qn),of({initModule:n=>{if(!is){let{wasmURI:e}=n;typeof e==It&&(e=e()),is=pp(e,n)}return is}}),Qn({CompressionStreamZlib:hp,DecompressionStreamZlib:fp});const ss={application:{"andrew-inset":"ez",annodex:"anx","atom+xml":"atom","atomcat+xml":"atomcat","atomserv+xml":"atomsrv",bbolin:"lin","cu-seeme":"cu","davmount+xml":"davmount",dsptype:"tsp",ecmascript:["es","ecma"],futuresplash:"spl",hta:"hta","java-archive":"jar","java-serialized-object":"ser","java-vm":"class",m3g:"m3g","mac-binhex40":"hqx",mathematica:["nb","ma","mb"],msaccess:"mdb",msword:["doc","dot","wiz"],mxf:"mxf",oda:"oda",ogg:"ogx",pdf:"pdf","pgp-keys":"key","pgp-signature":["asc","sig"],"pics-rules":"prf",postscript:["ps","ai","eps","epsi","epsf","eps2","eps3"],rar:"rar","rdf+xml":"rdf","rss+xml":"rss",rtf:"rtf","xhtml+xml":["xhtml","xht"],xml:["xml","xsl","xsd","xpdl"],"xspf+xml":"xspf",zip:"zip","vnd.android.package-archive":"apk","vnd.cinderella":"cdy","vnd.google-earth.kml+xml":"kml","vnd.google-earth.kmz":"kmz","vnd.mozilla.xul+xml":"xul","vnd.ms-excel":["xls","xlb","xlt","xlm","xla","xlc","xlw"],"vnd.ms-pki.seccat":"cat","vnd.ms-pki.stl":"stl","vnd.ms-powerpoint":["ppt","pps","pot","ppa","pwz"],"vnd.oasis.opendocument.chart":"odc","vnd.oasis.opendocument.database":"odb","vnd.oasis.opendocument.formula":"odf","vnd.oasis.opendocument.graphics":"odg","vnd.oasis.opendocument.graphics-template":"otg","vnd.oasis.opendocument.image":"odi","vnd.oasis.opendocument.presentation":"odp","vnd.oasis.opendocument.presentation-template":"otp","vnd.oasis.opendocument.spreadsheet":"ods","vnd.oasis.opendocument.spreadsheet-template":"ots","vnd.oasis.opendocument.text":"odt","vnd.oasis.opendocument.text-master":["odm","otm"],"vnd.oasis.opendocument.text-template":"ott","vnd.oasis.opendocument.text-web":"oth","vnd.openxmlformats-officedocument.spreadsheetml.sheet":"xlsx","vnd.openxmlformats-officedocument.spreadsheetml.template":"xltx","vnd.openxmlformats-officedocument.presentationml.presentation":"pptx","vnd.openxmlformats-officedocument.presentationml.slideshow":"ppsx","vnd.openxmlformats-officedocument.presentationml.template":"potx","vnd.openxmlformats-officedocument.wordprocessingml.document":"docx","vnd.openxmlformats-officedocument.wordprocessingml.template":"dotx","vnd.smaf":"mmf","vnd.stardivision.calc":"sdc","vnd.stardivision.chart":"sds","vnd.stardivision.draw":"sda","vnd.stardivision.impress":"sdd","vnd.stardivision.math":["sdf","smf"],"vnd.stardivision.writer":["sdw","vor"],"vnd.stardivision.writer-global":"sgl","vnd.sun.xml.calc":"sxc","vnd.sun.xml.calc.template":"stc","vnd.sun.xml.draw":"sxd","vnd.sun.xml.draw.template":"std","vnd.sun.xml.impress":"sxi","vnd.sun.xml.impress.template":"sti","vnd.sun.xml.math":"sxm","vnd.sun.xml.writer":"sxw","vnd.sun.xml.writer.global":"sxg","vnd.sun.xml.writer.template":"stw","vnd.symbian.install":["sis","sisx"],"vnd.visio":["vsd","vst","vss","vsw","vsdx","vssx","vstx","vssm","vstm"],"vnd.wap.wbxml":"wbxml","vnd.wap.wmlc":"wmlc","vnd.wap.wmlscriptc":"wmlsc","vnd.wordperfect":"wpd","vnd.wordperfect5.1":"wp5","x-123":"wk","x-7z-compressed":"7z","x-abiword":"abw","x-apple-diskimage":"dmg","x-bcpio":"bcpio","x-bittorrent":"torrent","x-cbr":["cbr","cba","cbt","cb7"],"x-cbz":"cbz","x-cdf":["cdf","cda"],"x-cdlink":"vcd","x-chess-pgn":"pgn","x-cpio":"cpio","x-csh":"csh","x-director":["dir","dxr","cst","cct","cxt","w3d","fgd","swa"],"x-dms":"dms","x-doom":"wad","x-dvi":"dvi","x-httpd-eruby":"rhtml","x-font":"pcf.Z","x-freemind":"mm","x-gnumeric":"gnumeric","x-go-sgf":"sgf","x-graphing-calculator":"gcf","x-gtar":["gtar","taz"],"x-hdf":"hdf","x-httpd-php":["phtml","pht","php"],"x-httpd-php-source":"phps","x-httpd-php3":"php3","x-httpd-php3-preprocessed":"php3p","x-httpd-php4":"php4","x-httpd-php5":"php5","x-ica":"ica","x-info":"info","x-internet-signup":["ins","isp"],"x-iphone":"iii","x-iso9660-image":"iso","x-java-jnlp-file":"jnlp","x-jmol":"jmz","x-killustrator":"kil","x-latex":"latex","x-lyx":"lyx","x-lzx":"lzx","x-maker":["frm","fb","fbdoc"],"x-ms-wmd":"wmd","x-msdos-program":["com","exe","bat","dll"],"x-netcdf":["nc"],"x-ns-proxy-autoconfig":["pac","dat"],"x-nwc":"nwc","x-object":"o","x-oz-application":"oza","x-pkcs7-certreqresp":"p7r","x-python-code":["pyc","pyo"],"x-qgis":["qgs","shp","shx"],"x-quicktimeplayer":"qtl","x-redhat-package-manager":["rpm","rpa"],"x-ruby":"rb","x-sh":"sh","x-shar":"shar","x-shockwave-flash":["swf","swfl"],"x-silverlight":"scr","x-stuffit":"sit","x-sv4cpio":"sv4cpio","x-sv4crc":"sv4crc","x-tar":"tar","x-tex-gf":"gf","x-tex-pk":"pk","x-texinfo":["texinfo","texi"],"x-trash":["~","%","bak","old","sik"],"x-ustar":"ustar","x-wais-source":"src","x-wingz":"wz","x-x509-ca-cert":["crt","der","cer"],"x-xcf":"xcf","x-xfig":"fig","x-xpinstall":"xpi",applixware:"aw","atomsvc+xml":"atomsvc","ccxml+xml":"ccxml","cdmi-capability":"cdmia","cdmi-container":"cdmic","cdmi-domain":"cdmid","cdmi-object":"cdmio","cdmi-queue":"cdmiq","docbook+xml":"dbk","dssc+der":"dssc","dssc+xml":"xdssc","emma+xml":"emma","epub+zip":"epub",exi:"exi","font-tdpfr":"pfr","gml+xml":"gml","gpx+xml":"gpx",gxf:"gxf",hyperstudio:"stk","inkml+xml":["ink","inkml"],ipfix:"ipfix","jsonml+json":"jsonml","lost+xml":"lostxml","mads+xml":"mads",marc:"mrc","marcxml+xml":"mrcx","mathml+xml":["mathml","mml"],mbox:"mbox","mediaservercontrol+xml":"mscml","metalink+xml":"metalink","metalink4+xml":"meta4","mets+xml":"mets","mods+xml":"mods",mp21:["m21","mp21"],mp4:"mp4s","oebps-package+xml":"opf","omdoc+xml":"omdoc",onenote:["onetoc","onetoc2","onetmp","onepkg"],oxps:"oxps","patch-ops-error+xml":"xer","pgp-encrypted":"pgp",pkcs10:"p10","pkcs7-mime":["p7m","p7c"],"pkcs7-signature":"p7s",pkcs8:"p8","pkix-attr-cert":"ac","pkix-crl":"crl","pkix-pkipath":"pkipath",pkixcmp:"pki","pls+xml":"pls","prs.cww":"cww","pskc+xml":"pskcxml","reginfo+xml":"rif","relax-ng-compact-syntax":"rnc","resource-lists+xml":"rl","resource-lists-diff+xml":"rld","rls-services+xml":"rs","rpki-ghostbusters":"gbr","rpki-manifest":"mft","rpki-roa":"roa","rsd+xml":"rsd","sbml+xml":"sbml","scvp-cv-request":"scq","scvp-cv-response":"scs","scvp-vp-request":"spq","scvp-vp-response":"spp",sdp:"sdp","set-payment-initiation":"setpay","set-registration-initiation":"setreg","shf+xml":"shf","sparql-query":"rq","sparql-results+xml":"srx",srgs:"gram","srgs+xml":"grxml","sru+xml":"sru","ssdl+xml":"ssdl","ssml+xml":"ssml","tei+xml":["tei","teicorpus"],"thraud+xml":"tfi","timestamped-data":"tsd","vnd.3gpp.pic-bw-large":"plb","vnd.3gpp.pic-bw-small":"psb","vnd.3gpp.pic-bw-var":"pvb","vnd.3gpp2.tcap":"tcap","vnd.3m.post-it-notes":"pwn","vnd.accpac.simply.aso":"aso","vnd.accpac.simply.imp":"imp","vnd.acucobol":"acu","vnd.acucorp":["atc","acutc"],"vnd.adobe.air-application-installer-package+zip":"air","vnd.adobe.formscentral.fcdt":"fcdt","vnd.adobe.fxp":["fxp","fxpl"],"vnd.adobe.xdp+xml":"xdp","vnd.adobe.xfdf":"xfdf","vnd.ahead.space":"ahead","vnd.airzip.filesecure.azf":"azf","vnd.airzip.filesecure.azs":"azs","vnd.amazon.ebook":"azw","vnd.americandynamics.acc":"acc","vnd.amiga.ami":"ami","vnd.anser-web-certificate-issue-initiation":"cii","vnd.anser-web-funds-transfer-initiation":"fti","vnd.antix.game-component":"atx","vnd.apple.installer+xml":"mpkg","vnd.apple.mpegurl":"m3u8","vnd.aristanetworks.swi":"swi","vnd.astraea-software.iota":"iota","vnd.audiograph":"aep","vnd.blueice.multipass":"mpm","vnd.bmi":"bmi","vnd.businessobjects":"rep","vnd.chemdraw+xml":"cdxml","vnd.chipnuts.karaoke-mmd":"mmd","vnd.claymore":"cla","vnd.cloanto.rp9":"rp9","vnd.clonk.c4group":["c4g","c4d","c4f","c4p","c4u"],"vnd.cluetrust.cartomobile-config":"c11amc","vnd.cluetrust.cartomobile-config-pkg":"c11amz","vnd.commonspace":"csp","vnd.contact.cmsg":"cdbcmsg","vnd.cosmocaller":"cmc","vnd.crick.clicker":"clkx","vnd.crick.clicker.keyboard":"clkk","vnd.crick.clicker.palette":"clkp","vnd.crick.clicker.template":"clkt","vnd.crick.clicker.wordbank":"clkw","vnd.criticaltools.wbs+xml":"wbs","vnd.ctc-posml":"pml","vnd.cups-ppd":"ppd","vnd.curl.car":"car","vnd.curl.pcurl":"pcurl","vnd.dart":"dart","vnd.data-vision.rdz":"rdz","vnd.dece.data":["uvf","uvvf","uvd","uvvd"],"vnd.dece.ttml+xml":["uvt","uvvt"],"vnd.dece.unspecified":["uvx","uvvx"],"vnd.dece.zip":["uvz","uvvz"],"vnd.denovo.fcselayout-link":"fe_launch","vnd.dna":"dna","vnd.dolby.mlp":"mlp","vnd.dpgraph":"dpg","vnd.dreamfactory":"dfac","vnd.ds-keypoint":"kpxx","vnd.dvb.ait":"ait","vnd.dvb.service":"svc","vnd.dynageo":"geo","vnd.ecowin.chart":"mag","vnd.enliven":"nml","vnd.epson.esf":"esf","vnd.epson.msf":"msf","vnd.epson.quickanime":"qam","vnd.epson.salt":"slt","vnd.epson.ssf":"ssf","vnd.eszigno3+xml":["es3","et3"],"vnd.ezpix-album":"ez2","vnd.ezpix-package":"ez3","vnd.fdf":"fdf","vnd.fdsn.mseed":"mseed","vnd.fdsn.seed":["seed","dataless"],"vnd.flographit":"gph","vnd.fluxtime.clip":"ftc","vnd.framemaker":["fm","frame","maker","book"],"vnd.frogans.fnc":"fnc","vnd.frogans.ltf":"ltf","vnd.fsc.weblaunch":"fsc","vnd.fujitsu.oasys":"oas","vnd.fujitsu.oasys2":"oa2","vnd.fujitsu.oasys3":"oa3","vnd.fujitsu.oasysgp":"fg5","vnd.fujitsu.oasysprs":"bh2","vnd.fujixerox.ddd":"ddd","vnd.fujixerox.docuworks":"xdw","vnd.fujixerox.docuworks.binder":"xbd","vnd.fuzzysheet":"fzs","vnd.genomatix.tuxedo":"txd","vnd.geogebra.file":"ggb","vnd.geogebra.tool":"ggt","vnd.geometry-explorer":["gex","gre"],"vnd.geonext":"gxt","vnd.geoplan":"g2w","vnd.geospace":"g3w","vnd.gmx":"gmx","vnd.grafeq":["gqf","gqs"],"vnd.groove-account":"gac","vnd.groove-help":"ghf","vnd.groove-identity-message":"gim","vnd.groove-injector":"grv","vnd.groove-tool-message":"gtm","vnd.groove-tool-template":"tpl","vnd.groove-vcard":"vcg","vnd.hal+xml":"hal","vnd.handheld-entertainment+xml":"zmm","vnd.hbci":"hbci","vnd.hhe.lesson-player":"les","vnd.hp-hpgl":"hpgl","vnd.hp-hpid":"hpid","vnd.hp-hps":"hps","vnd.hp-jlyt":"jlt","vnd.hp-pcl":"pcl","vnd.hp-pclxl":"pclxl","vnd.hydrostatix.sof-data":"sfd-hdstx","vnd.ibm.minipay":"mpy","vnd.ibm.modcap":["afp","listafp","list3820"],"vnd.ibm.rights-management":"irm","vnd.ibm.secure-container":"sc","vnd.iccprofile":["icc","icm"],"vnd.igloader":"igl","vnd.immervision-ivp":"ivp","vnd.immervision-ivu":"ivu","vnd.insors.igm":"igm","vnd.intercon.formnet":["xpw","xpx"],"vnd.intergeo":"i2g","vnd.intu.qbo":"qbo","vnd.intu.qfx":"qfx","vnd.ipunplugged.rcprofile":"rcprofile","vnd.irepository.package+xml":"irp","vnd.is-xpr":"xpr","vnd.isac.fcs":"fcs","vnd.jam":"jam","vnd.jcp.javame.midlet-rms":"rms","vnd.jisp":"jisp","vnd.joost.joda-archive":"joda","vnd.kahootz":["ktz","ktr"],"vnd.kde.karbon":"karbon","vnd.kde.kchart":"chrt","vnd.kde.kformula":"kfo","vnd.kde.kivio":"flw","vnd.kde.kontour":"kon","vnd.kde.kpresenter":["kpr","kpt"],"vnd.kde.kspread":"ksp","vnd.kde.kword":["kwd","kwt"],"vnd.kenameaapp":"htke","vnd.kidspiration":"kia","vnd.kinar":["kne","knp"],"vnd.koan":["skp","skd","skt","skm"],"vnd.kodak-descriptor":"sse","vnd.las.las+xml":"lasxml","vnd.llamagraphics.life-balance.desktop":"lbd","vnd.llamagraphics.life-balance.exchange+xml":"lbe","vnd.lotus-1-2-3":"123","vnd.lotus-approach":"apr","vnd.lotus-freelance":"pre","vnd.lotus-notes":"nsf","vnd.lotus-organizer":"org","vnd.lotus-screencam":"scm","vnd.lotus-wordpro":"lwp","vnd.macports.portpkg":"portpkg","vnd.mcd":"mcd","vnd.medcalcdata":"mc1","vnd.mediastation.cdkey":"cdkey","vnd.mfer":"mwf","vnd.mfmp":"mfm","vnd.micrografx.flo":"flo","vnd.micrografx.igx":"igx","vnd.mif":"mif","vnd.mobius.daf":"daf","vnd.mobius.dis":"dis","vnd.mobius.mbk":"mbk","vnd.mobius.mqy":"mqy","vnd.mobius.msl":"msl","vnd.mobius.plc":"plc","vnd.mobius.txf":"txf","vnd.mophun.application":"mpn","vnd.mophun.certificate":"mpc","vnd.ms-artgalry":"cil","vnd.ms-cab-compressed":"cab","vnd.ms-excel.addin.macroenabled.12":"xlam","vnd.ms-excel.sheet.binary.macroenabled.12":"xlsb","vnd.ms-excel.sheet.macroenabled.12":"xlsm","vnd.ms-excel.template.macroenabled.12":"xltm","vnd.ms-fontobject":"eot","vnd.ms-htmlhelp":"chm","vnd.ms-ims":"ims","vnd.ms-lrm":"lrm","vnd.ms-officetheme":"thmx","vnd.ms-powerpoint.addin.macroenabled.12":"ppam","vnd.ms-powerpoint.presentation.macroenabled.12":"pptm","vnd.ms-powerpoint.slide.macroenabled.12":"sldm","vnd.ms-powerpoint.slideshow.macroenabled.12":"ppsm","vnd.ms-powerpoint.template.macroenabled.12":"potm","vnd.ms-project":["mpp","mpt"],"vnd.ms-word.document.macroenabled.12":"docm","vnd.ms-word.template.macroenabled.12":"dotm","vnd.ms-works":["wps","wks","wcm","wdb"],"vnd.ms-wpl":"wpl","vnd.ms-xpsdocument":"xps","vnd.mseq":"mseq","vnd.musician":"mus","vnd.muvee.style":"msty","vnd.mynfc":"taglet","vnd.neurolanguage.nlu":"nlu","vnd.nitf":["ntf","nitf"],"vnd.noblenet-directory":"nnd","vnd.noblenet-sealer":"nns","vnd.noblenet-web":"nnw","vnd.nokia.n-gage.data":"ngdat","vnd.nokia.n-gage.symbian.install":"n-gage","vnd.nokia.radio-preset":"rpst","vnd.nokia.radio-presets":"rpss","vnd.novadigm.edm":"edm","vnd.novadigm.edx":"edx","vnd.novadigm.ext":"ext","vnd.oasis.opendocument.chart-template":"otc","vnd.oasis.opendocument.formula-template":"odft","vnd.oasis.opendocument.image-template":"oti","vnd.olpc-sugar":"xo","vnd.oma.dd2+xml":"dd2","vnd.openofficeorg.extension":"oxt","vnd.openxmlformats-officedocument.presentationml.slide":"sldx","vnd.osgeo.mapguide.package":"mgp","vnd.osgi.dp":"dp","vnd.osgi.subsystem":"esa","vnd.palm":["pdb","pqa","oprc"],"vnd.pawaafile":"paw","vnd.pg.format":"str","vnd.pg.osasli":"ei6","vnd.picsel":"efif","vnd.pmi.widget":"wg","vnd.pocketlearn":"plf","vnd.powerbuilder6":"pbd","vnd.previewsystems.box":"box","vnd.proteus.magazine":"mgz","vnd.publishare-delta-tree":"qps","vnd.pvi.ptid1":"ptid","vnd.quark.quarkxpress":["qxd","qxt","qwd","qwt","qxl","qxb"],"vnd.realvnc.bed":"bed","vnd.recordare.musicxml":"mxl","vnd.recordare.musicxml+xml":"musicxml","vnd.rig.cryptonote":"cryptonote","vnd.rn-realmedia":"rm","vnd.rn-realmedia-vbr":"rmvb","vnd.route66.link66+xml":"link66","vnd.sailingtracker.track":"st","vnd.seemail":"see","vnd.sema":"sema","vnd.semd":"semd","vnd.semf":"semf","vnd.shana.informed.formdata":"ifm","vnd.shana.informed.formtemplate":"itp","vnd.shana.informed.interchange":"iif","vnd.shana.informed.package":"ipk","vnd.simtech-mindmapper":["twd","twds"],"vnd.smart.teacher":"teacher","vnd.solent.sdkm+xml":["sdkm","sdkd"],"vnd.spotfire.dxp":"dxp","vnd.spotfire.sfs":"sfs","vnd.stepmania.package":"smzip","vnd.stepmania.stepchart":"sm","vnd.sus-calendar":["sus","susp"],"vnd.svd":"svd","vnd.syncml+xml":"xsm","vnd.syncml.dm+wbxml":"bdm","vnd.syncml.dm+xml":"xdm","vnd.tao.intent-module-archive":"tao","vnd.tcpdump.pcap":["pcap","cap","dmp"],"vnd.tmobile-livetv":"tmo","vnd.trid.tpt":"tpt","vnd.triscape.mxs":"mxs","vnd.trueapp":"tra","vnd.ufdl":["ufd","ufdl"],"vnd.uiq.theme":"utz","vnd.umajin":"umj","vnd.unity":"unityweb","vnd.uoml+xml":"uoml","vnd.vcx":"vcx","vnd.visionary":"vis","vnd.vsf":"vsf","vnd.webturbo":"wtb","vnd.wolfram.player":"nbp","vnd.wqd":"wqd","vnd.wt.stf":"stf","vnd.xara":"xar","vnd.xfdl":"xfdl","vnd.yamaha.hv-dic":"hvd","vnd.yamaha.hv-script":"hvs","vnd.yamaha.hv-voice":"hvp","vnd.yamaha.openscoreformat":"osf","vnd.yamaha.openscoreformat.osfpvg+xml":"osfpvg","vnd.yamaha.smaf-audio":"saf","vnd.yamaha.smaf-phrase":"spf","vnd.yellowriver-custom-menu":"cmp","vnd.zul":["zir","zirz"],"vnd.zzazz.deck+xml":"zaz","voicexml+xml":"vxml",widget:"wgt",winhlp:"hlp","wsdl+xml":"wsdl","wspolicy+xml":"wspolicy","x-ace-compressed":"ace","x-authorware-bin":["aab","x32","u32","vox"],"x-authorware-map":"aam","x-authorware-seg":"aas","x-blorb":["blb","blorb"],"x-bzip":"bz","x-bzip2":["bz2","boz"],"x-cfs-compressed":"cfs","x-chat":"chat","x-conference":"nsc","x-dgc-compressed":"dgc","x-dtbncx+xml":"ncx","x-dtbook+xml":"dtb","x-dtbresource+xml":"res","x-eva":"eva","x-font-bdf":"bdf","x-font-ghostscript":"gsf","x-font-linux-psf":"psf","x-font-pcf":"pcf","x-font-snf":"snf","x-font-ttf":["ttf","ttc"],"x-font-type1":["pfa","pfb","pfm","afm"],"x-freearc":"arc","x-gca-compressed":"gca","x-glulx":"ulx","x-gramps-xml":"gramps","x-install-instructions":"install","x-lzh-compressed":["lzh","lha"],"x-mie":"mie","x-mobipocket-ebook":["prc","mobi"],"x-ms-application":"application","x-ms-shortcut":"lnk","x-ms-xbap":"xbap","x-msbinder":"obd","x-mscardfile":"crd","x-msclip":"clp","application/x-ms-installer":"msi","x-msmediaview":["mvb","m13","m14"],"x-msmetafile":["wmf","wmz","emf","emz"],"x-msmoney":"mny","x-mspublisher":"pub","x-msschedule":"scd","x-msterminal":"trm","x-mswrite":"wri","x-nzb":"nzb","x-pkcs12":["p12","pfx"],"x-pkcs7-certificates":["p7b","spc"],"x-research-info-systems":"ris","x-silverlight-app":"xap","x-sql":"sql","x-stuffitx":"sitx","x-subrip":"srt","x-t3vm-image":"t3","x-tex-tfm":"tfm","x-tgif":"obj","x-xliff+xml":"xlf","x-xz":"xz","x-zmachine":["z1","z2","z3","z4","z5","z6","z7","z8"],"xaml+xml":"xaml","xcap-diff+xml":"xdf","xenc+xml":"xenc","xml-dtd":"dtd","xop+xml":"xop","xproc+xml":"xpl","xslt+xml":"xslt","xv+xml":["mxml","xhvml","xvml","xvm"],yang:"yang","yin+xml":"yin",envoy:"evy",fractals:"fif","internet-property-stream":"acx",olescript:"axs","vnd.ms-outlook":"msg","vnd.ms-pkicertstore":"sst","x-compress":"z","x-perfmon":["pma","pmc","pmr","pmw"],"ynd.ms-pkipko":"pko",gzip:["gz","tgz"],"smil+xml":["smi","smil"],"vnd.debian.binary-package":["deb","udeb"],"vnd.hzn-3d-crossword":"x3d","vnd.sqlite3":["db","sqlite","sqlite3","db-wal","sqlite-wal","db-shm","sqlite-shm"],"vnd.wap.sic":"sic","vnd.wap.slc":"slc","x-krita":["kra","krz"],"x-perl":["pm","pl"],yaml:["yaml","yml"]},audio:{amr:"amr","amr-wb":"awb",annodex:"axa",basic:["au","snd"],flac:"flac",midi:["mid","midi","kar","rmi"],mpeg:["mpga","mpega","mp3","m4a","mp2a","m2a","m3a"],mpegurl:"m3u",ogg:["oga","ogg","spx"],"prs.sid":"sid","x-aiff":"aifc","x-gsm":"gsm","x-ms-wma":"wma","x-ms-wax":"wax","x-pn-realaudio":"ram","x-realaudio":"ra","x-sd2":"sd2",adpcm:"adp",mp4:"mp4a",s3m:"s3m",silk:"sil","vnd.dece.audio":["uva","uvva"],"vnd.digital-winds":"eol","vnd.dra":"dra","vnd.dts":"dts","vnd.dts.hd":"dtshd","vnd.lucent.voice":"lvp","vnd.ms-playready.media.pya":"pya","vnd.nuera.ecelp4800":"ecelp4800","vnd.nuera.ecelp7470":"ecelp7470","vnd.nuera.ecelp9600":"ecelp9600","vnd.rip":"rip",webm:"weba","x-caf":"caf","x-matroska":"mka","x-pn-realaudio-plugin":"rmp",xm:"xm",aac:"aac",aiff:["aiff","aif","aff"],opus:"opus",wav:"wav"},chemical:{"x-alchemy":"alc","x-cache":["cac","cache"],"x-cache-csf":"csf","x-cactvs-binary":["cbin","cascii","ctab"],"x-cdx":"cdx","x-chem3d":"c3d","x-cif":"cif","x-cmdf":"cmdf","x-cml":"cml","x-compass":"cpa","x-crossfire":"bsd","x-csml":["csml","csm"],"x-ctx":"ctx","x-cxf":["cxf","cef"],"x-embl-dl-nucleotide":["emb","embl"],"x-gamess-input":["inp","gam","gamin"],"x-gaussian-checkpoint":["fch","fchk"],"x-gaussian-cube":"cub","x-gaussian-input":["gau","gjc","gjf"],"x-gaussian-log":"gal","x-gcg8-sequence":"gcg","x-genbank":"gen","x-hin":"hin","x-isostar":["istr","ist"],"x-jcamp-dx":["jdx","dx"],"x-kinemage":"kin","x-macmolecule":"mcm","x-macromodel-input":"mmod","x-mdl-molfile":"mol","x-mdl-rdfile":"rd","x-mdl-rxnfile":"rxn","x-mdl-sdfile":"sd","x-mdl-tgf":"tgf","x-mmcif":"mcif","x-mol2":"mol2","x-molconn-Z":"b","x-mopac-graph":"gpt","x-mopac-input":["mop","mopcrt","zmt"],"x-mopac-out":"moo","x-ncbi-asn1":"asn","x-ncbi-asn1-ascii":["prt","ent"],"x-ncbi-asn1-binary":"val","x-rosdal":"ros","x-swissprot":"sw","x-vamas-iso14976":"vms","x-vmd":"vmd","x-xtel":"xtel","x-xyz":"xyz"},font:{otf:"otf",woff:"woff",woff2:"woff2"},image:{gif:"gif",ief:"ief",jpeg:["jpeg","jpg","jpe","jfif","jfif-tbnl","jif"],pcx:"pcx",png:"png","svg+xml":["svg","svgz"],tiff:["tiff","tif"],"vnd.djvu":["djvu","djv"],"vnd.wap.wbmp":"wbmp","x-canon-cr2":"cr2","x-canon-crw":"crw","x-cmu-raster":"ras","x-coreldraw":"cdr","x-coreldrawpattern":"pat","x-coreldrawtemplate":"cdt","x-corelphotopaint":"cpt","x-epson-erf":"erf","x-icon":"ico","x-jg":"art","x-jng":"jng","x-nikon-nef":"nef","x-olympus-orf":"orf","x-portable-anymap":"pnm","x-portable-bitmap":"pbm","x-portable-graymap":"pgm","x-portable-pixmap":"ppm","x-rgb":"rgb","x-xbitmap":"xbm","x-xpixmap":"xpm","x-xwindowdump":"xwd",bmp:"bmp",cgm:"cgm",g3fax:"g3",ktx:"ktx","prs.btif":"btif",sgi:"sgi","vnd.dece.graphic":["uvi","uvvi","uvg","uvvg"],"vnd.dwg":"dwg","vnd.dxf":"dxf","vnd.fastbidsheet":"fbs","vnd.fpx":"fpx","vnd.fst":"fst","vnd.fujixerox.edmics-mmr":"mmr","vnd.fujixerox.edmics-rlc":"rlc","vnd.ms-modi":"mdi","vnd.ms-photo":"wdp","vnd.net-fpx":"npx","vnd.xiff":"xif",webp:"webp","x-3ds":"3ds","x-cmx":"cmx","x-freehand":["fh","fhc","fh4","fh5","fh7"],"x-pict":["pic","pct"],"x-tga":"tga","cis-cod":"cod",avif:"avifs",heic:["heif","heic"],pjpeg:["pjpg"],"vnd.adobe.photoshop":"psd","x-adobe-dng":"dng","x-fuji-raf":"raf","x-icns":"icns","x-kodak-dcr":"dcr","x-kodak-k25":"k25","x-kodak-kdc":"kdc","x-minolta-mrw":"mrw","x-panasonic-raw":["raw","rw2","rwl"],"x-pentax-pef":["pef","ptx"],"x-sigma-x3f":"x3f","x-sony-arw":"arw","x-sony-sr2":"sr2","x-sony-srf":"srf"},message:{rfc822:["eml","mime","mht","mhtml","nws"]},model:{iges:["igs","iges"],mesh:["msh","mesh","silo"],vrml:["wrl","vrml"],"x3d+vrml":["x3dv","x3dvz"],"x3d+xml":"x3dz","x3d+binary":["x3db","x3dbz"],"vnd.collada+xml":"dae","vnd.dwf":"dwf","vnd.gdl":"gdl","vnd.gtw":"gtw","vnd.mts":"mts","vnd.usdz+zip":"usdz","vnd.vtu":"vtu"},text:{"cache-manifest":["manifest","appcache"],calendar:["ics","icz","ifb"],css:"css",csv:"csv",h323:"323",html:["html","htm","shtml","stm"],iuls:"uls",plain:["txt","text","brf","conf","def","list","log","in","bas","diff","ksh"],richtext:"rtx",scriptlet:["sct","wsc"],texmacs:"tm","tab-separated-values":"tsv","vnd.sun.j2me.app-descriptor":"jad","vnd.wap.wml":"wml","vnd.wap.wmlscript":"wmls","x-bibtex":"bib","x-boo":"boo","x-c++hdr":["h++","hpp","hxx","hh"],"x-c++src":["c++","cpp","cxx","cc"],"x-component":"htc","x-dsrc":"d","x-diff":"patch","x-haskell":"hs","x-java":"java","x-literate-haskell":"lhs","x-moc":"moc","x-pascal":["p","pas","pp","inc"],"x-pcs-gcd":"gcd","x-python":"py","x-scala":"scala","x-setext":"etx","x-tcl":["tcl","tk"],"x-tex":["tex","ltx","sty","cls"],"x-vcalendar":"vcs","x-vcard":"vcf",n3:"n3","prs.lines.tag":"dsc",sgml:["sgml","sgm"],troff:["t","tr","roff","man","me","ms"],turtle:"ttl","uri-list":["uri","uris","urls"],vcard:"vcard","vnd.curl":"curl","vnd.curl.dcurl":"dcurl","vnd.curl.scurl":"scurl","vnd.curl.mcurl":"mcurl","vnd.dvb.subtitle":"sub","vnd.fly":"fly","vnd.fmi.flexstor":"flx","vnd.graphviz":"gv","vnd.in3d.3dml":"3dml","vnd.in3d.spot":"spot","x-asm":["s","asm"],"x-c":["c","h","dic"],"x-fortran":["f","for","f77","f90"],"x-opml":"opml","x-nfo":"nfo","x-sfv":"sfv","x-uuencode":"uu",webviewhtml:"htt",javascript:"js",json:"json",markdown:["md","markdown","mdown","markdn"],"vnd.wap.si":"si","vnd.wap.sl":"sl"},video:{avif:"avif","3gpp":"3gp",annodex:"axv",dl:"dl",dv:["dif","dv"],fli:"fli",gl:"gl",mpeg:["mpeg","mpg","mpe","m1v","m2v","mp2","mpa","mpv2"],mp4:["mp4","mp4v","mpg4"],quicktime:["qt","mov"],ogg:"ogv","vnd.mpegurl":["mxu","m4u"],"x-flv":"flv","x-la-asf":["lsf","lsx"],"x-mng":"mng","x-ms-asf":["asf","asx","asr"],"x-ms-wm":"wm","x-ms-wmv":"wmv","x-ms-wmx":"wmx","x-ms-wvx":"wvx","x-msvideo":"avi","x-sgi-movie":"movie","x-matroska":["mpv","mkv","mk3d","mks"],"3gpp2":"3g2",h261:"h261",h263:"h263",h264:"h264",jpeg:"jpgv",jpm:["jpm","jpgm"],mj2:["mj2","mjp2"],"vnd.dece.hd":["uvh","uvvh"],"vnd.dece.mobile":["uvm","uvvm"],"vnd.dece.pd":["uvp","uvvp"],"vnd.dece.sd":["uvs","uvvs"],"vnd.dece.video":["uvv","uvvv"],"vnd.dvb.file":"dvb","vnd.fvt":"fvt","vnd.ms-playready.media.pyv":"pyv","vnd.uvvu.mp4":["uvu","uvvu"],"vnd.vivo":"viv",webm:"webm","x-f4v":"f4v","x-m4v":"m4v","x-ms-vob":"vob","x-smv":"smv",mp2t:"ts"},"x-conference":{"x-cooltalk":"ice"},"x-world":{"x-vrml":["vrm","flr","wrz","xaf","xof"]}};(()=>{const n={};for(const e of Object.keys(ss))for(const t of Object.keys(ss[e])){const i=ss[e][t];if(typeof i=="string")n[i]=e+"/"+t;else for(let s=0;s<i.length;s++)n[i[s]]=e+"/"+t}return n})(),Bh(Qn);const gp="E84#E3C4!8C4&A1";async function ot(n){try{const e=await fetch(n);if(!e.ok)return!1;const t=await e.blob();try{const i=new Tr(new Ji(t),{password:gp}),o=(await i.getEntries()).find(c=>!c.directory&&c.filename.endsWith(".json"));if(!o)return await i.close(),!1;const a=await o.getData(new Cf);return await i.close(),JSON.parse(a.trim())}catch{const i=await t.text();try{return JSON.parse(i.trim())}catch(s){throw console.error(`[loadModelFile] JSON parse error: ${n}`,s),s}}}catch(e){return console.error("[loadModelFile] 加载失败",`${n} ${e}`),!1}}function Ap(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(n){const e=Math.random()*16|0;return(n==="x"?e:e&3|8).toString(16)})}class jn{events={};on(e,t){this.events[e]||(this.events[e]=[]),this.events[e].push(t)}emit(e,...t){this.events[e]&&this.events[e].forEach(i=>i(...t))}off(e,t){this.events[e]&&(this.events[e]=this.events[e].filter(i=>i!==t))}}class Lr{cesium;viewer;modelList=[];hasLoaded3dTiles={};mapRecordModelId={};mapTileset={};BIMmodelId="";lazyLoadingCount=0;events=new jn;options={flyTo:!0,flyToDuration:0,loadTreeNodeDetails:!0,loadTreeNodeDetailsUrl:"/elementInfo.zip",loadTree:!0,loadTreeUrl:"/allElementsInfo.zip",boxRegionUrl:"/BoundingBoxInfo.zip",regionUrl:"/region.zip",batchIDInfoUrl:"/batchIDInfo.zip",enabledSection:!0,delay:0,tilesetOptions:{cullWithChildrenBounds:!0,cullRequestsWhileMoving:!0,cullRequestsWhileMovingMultiplier:10,backFaceCulling:!0,colorBlendAmount:0,minimumPixelSize:128,maximumScreenSpaceError:32,skipLevelOfDetail:!0,baseScreenSpaceError:1024,skipScreenSpaceErrorFactor:128,skipLevels:5,immediatelyLoadDesiredLevelOfDetail:!1,loadSiblings:!1,maximumMemoryUsage:4096*10,preloadWhenHidden:!0,preferLeaves:!0,progressiveResolutionHeightFraction:.5,dynamicScreenSpaceErrorDensity:.002,dynamicScreenSpaceErrorFactor:4,dynamicScreenSpaceError:!0,dynamicScreenSpaceErrorHeightFalloff:.25,foveatedConeSize:0,foveatedTimeDelay:10,foveatedMinimumScreenSpaceErrorRelaxation:0}};constructor(e){this.cesium=e.cesium,this.viewer=e.viewer,this.options.tilesetOptions&&(this.options.tilesetOptions.colorBlendMode=this.cesium.Cesium3DTileColorBlendMode.REPLACE)}deleteAllModels(){const e=[];return Object.keys(this.mapTileset).forEach(t=>{const i=this.mapTileset[t];i&&(this.viewer.scene.primitives.remove(i),e.push(t)),delete this.mapTileset[t],delete this.hasLoaded3dTiles[t],delete this.mapRecordModelId[t]}),this.modelList=[],this.viewer.scene.requestRender(),this.events.emit("updateModels",{modelList:[]}),e}deleteModels(e){const t=[];return e.forEach(({modelId:i})=>{const s=this.mapTileset[i];s&&(this.viewer.scene.primitives.remove(s),t.push(i)),delete this.mapTileset[i],delete this.hasLoaded3dTiles[i],delete this.mapRecordModelId[i]}),this.modelList=this.modelList.filter(i=>!t.includes(i.modelId)),this.viewer.scene.requestRender(),this.events.emit("updateModels",{modelList:this.modelList}),t}showModels(e){const t=[];return e.forEach(i=>{const s=`${i.modelId}`,o=this.mapTileset[s];o&&(o.show=!!i.show,t.push(s))}),t.length&&this.viewer.scene.requestRender(),t}async addModels({files:e,fileNames:t,options:i}){const s=e||t||[];s.length>0&&await this.add3DTilesModel(s,i)}async add3DTilesModel(e,t){const i=t?Vu({},this.options,t):{...this.options};if(e?.length){for(const s of e){const o=`${s.modelId}`;if(this.mapRecordModelId[o])continue;const a=`${s.outPutPath}${s.dbName}/tileset.json`;this.modelList.push({...s,url:a,state:Ut.NotLoaded}),this.mapRecordModelId[o]=!1}await this.load3DTilesModel(i)}}async load3DTilesModel(e){const t=this.modelList.filter(a=>a.state===Ut.NotLoaded);if(!t.length)return;const i=t.length;this.events.emit("loadingStatus",`正在加载 ${i} 个模型`);let s=0,o=!1;for(const a of t){s++;try{a.state=Ut.Loading;const c=a.url,l=this.getBaseUrlPath(c);e.loadTreeNodeDetails=!1,e.loadTreeNodeDetails&&this.events.emit("loadingStatus",`正在加载第 ${s}/${i} 个模型: 加载${a.modelName}构件信息`);let d=e.loadTreeNodeDetails?await ot(`${l}${e.loadTreeNodeDetailsUrl}`):!1;e.loadTree=!1,e.loadTree&&this.events.emit("loadingStatus",`正在加载第 ${s}/${i} 个模型: 加载${a.modelName}目录树`);const h=e.loadTree?await ot(`${l}${e.loadTreeUrl}`):!1;this.events.emit("loadingStatus",`正在加载第 ${s}/${i} 个模型: 加载${a.modelName}模型数据`);const f=e.boxRegionUrl?await ot(`${l}${e.boxRegionUrl}`):!1,p=e.batchIDInfoUrl?await ot(`${l}${e.batchIDInfoUrl}`):!1;p&&(d||(d=p));const u=await this.loadTilesetWithZipSupport(c,a.modelId,e.tilesetOptions||{},this.cesium);this.viewer.scene.primitives.add(u),await u.readyPromise;const m=`${u?.asset?.tilesetVersion??a.modelId}`;this.mapTileset[`${a.modelId}`]=u;const C={versionId:m,selectedFn:e.selectedFn,model:{modelId:a.modelId,modelName:a.modelName,dbName:a.dbName,fileType:a.fileType,outPutPath:a.outPutPath,url:a.url,treeUrl:`${l}${e.loadTreeUrl}`,nodeUrl:`${l}${e.loadTreeNodeDetailsUrl}`,formData:a.formData,type:"BIM"},node:d||null,tree:h||null,box:null};if(f?.min&&f?.max){const A={x:f.min.X,y:f.min.Y,z:f.min.Z},b={x:f.max.X,y:f.max.Y,z:f.max.Z},I={x:(A.x+b.x)/2,y:(A.y+b.y)/2,z:(A.z+b.z)/2};C.box={min:A,max:b,center:I}}if(!a.formData){const A=await ot(`${a.outPutPath}${a.dbName}${e.regionUrl}`);if(A)a.formData={modelId:a.modelId.toString(),longitude:A.Longitude,latitude:A.Latitude,distance:1e-6,rotation:30,totalRotation:A.DAngle||0,height:A.MinHeight,lonlat:1e-5,heightDistance:1,modelOptions:[{value:a.modelId.toString(),label:a.modelName}],X:A?.X||0,Y:A?.Y||0,Z:A?.Z||0};else{const b=t.indexOf(a);a.formData={modelId:a.modelId.toString(),longitude:118.12548706388897,latitude:24.596796919444404,distance:1e-5,rotation:0,totalRotation:0,heightDistance:1,height:0,lonlat:1e-5,modelOptions:[{value:b+1,label:a.modelName}],X:0,Y:0,Z:0}}}a.formData&&(a.formData.heightDistance=a.formData.heightDistance??1,C.model.formData=a.formData),u.leiting=C,Oi({Cesium:this.cesium,tileset:u}),a.state=Ut.Loaded,this.mapRecordModelId[a.modelId]=!0,this.events.emit("tilesetLoaded",u),e.tilesLoad3dTiles&&e.tilesLoad3dTiles(u),!o&&e.flyTo&&(this.BIMmodelId=a.modelId,this.flyToTileset({modelId:this.BIMmodelId,options:{duration:e.flyToDuration??0}}),o=!0),e.delay&&await new Promise(A=>setTimeout(A,e.delay))}catch(c){console.error(`模型 ${a.modelName} 加载失败:`,c),this.events.emit("loadingStatus",`模型 ${a.modelName} 加载失败`),a.state=Ut.Error}}e.mountAll3Dtiles&&e.mountAll3Dtiles(this.modelList),e.onMountAll3Dtiles&&e.onMountAll3Dtiles(this.modelList),this.events.emit("loadingStatus",""),this.events.emit("mountAll3Dtiles",{modelList:this.modelList,mapTileset:this.mapTileset})}async addOSGB({files:e,options:t}){const i=this.cesium;if(!e?.length)return;this.events.emit("loadingStatus",`正在加载 ${e.length} 个倾斜摄影模型`);let s=!1,o=0;for(const a of e){o++,this.events.emit("loadingStatus",`正在加载第 ${o}/${e.length} 个模型: 加载${a.modelName}`);try{const{outPutPath:c,dbName:l,modelId:d}=a,h=`${c}${l}/tileset.json`,f=await i.Cesium3DTileset.fromUrl(h,{maximumScreenSpaceError:16,preferLeaves:!0,cullWithChildrenBounds:!0,...t?.tilesetOptions});if(f.colorBlendMode=this.cesium.Cesium3DTileColorBlendMode.REPLACE,this.viewer.scene.primitives.add(f),await f.readyPromise,this.mapTileset[`${d}`]=f,this.hasLoaded3dTiles[`${d}`]=(this.hasLoaded3dTiles[`${d}`]||0)+1,this.mapRecordModelId[`${d}`]=!0,!a?.formData){const p=f.root.computedTransform;if(p){const u=i.Matrix4.fromColumnMajorArray(p),m=i.Matrix4.getTranslation(u,new i.Cartesian3),C=i.Ellipsoid.WGS84.cartesianToCartographic(m),A=i.Math.toDegrees(C.longitude),b=i.Math.toDegrees(C.latitude),I=C.height;a.formData={modelId:a.modelId.toString(),longitude:A,latitude:b,distance:1e-5,rotation:0,totalRotation:0,heightDistance:1,height:I,lonlat:1e-5,modelOptions:[{value:a.modelId.toString(),label:a.modelName}],X:0,Y:0,Z:0}}else console.warn(`OSGB模型 ${d} 无法获取初始位置信息`)}a.formData&&(a.formData.heightDistance=a.formData.heightDistance??1),f.leiting={versionId:`${f?.asset?.tilesetVersion??d}`,selectedFn:t?.selectedFn,model:{modelId:a.modelId,modelName:a.modelName,dbName:a.dbName,fileType:a.fileType,outPutPath:a.outPutPath,url:h,formData:a.formData,type:"OSGB"},box:null},Oi({Cesium:this.cesium,tileset:f}),this.modelList.push({...a,url:h,state:Ut.Loaded}),!s&&t?.flyTo&&(this.BIMmodelId=a.modelId,this.viewer.zoomTo(f),s=!0)}catch(c){console.error(`OSGB模型 ${a.dbName} 加载失败:`,c);continue}}this.events.emit("loadingStatus",""),this.events.emit("onMountAllOsgb3Dtiles",{modelList:this.modelList,mapTileset:this.mapTileset}),t?.onMountAllOsgb3Dtiles(this.modelList)}updateOSGBMatrix(e){const{X:t,Y:i,Z:s,modelId:o}=e,a=this.cesium,c=this.mapTileset[o];if(!c){console.warn("tileSet not found for modelId:",o);return}let l=t||0,d=i||0,h=s||0;const f=c.boundingSphere.center,p=a.Transforms.eastNorthUpToFixedFrame(f),u=new a.Cartesian3(l,d,h),m=a.Matrix4.multiplyByPoint(p,u,new a.Cartesian3(0,0,0)),C=a.Cartesian3.subtract(m,f,new a.Cartesian3);c.modelMatrix=a.Matrix4.fromTranslation(C)}flyToTileset({modelId:e=this.BIMmodelId,options:t={}}={}){const s=this.getMapTileset()[e];if(!s||!this.viewer)return;const{complete:o,cancel:a,...c}=t,l={duration:0,...c};this.viewer.flyTo(s,l).then(d=>{d?o&&o():a&&a()}).catch(d=>{a&&a(),console.error("FlyTo error",d)})}getMapTileset(){return this.mapTileset}getBIMmodelId(){return this.BIMmodelId}getModelList(){return this.modelList}setMapTileset(e){this.mapTileset=e}setBIMmodelId(e){this.BIMmodelId=e}setModelList(e){this.modelList=e}getBaseUrlPath(e){const t=e.lastIndexOf("/");return t===-1?".":e.substr(0,t)}async loadTilesetWithZipSupport(e,t,i,s){try{const o=`${this.getBaseUrlPath(e)}/tileset.zip`;if((await fetch(o,{method:"HEAD"})).status===200){const l=await ot(o);if(l){const d=new Blob([JSON.stringify(l)],{type:"application/json"}),h=URL.createObjectURL(d);class f{getURL(A){return A.includes("blob://")?A.replace(/blob:\/\//g,u):A}}const p=new f,u=this.getBaseUrlPath(e),m=new s.Resource({url:h,proxy:p});try{return await s.Cesium3DTileset.fromUrl(m,{id:t,...i})}catch{return await s.Cesium3DTileset.fromUrl(e,{url:e,id:t,...i})}}}return await s.Cesium3DTileset.fromUrl(e,{url:e,id:t,...i})}catch{return await s.Cesium3DTileset.fromUrl(e,{url:e,id:t,...i})}}async loadTreeForModel(e){const t=this.mapTileset[e];if(!t||!t.leiting)return null;if(t.leiting.tree)return t.leiting.tree;const i=t.leiting.model?.modelName||e,s=t.leiting.model?.treeUrl;if(!t.leiting.model?.dbName&&!s)return null;this.lazyLoadingCount++,this.events.emit("loadingStatus",`正在加载 ${i} 目录树...`);try{if(s){const a=await ot(s);if(a)return t.leiting.tree=a,a}}catch(a){console.error(`Failed to load tree for model ${e}:`,a)}finally{this.lazyLoadingCount--,this.lazyLoadingCount<=0&&(this.lazyLoadingCount=0,this.events.emit("loadingStatus",""))}return null}async _loadNodeDetailsForModel(e){const t=this.mapTileset[e];if(!t||!t.leiting)return null;if(t.leiting?.node?.nodeExtras)return t.leiting.node;const i=t.leiting.model?.nodeUrl,s=t.leiting.model?.modelName||e;if(!i)return null;this.lazyLoadingCount++,this.events.emit("loadingStatus",`正在加载 ${s} 构件详情...`);try{const o=await ot(i);if(o)return o.batchIdEIDInfos||(o.batchIdEIDInfos=t.leiting.node.batchIdEIDInfos),t.leiting.node=o,o}catch(o){console.error(`Failed to load node details for model ${e}:`,o)}finally{this.lazyLoadingCount--,this.lazyLoadingCount<=0&&(this.lazyLoadingCount=0,this.events.emit("loadingStatus",""))}return null}async loadNodeDetailsForModel(e){const t=this.mapTileset[e];if(!t||!t.leiting)return null;if(t.leiting?.node?.nodeExtras)return t.leiting.node;const i=t.leiting.model?.nodeUrl,s=t.leiting.model?.modelName||e;if(!i)return null;this.lazyLoadingCount++,this.events.emit("loadingStatus",`正在加载 ${s} 构件详情...`);try{const o=await ot(i);if(o)return o.batchIdEIDInfos||(o.batchIdEIDInfos=t.leiting.node.batchIdEIDInfos),t.leiting.node=o,o}catch(o){console.error(`Failed to load node details for model ${e}:`,o)}finally{this.lazyLoadingCount--,this.lazyLoadingCount<=0&&(this.lazyLoadingCount=0,this.events.emit("loadingStatus",""))}return null}}const Or={normal:0,process:2},yp={color:1};function Ur(n){return n===1||n==="exist"?1:n===2||n==="process"?2:0}function Ht(n){return Number.isNaN(n)?0:n<=1?Math.min(Math.max(n,0),1):Math.min(Math.max(n/255,0),1)}function _r(n){return Number.isNaN(n)?1:n<=1?Math.min(Math.max(n,0),1):1}function os(n){if(!n)return null;const e=Number(n.r),t=Number(n.g),i=Number(n.b),s=n.a===void 0?1:Number(n.a);if([e,t,i,s].some(l=>Number.isNaN(l)))return null;const o=Math.round(e*255),a=Math.round(t*255),c=Math.round(i*255);return`rgba(${o},${a},${c},${s})`}function Cp(n){if(!n||typeof n!="string")return null;const t=n.replace(/\s+/g,"").match(/^rgba?\((\d+),(\d+),(\d+)(?:,([0-9.]+))?\)$/i);if(!t)return null;const i=Number(t[1]),s=Number(t[2]),o=Number(t[3]),a=t[4]===void 0?1:Number(t[4]);return[i,s,o,a].some(c=>Number.isNaN(c))?null:{r:Math.min(Math.max(i/255,0),1),g:Math.min(Math.max(s/255,0),1),b:Math.min(Math.max(o/255,0),1),a:Math.min(Math.max(a,0),1)}}function Ep(n){if(n==null)return null;const e=Number(n);return Number.isNaN(e)?null:e}function bp(n){const e=n.lastIndexOf("-"),t=n.substring(0,e),i=n.substring(e+1);return[t,i]}function rs(n){if(!n)return null;const e=n.Min??n.min,t=n.Max??n.max;if(!e||!t)return null;const i=Number(e.x??e.X),s=Number(e.y??e.Y),o=Number(e.z??e.Z),a=Number(t.x??t.X),c=Number(t.y??t.Y),l=Number(t.z??t.Z);return[i,s,o,a,c,l].some(d=>Number.isNaN(d))?null:{min:{x:i,y:s,z:o},max:{x:a,y:c,z:l}}}function dn(n,e){if(e)return`${e}`;const t=n?.leiting?.model?.modelId??n?.modelId??n?.id;return t==null?null:`${t}`}function wp(n,e){if(e==null)return null;const t=n?.leiting?.node;if(!t)return null;const i=`${e}`,s=t?.[i],o=rs(s?.box3??s?.box);if(o)return o;const a=t?.element?.[i]??t?.elements?.[i]??t?.nodeExtras?.element?.[i]??t?.nodeExtras?.elements?.[i];return rs(a?.box3??a?.box)}function vp(n){const e=n?.leiting?.box;return e?rs({min:e.min,max:e.max}):null}class Ip{base;constructor(e){this.base=e}initTime(){const t=this.base.cesium.JulianDate.fromDate(new Date(2023,3,21,10,0));this.base.viewer.clock.currentTime=t,this.base.start=this.base.viewer.clock.currentTime.secondsOfDay*1e3}processAnimation(e,t,i,s=null){if(this.base.start==null)return;const o=this.base.start+(e?.delay??0),a=this.base.start+(e?.playtime??0)+(e?.delay??0);t<=o&&(e.cash=!0,e.groupData.forEach(c=>{const{batchIds:l,modelId:d,rgba:h}=c;if(Array.isArray(l)&&l[0]){l[0][1]=h;const f=i[d];f?f.push(l[0]):i[d]=[l[0]]}})),t>=o&&t<a&&(s!==null&&(this.base.viewer.scene.ambientLightIntensity=s),e.cash=!1,e.playCash=!0,e.groupData.forEach(c=>{const{batchIds:l,playTimeColor:d,modelId:h}=c;if(Array.isArray(l)&&l[0]){l[0][1]=d;const f=i[h];f?f.push(l[0]):i[h]=[l[0]]}})),t>=a&&(e.finished=!0)}onTick=e=>{if(!this.base.cesium||!this.base.viewer)return;const t=e?.currentTime?.secondsOfDay?e.currentTime.secondsOfDay*1e3:this.base.viewer.clock.currentTime.secondsOfDay*1e3,i={};Array.isArray(this.base.data)&&this.base.data.forEach(o=>{this.processAnimation(o,t,i,.1)});const s=Object.entries(i);if(s.forEach(([o,a])=>{this.base.setTileSyltByConstructionProcessTracking({modelId:o,batchIds:a})}),Object.keys(this.base.mapAnimations).forEach(o=>{const a=this.base.mapAnimations[o];a.length&&a.every(c=>c.finished)&&!this.base.clearedModelIds.has(o)&&(this.base.setTileSyltByConstructionProcessTracking({modelId:o,batchIds:[]}),this.base.clearedModelIds.add(o))}),this.base.recoverStaus){s.length&&(this.base.recoverStaus=!1);return}s.length===0&&Array.isArray(this.base.data)&&this.base.data.forEach(o=>{o.groupData.forEach(a=>{const{modelId:c}=a;this.base.setTileSyltByConstructionProcessTracking({modelId:c,batchIds:[]})}),this.base.recoverStaus=!0})};enableConstructionProgressTracking(){this.base.clearedModelIds.clear(),this.initTime(),this.base.groupBatchIds={},Array.isArray(this.base.data)&&(this.base.data.forEach(e=>{e.cash=!1,e.playCash=!1,e.groupData.forEach(t=>{const{batchIds:i,modelId:s,rgba:o}=t;if(Array.isArray(i)&&i[0]){i[0][1]=o;const a=this.base.groupBatchIds[s];a?a.push(i[0]):this.base.groupBatchIds[s]=[i[0]]}})}),Object.entries(this.base.groupBatchIds).forEach(([e,t])=>{this.base.setTileSyltByConstructionProcessTracking({modelId:e,batchIds:t})})),this.base.viewer.clock.onTick.addEventListener(this.onTick)}disableConstructionProgressTracking(){this.base.viewer.clock.onTick.removeEventListener(this.onTick),this.base.viewer.scene.ambientLightIntensity=1,Array.isArray(this.base.data)&&this.base.data.forEach(e=>{e.cash=!0,e.playCash=!0,e.groupData.forEach(t=>{const{modelId:i}=t,s=[];this.base.setTileSyltByConstructionProcessTracking({modelId:i,batchIds:s})})}),this.base.start=null}freshConstructionProgressTracking(){const e=this.base.viewer.clock.currentTime.secondsOfDay*1e3,t={};Array.isArray(this.base.data)&&this.base.data.forEach(s=>{s.playCash=!1,this.processAnimation(s,e,t)});const i=Object.entries(t);i.forEach(([s,o])=>{this.base.setTileSyltByConstructionProcessTracking({modelId:s,batchIds:o})}),i.length===0&&Array.isArray(this.base.data)&&this.base.data.forEach(s=>{s.groupData.forEach(o=>{const{modelId:a}=o;this.base.setTileSyltByConstructionProcessTracking({modelId:a,batchIds:[]})})})}reStartAnimation(){let e={};this.base.clearedModelIds.clear(),Array.isArray(this.base.data)&&this.base.data.forEach(t=>{t.cash=!1,t.playCash=!1,t.groupData.forEach(i=>{const{batchIds:s,modelId:o,rgba:a}=i;if(Array.isArray(s)&&s[0]){s[0][1]=a;const c=e[o];c?c.push(s[0]):e[o]=[s[0]]}})}),Object.entries(e).forEach(([t,i])=>{this.base.setTileSyltByConstructionProcessTracking({modelId:t,batchIds:i})}),this.initTime()}setAllConstructionProgressTracking(e){this.base.data=e,Array.isArray(this.base.data)&&this.base.data.forEach(t=>{t.cash=!1,t.playCash=!1,t.groupData=[],t.finished=!1,t.mergeCpts.forEach(i=>{const s=[];i.cpts.forEach(l=>{s.push({dbName:i.linkModelId,modelId:i.modelId,elementId:`${l}`,show:!0,rgba:t.rgba??{r:.2,g:.2,b:.2,a:.2}})});const o=Or.process,a=yp.color,{allElements:c}=this.base.groupByModelId(s);this.base.mapAnimations[i.modelId]=this.base.mapAnimations[i.modelId]||[],this.base.mapAnimations[i.modelId].push(t),Object.entries(c).forEach(([l,d])=>{const[h,f]=bp(l),p=this.base.getTileSyltByConstructionProcessTracking({elementIds:d,modelId:h,color:f,colorRank:o,show:!0,selectionRank:a}),u=t?.playTimeColor?.r??1,m=t?.playTimeColor?.g??1,C=t?.playTimeColor?.b??0,A=t?.playTimeColor?.a??.1,b=this.base.setColor({r:u,g:m,b:C,a:A}),I=this.base.setColor(t.rgba??{r:.2,g:.2,b:.2,a:.2});t.groupData.push({modelId:h,batchIds:p,playTimeColor:b,rgba:I})})})})}}class Bp{base;constructor(e){this.base=e}attachTileset(e,t,i){const s=this.base.cesium;this.base.handler||(this.base.handler=new s.ScreenSpaceEventHandler(this.base.viewer.scene.canvas));const o=dn(e,i);o&&(this.base.tilesetMap[o]=e),t&&(this.base.selectedColor=t),this.bindInputs()}bindInputs(){if(!this.base.handler)return;const e=this.base.cesium;this.base.handler.setInputAction(async t=>{let i;try{i=this.base.viewer.scene.pick(t.position)}catch{}if(e.defined(i)&&i instanceof e.Cesium3DTileFeature){await this.base.clearSelection();const s=dn(i.tileset);if(!s||!this.base.tilesetMap[s])return;const o=this.base.getFeatureId(i);if(o==="-1")return;let a;const c=this.base.viewer.scene.pickPosition(t.position);if(e.defined(c)){const h=e.Cartographic.fromCartesian(c),f=e.Math.toDegrees(h.longitude),p=e.Math.toDegrees(h.latitude),u=h.height;a=[f,p,u]}const d=(this.base.hasSelectedFeaturesMap[s]||[]).filter(h=>h.rank!==0);if(this.base.hasSelectedFeaturesMap[s]=[...d,{batchId:o,selectedColor:this.base.selectedColor,rank:0,point:a,isTrigger:!0}],this.base.setBaseStyle(s),await this.base.triggerSelectionChange(s),i.tileset.leiting?.selectedFn)if(i.tileset.leiting.node){const h=i.tileset.leiting.node.batchIdEIDInfos[o].elementID,f=i.tileset.leiting.node.nodeExtras.element[h];f.elementId=h,f.modelId=i.tileset.leiting.model.modelId,i.tileset.leiting.selectedFn({elementInfo:f,elementId:h,point:a,modelId:i.tileset.leiting.model.modelId,_propsData:f})}else i.tileset.leiting.selectedFn(null)}else await this.base.clearSelection()},e.ScreenSpaceEventType.LEFT_CLICK),this.base.handler.setInputAction(async t=>{let i;try{i=this.base.viewer.scene.pick(t.position)}catch{}if(e.defined(i)&&i instanceof e.Cesium3DTileFeature){const s=dn(i.tileset);if(!s||!this.base.tilesetMap[s])return;const o=this.base.getFeatureId(i);if(o==="-1")return;let a;const c=this.base.viewer.scene.pickPosition(t.position);if(e.defined(c)){const l=e.Cartographic.fromCartesian(c),d=e.Math.toDegrees(l.longitude),h=e.Math.toDegrees(l.latitude),f=l.height;a=[d,h,f]}await this.base.toggleMultiSelect(s,o,this.base.selectedColor,a)}},e.ScreenSpaceEventType.LEFT_CLICK,e.KeyboardEventModifier.CTRL),this.base.handler.setInputAction(t=>{this.base.ensureSelectionDiv();const i=this.base.viewer?.scene?.screenSpaceCameraController;i&&this.base.cameraControllerState===null&&(this.base.cameraControllerState={enableRotate:i.enableRotate,enableTilt:i.enableTilt,enableLook:i.enableLook},i.enableRotate=!1,i.enableTilt=!1,i.enableLook=!1),this.base.selectStart=this.base.cesium.Cartesian2.clone(t.position),this.base.selectEnd=null,this.base.selectionDiv&&this.base.selectStart&&(this.base.selectionDiv.style.left=`${this.base.selectStart.x}px`,this.base.selectionDiv.style.top=`${this.base.selectStart.y}px`,this.base.selectionDiv.style.width="0px",this.base.selectionDiv.style.height="0px",this.base.selectionDiv.style.display="block")},e.ScreenSpaceEventType.LEFT_DOWN,e.KeyboardEventModifier.CTRL),this.base.handler.setInputAction(t=>{if(!this.base.selectStart||!this.base.selectionDiv)return;const i=performance.now();if(i-this.base.lastDrawTime<20)return;this.base.lastDrawTime=i,this.base.selectEnd=this.base.cesium.Cartesian2.clone(t.endPosition);const s=Math.min(this.base.selectStart.x,this.base.selectEnd.x),o=Math.min(this.base.selectStart.y,this.base.selectEnd.y),a=Math.abs(this.base.selectStart.x-this.base.selectEnd.x),c=Math.abs(this.base.selectStart.y-this.base.selectEnd.y);this.base.selectionDiv.style.left=`${s}px`,this.base.selectionDiv.style.top=`${o}px`,this.base.selectionDiv.style.width=`${a}px`,this.base.selectionDiv.style.height=`${c}px`,this.base.selectionDiv.style.backgroundColor="rgba(0, 255, 255, 0.5)",this.base.selectionDiv.style.position="absolute",this.base.selectionDiv.style.zIndex="2"},e.ScreenSpaceEventType.MOUSE_MOVE,e.KeyboardEventModifier.CTRL),this.base.handler.setInputAction(async()=>{if(!this.base.selectStart||!this.base.selectionDiv)return;if(!this.base.selectStart||!this.base.selectEnd){this.base.selectionDiv.style.display="none";const i=this.base.viewer?.scene?.screenSpaceCameraController;i&&this.base.cameraControllerState!==null&&(i.enableRotate=this.base.cameraControllerState.enableRotate,i.enableTilt=this.base.cameraControllerState.enableTilt,i.enableLook=this.base.cameraControllerState.enableLook,this.base.cameraControllerState=null);return}this.base.selectionDiv.style.display="none",await this.base.selectTilesInRectangle(this.base.selectStart,this.base.selectEnd,this.base.selectedColor),this.base.viewer.scene.requestRender(),this.base.selectStart=null,this.base.selectEnd=null;const t=this.base.viewer?.scene?.screenSpaceCameraController;t&&this.base.cameraControllerState!==null&&(t.enableRotate=this.base.cameraControllerState.enableRotate,t.enableTilt=this.base.cameraControllerState.enableTilt,t.enableLook=this.base.cameraControllerState.enableLook,this.base.cameraControllerState=null)},e.ScreenSpaceEventType.LEFT_UP,e.KeyboardEventModifier.CTRL)}unbindInputs(){if(!this.base.handler)return;const e=this.base.cesium;this.base.handler.removeInputAction(e.ScreenSpaceEventType.LEFT_CLICK),this.base.handler.removeInputAction(e.ScreenSpaceEventType.LEFT_CLICK,e.KeyboardEventModifier.CTRL),this.base.handler.removeInputAction(e.ScreenSpaceEventType.LEFT_DOWN,e.KeyboardEventModifier.CTRL),this.base.handler.removeInputAction(e.ScreenSpaceEventType.MOUSE_MOVE,e.KeyboardEventModifier.CTRL),this.base.handler.removeInputAction(e.ScreenSpaceEventType.LEFT_UP,e.KeyboardEventModifier.CTRL)}}class xp{cesium;viewer;data;handler;selectedColor="rgba(255,0,0,1.0)";tilesetMap={};hasSelectedFeaturesMap={};colorRankColor=[];showStateMap={};selectedPosition={x:null,y:null};selectionDiv=null;lastDrawTime=0;selectStart=null;selectEnd=null;cameraControllerState=null;start=null;groupBatchIds={};recoverStaus=!1;mapAnimations={};clearedModelIds=new Set;eidToBatchIdMap={};batchIdToElementIdMap={};animationModule;selectionModule;onSelectionChangeCallbacks=[];loadNodeDetailsForModel;loadNodeDetailsCallback;constructor(e){this.cesium=e.cesium,this.viewer=e.viewer,this.animationModule=new Ip(this),this.selectionModule=new Bp(this)}attachTileset(e,t,i){this.selectionModule.attachTileset(e,t,i)}setLoadNodeDetailsCallback(e){this.loadNodeDetailsCallback=e}selectionChange(e){e&&typeof e=="function"&&this.onSelectionChangeCallbacks.push(e)}removeSelectionChange(e){this.onSelectionChangeCallbacks=this.onSelectionChangeCallbacks.filter(t=>t!==e)}async triggerSelectionChange(e){if(e)await this.loadNodeDetailsForModel(e);else{const t=Object.keys(this.hasSelectedFeaturesMap);t.length>0&&await Promise.all(t.map(i=>{try{return this.loadNodeDetailsForModel(i)}catch(s){return console.error(`Error loading node details for model ${i}:`,s),Promise.resolve()}}))}if(this.onSelectionChangeCallbacks.length>0){const t=await this.getSelected({rank:0});this.onSelectionChangeCallbacks.forEach(i=>{try{i(t)}catch(s){console.error("Selection callback error:",s)}})}}enableSelection(){this.selectionModule.bindInputs()}disableSelection(){this.selectionModule.unbindInputs()}async clearSelection(e){this.getTargetModelIds(e).forEach(i=>{const s=this.hasSelectedFeaturesMap[i];if(!s?.length)return;const o=s.filter(a=>a.rank!==0);o.length?(this.hasSelectedFeaturesMap[i]=o,this.setBaseStyle(i)):(delete this.hasSelectedFeaturesMap[i],this.applyShowStyleOnly(i))}),this.viewer.scene.requestRender(),await this.triggerSelectionChange(e)}clearExist(e){this.getTargetModelIds(e).forEach(i=>{const s=this.hasSelectedFeaturesMap[i];if(!s?.length)return;const o=s.filter(a=>a.rank!==1);o.length?(this.hasSelectedFeaturesMap[i]=o,this.setBaseStyle(i)):(delete this.hasSelectedFeaturesMap[i],this.applyShowStyleOnly(i))}),this.viewer.scene.requestRender()}clearProcess(e){this.getTargetModelIds(e).forEach(i=>{const s=this.hasSelectedFeaturesMap[i];if(!s?.length)return;const o=s.filter(a=>a.rank!==2);o.length?(this.hasSelectedFeaturesMap[i]=o,this.setBaseStyle(i)):(delete this.hasSelectedFeaturesMap[i],this.applyShowStyleOnly(i))}),this.viewer.scene.requestRender()}async clearAllHaveSelected(){this.getTargetModelIds().forEach(t=>{this.hasSelectedFeaturesMap[t]&&(delete this.hasSelectedFeaturesMap[t],this.applyShowStyleOnly(t))}),this.viewer.scene.requestRender(),await this.triggerSelectionChange()}async loadAllNodeDetailsForModel(){for(const e of Object.keys(this.tilesetMap))await this.loadNodeDetailsForModel(e)}getSelected(e){const t=e&&typeof e=="object"&&"rank"in e?e.rank:e,i=Ur(t),s=[];for(const o of Object.keys(this.hasSelectedFeaturesMap))(this.hasSelectedFeaturesMap[o]||[]).forEach(c=>{if(c.rank!==i)return;const l=Cp(c.selectedColor);let d=this.getBatchIdToElementIdSync(c.batchId,o);d===null&&(d=c.batchId),c.isTrigger&&s.push({elementId:d,modelId:o,rgba:l||void 0,point:c?.point||void 0})});return s}getBatchIdToElementIdSync(e,t){if(this.batchIdToElementIdMap[t])return this.batchIdToElementIdMap[t].get(e)??null;const s=this.tilesetMap[t]?.leiting?.node?.batchIdEIDInfos;if(s&&Array.isArray(s)){const o=new Map;return s.forEach(a=>{a&&a.elementID&&o.set(`${a.batchId}`,`${a.elementID}`)}),this.batchIdToElementIdMap[t]=o,o.get(e)??null}return null}setAllConstructionProgressTracking(e){this.animationModule.setAllConstructionProgressTracking(e)}initTime(){this.animationModule.initTime()}processAnimation(e,t,i,s=null){this.animationModule.processAnimation(e,t,i,s)}onTick=e=>{this.animationModule.onTick(e)};enableConstructionProgressTracking(){this.animationModule.enableConstructionProgressTracking()}disableConstructionProgressTracking(){this.animationModule.disableConstructionProgressTracking()}freshConstructionProgressTracking(){this.animationModule.freshConstructionProgressTracking()}reStartAnimation(){this.animationModule.reStartAnimation()}setTileSyltByConstructionProcessTracking({modelId:e,batchIds:t}){const i=this.tilesetMap[e];if(!i)return;const s=i?.style?.show?.conditionsExpression?.conditions;Array.isArray(t)&&t.length?s?i.style=new this.cesium.Cesium3DTileStyle({show:{conditions:s},color:{conditions:t}}):i.style=new this.cesium.Cesium3DTileStyle({color:{conditions:t}}):this.applyShowStyleOnly(e),this.viewer.scene.requestRender()}resumeFlyTo(){this.viewer.clock.shouldAnimate=!0}pauseFlyTo(){this.viewer.clock.shouldAnimate=!1}async flyToObjects({selectCpts:e,options:t}){if(!Array.isArray(e)||e.length===0)return;await this.clearSelection(),await this.setSelectColorUserModelCpt(e,{rank:0});const i=this.cesium,s=t?.scale??1,o=[];for(const a of e){const c=a?.modelId;if(c==null)continue;await this.loadNodeDetailsForModel(c);const l=a?.elementId,d=this.tilesetMap[`${c}`];if(!d)continue;const f=wp(d,l)||vp(d);if(!f)continue;const p=new i.Cartesian3(f.min.x,f.min.y,f.min.z),u=new i.Cartesian3(f.max.x,f.max.y,f.max.z),m=d?.root?.computedTransform??d?.modelMatrix;if(m){const C=i.Matrix4.multiplyByPoint(m,p,new i.Cartesian3),A=i.Matrix4.multiplyByPoint(m,u,new i.Cartesian3);o.push(C,A)}else o.push(p,u)}if(o.length){const a=i.BoundingSphere.fromPoints(o);a.radius=a.radius*s;const c=this.viewer.scene.camera,l=new i.HeadingPitchRange(c.heading,c.pitch,0);c.flyToBoundingSphere(a,{duration:t?.duration??0,complete:t?.complete,offset:l})}else{const a=e[0]?.modelId,c=a?this.tilesetMap[`${a}`]:null;c&&this.viewer.flyTo(c,{duration:t?.duration??0,complete:t?.complete})}}setBaseStyle(e){this.getTargetModelIds(e).forEach(i=>{this.setColorStyle(i)})}setColorStyle(e){this.updateTilesetStyle(e)}buildColorConditions(e){const t=this.tilesetMap[e],i=this.hasSelectedFeaturesMap[e];if(!t||!i?.length)return;const s=new Map;i.forEach(l=>{const d=s.get(l.batchId);(!d||l.rank>=d.rank)&&s.set(l.batchId,l)});const o=new Map;if(s.forEach(({batchId:l,selectedColor:d})=>{o.has(d)||o.set(d,new Set),o.get(d)?.add(l)}),this.colorRankColor.length){const l=new Set;this.colorRankColor.forEach(d=>{const h=o.get(d);h&&h.forEach(f=>l.add(f))}),o.forEach((d,h)=>{if(this.colorRankColor.includes(h))return;const f=new Set;d.forEach(p=>{l.has(p)||f.add(p)}),o.set(h,f)})}const a=[...this.colorRankColor.filter(l=>o.has(l)),...Array.from(o.keys()).filter(l=>!this.colorRankColor.includes(l))],c=[];return a.forEach(l=>{const d=o.get(l);if(!d||!d.size)return;const h=Array.from(d).join("|");h&&c.push([`(regExp('^(${h})$').test(\${id}))`,l])}),c.length?c:void 0}updateTilesetStyle(e){const t=this.tilesetMap[e];if(!t)return;t.colorBlendMode=this.cesium.Cesium3DTileColorBlendMode.REPLACE;const i=this.showStateMap[e],s=i?this.buildShowConditions(i.batchIds,i.mode):void 0,o=this.buildColorConditions(e);s||o?t.style=new this.cesium.Cesium3DTileStyle({show:s?{conditions:s}:void 0,color:o?{conditions:o}:void 0}):t.style=void 0,this.viewer.scene.requestRender()}setShowStyle(e){this.getTargetModelIds(e?.modelId).forEach(i=>{const s=this.showStateMap[i]||{batchIds:[],mode:"include"};this.showStateMap[i]={batchIds:e?.batchIds??s.batchIds,mode:e?.mode??s.mode},this.updateTilesetStyle(i)})}setColor(e){if(!e)return this.selectedColor;if(typeof e=="string")return e;const t=Ht(Number(e.r)),i=Ht(Number(e.g)),s=Ht(Number(e.b)),o=_r(e.a===void 0?1:Number(e.a));return os({r:t,g:i,b:s,a:o})||this.selectedColor}groupByModelId(e){const t={};return e.forEach(i=>{const s=i?.modelId,o=i?.elementId;if(s==null||o===void 0||o===null)return;const a=i?.color??i?.rgba,c=this.setColor(a??{r:.4,g:.4,b:.4,a:.1}),l=`${s}-${c}`;t[l]||(t[l]=[]),t[l].push(`${o}`)}),{allElements:t,transform:null,box:null}}getBatchIds(e,t){const i=`${t}`,s=`${e}`;if(this.eidToBatchIdMap[i]){const l=this.eidToBatchIdMap[i].get(s);if(l!==void 0)return l}const a=this.tilesetMap[i]?.leiting?.node?.batchIdEIDInfos;if(a&&Array.isArray(a)){const l=new Map;a.forEach(h=>{const f=`${h.elementID}`,p=`${h.batchId}`;l.has(f)||l.set(f,[]),l.get(f).push(p)}),this.eidToBatchIdMap[i]=l;const d=l.get(s);if(d!==void 0)return d}const c=Ep(e);return c!=null?[String(c)]:[]}async setComponentVisibility(e){if(Array.isArray(e)){Object.keys(this.showStateMap).forEach(t=>{this.showStateMap[t]={batchIds:[],mode:"exclude"}});for(const t of e){const i=`${t.modelId}`;this.showStateMap[i]||(this.showStateMap[i]={batchIds:[],mode:"exclude"});const s=this.showStateMap[i];if(!t.show){const o=this.getBatchIds(t.elementId,i);s.batchIds.push(...o)}}Object.keys(this.showStateMap).forEach(t=>{this.updateTilesetStyle(t)})}}async isolateComponentVisibility(e){const t={};e.forEach(i=>{const s=`${i.modelId}`;t[s]||(t[s]=new Set),t[s].add(`${i.elementId}`)});for(const i of Object.keys(this.tilesetMap)){await this.loadNodeDetailsForModel(i);const o=this.tilesetMap[i]?.leiting?.node?.batchIdEIDInfos;if(!o)continue;this.showStateMap[i]={batchIds:[],mode:"exclude"};const a=t[i];if(a&&a.size>0){const c=[];for(const l of o)a.has(`${l.elementID}`)||c.push(`${l.batchId}`);this.showStateMap[i].batchIds=c;continue}this.showStateMap[i].batchIds=o.map(c=>c.batchId)}Object.keys(this.showStateMap).forEach(i=>{this.updateTilesetStyle(i)})}async setAllComponentsVisibility(e){const t=this.getTargetModelIds();for(const i of t)await this.loadNodeDetailsForModel(i),e?this.setShowStyle({modelId:i,batchIds:[],mode:"exclude"}):this.setShowStyle({modelId:i,batchIds:[],mode:"include"})}getComponentsByVisibility(e){const t=this.getTargetModelIds(),i=[];return t.forEach(s=>{const o=this.showStateMap[s],a=this.tilesetMap[s];if(!a?.leiting?.node?.batchIdEIDInfos)return;const c=a.leiting.node.batchIdEIDInfos,l=new Set(o?.batchIds??[]),d=o?.mode??"exclude",h=new Set;c.forEach(f=>{const p=l.has(`${f.batchId}`);if((d==="include"?p:!p)===e){const m=`${f.elementID}`;h.has(m)||(i.push({elementId:m,modelId:s}),h.add(m))}})}),i}async _getComponentsByVisibility(e){const t=this.getTargetModelIds();for(const s of t)this.loadNodeDetailsForModel(s);const i=[];return t.forEach(s=>{const o=this.showStateMap[s],a=this.tilesetMap[s];if(!a?.leiting?.node?.batchIdEIDInfos)return;const c=a.leiting.node.batchIdEIDInfos,l=new Set(o?.batchIds??[]),d=o?.mode??"exclude",h=new Set;c.forEach(f=>{const p=l.has(`${f.batchId}`);if((d==="include"?p:!p)===e){const m=`${f.elementID}`;h.has(m)||(i.push({elementId:m,modelId:s}),h.add(m))}})}),i}getTileSyltByConstructionProcessTracking({elementIds:e,modelId:t,color:i,colorRank:s,show:o,selectionRank:a}){const c=this.tilesetMap[t];if(!Array.isArray(e))return[];const l=c.leiting.node,d=new Set(e),h=l.batchIdEIDInfos.filter(p=>d.has(`${p.elementID}`)).map(p=>String(p.batchId));return h.length?(s===Or.normal&&!this.colorRankColor.includes(i)&&(this.colorRankColor=[i]),[[`(regExp('^(${h.join("|")})$').test(\${id}))`,i]]):[]}async setSelectColorUserModelCpt(e,t){if(!Array.isArray(e))return;const i=new Map,s=t?.rank===void 0?"exist":t?.rank,o=Ur(s),a=t?.isTrigger??!0;for(const c of e){const l=c?.modelId;if(l==null)continue;const d=`${l}`;await this.loadNodeDetailsForModel(d);const h=Array.isArray(c?.elementIds)?c.elementIds:c?.elementId?[c.elementId]:[];if(!h.length)continue;const f=os(c?.rgba)||this.selectedColor;for(const p of h){const u=this.getBatchIds(p,d);if(u.length!==0){i.has(d)||i.set(d,[]);for(const m of u)i.get(d)?.push({batchId:m,selectedColor:f,rank:o,isTrigger:a})}}}for(const[c,l]of i){const d=this.mergeSelections(c,l);this.hasSelectedFeaturesMap[c]=d,this.setBaseStyle(c)}a&&await this.triggerSelectionChange()}async setAllSelectColorUserModelCpt(e,t){const{modelId:i,rgba:s}=e,o=t?.isTrigger??!0;if(!i)return;await this.loadNodeDetailsForModel(i);const a=String(i),c=this.tilesetMap[a];if(!c)return;const l=c?.leiting?.node?.batchIdEIDInfos;if(!l||!Array.isArray(l))return;const d=[];l.forEach(h=>{h&&h.elementID!==void 0&&d.push(h.elementID)}),d.length!==0&&await this.setSelectColorUserModelCpt([{modelId:a,elementIds:d,rgba:s}],{rank:0,isTrigger:o})}getFeatureId(e){if(this.cesium.defined(e)&&this.cesium.defined(e.getProperty)){const t=e.getProperty("id");return t!=null?String(t):"-1"}return"-1"}getTargetModelIds(e){return e?[e]:Object.keys(this.tilesetMap)}buildShowConditions(e,t){const i=e.join("|");return i?t==="include"?[[`(regExp('^(${i})$').test(\${id}))`,"true"],["true","false"]]:[[`(regExp('^(${i})$').test(\${id}))`,"false"],["true","true"]]:t==="include"?[["true","false"]]:void 0}applyShowStyleOnly(e){const t=this.tilesetMap[e];if(!t)return;const i=this.showStateMap[e],s=i?this.buildShowConditions(i.batchIds,i.mode):void 0;s?t.style=new this.cesium.Cesium3DTileStyle({show:{conditions:s}}):t.style=void 0}setSelectedColorRgba(e,t,i,s=1){const o=Ht(e),a=Ht(t),c=Ht(i),l=_r(s),d=os({r:o,g:a,b:c,a:l});d&&(this.selectedColor=d)}mergeSelections(e,t){const i=new Map;return(this.hasSelectedFeaturesMap[e]||[]).forEach(o=>i.set(o.batchId,o)),t.forEach(o=>{const a=i.get(o.batchId);(!a||o.rank>a.rank||o.rank===a.rank)&&i.set(o.batchId,o)}),Array.from(i.values())}async toggleMultiSelect(e,t,i,s){const o=this.hasSelectedFeaturesMap[e]||[],a=o.filter(f=>f.rank!==0),c=o.filter(f=>f.rank===0),d=c.some(f=>f.batchId===t)?c.filter(f=>f.batchId!==t):[...c,{batchId:t,selectedColor:i,rank:0,point:s,isTrigger:!0}],h=[...a,...d];h.length?(this.hasSelectedFeaturesMap[e]=h,this.setBaseStyle(e)):(delete this.hasSelectedFeaturesMap[e],this.applyShowStyleOnly(e)),await this.triggerSelectionChange(e)}ensureSelectionDiv(){if(this.selectionDiv)return;const e=document.createElement("div");e.style.display="none",e.style.pointerEvents="none",e.style.border="1px solid rgba(0, 255, 255, 0.8)",this.viewer.container.appendChild(e),this.selectionDiv=e}isRepeatedClick(e){const t=e?.position;return!t||typeof t.x!="number"||typeof t.y!="number"?!1:this.selectedPosition.x===t.x&&this.selectedPosition.y===t.y?!0:(this.selectedPosition.x=t.x,this.selectedPosition.y=t.y,!1)}async selectTilesInRectangle(e,t,i){const s=Math.min(e.x,t.x),o=Math.max(e.x,t.x),a=Math.min(e.y,t.y),c=Math.max(e.y,t.y),l=o-s,d=c-a;if(Math.abs(l)<15||Math.abs(d)<15)return;const h=s+l/2,f=a+d/2,p=new this.cesium.Cartesian2(h,f),u=this.viewer.scene.drillPick(p,void 0,l,d);if(!Array.isArray(u))return;const m=new Map;u.forEach(C=>{if(!(C instanceof this.cesium.Cesium3DTileFeature))return;const A=dn(C.tileset);if(!A||!this.tilesetMap[A])return;const b=this.getFeatureId(C);b!=="-1"&&(m.has(A)||m.set(A,new Set),m.get(A)?.add(b))}),m.forEach((C,A)=>{const b=this.hasSelectedFeaturesMap[A]||[],I=b.filter(T=>T.rank!==0),k=new Set(b.filter(T=>T.rank===0).map(T=>T.batchId)),P=[];C.forEach(T=>{k.has(T)||P.push({batchId:T,selectedColor:i,rank:0,isTrigger:!0})});const R=b.filter(T=>T.rank===0);this.hasSelectedFeaturesMap[A]=[...I,...R,...P],this.setBaseStyle(A)}),await this.triggerSelectionChange()}}class Sp{cesium;viewer;tilesetMap={};planeEntities=[];clippingPlanesMap={};activeModelIds=new Set;boxMatrix=null;boxInverseMatrix=null;boxCenter=null;boxOrientation=null;targetZPlus=0;targetZMinus=0;targetXPlus=0;targetXMinus=0;targetYPlus=0;targetYMinus=0;currentPlaneType="";selectedPlane=null;hoveredPlane=null;dragStartPoint=null;moveCallBack=null;downHandler=null;upHandler=null;moveHandler=null;constructor(e){this.cesium=e.cesium,this.viewer=e.viewer}attachTileset(e,t){this.tilesetMap[t]=e}open(e,t){!this.tilesetMap[e]||this.activeModelIds.has(e)||(this.activeModelIds.add(e),this.moveCallBack=t?.moveCallBack,this.fitToModels(),this.activeModelIds.size===1&&(this.createPlaneEntities(),this.initEventHandlers()))}setupClippingPlanes(e){const t=this.cesium,i=this.tilesetMap[e];if(!i||!this.boxMatrix)return;const s=new t.ClippingPlaneCollection({planes:[new t.ClippingPlane(new t.Cartesian3(1,0,0),this.targetXMinus),new t.ClippingPlane(new t.Cartesian3(-1,0,0),this.targetXPlus),new t.ClippingPlane(new t.Cartesian3(0,1,0),this.targetYMinus),new t.ClippingPlane(new t.Cartesian3(0,-1,0),this.targetYPlus),new t.ClippingPlane(new t.Cartesian3(0,0,1),this.targetZMinus),new t.ClippingPlane(new t.Cartesian3(0,0,-1),this.targetZPlus)],edgeWidth:2,edgeColor:t.Color.WHITE,enabled:!0,unionClippingRegions:!0}),o=t.Matrix4.inverse(i.root.transform,new t.Matrix4);s.modelMatrix=t.Matrix4.multiply(o,this.boxMatrix,new t.Matrix4),i.clippingPlanes=s,this.clippingPlanesMap[e]=s}createPlaneEntities(){const e=this.cesium,t=this.viewer;this.planeEntities.forEach(s=>t.entities.remove(s)),this.planeEntities=[];const i=["left","right","behind","front","top","down"];for(const s of i){const o=t.entities.add({name:s,position:new e.CallbackProperty(()=>{if(!this.boxMatrix)return e.Cartesian3.ZERO;const a=this.getPlaneOffsetCartesian(s);return e.Matrix4.multiplyByPoint(this.boxMatrix,a,new e.Cartesian3)},!1),orientation:new e.CallbackProperty(()=>this.boxOrientation||e.Quaternion.IDENTITY,!1),plane:{dimensions:new e.CallbackProperty(()=>{if(this.activeModelIds.size===0)return new e.Cartesian2(0,0);const a=.1,c=Math.max(a,this.targetXMinus+this.targetXPlus),l=Math.max(a,this.targetYPlus+this.targetYMinus),d=Math.max(a,this.targetZPlus+this.targetZMinus);return s==="top"||s==="down"?new e.Cartesian2(c,l):s==="left"||s==="right"?new e.Cartesian2(l,d):new e.Cartesian2(c,d)},!1),material:e.Color.WHITE.withAlpha(.1),outline:!0,outlineColor:e.Color.YELLOW,plane:new e.CallbackProperty(()=>new e.Plane(this.getNormalByType(s),0),!1)}});this.planeEntities.push(o)}}getPlaneOffsetCartesian(e){const t=(this.targetXPlus-this.targetXMinus)/2,i=(this.targetYPlus-this.targetYMinus)/2,s=(this.targetZPlus-this.targetZMinus)/2;switch(e){case"left":return new this.cesium.Cartesian3(-this.targetXMinus,i,s);case"right":return new this.cesium.Cartesian3(this.targetXPlus,i,s);case"behind":return new this.cesium.Cartesian3(t,-this.targetYMinus,s);case"front":return new this.cesium.Cartesian3(t,this.targetYPlus,s);case"top":return new this.cesium.Cartesian3(t,i,this.targetZPlus);case"down":return new this.cesium.Cartesian3(t,i,-this.targetZMinus);default:return this.cesium.Cartesian3.ZERO}}getNormalByType(e){const t=this.cesium;switch(e){case"left":return new t.Cartesian3(1,0,0);case"right":return new t.Cartesian3(-1,0,0);case"behind":return new t.Cartesian3(0,1,0);case"front":return new t.Cartesian3(0,-1,0);case"top":return new t.Cartesian3(0,0,-1);case"down":return new t.Cartesian3(0,0,1);default:return t.Cartesian3.UNIT_X}}getPlaneByType(e){const t=this.cesium,i=this.getNormalByType(e),s=t.Cartesian3.negate(i,new t.Cartesian3);let o=0;switch(e){case"left":o=this.targetXMinus;break;case"right":o=this.targetXPlus;break;case"behind":o=this.targetYMinus;break;case"front":o=this.targetYPlus;break;case"top":o=this.targetZPlus;break;case"down":o=this.targetZMinus;break}return new t.Plane(s,-o)}initEventHandlers(){const e=this.cesium,t=this.viewer.scene.canvas,i=this.viewer.scene;this.downHandler=new e.ScreenSpaceEventHandler(t),this.upHandler=new e.ScreenSpaceEventHandler(t),this.moveHandler=new e.ScreenSpaceEventHandler(t),this.moveHandler.setInputAction(s=>{if(this.selectedPlane)return;let o;try{o=i.pick(s.endPosition)}catch{}e.defined(o)&&o.id&&o.id.plane?this.hoveredPlane!==o.id.plane&&(this.hoveredPlane&&(this.hoveredPlane.material=e.Color.WHITE.withAlpha(.1)),this.hoveredPlane=o.id.plane,this.hoveredPlane.material=e.Color.YELLOW.withAlpha(.3),t.style.cursor="pointer"):this.hoveredPlane&&(this.hoveredPlane.material=e.Color.WHITE.withAlpha(.1),this.hoveredPlane=null,t.style.cursor="default")},e.ScreenSpaceEventType.MOUSE_MOVE),this.downHandler.setInputAction(s=>{let o;try{o=i.pick(s.position)}catch{}if(e.defined(o)&&o.id&&o.id.plane){this.currentPlaneType=o.id.name,this.selectedPlane=o.id.plane,this.selectedPlane.material=e.Color.RED.withAlpha(.4),i.screenSpaceCameraController.enableInputs=!1;const a=i.camera.getPickRay(s.position),c=this.boxInverseMatrix,l=e.Matrix4.multiplyByPoint(c,a.origin,new e.Cartesian3),d=e.Matrix4.multiplyByPointAsVector(c,a.direction,new e.Cartesian3);e.Cartesian3.normalize(d,d);const h=new e.Ray(l,d),f=this.getPlaneByType(this.currentPlaneType);this.dragStartPoint=e.IntersectionTests.rayPlane(h,f,new e.Cartesian3),this.dragStartPoint||(this.dragStartPoint=this.getPlaneOffsetCartesian(this.currentPlaneType))}},e.ScreenSpaceEventType.LEFT_DOWN),this.moveHandler.setInputAction(s=>{if(!this.selectedPlane||!this.dragStartPoint)return;const o=i.camera.getPickRay(s.endPosition),a=this.boxInverseMatrix,c=e.Matrix4.multiplyByPoint(a,o.origin,new e.Cartesian3),l=e.Matrix4.multiplyByPointAsVector(a,o.direction,new e.Cartesian3);e.Cartesian3.normalize(l,l);const d=new e.Ray(c,l);let h=new e.Cartesian3;this.currentPlaneType==="top"||this.currentPlaneType==="down"?h=Math.abs(l.x)>Math.abs(l.y)?e.Cartesian3.UNIT_X:e.Cartesian3.UNIT_Y:this.currentPlaneType==="left"||this.currentPlaneType==="right"?h=Math.abs(l.y)>Math.abs(l.z)?e.Cartesian3.UNIT_Y:e.Cartesian3.UNIT_Z:h=Math.abs(l.x)>Math.abs(l.z)?e.Cartesian3.UNIT_X:e.Cartesian3.UNIT_Z;const f=-e.Cartesian3.dot(this.dragStartPoint,h),p=new e.Plane(h,f);let u=e.IntersectionTests.rayPlane(d,p,new e.Cartesian3);if(!u){const C=h===e.Cartesian3.UNIT_X?e.Cartesian3.UNIT_Y:h===e.Cartesian3.UNIT_Y&&(this.currentPlaneType==="top"||this.currentPlaneType==="down")?e.Cartesian3.UNIT_X:e.Cartesian3.UNIT_Z,A=-e.Cartesian3.dot(this.dragStartPoint,C);u=e.IntersectionTests.rayPlane(d,new e.Plane(C,A),new e.Cartesian3)}if(!u)return;const m=.01;switch(this.currentPlaneType){case"left":this.targetXMinus=Math.max(-this.targetXPlus+m,-u.x);break;case"right":this.targetXPlus=Math.max(-this.targetXMinus+m,u.x);break;case"behind":this.targetYMinus=Math.max(-this.targetYPlus+m,-u.y);break;case"front":this.targetYPlus=Math.max(-this.targetYMinus+m,u.y);break;case"top":this.targetZPlus=Math.max(-this.targetZMinus+m,u.z);break;case"down":this.targetZMinus=Math.max(-this.targetZPlus+m,-u.z);break}this.syncClippingPlanes(),this.moveCallBack&&this.moveCallBack(this.getRangeParams())},e.ScreenSpaceEventType.MOUSE_MOVE),this.upHandler.setInputAction(()=>{this.selectedPlane&&(this.selectedPlane.material=e.Color.WHITE.withAlpha(.1),this.selectedPlane=null,this.currentPlaneType="",this.dragStartPoint=null),i.screenSpaceCameraController.enableInputs=!0,t.style.cursor="default"},e.ScreenSpaceEventType.LEFT_UP)}syncClippingPlanes(){this.activeModelIds.size!==0&&Object.keys(this.clippingPlanesMap).forEach(e=>{const t=this.clippingPlanesMap[e],i=this.tilesetMap[e];if(t&&i&&!t.isDestroyed()){const s=this.cesium;t.get(0).distance=this.targetXMinus,t.get(1).distance=this.targetXPlus,t.get(2).distance=this.targetYMinus,t.get(3).distance=this.targetYPlus,t.get(4).distance=this.targetZMinus,t.get(5).distance=this.targetZPlus;const o=s.Matrix4.inverse(i.root.transform,new s.Matrix4);t.modelMatrix=s.Matrix4.multiply(o,this.boxMatrix,new s.Matrix4)}})}fitToModels(){const e=this.cesium;if(this.activeModelIds.size===0)return;let t=[];if(this.activeModelIds.forEach(f=>{const p=this.tilesetMap[f];p&&p.boundingSphere&&t.push(p.boundingSphere.center)}),t.length===0)return;const i=new e.Cartesian3;t.forEach(f=>e.Cartesian3.add(i,f,i)),this.boxCenter=e.Cartesian3.divideByScalar(i,t.length,new e.Cartesian3),this.boxMatrix=e.Transforms.eastNorthUpToFixedFrame(this.boxCenter),this.boxInverseMatrix=e.Matrix4.inverse(this.boxMatrix,new e.Matrix4),this.boxOrientation=e.Quaternion.fromRotationMatrix(e.Matrix4.getMatrix3(this.boxMatrix,new e.Matrix3));let s=1/0,o=-1/0,a=1/0,c=-1/0,l=1/0,d=-1/0;this.activeModelIds.forEach(f=>{const p=this.tilesetMap[f];if(!p)return;const u=[],m=p.leiting?.box,C=p.root?.boundingVolume?.boundingVolume;if(m&&m.min&&m.max){const{min:A,max:b}=m,I=[new e.Cartesian3(A.x,A.y,A.z),new e.Cartesian3(b.x,A.y,A.z),new e.Cartesian3(A.x,b.y,A.z),new e.Cartesian3(b.x,b.y,A.z),new e.Cartesian3(A.x,A.y,b.z),new e.Cartesian3(b.x,A.y,b.z),new e.Cartesian3(A.x,b.y,b.z),new e.Cartesian3(b.x,b.y,b.z)],k=p.root.transform;I.forEach(P=>{u.push(e.Matrix4.multiplyByPoint(k,P,new e.Cartesian3))})}else if(C&&C.halfAxes){const A=C.center,b=C.halfAxes,I=e.Matrix3.getColumn(b,0,new e.Cartesian3),k=e.Matrix3.getColumn(b,1,new e.Cartesian3),P=e.Matrix3.getColumn(b,2,new e.Cartesian3);for(let R=0;R<8;R++){const T=e.Cartesian3.clone(A,new e.Cartesian3);e.Cartesian3.add(T,e.Cartesian3.multiplyByScalar(I,R&1?1:-1,new e.Cartesian3),T),e.Cartesian3.add(T,e.Cartesian3.multiplyByScalar(k,R&2?1:-1,new e.Cartesian3),T),e.Cartesian3.add(T,e.Cartesian3.multiplyByScalar(P,R&4?1:-1,new e.Cartesian3),T),u.push(T)}}else if(p.boundingSphere){const A=p.boundingSphere,b=A.center,I=A.radius,k=e.Matrix4.multiplyByPoint(this.boxInverseMatrix,b,new e.Cartesian3);s=Math.min(s,k.x-I),o=Math.max(o,k.x+I),a=Math.min(a,k.y-I),c=Math.max(c,k.y+I),l=Math.min(l,k.z-I),d=Math.max(d,k.z+I)}u.forEach(A=>{const b=e.Matrix4.multiplyByPoint(this.boxInverseMatrix,A,new e.Cartesian3);s=Math.min(s,b.x),o=Math.max(o,b.x),a=Math.min(a,b.y),c=Math.max(c,b.y),l=Math.min(l,b.z),d=Math.max(d,b.z)})});const h=1.01;this.targetXMinus=Math.abs(s)*h,this.targetXPlus=Math.abs(o)*h,this.targetYMinus=Math.abs(a)*h,this.targetYPlus=Math.abs(c)*h,this.targetZMinus=Math.abs(l)*h,this.targetZPlus=Math.abs(d)*h,this.activeModelIds.forEach(f=>{this.setupClippingPlanes(f)}),this.viewer.scene.requestRender()}getRangeParams(){const e=this.cesium;return{targetZPlus:this.targetZPlus,targetZMinus:this.targetZMinus,targetXPlus:this.targetXPlus,targetXMinus:this.targetXMinus,targetYPlus:this.targetYPlus,targetYMinus:this.targetYMinus,maxBox:new e.Cartesian3(this.targetXPlus,this.targetYPlus,this.targetZPlus),minBox:new e.Cartesian3(-this.targetXMinus,-this.targetYMinus,-this.targetZMinus)}}updateRange(e){if(!this.boxMatrix)return;e.targetXMinus!==void 0&&(this.targetXMinus=e.targetXMinus),e.targetXPlus!==void 0&&(this.targetXPlus=e.targetXPlus),e.targetYMinus!==void 0&&(this.targetYMinus=e.targetYMinus),e.targetYPlus!==void 0&&(this.targetYPlus=e.targetYPlus),e.targetZPlus!==void 0&&(this.targetZPlus=e.targetZPlus),e.targetZMinus!==void 0&&(this.targetZMinus=e.targetZMinus);const t=.1;this.targetXMinus+this.targetXPlus<t&&(this.targetXPlus=t-this.targetXMinus),this.targetYPlus+this.targetYMinus<t&&(this.targetYPlus=t-this.targetYMinus),this.targetZPlus+this.targetZMinus<t&&(this.targetZPlus=t-this.targetZMinus),this.syncClippingPlanes(),this.viewer.scene.requestRender()}getRange(){return this.getRangeParams()}setBoxVisibility(e){this.planeEntities.forEach(t=>{t.show=e}),this.viewer.scene.requestRender()}close(e){if(e){const t=this.tilesetMap[e];t&&(t.clippingPlanes&&(t.clippingPlanes.enabled=!1),t.clippingPlanes=void 0),delete this.clippingPlanesMap[e],this.activeModelIds.delete(e),this.activeModelIds.size>0&&this.fitToModels()}else Object.keys(this.clippingPlanesMap).forEach(t=>{const i=this.tilesetMap[t];i&&(i.clippingPlanes&&(i.clippingPlanes.enabled=!1),i.clippingPlanes=void 0)}),this.clippingPlanesMap={},this.activeModelIds.clear();this.activeModelIds.size===0&&(this.planeEntities.forEach(t=>{this.viewer.entities.remove(t)}),this.planeEntities=[],this.destroyEventHandlers(),this.boxMatrix=null,this.boxInverseMatrix=null),this.viewer.scene.requestRender()}destroyEventHandlers(){this.downHandler?.destroy(),this.upHandler?.destroy(),this.moveHandler?.destroy(),this.downHandler=this.upHandler=this.moveHandler=null}}let as=performance.now();const Tp=10;class Mp{cesium;viewer;modelInfo={modelName:"Person",modelId:"player_111",url:"person/model.glb",scale:.0032};startTime=0;radian=0;speed=.1;speedVector;position;hpRoll;cameralHpRoll;fixedFrameTransforms;model;transparentTest=!0;gravityTestByMove=!1;gravityTest=!0;lastMoveTime=0;moveInterval=.01;collisionTest=!0;wheelCount=2;isLeftDragging=!1;lastScreenY=0;lastScreenX=0;pauseAnimationFn;resumeAnimationFn;selectedColor;selectedColorRecover;handler;moveState={moveFront:!1,moveBack:!1,moveLeft:!1,moveRight:!1,moveUp:!1,moveDown:!1};onLoading=null;onSuccess=null;onError=null;constructor({cesium:e,viewer:t,modelInfo:i,callbacks:s}){this.cesium=e,this.viewer=t,this.radian=this.cesium.Math.toRadians(4),this.speedVector=new this.cesium.Cartesian3,this.position=new this.cesium.Cartesian3,this.hpRoll=new this.cesium.HeadingPitchRoll,this.cameralHpRoll=new this.cesium.HeadingPitchRoll,this.fixedFrameTransforms=new this.cesium.Transforms.localFrameToFixedFrameGenerator("north","west"),i&&(this.modelInfo=Object.assign(this.modelInfo,i)),s&&(this.onLoading=s.onLoading||null,this.onSuccess=s.onSuccess||null,this.onError=s.onError||null),this.selectedColor=new this.cesium.Color(1,1,1,.4),this.selectedColorRecover=new this.cesium.Color(1,1,1,1);const o=this.viewer.scene.canvas;this.handler=new this.cesium.ScreenSpaceEventHandler(o)}getModel(){return this.model}setPauseAnimation(e){this.pauseAnimationFn=e}setResumeAnimationFn(e){this.resumeAnimationFn=e}async setPersonPosition(e){e&&(this.position=e),this.getModel()?(this.model.modelMatrix=this.cesium.Transforms.headingPitchRollToFixedFrame(e,this.hpRoll,this.cesium.Ellipsoid.WGS84,this.fixedFrameTransforms),this.model.show=!0,this.initKeyBoard()):await this.openPlayer(),this.setCameralDefault(!1)}setModelInfo(e){e&&(this.modelInfo=Object.assign(this.modelInfo,e))}async openPlayer(){if(this.enablePositionSelection(),this.model){this.model.show=!0,this.initKeyBoard(),this.setCameralDefault(!1);return}this.position&&!(this.position.x===0&&this.position.y===0&&this.position.z===0)?(await this.loadModel(),this.initKeyBoard(),this.setCameralDefault(!1)):this.onLoading&&this.onLoading("请按住 Ctrl + 左键点击场景选择初始位置...")}enablePositionSelection(){this._positionHandler&&(this._positionHandler.destroy(),this._positionHandler=null);const e=new this.cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas);e.setInputAction(async t=>{const i=this.viewer.scene;let s;try{s=i.pickPosition(t.position)}catch(o){console.warn("pickPosition failed:",o)}s&&(this.position=s,this.model?(this.model.modelMatrix=this.cesium.Transforms.headingPitchRollToFixedFrame(this.position,this.hpRoll,this.cesium.Ellipsoid.WGS84,this.fixedFrameTransforms),this.updatedCamera(),this.onSuccess&&this.onSuccess("已更新漫游位置")):(this.onSuccess&&this.onSuccess("位置已选择,正在加载模型..."),await this.loadModel(),this.initKeyBoard(),this.setCameralDefault(!1)))},this.cesium.ScreenSpaceEventType.LEFT_CLICK,this.cesium.KeyboardEventModifier.CTRL),this._positionHandler=e}_positionHandler;setDefaultPosition(){const e=this.viewer.scene,t=this.viewer.camera,i=new this.cesium.Cartesian2(e.canvas.clientWidth/2,e.canvas.clientHeight/2);let s;try{s=e.pickPosition(i)}catch(o){console.warn("pickPosition failed:",o)}if(s)this.position=s;else{const o=t.direction,c=this.cesium.Cartesian3.add(t.positionWC,this.cesium.Cartesian3.multiplyByScalar(o,10,new this.cesium.Cartesian3),new this.cesium.Cartesian3);this.position=c}}async loadModel(){let e;try{this.onLoading&&this.onLoading("正在加载漫游人物...");const t=await this.cesium.Model.fromGltfAsync({id:this.modelInfo.modelId,url:this.modelInfo.url,modelMatrix:this.cesium.Transforms.headingPitchRollToFixedFrame(this.position,this.hpRoll,this.cesium.Ellipsoid.WGS84,this.fixedFrameTransforms),scale:this.modelInfo.scale,allowPicking:!1,debugShowBoundingVolume:!1,debugWireframe:!1,cull:!1,gltfCallback:s=>{e=s.animations},backFaceCulling:!1}),i=()=>{if(e&&e.length>0){console.log("Model has animations:",e.length);try{t.activeAnimations.add({index:0,loop:this.cesium.ModelAnimationLoop.REPEAT,multiplier:1})}catch(s){console.error("Failed to add animation:",s)}this.pauseAnimationFn=()=>{this.viewer.clock.shouldAnimate=!1},this.resumeAnimationFn=()=>{this.viewer.clock.shouldAnimate=!0},this.viewer.clock.shouldAnimate=!1}else console.warn("No animations found in the model.")};t.ready?i():t.readyEvent.addEventListener(i),this.model=await this.viewer.scene.primitives.add(t),this.updatedCamera(),this.onLoading&&this.onLoading(""),this.onSuccess&&this.onSuccess("漫游模型加载完成")}catch(t){console.error("Failed to load model:",t),this.onLoading&&this.onLoading(""),this.onError&&this.onError("漫游模型加载失败")}}initKeyBoard(){const e=this.handler,t=this.cesium;as=performance.now();const i=(o,a)=>{const c=o.code,l=o.keyCode;c==="KeyA"||l===65?this.moveState.moveLeft=a:c==="KeyW"||l===87?this.moveState.moveFront=a:c==="KeyD"||l===68?this.moveState.moveRight=a:c==="KeyS"||l===83?this.moveState.moveBack=a:c==="KeyQ"||l===81?this.moveState.moveUp=a:(c==="KeyE"||l===69)&&(this.moveState.moveDown=a)};e.setInputAction(o=>{this.wheelCount-=o*.001,this.wheelCount<.1&&(this.wheelCount=.1),this.updatedCamera()},t.ScreenSpaceEventType.WHEEL),this._keydownHandler=o=>{o.target.tagName==="INPUT"||o.target.tagName==="TEXTAREA"||(i(o,!0),this.resumeAnimationFn&&this.resumeAnimationFn())},this._keyupHandler=o=>{o.target.tagName==="INPUT"||o.target.tagName==="TEXTAREA"||(i(o,!1),Object.keys(this.moveState).every(a=>this.moveState[a]==!1)&&this.pauseAnimationFn&&this.pauseAnimationFn())},document.addEventListener("keydown",this._keydownHandler),document.addEventListener("keyup",this._keyupHandler),e.setInputAction(o=>{this.isLeftDragging=!0,this.lastScreenY=o.position.y,this.lastScreenX=o.position.x},this.cesium.ScreenSpaceEventType.LEFT_DOWN),e.setInputAction(o=>{if(!this.isLeftDragging)return;const a=o.endPosition.x,c=o.endPosition.y,l=c-this.lastScreenY,d=a-this.lastScreenX;Math.abs(l)<Math.abs(d)&&(d>0?(this.cameralHpRoll.heading+=this.radian,this.hpRoll.heading+=this.radian):(this.cameralHpRoll.heading-=this.radian,this.hpRoll.heading-=this.radian),s(0),this.lastScreenX=a),this.lastScreenY=c;const h=this.viewer.camera;this.cameralHpRoll.pitch=h.pitch+this.cesium.Math.toRadians(-l*.1),this.updatedCamera()},t.ScreenSpaceEventType.MOUSE_MOVE),e.setInputAction(()=>{this.isLeftDragging&&(this.isLeftDragging=!1)},t.ScreenSpaceEventType.LEFT_UP);const s=o=>{const a=performance.now();if(a-as<Tp)return;as=a;const c=1.75;if(o===1?(this.speedVector=this.cesium.Cartesian3.multiplyByScalar(this.cesium.Cartesian3.UNIT_X,this.speed,this.speedVector),this.gravityTestByMove=!0):o===-1?(this.speedVector=this.cesium.Cartesian3.multiplyByScalar(this.cesium.Cartesian3.UNIT_X,-this.speed,this.speedVector),this.gravityTestByMove=!0):o===0?(this.speedVector=this.cesium.Cartesian3.multiplyByScalar(this.cesium.Cartesian3.UNIT_X,0,this.speedVector),this.gravityTestByMove=!1):o===2?(this.speedVector=this.cesium.Cartesian3.multiplyByScalar(this.cesium.Cartesian3.UNIT_Z,.05,this.speedVector),this.gravityTestByMove=!1):o===-2?(this.speedVector=this.cesium.Cartesian3.multiplyByScalar(this.cesium.Cartesian3.UNIT_Z,-.05,this.speedVector),this.gravityTestByMove=!1):o===3?(this.speedVector=this.cesium.Cartesian3.multiplyByScalar(this.cesium.Cartesian3.UNIT_Y,this.speed,this.speedVector),this.gravityTestByMove=!0):o===-3&&(this.speedVector=this.cesium.Cartesian3.multiplyByScalar(this.cesium.Cartesian3.UNIT_Y,-this.speed,this.speedVector),this.gravityTestByMove=!0),!this.viewer||!this.model)return;const l=(f,p)=>new this.cesium.Ray(f,p),d=new this.cesium.Cartesian3;this.cesium.Matrix4.getColumn(this.model.modelMatrix,0,d),this.cesium.Cartesian3.normalize(d,d);const h=new this.cesium.Cartesian3;if(this.cesium.Matrix4.getColumn(this.model.modelMatrix,1,h),this.cesium.Cartesian3.normalize(h,h),Math.abs(o)!=2&&this.collisionTest){const f=new this.cesium.Cartesian3(this.position.x,this.position.y,this.position.z),p=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,c),f);let u=d;o===-1?u=this.cesium.Cartesian3.multiplyByScalar(d,-1,new this.cesium.Cartesian3):o===3?u=h:o===-3&&(u=this.cesium.Cartesian3.multiplyByScalar(h,-1,new this.cesium.Cartesian3));const m=l(p,u),C=this.viewer.scene.pickFromRay(m,[this.model],1);if(C&&C.position&&this.cesium.Cartesian3.distance(p,C.position)<.9&&o!==0)return}if(this.position=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,this.speedVector,this.position),this.cesium.Transforms.headingPitchRollToFixedFrame(this.position,this.hpRoll,this.cesium.Ellipsoid.WGS84,this.fixedFrameTransforms,this.model.modelMatrix),this.gravityTest){const f=new this.cesium.Cartesian3(this.position.x,this.position.y,this.position.z),p=.5,u=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,p),f),m=new this.cesium.Cartesian3;this.cesium.Cartesian3.subtract(this.position,u,m),this.cesium.Cartesian3.normalize(m,m);const C=l(u,m),A=this.viewer.scene.pickFromRay(C,[this.model],1),b=c,I=this.cesium.Cartesian3.add(u,this.cesium.Cartesian3.multiplyByScalar(d,b,new this.cesium.Cartesian3),new this.cesium.Cartesian3);if(t.defined(A)){const k=t.Cartesian3.distance(u,A.position);k-p>.2&&(this.position=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,-.2),this.position)),k-p<-.1&&k<2&&(this.position=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,.2),this.position))}if(!A&&this.gravityTestByMove){const k=l(this.position,m),P=this.viewer.scene.pickFromRay(k,[this.model],1);if(P){const R=this.cesium.Cartesian3.distance(this.position,P.position);Math.abs(R-1)>.05&&R<2&&(this.position=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,-.2),this.position))}}if(A&&this.gravityTestByMove&&this.gravityTest){const k=this.cesium.Cartesian3.distance(I,A.position);Math.abs(k-c)>.1&&(this.cesium.Transforms.headingPitchRollToFixedFrame(this.position,this.hpRoll,this.cesium.Ellipsoid.WGS84,this.fixedFrameTransforms,this.model.modelMatrix),this.position=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,(c-k)/Math.abs(c-k)*.05),this.position))}}if(this.transparentTest){const f=new this.cesium.Cartesian3(this.position.x,this.position.y,this.position.z),p=1.75,u=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,p),f),m=this.viewer.camera.positionWC,C=u,A=t.Cartesian3.subtract(C,m,new t.Cartesian3),b=t.Cartesian3.distance(u,m),I=t.Cartesian3.normalize(A,new t.Cartesian3),k=new t.Ray(m,I);let P;try{P=this.viewer.scene.pickFromRay(k,void 0,1)}catch{}t.defined(P)&&P.primitive!==this.model&&P.position&&t.Cartesian3.distance(m,P.position)<b&&(this.wheelCount-=.1,this.wheelCount<.1&&(this.wheelCount=.1))}this.cesium.Transforms.headingPitchRollToFixedFrame(this.position,this.hpRoll,this.cesium.Ellipsoid.WGS84,this.fixedFrameTransforms,this.model.modelMatrix),this.updatedCamera()};this._tickHandler=()=>{const o=performance.now()/1e3;(o-this.lastMoveTime>=this.moveInterval||this.lastMoveTime==0)&&(this.moveState.moveFront?s(1):this.moveState.moveBack?s(-1):this.moveState.moveLeft?s(3):this.moveState.moveRight?s(-3):this.moveState.moveUp?s(2):this.moveState.moveDown&&s(-2),this.lastMoveTime=o)},this.viewer.clock.onTick.addEventListener(this._tickHandler)}updatedCamera(){if(!this.model)return;const e=new this.cesium.Cartesian3(this.position.x,this.position.y,this.position.z),t=1.75,i=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,t),e);this.viewer.camera.viewBoundingSphere(new this.cesium.BoundingSphere(i,this.wheelCount),this.cameralHpRoll)}_keydownHandler;_keyupHandler;_tickHandler;_uiEventListeners=[];bindUiKeys(e){this.unbindUiKeys(),Object.entries(e).forEach(([t,i])=>{if(!i)return;const s=()=>this.setMoveState(t,!0),o=()=>this.setMoveState(t,!1);i.addEventListener("mousedown",s),i.addEventListener("mouseup",o),i.addEventListener("mouseleave",o),i.addEventListener("touchstart",a=>{a.preventDefault(),s()}),i.addEventListener("touchend",a=>{a.preventDefault(),o()}),this._uiEventListeners.push(()=>{i.removeEventListener("mousedown",s),i.removeEventListener("mouseup",o),i.removeEventListener("mouseleave",o),i.removeEventListener("touchstart",s),i.removeEventListener("touchend",o)})})}unbindUiKeys(){this._uiEventListeners.forEach(e=>e()),this._uiEventListeners=[]}openCameraRoam(){const e=this.cesium,t=this.viewer,i=t.camera;this.setDefaultPosition(),this.setCameralDefault(!1);const s=this.handler;let o=!1,a=0,c=0;s.setInputAction(l=>{o=!0,a=l.position.x,c=l.position.y},e.ScreenSpaceEventType.LEFT_DOWN),s.setInputAction(l=>{if(!o)return;const d=l.endPosition.x,h=l.endPosition.y,f=d-a,p=h-c;Math.abs(f)>Math.abs(p)&&(i.heading-=f*.003),i.pitch+=p*.003,a=d,c=h},e.ScreenSpaceEventType.MOUSE_MOVE),s.setInputAction(()=>{o=!1},e.ScreenSpaceEventType.LEFT_UP),s.setInputAction(l=>{this.wheelCount-=l*.001,this.wheelCount<.1&&(this.wheelCount=.1)},e.ScreenSpaceEventType.WHEEL),this._tickHandler=()=>{if(!this.moveState.moveFront&&!this.moveState.moveBack&&!this.moveState.moveLeft&&!this.moveState.moveRight&&!this.moveState.moveUp&&!this.moveState.moveDown)return;const l=(this.speed||.02)*12,d=i.direction,h=i.right,f=i.up;let p=0,u=0,m=0;this.moveState.moveFront&&(p+=d.x*l,u+=d.y*l,m+=d.z*l),this.moveState.moveBack&&(p-=d.x*l,u-=d.y*l,m-=d.z*l),this.moveState.moveRight&&(p+=h.x*l,u+=h.y*l,m+=h.z*l),this.moveState.moveLeft&&(p-=h.x*l,u-=h.y*l,m-=h.z*l),this.moveState.moveUp&&(p+=f.x*l,u+=f.y*l,m+=f.z*l),this.moveState.moveDown&&(p-=f.x*l,u-=f.y*l,m-=f.z*l),i.position=new e.Cartesian3(i.position.x+p,i.position.y+u,i.position.z+m)},t.clock.onTick.addEventListener(this._tickHandler),this.onSuccess&&this.onSuccess("视角漫游已启动")}closePlayer(){const e=this.cesium;this.model&&(this.model.show=!1),this.setCameralDefault(!0),this.handler&&(this.handler.removeInputAction(e.ScreenSpaceEventType.LEFT_DOWN),this.handler.removeInputAction(e.ScreenSpaceEventType.MOUSE_MOVE),this.handler.removeInputAction(e.ScreenSpaceEventType.LEFT_UP),this.handler.removeInputAction(e.ScreenSpaceEventType.WHEEL)),this._positionHandler&&(this._positionHandler.destroy(),this._positionHandler=null),this._keydownHandler&&document.removeEventListener("keydown",this._keydownHandler),this._keyupHandler&&document.removeEventListener("keyup",this._keyupHandler),this._tickHandler&&this.viewer.clock.onTick.removeEventListener(this._tickHandler),this.unbindUiKeys(),this.viewer.camera.lookAtTransform(e.Matrix4.IDENTITY),this.onLoading&&this.onLoading("")}setSpeed({speed:e}){this.speed=e/50}setParams({gravityTest:e,collisionTest:t,transparentTest:i}){e!==void 0&&(this.gravityTest=e),t!==void 0&&(this.collisionTest=t),i!==void 0&&(this.transparentTest=i)}setMoveState(e,t){this.moveState.hasOwnProperty(e)&&(this.moveState[e]=t,t?this.resumeAnimationFn&&this.resumeAnimationFn():Object.keys(this.moveState).every(i=>this.moveState[i]==!1)&&this.pauseAnimationFn&&this.pauseAnimationFn())}setCameralDefault(e){const t=this.viewer;t.scene.screenSpaceCameraController.enableRotate=e,t.scene.screenSpaceCameraController.enableTranslate=e,t.scene.screenSpaceCameraController.enableZoom=e,t.scene.screenSpaceCameraController.enableLook=e,t.scene.screenSpaceCameraController.enableTilt=e}}class Dp{cesium;viewer;baseCesium;baseTiles;baseCompt;baseSection;basePlayer;constructor(e){this.cesium=e.cesium,this.viewer=e.viewer,this.baseCesium=new tc(e),this.baseTiles=new Lr(e),this.baseCompt=new xp(e),this.baseSection=new Sp(e),this.basePlayer=new Mp({cesium:e.cesium,viewer:e.viewer,modelInfo:{url:e.options?.playerUrl,modelName:e.options?.playerModelName,modelId:e.options?.playerModelId,scale:e.options?.playerScale},callbacks:e.callbacks})}getCesium(){return this.cesium}getViewer(){return this.viewer}setSceneOptions(...e){this.baseCesium.setSceneOptions(...e)}getSnapDomSImageBase64(...e){return this.baseCesium.getSnapDomSImageBase64(...e)}clearBackground(){this.baseCesium.clearBackground()}enableTestLabel(){this.baseCesium.enableTestLabel()}enableCesiumFXAA(e){this.baseCesium.enableCesiumFXAA(e)}updateModelEffect(e){this.baseCesium.updateModelEffect(e)}addModels(...e){return this.baseTiles.addModels(...e)}}class kp{cesium;viewer;mapLayers={};renderGen={};renderGenAll=0;renderGenByModel={};modelId="default";options={flyTo:!0};dxfModelsList=[];open=!1;events=new jn;showGlobal=!0;constructor({viewer:e,cesium:t}){this.viewer=e,this.cesium=t}getMapLayers(e){const t=typeof e=="object"?e?.modelId:e;return t?this.mapLayers[t]||{}:this.mapLayers}setModelId(e){this.modelId=e}getModelId(){return this.modelId}flyToCadModel(e={}){const t=e.modelId||this.modelId,i=this.dxfModelsList.find(s=>s.modelId===t);i&&this.flyToBounds(i)}setDxfOpen(e){this.open=e}getDxfOpen(){return this.open}getDxfModelsList(){return this.dxfModelsList}getDxfModels(e){const t=typeof e=="object"?e?.modelId:e;return t?this.dxfModelsList.find(i=>i.modelId===t):this.dxfModelsList}showJson({modelId:e,show:t}){this.mapLayers[e]&&Object.values(this.mapLayers[e]).forEach(s=>{s.forEach(o=>{o.primitive&&(o.primitive.show=t)})});const i=this.dxfModelsList.find(s=>s.modelId===e);i&&(i.show=t)}showJsonByLayer({modelId:e,show:t,layers:i}){const s=this.dxfModelsList.find(a=>a.modelId===e);if(!s){console.error("Tileset not found for modelId:",e);return}s.hiddenBatchIds||(s.hiddenBatchIds=new Set),s.layerMap&&Array.isArray(i)&&i.forEach(a=>{const c=s.layerMap[a];c!==void 0&&(t?s.hiddenBatchIds.delete(c):s.hiddenBatchIds.add(c))});const o=Array.from(s.hiddenBatchIds);if(o.length>0){const a=o.map(c=>`\${_BATCHID} !== ${c}`).join(" && ");s.style=new this.cesium.Cesium3DTileStyle({show:a})}else s.style=new this.cesium.Cesium3DTileStyle({show:!0});s.hasVisibilityListener||(s.hasVisibilityListener=!0,s.tileVisible.addEventListener(a=>{const c=a.content,l=c.featuresLength;if(l>0&&s.hiddenBatchIds)for(let d=0;d<l;d++)s.hiddenBatchIds.has(d)?c.getFeature(d).show=!1:c.getFeature(d).show=!0}))}flyToBounds(e,t){const i=this.cesium,s=e.boundingSphere?.radius||1e3,o={offset:new i.HeadingPitchRange(0,i.Math.toRadians(-90),s*2),...t},a=o.duration??0;e&&this.viewer.flyTo(e,{duration:a,offset:o.offset})}async loadModelFile(e){try{if(!e||typeof e!="string")return!1;const t=await fetch(e,{cache:"no-store"});if(!t.ok)throw new Error(`HTTP ${t.status} for ${e}`);if(e.endsWith(".json")||t.headers.get("content-type")?.includes("application/json"))return await t.json();const i=await t.blob(),s=new Tr(new Ji(i),{password:"abc!?123",useWebWorkers:!1}),a=(await s.getEntries()).find(d=>!d.directory&&d.filename.endsWith(".json"));if(!a)return console.error("未找到 JSON 文件"),await s.close(),!1;const c=await a.arrayBuffer({useWebWorkers:!1});await s.close();const l=new TextDecoder().decode(c);return JSON.parse(l.trim())}catch(t){return console.error("解压或获取失败:",t),!1}}async addDxfModel({fileNames:e,options:t}){const i=this.renderGenAll;if(e?.length){for(const s of e){if(this.renderGenAll!==i)return;const o=this.renderGenByModel[s.modelId]||0;if((this.renderGenByModel[s.modelId]||0)!==o||~this.dxfModelsList.findIndex(d=>d.modelId===s.modelId))return;const c=`${s.outPutPath}${s.dbName}/tileset.json`,l={...this.options,...t};try{const d=`${s.outPutPath}${s.dbName}/layerInfo.zip`,h=await this.loadModelFile(d);if(this.renderGenAll!==i||(this.renderGenByModel[s.modelId]||0)!==o)return;const f=await this.cesium.Cesium3DTileset.fromUrl(c,{allowPicking:!1});if(f.maximumScreenSpaceError=0,this.renderGenAll!==i||(this.renderGenByModel[s.modelId]||0)!==o)return;if(Object.assign(f,{modelId:s.modelId,modelName:s.modelName,deltaLatitude:s.deltaLatitude||0,deltaLongitude:s.deltaLongitude||0,relocated:!0,dbName:s.dbName,outPutPath:s.outPutPath,totalRotation:s.totalRotation||0,layerInfo:h}),s.formData?f.formData=s.formData:f.formData={modelId:f.modelId,longitude:f.deltaLongitude,latitude:f.deltaLatitude,distance:1e-6,rotation:0,totalRotation:f.totalRotation,heightDistance:1,height:0,lonlat:1e-6,modelOptions:[{value:f.modelId,label:f.modelName}],selectPoint:{longitude:0,latitude:0,height:0},selectedMode:!1,X:0,Y:0,Z:0},this.adjustingModelByCad({...f.formData,tileset:f}),Array.isArray(h)){const p=h;f.layerMap={};let u=this.mapLayers[s.modelId];u||(u={},this.mapLayers[s.modelId]=u),p.forEach(m=>{f.layerMap[m.layerName]=m.batchId,u[m.layerName]||(u[m.layerName]=[]),u[m.layerName].push({batchId:m.batchId,color:m.layerColor})})}if(this.dxfModelsList.push(f),this.setModelId(s.modelId),this.viewer.scene.primitives.add(f),this.renderGenAll!==i||(this.renderGenByModel[s.modelId]||0)!==o)return;l.flyTo&&this.flyToBounds(f),l.onSuccess&&l.onSuccess(f)}catch(d){console.error(`Failed to load tileset or layer info: ${c}`,d)}}this.events.emit("mountAllCad",this.dxfModelsList)}}adjustingModelByCad(e){const t=this.cesium,i=t.Quaternion.fromAxisAngle(t.Cartesian3.UNIT_Z,t.Math.toRadians(e.totalRotation)),s=t.Matrix4.fromRotationTranslation(t.Matrix3.fromQuaternion(i),new t.Cartesian3(0,0,0)),o=t.Cartesian3.fromDegrees(e.longitude,e.latitude,e.height),a=t.Transforms.eastNorthUpToFixedFrame(o);t.Matrix4.multiply(a,s,a),e.tileset?._root&&(e.tileset._root.transform=a)}deleteCad({modelId:e}){this.mapLayers[e]&&(Object.values(this.mapLayers[e]).forEach(i=>{i.forEach(s=>{this.viewer.scene.primitives.remove(s.primitive),s.primitive?.destroy()})}),delete this.mapLayers[e]),this.renderGen[e]=(this.renderGen[e]||0)+1,this.renderGenByModel[e]=(this.renderGenByModel[e]||0)+1;const t=this.dxfModelsList.findIndex(i=>i.modelId===e);if(t>-1){const i=this.dxfModelsList[t];this.viewer.scene.primitives.remove(i),i.destroy&&!i.isDestroyed()&&i.destroy(),this.dxfModelsList.splice(t,1)}}deleteAllCad(){Object.keys(this.mapLayers).forEach(e=>{this.deleteCad({modelId:e})}),[...this.dxfModelsList].forEach(e=>{e.modelId&&this.deleteCad({modelId:e.modelId})})}}class ft{constructor(e,t){if(this.viewer=e,!this.viewer)return;this.type="prompt",t=t||{};const i=t.type==null?1:t.type;let s={id:new Date().getTime()+""+Math.floor(Math.random()*1e4),type:i,anchor:i==2,closeBtn:i==2,offset:i==2?{x:0,y:-20}:{x:10,y:10},content:"",show:!0,style:{background:"rgba(0,0,0,0.5)",color:"white"}};this.opt=Object.assign(s,t),this.attr=this.opt;const o=this.viewer.container.id;this.isShow=this.opt.show==null?!0:this.opt.show;let a="",c="";const l=this.opt.style.background,d=this.opt.style.color;this.opt.anchor&&(a+=`
12
+ `});d.isModelAdjustment=!0,l.customShader=d}else{let d="color('white')";e!==1&&(d=`${d} * ${e}`),l.style=new i.Cesium3DTileStyle({color:d})}}}}var Qs=typeof global=="object"&&global&&global.Object===Object&&global,nc=typeof self=="object"&&self&&self.Object===Object&&self,bt=Qs||nc||Function("return this")(),Fn=bt.Symbol,Vs=Object.prototype,ic=Vs.hasOwnProperty,sc=Vs.toString,Jt=Fn?Fn.toStringTag:void 0;function oc(n){var e=ic.call(n,Jt),t=n[Jt];try{n[Jt]=void 0;var i=!0}catch{}var s=sc.call(n);return i&&(e?n[Jt]=t:delete n[Jt]),s}var rc=Object.prototype,ac=rc.toString;function lc(n){return ac.call(n)}var cc="[object Null]",dc="[object Undefined]",Gs=Fn?Fn.toStringTag:void 0;function Zt(n){return n==null?n===void 0?dc:cc:Gs&&Gs in Object(n)?oc(n):lc(n)}function Rt(n){return n!=null&&typeof n=="object"}var uc="[object Symbol]";function hc(n){return typeof n=="symbol"||Rt(n)&&Zt(n)==uc}var Ti=Array.isArray,fc=/\s/;function pc(n){for(var e=n.length;e--&&fc.test(n.charAt(e)););return e}var mc=/^\s+/;function gc(n){return n&&n.slice(0,pc(n)+1).replace(mc,"")}function qe(n){var e=typeof n;return n!=null&&(e=="object"||e=="function")}var Hs=NaN,Ac=/^[-+]0x[0-9a-f]+$/i,yc=/^0b[01]+$/i,Cc=/^0o[0-7]+$/i,Ec=parseInt;function Ys(n){if(typeof n=="number")return n;if(hc(n))return Hs;if(qe(n)){var e=typeof n.valueOf=="function"?n.valueOf():n;n=qe(e)?e+"":e}if(typeof n!="string")return n===0?n:+n;n=gc(n);var t=yc.test(n);return t||Cc.test(n)?Ec(n.slice(2),t?2:8):Ac.test(n)?Hs:+n}function zs(n){return n}var bc="[object AsyncFunction]",wc="[object Function]",vc="[object GeneratorFunction]",Ic="[object Proxy]";function Mi(n){if(!qe(n))return!1;var e=Zt(n);return e==wc||e==vc||e==bc||e==Ic}var Di=bt["__core-js_shared__"],Ws=(function(){var n=/[^.]+$/.exec(Di&&Di.keys&&Di.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""})();function Bc(n){return!!Ws&&Ws in n}var xc=Function.prototype,Sc=xc.toString;function Tc(n){if(n!=null){try{return Sc.call(n)}catch{}try{return n+""}catch{}}return""}var Mc=/[\\^$.*+?()[\]{}|]/g,Dc=/^\[object .+?Constructor\]$/,kc=Function.prototype,Pc=Object.prototype,Nc=kc.toString,Fc=Pc.hasOwnProperty,Rc=RegExp("^"+Nc.call(Fc).replace(Mc,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Lc(n){if(!qe(n)||Bc(n))return!1;var e=Mi(n)?Rc:Dc;return e.test(Tc(n))}function Oc(n,e){return n?.[e]}function ki(n,e){var t=Oc(n,e);return Lc(t)?t:void 0}var js=Object.create,Uc=(function(){function n(){}return function(e){if(!qe(e))return{};if(js)return js(e);n.prototype=e;var t=new n;return n.prototype=void 0,t}})();function _c(n,e,t){switch(t.length){case 0:return n.call(e);case 1:return n.call(e,t[0]);case 2:return n.call(e,t[0],t[1]);case 3:return n.call(e,t[0],t[1],t[2])}return n.apply(e,t)}function Qc(n,e){var t=-1,i=n.length;for(e||(e=Array(i));++t<i;)e[t]=n[t];return e}var Vc=800,Gc=16,Hc=Date.now;function Yc(n){var e=0,t=0;return function(){var i=Hc(),s=Gc-(i-t);if(t=i,s>0){if(++e>=Vc)return arguments[0]}else e=0;return n.apply(void 0,arguments)}}function zc(n){return function(){return n}}var Rn=(function(){try{var n=ki(Object,"defineProperty");return n({},"",{}),n}catch{}})(),Wc=Rn?function(n,e){return Rn(n,"toString",{configurable:!0,enumerable:!1,value:zc(e),writable:!0})}:zs,jc=Yc(Wc),Kc=9007199254740991,$c=/^(?:0|[1-9]\d*)$/;function Ks(n,e){var t=typeof n;return e=e??Kc,!!e&&(t=="number"||t!="symbol"&&$c.test(n))&&n>-1&&n%1==0&&n<e}function Pi(n,e,t){e=="__proto__"&&Rn?Rn(n,e,{configurable:!0,enumerable:!0,value:t,writable:!0}):n[e]=t}function Ln(n,e){return n===e||n!==n&&e!==e}var Xc=Object.prototype,qc=Xc.hasOwnProperty;function Jc(n,e,t){var i=n[e];(!(qc.call(n,e)&&Ln(i,t))||t===void 0&&!(e in n))&&Pi(n,e,t)}function Zc(n,e,t,i){var s=!t;t||(t={});for(var r=-1,a=e.length;++r<a;){var c=e[r],l=void 0;l===void 0&&(l=n[c]),s?Pi(t,c,l):Jc(t,c,l)}return t}var $s=Math.max;function ed(n,e,t){return e=$s(e===void 0?n.length-1:e,0),function(){for(var i=arguments,s=-1,r=$s(i.length-e,0),a=Array(r);++s<r;)a[s]=i[e+s];s=-1;for(var c=Array(e+1);++s<e;)c[s]=i[s];return c[e]=t(a),_c(n,this,c)}}function td(n,e){return jc(ed(n,e,zs),n+"")}var nd=9007199254740991;function Xs(n){return typeof n=="number"&&n>-1&&n%1==0&&n<=nd}function Ni(n){return n!=null&&Xs(n.length)&&!Mi(n)}function id(n,e,t){if(!qe(t))return!1;var i=typeof e;return(i=="number"?Ni(t)&&Ks(e,t.length):i=="string"&&e in t)?Ln(t[e],n):!1}function sd(n){return td(function(e,t){var i=-1,s=t.length,r=s>1?t[s-1]:void 0,a=s>2?t[2]:void 0;for(r=n.length>3&&typeof r=="function"?(s--,r):void 0,a&&id(t[0],t[1],a)&&(r=s<3?void 0:r,s=1),e=Object(e);++i<s;){var c=t[i];c&&n(e,c,i,r)}return e})}var od=Object.prototype;function qs(n){var e=n&&n.constructor,t=typeof e=="function"&&e.prototype||od;return n===t}function rd(n,e){for(var t=-1,i=Array(n);++t<n;)i[t]=e(t);return i}var ad="[object Arguments]";function Js(n){return Rt(n)&&Zt(n)==ad}var Zs=Object.prototype,ld=Zs.hasOwnProperty,cd=Zs.propertyIsEnumerable,Fi=Js((function(){return arguments})())?Js:function(n){return Rt(n)&&ld.call(n,"callee")&&!cd.call(n,"callee")};function dd(){return!1}var eo=typeof _=="object"&&_&&!_.nodeType&&_,to=eo&&typeof module=="object"&&module&&!module.nodeType&&module,ud=to&&to.exports===eo,no=ud?bt.Buffer:void 0,hd=no?no.isBuffer:void 0,io=hd||dd,fd="[object Arguments]",pd="[object Array]",md="[object Boolean]",gd="[object Date]",Ad="[object Error]",yd="[object Function]",Cd="[object Map]",Ed="[object Number]",bd="[object Object]",wd="[object RegExp]",vd="[object Set]",Id="[object String]",Bd="[object WeakMap]",xd="[object ArrayBuffer]",Sd="[object DataView]",Td="[object Float32Array]",Md="[object Float64Array]",Dd="[object Int8Array]",kd="[object Int16Array]",Pd="[object Int32Array]",Nd="[object Uint8Array]",Fd="[object Uint8ClampedArray]",Rd="[object Uint16Array]",Ld="[object Uint32Array]",ue={};ue[Td]=ue[Md]=ue[Dd]=ue[kd]=ue[Pd]=ue[Nd]=ue[Fd]=ue[Rd]=ue[Ld]=!0,ue[fd]=ue[pd]=ue[xd]=ue[md]=ue[Sd]=ue[gd]=ue[Ad]=ue[yd]=ue[Cd]=ue[Ed]=ue[bd]=ue[wd]=ue[vd]=ue[Id]=ue[Bd]=!1;function Od(n){return Rt(n)&&Xs(n.length)&&!!ue[Zt(n)]}function Ud(n){return function(e){return n(e)}}var so=typeof _=="object"&&_&&!_.nodeType&&_,en=so&&typeof module=="object"&&module&&!module.nodeType&&module,_d=en&&en.exports===so,Ri=_d&&Qs.process,oo=(function(){try{var n=en&&en.require&&en.require("util").types;return n||Ri&&Ri.binding&&Ri.binding("util")}catch{}})(),ro=oo&&oo.isTypedArray,ao=ro?Ud(ro):Od;function Qd(n,e){var t=Ti(n),i=!t&&Fi(n),s=!t&&!i&&io(n),r=!t&&!i&&!s&&ao(n),a=t||i||s||r,c=a?rd(n.length,String):[],l=c.length;for(var d in n)a&&(d=="length"||s&&(d=="offset"||d=="parent")||r&&(d=="buffer"||d=="byteLength"||d=="byteOffset")||Ks(d,l))||c.push(d);return c}function Vd(n,e){return function(t){return n(e(t))}}function Gd(n){var e=[];if(n!=null)for(var t in Object(n))e.push(t);return e}var Hd=Object.prototype,Yd=Hd.hasOwnProperty;function zd(n){if(!qe(n))return Gd(n);var e=qs(n),t=[];for(var i in n)i=="constructor"&&(e||!Yd.call(n,i))||t.push(i);return t}function lo(n){return Ni(n)?Qd(n):zd(n)}var tn=ki(Object,"create");function Wd(){this.__data__=tn?tn(null):{},this.size=0}function jd(n){var e=this.has(n)&&delete this.__data__[n];return this.size-=e?1:0,e}var Kd="__lodash_hash_undefined__",$d=Object.prototype,Xd=$d.hasOwnProperty;function qd(n){var e=this.__data__;if(tn){var t=e[n];return t===Kd?void 0:t}return Xd.call(e,n)?e[n]:void 0}var Jd=Object.prototype,Zd=Jd.hasOwnProperty;function eu(n){var e=this.__data__;return tn?e[n]!==void 0:Zd.call(e,n)}var tu="__lodash_hash_undefined__";function nu(n,e){var t=this.__data__;return this.size+=this.has(n)?0:1,t[n]=tn&&e===void 0?tu:e,this}function wt(n){var e=-1,t=n==null?0:n.length;for(this.clear();++e<t;){var i=n[e];this.set(i[0],i[1])}}wt.prototype.clear=Wd,wt.prototype.delete=jd,wt.prototype.get=qd,wt.prototype.has=eu,wt.prototype.set=nu;function iu(){this.__data__=[],this.size=0}function On(n,e){for(var t=n.length;t--;)if(Ln(n[t][0],e))return t;return-1}var su=Array.prototype,ou=su.splice;function ru(n){var e=this.__data__,t=On(e,n);if(t<0)return!1;var i=e.length-1;return t==i?e.pop():ou.call(e,t,1),--this.size,!0}function au(n){var e=this.__data__,t=On(e,n);return t<0?void 0:e[t][1]}function lu(n){return On(this.__data__,n)>-1}function cu(n,e){var t=this.__data__,i=On(t,n);return i<0?(++this.size,t.push([n,e])):t[i][1]=e,this}function st(n){var e=-1,t=n==null?0:n.length;for(this.clear();++e<t;){var i=n[e];this.set(i[0],i[1])}}st.prototype.clear=iu,st.prototype.delete=ru,st.prototype.get=au,st.prototype.has=lu,st.prototype.set=cu;var co=ki(bt,"Map");function du(){this.size=0,this.__data__={hash:new wt,map:new(co||st),string:new wt}}function uu(n){var e=typeof n;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?n!=="__proto__":n===null}function Un(n,e){var t=n.__data__;return uu(e)?t[typeof e=="string"?"string":"hash"]:t.map}function hu(n){var e=Un(this,n).delete(n);return this.size-=e?1:0,e}function fu(n){return Un(this,n).get(n)}function pu(n){return Un(this,n).has(n)}function mu(n,e){var t=Un(this,n),i=t.size;return t.set(n,e),this.size+=t.size==i?0:1,this}function Lt(n){var e=-1,t=n==null?0:n.length;for(this.clear();++e<t;){var i=n[e];this.set(i[0],i[1])}}Lt.prototype.clear=du,Lt.prototype.delete=hu,Lt.prototype.get=fu,Lt.prototype.has=pu,Lt.prototype.set=mu;var uo=Vd(Object.getPrototypeOf,Object),gu="[object Object]",Au=Function.prototype,yu=Object.prototype,ho=Au.toString,Cu=yu.hasOwnProperty,Eu=ho.call(Object);function bu(n){if(!Rt(n)||Zt(n)!=gu)return!1;var e=uo(n);if(e===null)return!0;var t=Cu.call(e,"constructor")&&e.constructor;return typeof t=="function"&&t instanceof t&&ho.call(t)==Eu}function wu(){this.__data__=new st,this.size=0}function vu(n){var e=this.__data__,t=e.delete(n);return this.size=e.size,t}function Iu(n){return this.__data__.get(n)}function Bu(n){return this.__data__.has(n)}var xu=200;function Su(n,e){var t=this.__data__;if(t instanceof st){var i=t.__data__;if(!co||i.length<xu-1)return i.push([n,e]),this.size=++t.size,this;t=this.__data__=new Lt(i)}return t.set(n,e),this.size=t.size,this}function Ot(n){var e=this.__data__=new st(n);this.size=e.size}Ot.prototype.clear=wu,Ot.prototype.delete=vu,Ot.prototype.get=Iu,Ot.prototype.has=Bu,Ot.prototype.set=Su;var fo=typeof _=="object"&&_&&!_.nodeType&&_,po=fo&&typeof module=="object"&&module&&!module.nodeType&&module,Tu=po&&po.exports===fo,mo=Tu?bt.Buffer:void 0;mo&&mo.allocUnsafe;function Mu(n,e){return n.slice()}var go=bt.Uint8Array;function Du(n){var e=new n.constructor(n.byteLength);return new go(e).set(new go(n)),e}function ku(n,e){var t=Du(n.buffer);return new n.constructor(t,n.byteOffset,n.length)}function Pu(n){return typeof n.constructor=="function"&&!qs(n)?Uc(uo(n)):{}}function Nu(n){return function(e,t,i){for(var s=-1,r=Object(e),a=i(e),c=a.length;c--;){var l=a[++s];if(t(r[l],l,r)===!1)break}return e}}var Fu=Nu(),Li=function(){return bt.Date.now()},Ru="Expected a function",Lu=Math.max,Ou=Math.min;function _n(n,e,t){var i,s,r,a,c,l,d=0,h=!1,f=!1,p=!0;if(typeof n!="function")throw new TypeError(Ru);e=Ys(e)||0,qe(t)&&(h=!!t.leading,f="maxWait"in t,r=f?Lu(Ys(t.maxWait)||0,e):r,p="trailing"in t?!!t.trailing:p);function u(S){var x=i,g=s;return i=s=void 0,d=S,a=n.apply(g,x),a}function m(S){return d=S,c=setTimeout(b,e),h?u(S):a}function E(S){var x=S-l,g=S-d,R=e-x;return f?Ou(R,r-g):R}function A(S){var x=S-l,g=S-d;return l===void 0||x>=e||x<0||f&&g>=r}function b(){var S=Li();if(A(S))return w(S);c=setTimeout(b,E(S))}function w(S){return c=void 0,p&&i?u(S):(i=s=void 0,a)}function B(){c!==void 0&&clearTimeout(c),d=0,i=l=s=c=void 0}function D(){return c===void 0?a:w(Li())}function N(){var S=Li(),x=A(S);if(i=arguments,s=this,l=S,x){if(c===void 0)return m(l);if(f)return clearTimeout(c),c=setTimeout(b,e),u(l)}return c===void 0&&(c=setTimeout(b,e)),a}return N.cancel=B,N.flush=D,N}function Oi(n,e,t){(t!==void 0&&!Ln(n[e],t)||t===void 0&&!(e in n))&&Pi(n,e,t)}function Uu(n){return Rt(n)&&Ni(n)}function Ui(n,e){if(!(e==="constructor"&&typeof n[e]=="function")&&e!="__proto__")return n[e]}function _u(n){return Zc(n,lo(n))}function Qu(n,e,t,i,s,r,a){var c=Ui(n,t),l=Ui(e,t),d=a.get(l);if(d){Oi(n,t,d);return}var h=r?r(c,l,t+"",n,e,a):void 0,f=h===void 0;if(f){var p=Ti(l),u=!p&&io(l),m=!p&&!u&&ao(l);h=l,p||u||m?Ti(c)?h=c:Uu(c)?h=Qc(c):u?(f=!1,h=Mu(l)):m?(f=!1,h=ku(l)):h=[]:bu(l)||Fi(l)?(h=c,Fi(c)?h=_u(c):(!qe(c)||Mi(c))&&(h=Pu(l))):f=!1}f&&(a.set(l,h),s(h,l,i,r,a),a.delete(l)),Oi(n,t,h)}function Ao(n,e,t,i,s){n!==e&&Fu(e,function(r,a){if(s||(s=new Ot),qe(r))Qu(n,e,a,t,Ao,i,s);else{var c=i?i(Ui(n,a),r,a+"",n,e,s):void 0;c===void 0&&(c=r),Oi(n,a,c)}},lo)}var Vu=sd(function(n,e,t){Ao(n,e,t)});function _i({Cesium:n,tileset:e}){const t=e.leiting;if(!t||!t.model||!t.model.formData)return;const i=t.model.formData,s=t.box,r=n.Quaternion.fromAxisAngle(n.Cartesian3.UNIT_Z,n.Math.toRadians(i.totalRotation||0)),a=n.Matrix4.fromRotationTranslation(n.Matrix3.fromQuaternion(r),n.Cartesian3.ZERO),c=n.Cartesian3.fromDegrees(i.longitude,i.latitude,i.height),l=n.Transforms.eastNorthUpToFixedFrame(c),d=n.Matrix4.multiply(l,a,new n.Matrix4);if(e._root){if(!s){e._root.transform=d;return}try{const{center:h}=s,f=e.root.boundingVolume.boundingSphere,p=new n.Cartesian3(h.x,h.y,0),u=n.Matrix4.multiplyByPoint(d,p,new n.Cartesian3),m=n.Cartographic.fromCartesian(u),E=f.center,A=n.Transforms.eastNorthUpToFixedFrame(new n.Cartesian3(E.x,E.y,E.z)),b=new n.Cartesian3(-h.x+(i.X||0),-h.y+(i.Y||0),i.Z||0),w=n.Matrix4.fromTranslation(b),B=n.Matrix4.multiply(a,w,new n.Matrix4),D=n.Cartesian3.fromDegrees(m.longitude/Math.PI*180,m.latitude/Math.PI*180,i.height),N=n.Transforms.eastNorthUpToFixedFrame(D),S=n.Matrix4.multiply(N,B,new n.Matrix4);n.Matrix4.multiply(A,B,A),e._root.transform=S}catch(h){console.error("Update model position failed:",h)}}}const Ut={NotLoaded:0,Loading:1,Loaded:2,Error:3},vt=4294967295,Je=65535,Qi=255,Gu=8,yo=9,Hu=0,Yu=99,zu=67324752,Co=134695760,Wu=Co,Eo=33639248,ju=101010256,bo=101075792,Ku=117853008,_t=22,Vi=20,Gi=56,$u=12,Xu=20,wo=4,qu=1,Ju=39169,Zu=10,eh=1,th=21589,nh=28789,ih=25461,sh=6534,oh=30837,rh=30805,vo=1,ah=6,Io=8,Bo=2048,lh=16,ch=1,dh=2,uh=4,hh=32,xo=61440,Hi=16384,Yi=73,fh=420,ph=2048,mh=1024,gh=512,Ah="/",zi=30,yh=10,Ch=14,Eh=18,he=void 0,dt="undefined",It="function",bh=64;let So=2;try{typeof navigator!=dt&&navigator.hardwareConcurrency&&(So=navigator.hardwareConcurrency)}catch{}const wh={workerURI:"./core/web-worker-wasm.js",wasmURI:"./core/streams/zlib-wasm/zlib-streams.wasm",chunkSize:64*1024,maxWorkers:So,terminateWorkerTimeout:5e3,useWebWorkers:!0,useCompressionStream:!0,CompressionStream:typeof CompressionStream!=dt&&CompressionStream,DecompressionStream:typeof DecompressionStream!=dt&&DecompressionStream},To=Object.assign({},wh);function vh(){return To}function Ih(n){return Math.max(n.chunkSize,bh)}function Qn(n){const{baseURI:e,chunkSize:t,maxWorkers:i,terminateWorkerTimeout:s,useCompressionStream:r,useWebWorkers:a,CompressionStream:c,DecompressionStream:l,CompressionStreamZlib:d,DecompressionStreamZlib:h,workerURI:f,wasmURI:p}=n;Qe("baseURI",e),Qe("wasmURI",p),Qe("workerURI",f),Qe("chunkSize",t),Qe("maxWorkers",i),Qe("terminateWorkerTimeout",s),Qe("useCompressionStream",r),Qe("useWebWorkers",a),Qe("CompressionStream",c),Qe("DecompressionStream",l),Qe("CompressionStreamZlib",d),Qe("DecompressionStreamZlib",h)}function Qe(n,e){e!==he&&(To[n]=e)}function Bh(n){let e;n({workerURI:()=>(e||(e="data:text/javascript,"+encodeURIComponent(`(t=>{"function"==typeof define&&define.amd?define(t):t()})(function(){"use strict";const{Array:t,Object:e,Number:n,Math:s,Error:r,Uint8Array:o,Uint16Array:i,Uint32Array:c,Int32Array:a,Map:h,DataView:f,Promise:l,TextEncoder:u,crypto:w,postMessage:p,TransformStream:d,ReadableStream:y,WritableStream:m,CompressionStream:g,DecompressionStream:S}=self,b=void 0,v="undefined",k="function",z=[];for(let t=0;256>t;t++){let e=t;for(let t=0;8>t;t++)1&e?e=e>>>1^3988292384:e>>>=1;z[t]=e}class C{constructor(t){this.t=t||-1}append(t){let e=0|this.t;for(let n=0,s=0|t.length;s>n;n++)e=e>>>8^z[255&(e^t[n])];this.t=e}get(){return~this.t}}class A extends d{constructor(){let t;const e=new C;super({transform(t,n){e.append(t),n.enqueue(t)},flush(){const n=new o(4);new f(n.buffer).setUint32(0,e.get()),t.value=n}}),t=this}}const x={concat(t,e){if(0===t.length||0===e.length)return t.concat(e);const n=t[t.length-1],s=x.o(n);return 32===s?t.concat(e):x.i(e,s,0|n,t.slice(0,t.length-1))},h(t){const e=t.length;if(0===e)return 0;const n=t[e-1];return 32*(e-1)+x.o(n)},l(t,e){if(32*t.length<e)return t;const n=(t=t.slice(0,s.ceil(e/32))).length;return e&=31,n>0&&e&&(t[n-1]=x.u(e,t[n-1]&2147483648>>e-1,1)),t},u:(t,e,n)=>32===t?e:(n?0|e:e<<32-t)+1099511627776*t,o:t=>s.round(t/1099511627776)||32,i(t,e,n,s){for(void 0===s&&(s=[]);e>=32;e-=32)s.push(n),n=0;if(0===e)return s.concat(t);for(let r=0;r<t.length;r++)s.push(n|t[r]>>>e),n=t[r]<<32-e;const r=t.length?t[t.length-1]:0,o=x.o(r);return s.push(x.u(e+o&31,e+o>32?n:s.pop(),1)),s}},I={bytes:{p(t){const e=x.h(t)/8,n=new o(e);let s;for(let r=0;e>r;r++)3&r||(s=t[r/4]),n[r]=s>>>24,s<<=8;return n},m(t){const e=[];let n,s=0;for(n=0;n<t.length;n++)s=s<<8|t[n],3&~n||(e.push(s),s=0);return 3&n&&e.push(x.u(8*(3&n),s)),e}}},R=class{constructor(t){const e=this;e.blockSize=512,e.S=[1732584193,4023233417,2562383102,271733878,3285377520],e.v=[1518500249,1859775393,2400959708,3395469782],t?(e.k=t.k.slice(0),e.C=t.C.slice(0),e.A=t.A):e.reset()}reset(){const t=this;return t.k=t.S.slice(0),t.C=[],t.A=0,t}update(t){const e=this;"string"==typeof t&&(t=I.I.m(t));const n=e.C=x.concat(e.C,t),s=e.A,o=e.A=s+x.h(t);if(o>9007199254740991)throw new r("Cannot hash more than 2^53 - 1 bits");const i=new c(n);let a=0;for(let t=e.blockSize+s-(e.blockSize+s&e.blockSize-1);o>=t;t+=e.blockSize)e.R(i.subarray(16*a,16*(a+1))),a+=1;return n.splice(0,16*a),e}P(){const t=this;let e=t.C;const n=t.k;e=x.concat(e,[x.u(1,1)]);for(let t=e.length+2;15&t;t++)e.push(0);for(e.push(s.floor(t.A/4294967296)),e.push(0|t.A);e.length;)t.R(e.splice(0,16));return t.reset(),n}U(t,e,n,s){return t>19?t>39?t>59?t>79?void 0:e^n^s:e&n|e&s|n&s:e^n^s:e&n|~e&s}V(t,e){return e<<t|e>>>32-t}R(e){const n=this,r=n.k,o=t(80);for(let t=0;16>t;t++)o[t]=e[t];let i=r[0],c=r[1],a=r[2],h=r[3],f=r[4];for(let t=0;79>=t;t++){16>t||(o[t]=n.V(1,o[t-3]^o[t-8]^o[t-14]^o[t-16]));const e=n.V(5,i)+n.U(t,c,a,h)+f+o[t]+n.v[s.floor(t/20)]|0;f=h,h=a,a=n.V(30,c),c=i,i=e}r[0]=r[0]+i|0,r[1]=r[1]+c|0,r[2]=r[2]+a|0,r[3]=r[3]+h|0,r[4]=r[4]+f|0}},P={getRandomValues(t){const e=new c(t.buffer),n=t=>{let e=987654321;const n=4294967295;return()=>(e=36969*(65535&e)+(e>>16)&n,(((e<<16)+(t=18e3*(65535&t)+(t>>16)&n)&n)/4294967296+.5)*(s.random()>.5?1:-1))};for(let r,o=0;o<t.length;o+=4){const t=n(4294967296*(r||s.random()));r=987654071*t(),e[o/4]=4294967296*t()|0}return t}},U={importKey:t=>new U.M(I.bytes.m(t)),_(t,e,n,s){if(n=n||1e4,0>s||0>n)throw new r("invalid params to pbkdf2");const o=1+(s>>5)<<2;let i,c,a,h,l;const u=new ArrayBuffer(o),w=new f(u);let p=0;const d=x;for(e=I.bytes.m(e),l=1;(o||1)>p;l++){for(i=c=t.encrypt(d.concat(e,[l])),a=1;n>a;a++)for(c=t.encrypt(c),h=0;h<c.length;h++)i[h]^=c[h];for(a=0;(o||1)>p&&a<i.length;a++)w.setInt32(p,i[a]),p+=4}return u.slice(0,s/8)},M:class{constructor(t){const e=this,n=e.B=R,s=[[],[]];e.D=[new n,new n];const r=e.D[0].blockSize/32;t.length>r&&(t=(new n).update(t).P());for(let e=0;r>e;e++)s[0][e]=909522486^t[e],s[1][e]=1549556828^t[e];e.D[0].update(s[0]),e.D[1].update(s[1]),e.W=new n(e.D[0])}reset(){const t=this;t.W=new t.B(t.D[0]),t.K=!1}update(t){this.K=!0,this.W.update(t)}digest(){const t=this,e=t.W.P(),n=new t.B(t.D[1]).update(e).P();return t.reset(),n}encrypt(t){if(this.K)throw new r("encrypt on already updated hmac called!");return this.update(t),this.digest(t)}}},V=typeof w!=v&&typeof w.getRandomValues==k,M="Invalid password",_="Invalid signature",B="zipjs-abort-check-password";function D(t){return V?w.getRandomValues(t):P.getRandomValues(t)}const W=16,K={name:"PBKDF2"},E=e.assign({hash:{name:"HMAC"}},K),L=e.assign({iterations:1e3,hash:{name:"SHA-1"}},K),O=["deriveBits"],T=[8,12,16],j=[16,24,32],H=10,Z=[0,0,0,0],F=typeof w!=v,N=F&&w.subtle,q=F&&typeof N!=v,G=I.bytes,J=class{constructor(t){const e=this;e.L=[[[],[],[],[],[]],[[],[],[],[],[]]],e.L[0][0][0]||e.O();const n=e.L[0][4],s=e.L[1],o=t.length;let i,c,a,h=1;if(4!==o&&6!==o&&8!==o)throw new r("invalid aes key size");for(e.v=[c=t.slice(0),a=[]],i=o;4*o+28>i;i++){let t=c[i-1];(i%o===0||8===o&&i%o===4)&&(t=n[t>>>24]<<24^n[t>>16&255]<<16^n[t>>8&255]<<8^n[255&t],i%o===0&&(t=t<<8^t>>>24^h<<24,h=h<<1^283*(h>>7))),c[i]=c[i-o]^t}for(let t=0;i;t++,i--){const e=c[3&t?i:i-4];a[t]=4>=i||4>t?e:s[0][n[e>>>24]]^s[1][n[e>>16&255]]^s[2][n[e>>8&255]]^s[3][n[255&e]]}}encrypt(t){return this.T(t,0)}decrypt(t){return this.T(t,1)}O(){const t=this.L[0],e=this.L[1],n=t[4],s=e[4],r=[],o=[];let i,c,a,h;for(let t=0;256>t;t++)o[(r[t]=t<<1^283*(t>>7))^t]=t;for(let f=i=0;!n[f];f^=c||1,i=o[i]||1){let o=i^i<<1^i<<2^i<<3^i<<4;o=o>>8^255&o^99,n[f]=o,s[o]=f,h=r[a=r[c=r[f]]];let l=16843009*h^65537*a^257*c^16843008*f,u=257*r[o]^16843008*o;for(let n=0;4>n;n++)t[n][f]=u=u<<24^u>>>8,e[n][o]=l=l<<24^l>>>8}for(let n=0;5>n;n++)t[n]=t[n].slice(0),e[n]=e[n].slice(0)}T(t,e){if(4!==t.length)throw new r("invalid aes block size");const n=this.v[e],s=n.length/4-2,o=[0,0,0,0],i=this.L[e],c=i[0],a=i[1],h=i[2],f=i[3],l=i[4];let u,w,p,d=t[0]^n[0],y=t[e?3:1]^n[1],m=t[2]^n[2],g=t[e?1:3]^n[3],S=4;for(let t=0;s>t;t++)u=c[d>>>24]^a[y>>16&255]^h[m>>8&255]^f[255&g]^n[S],w=c[y>>>24]^a[m>>16&255]^h[g>>8&255]^f[255&d]^n[S+1],p=c[m>>>24]^a[g>>16&255]^h[d>>8&255]^f[255&y]^n[S+2],g=c[g>>>24]^a[d>>16&255]^h[y>>8&255]^f[255&m]^n[S+3],S+=4,d=u,y=w,m=p;for(let t=0;4>t;t++)o[e?3&-t:t]=l[d>>>24]<<24^l[y>>16&255]<<16^l[m>>8&255]<<8^l[255&g]^n[S++],u=d,d=y,y=m,m=g,g=u;return o}},Q=class{constructor(t,e){this.j=t,this.H=e,this.Z=e}reset(){this.Z=this.H}update(t){return this.F(this.j,t,this.Z)}N(t){if(255&~(t>>24))t+=1<<24;else{let e=t>>16&255,n=t>>8&255,s=255&t;255===e?(e=0,255===n?(n=0,255===s?s=0:++s):++n):++e,t=0,t+=e<<16,t+=n<<8,t+=s}return t}q(t){0===(t[0]=this.N(t[0]))&&(t[1]=this.N(t[1]))}F(t,e,n){let s;if(!(s=e.length))return[];const r=x.h(e);for(let r=0;s>r;r+=4){this.q(n);const s=t.encrypt(n);e[r]^=s[0],e[r+1]^=s[1],e[r+2]^=s[2],e[r+3]^=s[3]}return x.l(e,r)}},X=U.M;let Y=F&&q&&typeof N.importKey==k,$=F&&q&&typeof N.deriveBits==k;class tt extends d{constructor({password:t,rawPassword:n,signed:s,encryptionStrength:i,checkPasswordOnly:c}){super({start(){e.assign(this,{ready:new l(t=>this.G=t),password:rt(t,n),signed:s,J:i-1,pending:new o})},async transform(t,e){const n=this,{password:s,J:i,G:a,ready:h}=n;s?(await(async(t,e,n,s)=>{const o=await st(t,e,n,it(s,0,T[e])),i=it(s,T[e]);if(o[0]!=i[0]||o[1]!=i[1])throw new r(M)})(n,i,s,it(t,0,T[i]+2)),t=it(t,T[i]+2),c?e.error(new r(B)):a()):await h;const f=new o(t.length-H-(t.length-H)%W);e.enqueue(nt(n,t,f,0,H,!0))},async flush(t){const{signed:e,X:n,Y:s,pending:i,ready:c}=this;if(s&&n){await c;const a=it(i,0,i.length-H),h=it(i,i.length-H);let f=new o;if(a.length){const t=at(G,a);s.update(t);const e=n.update(t);f=ct(G,e)}if(e){const t=it(ct(G,s.digest()),0,H);for(let e=0;H>e;e++)if(t[e]!=h[e])throw new r(_)}t.enqueue(f)}}})}}class et extends d{constructor({password:t,rawPassword:n,encryptionStrength:s}){let r;super({start(){e.assign(this,{ready:new l(t=>this.G=t),password:rt(t,n),J:s-1,pending:new o})},async transform(t,e){const n=this,{password:s,J:r,G:i,ready:c}=n;let a=new o;s?(a=await(async(t,e,n)=>{const s=D(new o(T[e]));return ot(s,await st(t,e,n,s))})(n,r,s),i()):await c;const h=new o(a.length+t.length-t.length%W);h.set(a,0),e.enqueue(nt(n,t,h,a.length,0))},async flush(t){const{X:e,Y:n,pending:s,ready:i}=this;if(n&&e){await i;let c=new o;if(s.length){const t=e.update(at(G,s));n.update(t),c=ct(G,t)}r.signature=ct(G,n.digest()).slice(0,H),t.enqueue(ot(c,r.signature))}}}),r=this}}function nt(t,e,n,s,r,i){const{X:c,Y:a,pending:h}=t,f=e.length-r;let l;for(h.length&&(e=ot(h,e),n=((t,e)=>{if(e&&e>t.length){const n=t;(t=new o(e)).set(n,0)}return t})(n,f-f%W)),l=0;f-W>=l;l+=W){const t=at(G,it(e,l,l+W));i&&a.update(t);const r=c.update(t);i||a.update(r),n.set(ct(G,r),l+s)}return t.pending=it(e,l),n}async function st(n,s,r,i){n.password=null;const c=await(async(t,e,n,s,r)=>{if(!Y)return U.importKey(e);try{return await N.importKey("raw",e,n,!1,r)}catch{return Y=!1,U.importKey(e)}})(0,r,E,0,O),a=await(async(t,e,n)=>{if(!$)return U._(e,t.salt,L.iterations,n);try{return await N.deriveBits(t,e,n)}catch{return $=!1,U._(e,t.salt,L.iterations,n)}})(e.assign({salt:i},L),c,8*(2*j[s]+2)),h=new o(a),f=at(G,it(h,0,j[s])),l=at(G,it(h,j[s],2*j[s])),u=it(h,2*j[s]);return e.assign(n,{keys:{key:f,$:l,passwordVerification:u},X:new Q(new J(f),t.from(Z)),Y:new X(l)}),u}function rt(t,e){return e===b?(t=>{if(typeof u==v){const e=new o((t=unescape(encodeURIComponent(t))).length);for(let n=0;n<e.length;n++)e[n]=t.charCodeAt(n);return e}return(new u).encode(t)})(t):e}function ot(t,e){let n=t;return t.length+e.length&&(n=new o(t.length+e.length),n.set(t,0),n.set(e,t.length)),n}function it(t,e,n){return t.subarray(e,n)}function ct(t,e){return t.p(e)}function at(t,e){return t.m(e)}class ht extends d{constructor({password:t,passwordVerification:n,checkPasswordOnly:s}){super({start(){e.assign(this,{password:t,passwordVerification:n}),wt(this,t)},transform(t,e){const n=this;if(n.password){const e=lt(n,t.subarray(0,12));if(n.password=null,e.at(-1)!=n.passwordVerification)throw new r(M);t=t.subarray(12)}s?e.error(new r(B)):e.enqueue(lt(n,t))}})}}class ft extends d{constructor({password:t,passwordVerification:n}){super({start(){e.assign(this,{password:t,passwordVerification:n}),wt(this,t)},transform(t,e){const n=this;let s,r;if(n.password){n.password=null;const e=D(new o(12));e[11]=n.passwordVerification,s=new o(t.length+e.length),s.set(ut(n,e),0),r=12}else s=new o(t.length),r=0;s.set(ut(n,t),r),e.enqueue(s)}})}}function lt(t,e){const n=new o(e.length);for(let s=0;s<e.length;s++)n[s]=dt(t)^e[s],pt(t,n[s]);return n}function ut(t,e){const n=new o(e.length);for(let s=0;s<e.length;s++)n[s]=dt(t)^e[s],pt(t,e[s]);return n}function wt(t,n){const s=[305419896,591751049,878082192];e.assign(t,{keys:s,tt:new C(s[0]),et:new C(s[2])});for(let e=0;e<n.length;e++)pt(t,n.charCodeAt(e))}function pt(t,e){let[n,r,o]=t.keys;t.tt.append([e]),n=~t.tt.get(),r=mt(s.imul(mt(r+yt(n)),134775813)+1),t.et.append([r>>>24]),o=~t.et.get(),t.keys=[n,r,o]}function dt(t){const e=2|t.keys[2];return yt(s.imul(e,1^e)>>>8)}function yt(t){return 255&t}function mt(t){return 4294967295&t}class gt extends d{constructor(t,{chunkSize:e,nt:n,CompressionStream:s}){super({});const{compressed:r,encrypted:o,useCompressionStream:i,zipCrypto:c,signed:a,level:h}=t,l=this;let u,w,p=super.readable;o&&!c||!a||(u=new A,p=kt(p,u)),r&&(p=vt(p,i,{level:h,chunkSize:e},s,n,s)),o&&(c?p=kt(p,new ft(t)):(w=new et(t),p=kt(p,w))),bt(l,p,()=>{let t;o&&!c&&(t=w.signature),o&&!c||!a||(t=new f(u.value.buffer).getUint32(0)),l.signature=t})}}class St extends d{constructor(t,{chunkSize:e,st:n,DecompressionStream:s}){super({});const{zipCrypto:o,encrypted:i,signed:c,signature:a,compressed:h,useCompressionStream:l,rt:u}=t;let w,p,d=super.readable;i&&(o?d=kt(d,new ht(t)):(p=new tt(t),d=kt(d,p))),h&&(d=vt(d,l,{chunkSize:e,rt:u},s,n,s)),i&&!o||!c||(w=new A,d=kt(d,w)),bt(this,d,()=>{if((!i||o)&&c){const t=new f(w.value.buffer);if(a!=t.getUint32(0,!1))throw new r(_)}})}}function bt(t,n,s){n=kt(n,new d({flush:s})),e.defineProperty(t,"readable",{get:()=>n})}function vt(t,e,n,s,r,o){const i=e&&s?s:r||o,c=n.rt?"deflate64-raw":"deflate-raw";try{t=kt(t,new i(c,n))}catch(s){if(!e)throw s;if(r)t=kt(t,new r(c,n));else{if(!o)throw s;t=kt(t,new o(c,n))}}return t}function kt(t,e){return t.pipeThrough(e)}const zt="data",Ct="close";class At extends d{constructor(t,n){super({});const s=this,{codecType:o}=t;let i;o.startsWith("deflate")?i=gt:o.startsWith("inflate")&&(i=St),s.outputSize=0;let c=0;const a=new i(t,n),h=super.readable,f=new d({transform(t,e){t&&t.length&&(c+=t.length,e.enqueue(t))},flush(){e.assign(s,{inputSize:c})}}),l=new d({transform(e,n){if(e&&e.length&&(n.enqueue(e),s.outputSize+=e.length,t.outputSize!==b&&s.outputSize>t.outputSize))throw new r("Invalid uncompressed size")},flush(){const{signature:t}=a;e.assign(s,{signature:t,inputSize:c})}});e.defineProperty(s,"readable",{get:()=>h.pipeThrough(f).pipeThrough(a).pipeThrough(l)})}}class xt extends d{constructor(t){let e;super({transform:function n(s,r){if(e){const t=new o(e.length+s.length);t.set(e),t.set(s,e.length),s=t,e=null}s.length>t?(r.enqueue(s.slice(0,t)),n(s.slice(t),r)):e=s},flush(t){e&&e.length&&t.enqueue(e)}})}}const It=new h,Rt=new h;let Pt,Ut,Vt,Mt,_t,Bt=0;async function Dt(t){try{const{options:e,config:s}=t;if(!e.useCompressionStream)try{await self.initModule(t.config)}catch{e.useCompressionStream=!0}s.CompressionStream=self.CompressionStream,s.DecompressionStream=self.DecompressionStream;const r={highWaterMark:1},o=t.readable||new y({async pull(t){const e=new l(t=>It.set(Bt,t));Wt({type:"pull",messageId:Bt}),Bt=(Bt+1)%n.MAX_SAFE_INTEGER;const{value:s,done:r}=await e;t.enqueue(s),r&&t.close()}},r),i=t.writable||new m({async write(t){let e;const s=new l(t=>e=t);Rt.set(Bt,e),Wt({type:zt,value:t,messageId:Bt}),Bt=(Bt+1)%n.MAX_SAFE_INTEGER,await s}},r),c=new At(e,s);Pt=new AbortController;const{signal:a}=Pt;await o.pipeThrough(c).pipeThrough(new xt(s.chunkSize)).pipeTo(i,{signal:a,preventClose:!0,preventAbort:!0}),await i.getWriter().close();const{signature:h,inputSize:f,outputSize:u}=c;Wt({type:Ct,result:{signature:h,inputSize:f,outputSize:u}})}catch(t){t.outputSize=0,Kt(t)}}function Wt(t){let{value:e}=t;if(e)if(e.length)try{e=new o(e),t.value=e.buffer,p(t,[t.value])}catch{p(t)}else p(t);else p(t)}function Kt(t=new r("Unknown error")){const{message:e,stack:n,code:s,name:o,outputSize:i}=t;p({error:{message:e,stack:n,code:s,name:o,outputSize:i}})}function Et(t,e,n={}){const i="number"==typeof n.level?n.level:-1,c="number"==typeof n.ot?n.ot:65536,a="number"==typeof n.it?n.it:65536;return new d({start(){let n;if(this.ct=Vt(c),this.in=Vt(a),this.it=a,this.ht=new o(c),t?(this.ft=Ut.deflate_process,this.lt=Ut.deflate_last_consumed,this.ut=Ut.deflate_end,this.wt=Ut.deflate_new(),n="gzip"===e?Ut.deflate_init_gzip(this.wt,i):"deflate-raw"===e?Ut.deflate_init_raw(this.wt,i):Ut.deflate_init(this.wt,i)):"deflate64-raw"===e?(this.ft=Ut.inflate9_process,this.lt=Ut.inflate9_last_consumed,this.ut=Ut.inflate9_end,this.wt=Ut.inflate9_new(),n=Ut.inflate9_init_raw(this.wt)):(this.ft=Ut.inflate_process,this.lt=Ut.inflate_last_consumed,this.ut=Ut.inflate_end,this.wt=Ut.inflate_new(),n="deflate-raw"===e?Ut.inflate_init_raw(this.wt):"gzip"===e?Ut.inflate_init_gzip(this.wt):Ut.inflate_init(this.wt)),0!==n)throw new r("init failed:"+n)},transform(e,n){try{const i=e,a=new o(_t.buffer),h=this.ft,f=this.lt,l=this.ct,u=this.ht;let w=0;for(;w<i.length;){const e=s.min(i.length-w,32768);this.in&&this.it>=e||(this.in&&Mt&&Mt(this.in),this.in=Vt(e),this.it=e),a.set(i.subarray(w,w+e),this.in);const o=h(this.wt,this.in,e,l,c,0),p=16777215&o;if(p&&(u.set(a.subarray(l,l+p),0),n.enqueue(u.slice(0,p))),!t){const t=o>>24&255,e=128&t?t-256:t;if(0>e)throw new r("process error:"+e)}const d=f(this.wt);if(0===d)break;w+=d}}catch(t){this.ut&&this.wt&&this.ut(this.wt),this.in&&Mt&&Mt(this.in),this.ct&&Mt&&Mt(this.ct),n.error(t)}},flush(e){try{const n=new o(_t.buffer),s=this.ft,i=this.ct,a=this.ht;for(;;){const o=s(this.wt,0,0,i,c,4),h=16777215&o,f=o>>24&255;if(!t){const t=128&f?f-256:f;if(0>t)throw new r("process error:"+t)}if(h&&(a.set(n.subarray(i,i+h),0),e.enqueue(a.slice(0,h))),1===f||0===h)break}}catch(t){e.error(t)}finally{if(this.ut&&this.wt){const t=this.ut(this.wt);0!==t&&e.error(new r("end error:"+t))}this.in&&Mt&&Mt(this.in),this.ct&&Mt&&Mt(this.ct)}}})}addEventListener("message",({data:t})=>{const{type:e,messageId:n,value:s,done:r}=t;try{if("start"==e&&Dt(t),e==zt){const t=It.get(n);It.delete(n),t({value:new o(s),done:r})}if("ack"==e){const t=Rt.get(n);Rt.delete(n),t()}e==Ct&&Pt.abort()}catch(t){Kt(t)}});class Lt{constructor(t="deflate",e){return Et(!0,t,e)}}class Ot{constructor(t="deflate",e){return Et(!1,t,e)}}let Tt=!1;self.initModule=async t=>{try{const e=await(async(t,{baseURI:e})=>{if(!Tt){let n,s;try{try{s=new URL(t,e)}catch{}const r=await fetch(s);n=await r.arrayBuffer()}catch(e){if(!t.startsWith("data:application/wasm;base64,"))throw e;n=(t=>{const e=t.split(",")[1],n=atob(e),s=n.length,r=new o(s);for(let t=0;s>t;++t)r[t]=n.charCodeAt(t);return r.buffer})(t)}(t=>{if(Ut=t,({malloc:Vt,free:Mt,memory:_t}=Ut),"function"!=typeof Vt||"function"!=typeof Mt||!_t)throw Ut=Vt=Mt=_t=null,new r("Invalid WASM module")})((await WebAssembly.instantiate(n)).instance.exports),Tt=!0}})(t.wasmURI,t);return t.nt=Lt,t.st=Ot,e}catch{}}});
13
+ `)),e)})}const Mo=[];for(let n=0;n<256;n++){let e=n;for(let t=0;t<8;t++)e&1?e=e>>>1^3988292384:e=e>>>1;Mo[n]=e}class Vn{constructor(e){this.crc=e||-1}append(e){let t=this.crc|0;for(let i=0,s=e.length|0;i<s;i++)t=t>>>8^Mo[(t^e[i])&255];this.crc=t}get(){return~this.crc}}class Do extends TransformStream{constructor(){let e;const t=new Vn;super({transform(i,s){t.append(i),s.enqueue(i)},flush(){const i=new Uint8Array(4);new DataView(i.buffer).setUint32(0,t.get()),e.value=i}}),e=this}}function xh(n){if(typeof TextEncoder==dt){n=unescape(encodeURIComponent(n));const e=new Uint8Array(n.length);for(let t=0;t<e.length;t++)e[t]=n.charCodeAt(t);return e}else return new TextEncoder().encode(n)}const Fe={concat(n,e){if(n.length===0||e.length===0)return n.concat(e);const t=n[n.length-1],i=Fe.getPartial(t);return i===32?n.concat(e):Fe._shiftRight(e,i,t|0,n.slice(0,n.length-1))},bitLength(n){const e=n.length;if(e===0)return 0;const t=n[e-1];return(e-1)*32+Fe.getPartial(t)},clamp(n,e){if(n.length*32<e)return n;n=n.slice(0,Math.ceil(e/32));const t=n.length;return e=e&31,t>0&&e&&(n[t-1]=Fe.partial(e,n[t-1]&2147483648>>e-1,1)),n},partial(n,e,t){return n===32?e:(t?e|0:e<<32-n)+n*1099511627776},getPartial(n){return Math.round(n/1099511627776)||32},_shiftRight(n,e,t,i){for(i===void 0&&(i=[]);e>=32;e-=32)i.push(t),t=0;if(e===0)return i.concat(n);for(let a=0;a<n.length;a++)i.push(t|n[a]>>>e),t=n[a]<<32-e;const s=n.length?n[n.length-1]:0,r=Fe.getPartial(s);return i.push(Fe.partial(e+r&31,e+r>32?t:i.pop(),1)),i}},Gn={bytes:{fromBits(n){const t=Fe.bitLength(n)/8,i=new Uint8Array(t);let s;for(let r=0;r<t;r++)(r&3)===0&&(s=n[r/4]),i[r]=s>>>24,s<<=8;return i},toBits(n){const e=[];let t,i=0;for(t=0;t<n.length;t++)i=i<<8|n[t],(t&3)===3&&(e.push(i),i=0);return t&3&&e.push(Fe.partial(8*(t&3),i)),e}}},ko={};ko.sha1=class{constructor(n){const e=this;e.blockSize=512,e._init=[1732584193,4023233417,2562383102,271733878,3285377520],e._key=[1518500249,1859775393,2400959708,3395469782],n?(e._h=n._h.slice(0),e._buffer=n._buffer.slice(0),e._length=n._length):e.reset()}reset(){const n=this;return n._h=n._init.slice(0),n._buffer=[],n._length=0,n}update(n){const e=this;typeof n=="string"&&(n=Gn.utf8String.toBits(n));const t=e._buffer=Fe.concat(e._buffer,n),i=e._length,s=e._length=i+Fe.bitLength(n);if(s>9007199254740991)throw new Error("Cannot hash more than 2^53 - 1 bits");const r=new Uint32Array(t);let a=0;for(let c=e.blockSize+i-(e.blockSize+i&e.blockSize-1);c<=s;c+=e.blockSize)e._block(r.subarray(16*a,16*(a+1))),a+=1;return t.splice(0,16*a),e}finalize(){const n=this;let e=n._buffer;const t=n._h;e=Fe.concat(e,[Fe.partial(1,1)]);for(let i=e.length+2;i&15;i++)e.push(0);for(e.push(Math.floor(n._length/4294967296)),e.push(n._length|0);e.length;)n._block(e.splice(0,16));return n.reset(),t}_f(n,e,t,i){if(n<=19)return e&t|~e&i;if(n<=39)return e^t^i;if(n<=59)return e&t|e&i|t&i;if(n<=79)return e^t^i}_S(n,e){return e<<n|e>>>32-n}_block(n){const e=this,t=e._h,i=Array(80);for(let d=0;d<16;d++)i[d]=n[d];let s=t[0],r=t[1],a=t[2],c=t[3],l=t[4];for(let d=0;d<=79;d++){d>=16&&(i[d]=e._S(1,i[d-3]^i[d-8]^i[d-14]^i[d-16]));const h=e._S(5,s)+e._f(d,r,a,c)+l+i[d]+e._key[Math.floor(d/20)]|0;l=c,c=a,a=e._S(30,r),r=s,s=h}t[0]=t[0]+s|0,t[1]=t[1]+r|0,t[2]=t[2]+a|0,t[3]=t[3]+c|0,t[4]=t[4]+l|0}};const Po={};Po.aes=class{constructor(n){const e=this;e._tables=[[[],[],[],[],[]],[[],[],[],[],[]]],e._tables[0][0][0]||e._precompute();const t=e._tables[0][4],i=e._tables[1],s=n.length;let r,a,c,l=1;if(s!==4&&s!==6&&s!==8)throw new Error("invalid aes key size");for(e._key=[a=n.slice(0),c=[]],r=s;r<4*s+28;r++){let d=a[r-1];(r%s===0||s===8&&r%s===4)&&(d=t[d>>>24]<<24^t[d>>16&255]<<16^t[d>>8&255]<<8^t[d&255],r%s===0&&(d=d<<8^d>>>24^l<<24,l=l<<1^(l>>7)*283)),a[r]=a[r-s]^d}for(let d=0;r;d++,r--){const h=a[d&3?r:r-4];r<=4||d<4?c[d]=h:c[d]=i[0][t[h>>>24]]^i[1][t[h>>16&255]]^i[2][t[h>>8&255]]^i[3][t[h&255]]}}encrypt(n){return this._crypt(n,0)}decrypt(n){return this._crypt(n,1)}_precompute(){const n=this._tables[0],e=this._tables[1],t=n[4],i=e[4],s=[],r=[];let a,c,l,d;for(let h=0;h<256;h++)r[(s[h]=h<<1^(h>>7)*283)^h]=h;for(let h=a=0;!t[h];h^=c||1,a=r[a]||1){let f=a^a<<1^a<<2^a<<3^a<<4;f=f>>8^f&255^99,t[h]=f,i[f]=h,d=s[l=s[c=s[h]]];let p=d*16843009^l*65537^c*257^h*16843008,u=s[f]*257^f*16843008;for(let m=0;m<4;m++)n[m][h]=u=u<<24^u>>>8,e[m][f]=p=p<<24^p>>>8}for(let h=0;h<5;h++)n[h]=n[h].slice(0),e[h]=e[h].slice(0)}_crypt(n,e){if(n.length!==4)throw new Error("invalid aes block size");const t=this._key[e],i=t.length/4-2,s=[0,0,0,0],r=this._tables[e],a=r[0],c=r[1],l=r[2],d=r[3],h=r[4];let f=n[0]^t[0],p=n[e?3:1]^t[1],u=n[2]^t[2],m=n[e?1:3]^t[3],E=4,A,b,w;for(let B=0;B<i;B++)A=a[f>>>24]^c[p>>16&255]^l[u>>8&255]^d[m&255]^t[E],b=a[p>>>24]^c[u>>16&255]^l[m>>8&255]^d[f&255]^t[E+1],w=a[u>>>24]^c[m>>16&255]^l[f>>8&255]^d[p&255]^t[E+2],m=a[m>>>24]^c[f>>16&255]^l[p>>8&255]^d[u&255]^t[E+3],E+=4,f=A,p=b,u=w;for(let B=0;B<4;B++)s[e?3&-B:B]=h[f>>>24]<<24^h[p>>16&255]<<16^h[u>>8&255]<<8^h[m&255]^t[E++],A=f,f=p,p=u,u=m,m=A;return s}};const Sh={getRandomValues(n){const e=new Uint32Array(n.buffer),t=i=>{let s=987654321;const r=4294967295;return function(){return s=36969*(s&65535)+(s>>16)&r,i=18e3*(i&65535)+(i>>16)&r,(((s<<16)+i&r)/4294967296+.5)*(Math.random()>.5?1:-1)}};for(let i=0,s;i<n.length;i+=4){const r=t((s||Math.random())*4294967296);s=r()*987654071,e[i/4]=r()*4294967296|0}return n}},No={};No.ctrGladman=class{constructor(n,e){this._prf=n,this._initIv=e,this._iv=e}reset(){this._iv=this._initIv}update(n){return this.calculate(this._prf,n,this._iv)}incWord(n){if((n>>24&255)===255){let e=n>>16&255,t=n>>8&255,i=n&255;e===255?(e=0,t===255?(t=0,i===255?i=0:++i):++t):++e,n=0,n+=e<<16,n+=t<<8,n+=i}else n+=1<<24;return n}incCounter(n){(n[0]=this.incWord(n[0]))===0&&(n[1]=this.incWord(n[1]))}calculate(n,e,t){let i;if(!(i=e.length))return[];const s=Fe.bitLength(e);for(let r=0;r<i;r+=4){this.incCounter(t);const a=n.encrypt(t);e[r]^=a[0],e[r+1]^=a[1],e[r+2]^=a[2],e[r+3]^=a[3]}return Fe.clamp(e,s)}};const Bt={importKey(n){return new Bt.hmacSha1(Gn.bytes.toBits(n))},pbkdf2(n,e,t,i){if(t=t||1e4,i<0||t<0)throw new Error("invalid params to pbkdf2");const s=(i>>5)+1<<2;let r,a,c,l,d;const h=new ArrayBuffer(s),f=new DataView(h);let p=0;const u=Fe;for(e=Gn.bytes.toBits(e),d=1;p<(s||1);d++){for(r=a=n.encrypt(u.concat(e,[d])),c=1;c<t;c++)for(a=n.encrypt(a),l=0;l<a.length;l++)r[l]^=a[l];for(c=0;p<(s||1)&&c<r.length;c++)f.setInt32(p,r[c]),p+=4}return h.slice(0,i/8)}};Bt.hmacSha1=class{constructor(n){const e=this,t=e._hash=ko.sha1,i=[[],[]];e._baseHash=[new t,new t];const s=e._baseHash[0].blockSize/32;n.length>s&&(n=new t().update(n).finalize());for(let r=0;r<s;r++)i[0][r]=n[r]^909522486,i[1][r]=n[r]^1549556828;e._baseHash[0].update(i[0]),e._baseHash[1].update(i[1]),e._resultHash=new t(e._baseHash[0])}reset(){const n=this;n._resultHash=new n._hash(n._baseHash[0]),n._updated=!1}update(n){const e=this;e._updated=!0,e._resultHash.update(n)}digest(){const n=this,e=n._resultHash.finalize(),t=new n._hash(n._baseHash[1]).update(e).finalize();return n.reset(),t}encrypt(n){if(this._updated)throw new Error("encrypt on already updated hmac called!");return this.update(n),this.digest(n)}};const Th=typeof crypto!=dt&&typeof crypto.getRandomValues==It,Fo="Invalid password",Ro="Invalid signature",Wi="zipjs-abort-check-password";function Lo(n){return Th?crypto.getRandomValues(n):Sh.getRandomValues(n)}const Qt=16,Mh="raw",Oo={name:"PBKDF2"},Dh={name:"HMAC"},kh="SHA-1",Ph=Object.assign({hash:Dh},Oo),ji=Object.assign({iterations:1e3,hash:{name:kh}},Oo),Nh=["deriveBits"],nn=[8,12,16],sn=[16,24,32],ut=10,Fh=[0,0,0,0],Hn=typeof crypto!=dt,on=Hn&&crypto.subtle,Uo=Hn&&typeof on!=dt,Ze=Gn.bytes,Rh=Po.aes,Lh=No.ctrGladman,Oh=Bt.hmacSha1;let _o=Hn&&Uo&&typeof on.importKey==It,Qo=Hn&&Uo&&typeof on.deriveBits==It;class Uh extends TransformStream{constructor({password:e,rawPassword:t,signed:i,encryptionStrength:s,checkPasswordOnly:r}){super({start(){Object.assign(this,{ready:new Promise(a=>this.resolveReady=a),password:Ho(e,t),signed:i,strength:s-1,pending:new Uint8Array})},async transform(a,c){const l=this,{password:d,strength:h,resolveReady:f,ready:p}=l;d?(await Qh(l,h,d,Ve(a,0,nn[h]+2)),a=Ve(a,nn[h]+2),r?c.error(new Error(Wi)):f()):await p;const u=new Uint8Array(a.length-ut-(a.length-ut)%Qt);c.enqueue(Vo(l,a,u,0,ut,!0))},async flush(a){const{signed:c,ctr:l,hmac:d,pending:h,ready:f}=this;if(d&&l){await f;const p=Ve(h,0,h.length-ut),u=Ve(h,h.length-ut);let m=new Uint8Array;if(p.length){const E=an(Ze,p);d.update(E);const A=l.update(E);m=rn(Ze,A)}if(c){const E=Ve(rn(Ze,d.digest()),0,ut);for(let A=0;A<ut;A++)if(E[A]!=u[A])throw new Error(Ro)}a.enqueue(m)}}})}}class _h extends TransformStream{constructor({password:e,rawPassword:t,encryptionStrength:i}){let s;super({start(){Object.assign(this,{ready:new Promise(r=>this.resolveReady=r),password:Ho(e,t),strength:i-1,pending:new Uint8Array})},async transform(r,a){const c=this,{password:l,strength:d,resolveReady:h,ready:f}=c;let p=new Uint8Array;l?(p=await Vh(c,d,l),h()):await f;const u=new Uint8Array(p.length+r.length-r.length%Qt);u.set(p,0),a.enqueue(Vo(c,r,u,p.length,0))},async flush(r){const{ctr:a,hmac:c,pending:l,ready:d}=this;if(c&&a){await d;let h=new Uint8Array;if(l.length){const f=a.update(an(Ze,l));c.update(f),h=rn(Ze,f)}s.signature=rn(Ze,c.digest()).slice(0,ut),r.enqueue(Ki(h,s.signature))}}}),s=this}}function Vo(n,e,t,i,s,r){const{ctr:a,hmac:c,pending:l}=n,d=e.length-s;l.length&&(e=Ki(l,e),t=Yh(t,d-d%Qt));let h;for(h=0;h<=d-Qt;h+=Qt){const f=an(Ze,Ve(e,h,h+Qt));r&&c.update(f);const p=a.update(f);r||c.update(p),t.set(rn(Ze,p),h+i)}return n.pending=Ve(e,h),t}async function Qh(n,e,t,i){const s=await Go(n,e,t,Ve(i,0,nn[e])),r=Ve(i,nn[e]);if(s[0]!=r[0]||s[1]!=r[1])throw new Error(Fo)}async function Vh(n,e,t){const i=Lo(new Uint8Array(nn[e])),s=await Go(n,e,t,i);return Ki(i,s)}async function Go(n,e,t,i){n.password=null;const s=await Gh(Mh,t,Ph,!1,Nh),r=await Hh(Object.assign({salt:i},ji),s,8*(sn[e]*2+2)),a=new Uint8Array(r),c=an(Ze,Ve(a,0,sn[e])),l=an(Ze,Ve(a,sn[e],sn[e]*2)),d=Ve(a,sn[e]*2);return Object.assign(n,{keys:{key:c,authentication:l,passwordVerification:d},ctr:new Lh(new Rh(c),Array.from(Fh)),hmac:new Oh(l)}),d}async function Gh(n,e,t,i,s){if(_o)try{return await on.importKey(n,e,t,i,s)}catch{return _o=!1,Bt.importKey(e)}else return Bt.importKey(e)}async function Hh(n,e,t){if(Qo)try{return await on.deriveBits(n,e,t)}catch{return Qo=!1,Bt.pbkdf2(e,n.salt,ji.iterations,t)}else return Bt.pbkdf2(e,n.salt,ji.iterations,t)}function Ho(n,e){return e===he?xh(n):e}function Ki(n,e){let t=n;return n.length+e.length&&(t=new Uint8Array(n.length+e.length),t.set(n,0),t.set(e,n.length)),t}function Yh(n,e){if(e&&e>n.length){const t=n;n=new Uint8Array(e),n.set(t,0)}return n}function Ve(n,e,t){return n.subarray(e,t)}function rn(n,e){return n.fromBits(e)}function an(n,e){return n.toBits(e)}const ln=12;class zh extends TransformStream{constructor({password:e,passwordVerification:t,checkPasswordOnly:i}){super({start(){Object.assign(this,{password:e,passwordVerification:t}),Wo(this,e)},transform(s,r){const a=this;if(a.password){const c=Yo(a,s.subarray(0,ln));if(a.password=null,c.at(-1)!=a.passwordVerification)throw new Error(Fo);s=s.subarray(ln)}i?r.error(new Error(Wi)):r.enqueue(Yo(a,s))}})}}class Wh extends TransformStream{constructor({password:e,passwordVerification:t}){super({start(){Object.assign(this,{password:e,passwordVerification:t}),Wo(this,e)},transform(i,s){const r=this;let a,c;if(r.password){r.password=null;const l=Lo(new Uint8Array(ln));l[ln-1]=r.passwordVerification,a=new Uint8Array(i.length+l.length),a.set(zo(r,l),0),c=ln}else a=new Uint8Array(i.length),c=0;a.set(zo(r,i),c),s.enqueue(a)}})}}function Yo(n,e){const t=new Uint8Array(e.length);for(let i=0;i<e.length;i++)t[i]=jo(n)^e[i],$i(n,t[i]);return t}function zo(n,e){const t=new Uint8Array(e.length);for(let i=0;i<e.length;i++)t[i]=jo(n)^e[i],$i(n,e[i]);return t}function Wo(n,e){const t=[305419896,591751049,878082192];Object.assign(n,{keys:t,crcKey0:new Vn(t[0]),crcKey2:new Vn(t[2])});for(let i=0;i<e.length;i++)$i(n,e.charCodeAt(i))}function $i(n,e){let[t,i,s]=n.keys;n.crcKey0.append([e]),t=~n.crcKey0.get(),i=$o(Math.imul($o(i+Ko(t)),134775813)+1),n.crcKey2.append([i>>>24]),s=~n.crcKey2.get(),n.keys=[t,i,s]}function jo(n){const e=n.keys[2]|2;return Ko(Math.imul(e,e^1)>>>8)}function Ko(n){return n&255}function $o(n){return n&4294967295}const Xo="Invalid uncompressed size",jh="deflate-raw",Kh="deflate64-raw";class $h extends TransformStream{constructor(e,{chunkSize:t,CompressionStreamZlib:i,CompressionStream:s}){super({});const{compressed:r,encrypted:a,useCompressionStream:c,zipCrypto:l,signed:d,level:h}=e,f=this;let p,u,m=super.readable;(!a||l)&&d&&(p=new Do,m=et(m,p)),r&&(m=Jo(m,c,{level:h,chunkSize:t},s,i,s)),a&&(l?m=et(m,new Wh(e)):(u=new _h(e),m=et(m,u))),qo(f,m,()=>{let E;a&&!l&&(E=u.signature),(!a||l)&&d&&(E=new DataView(p.value.buffer).getUint32(0)),f.signature=E})}}class Xh extends TransformStream{constructor(e,{chunkSize:t,DecompressionStreamZlib:i,DecompressionStream:s}){super({});const{zipCrypto:r,encrypted:a,signed:c,signature:l,compressed:d,useCompressionStream:h,deflate64:f}=e;let p,u,m=super.readable;a&&(r?m=et(m,new zh(e)):(u=new Uh(e),m=et(m,u))),d&&(m=Jo(m,h,{chunkSize:t,deflate64:f},s,i,s)),(!a||r)&&c&&(p=new Do,m=et(m,p)),qo(this,m,()=>{if((!a||r)&&c){const E=new DataView(p.value.buffer);if(l!=E.getUint32(0,!1))throw new Error(Ro)}})}}function qo(n,e,t){e=et(e,new TransformStream({flush:t})),Object.defineProperty(n,"readable",{get(){return e}})}function Jo(n,e,t,i,s,r){const a=e&&i?i:s||r,c=t.deflate64?Kh:jh;try{n=et(n,new a(c,t))}catch(l){if(e)if(s)n=et(n,new s(c,t));else if(r)n=et(n,new r(c,t));else throw l;else throw l}return n}function et(n,e){return n.pipeThrough(e)}const qh="message",Jh="start",Zh="pull",Zo="data",ef="ack",er="close",tf="deflate",tr="inflate";class nf extends TransformStream{constructor(e,t){super({});const i=this,{codecType:s}=e;let r;s.startsWith(tf)?r=$h:s.startsWith(tr)&&(r=Xh),i.outputSize=0;let a=0;const c=new r(e,t),l=super.readable,d=new TransformStream({transform(f,p){f&&f.length&&(a+=f.length,p.enqueue(f))},flush(){Object.assign(i,{inputSize:a})}}),h=new TransformStream({transform(f,p){if(f&&f.length&&(p.enqueue(f),i.outputSize+=f.length,e.outputSize!==he&&i.outputSize>e.outputSize))throw new Error(Xo)},flush(){const{signature:f}=c;Object.assign(i,{signature:f,inputSize:a})}});Object.defineProperty(i,"readable",{get(){return l.pipeThrough(d).pipeThrough(c).pipeThrough(h)}})}}class sf extends TransformStream{constructor(e){let t;super({transform:i,flush(s){t&&t.length&&s.enqueue(t)}});function i(s,r){if(t){const a=new Uint8Array(t.length+s.length);a.set(t),a.set(s,t.length),s=a,t=null}s.length>e?(r.enqueue(s.slice(0,e)),i(s.slice(e),r)):t=s}}}let nr=typeof Worker!=dt,ir=()=>{};function of({initModule:n}){ir=n}class Xi{constructor(e,{readable:t,writable:i},{options:s,config:r,streamOptions:a,useWebWorkers:c,transferStreams:l,workerURI:d},h){const{signal:f}=a;return Object.assign(e,{busy:!0,readable:t.pipeThrough(new sf(r.chunkSize)).pipeThrough(new rf(a),{signal:f}),writable:i,options:Object.assign({},s),workerURI:d,transferStreams:l,terminate(){return new Promise(p=>{const{worker:u,busy:m}=e;u?(m?e.resolveTerminated=p:(u.terminate(),p()),e.interface=null):p()})},onTaskFinished(){const{resolveTerminated:p}=e;p&&(e.resolveTerminated=null,e.terminated=!0,e.worker.terminate(),p()),e.busy=!1,h(e)}}),(c&&nr?af:sr)(e,r)}}class rf extends TransformStream{constructor({onstart:e,onprogress:t,size:i,onend:s}){let r=0;super({async start(){e&&await qi(e,i)},async transform(a,c){r+=a.length,t&&await qi(t,r,i),c.enqueue(a)},async flush(){s&&await qi(s,r)}})}}async function qi(n,...e){try{await n(...e)}catch{}}function sr(n,e){return{run:()=>lf(n,e)}}function af(n,e){const{baseURI:t,chunkSize:i}=e;let{wasmURI:s}=e;if(!n.interface){typeof s==It&&(s=s());let r;try{r=uf(n.workerURI,t,n)}catch{return nr=!1,sr(n,e)}Object.assign(n,{worker:r,interface:{run:()=>cf(n,{chunkSize:i,wasmURI:s,baseURI:t})}})}return n.interface}async function lf({options:n,readable:e,writable:t,onTaskFinished:i},s){let r;try{if(!n.useCompressionStream)try{await ir(s)}catch{n.useCompressionStream=!0}r=new nf(n,s),await e.pipeThrough(r).pipeTo(t,{preventClose:!0,preventAbort:!0});const{signature:a,inputSize:c,outputSize:l}=r;return{signature:a,inputSize:c,outputSize:l}}catch(a){throw r&&(a.outputSize=r.outputSize),a}finally{i()}}async function cf(n,e){let t,i;const s=new Promise((f,p)=>{t=f,i=p});Object.assign(n,{reader:null,writer:null,resolveResult:t,rejectResult:i,result:s});const{readable:r,options:a}=n,{writable:c,closed:l}=df(n.writable),d=Yn({type:Jh,options:a,config:e,readable:r,writable:c},n);d||Object.assign(n,{reader:r.getReader(),writer:c.getWriter()});const h=await s;return d||await c.getWriter().close(),await l,h}function df(n){let e;const t=new Promise(s=>e=s);return{writable:new WritableStream({async write(s){const r=n.getWriter();await r.ready,await r.write(s),r.releaseLock()},close(){e()},abort(s){return n.getWriter().abort(s)}}),closed:t}}let or=!0;function uf(n,e,t){const i={type:"module"};let s,r;if(typeof n==It&&(n=n()),n.startsWith("data:")||n.startsWith("blob:"))try{r=new Worker(n)}catch{r=new Worker(n,i)}else{try{s=new URL(n,e)}catch{s=n}r=new Worker(s,i)}return r.addEventListener(qh,a=>hf(a,t)),r}function Yn(n,{worker:e,writer:t,onTaskFinished:i,transferStreams:s}){try{const{value:r,readable:a,writable:c}=n,l=[];if(r&&(n.value=r,l.push(n.value.buffer)),s&&or?(a&&l.push(a),c&&l.push(c)):n.readable=n.writable=null,l.length)try{return e.postMessage(n,l),!0}catch{or=!1,n.readable=n.writable=null,e.postMessage(n)}else e.postMessage(n)}catch(r){throw t&&t.releaseLock(),i(),r}}async function hf({data:n},e){const{type:t,value:i,messageId:s,result:r,error:a}=n,{reader:c,writer:l,resolveResult:d,rejectResult:h,onTaskFinished:f}=e;try{if(a){const{message:u,stack:m,code:E,name:A,outputSize:b}=a,w=new Error(u);Object.assign(w,{stack:m,code:E,name:A,outputSize:b}),p(w)}else{if(t==Zh){const{value:u,done:m}=await c.read();Yn({type:Zo,value:u,done:m,messageId:s},e)}t==Zo&&(await l.ready,await l.write(new Uint8Array(i)),Yn({type:ef,messageId:s},e)),t==er&&p(null,r)}}catch(u){Yn({type:er,messageId:s},e),p(u)}function p(u,m){u?h(u):d(m),l&&l.releaseLock(),f()}}let xt=[];const Ji=[];let rr=0;async function ff(n,e){const{options:t,config:i}=e,{transferStreams:s,useWebWorkers:r,useCompressionStream:a,compressed:c,signed:l,encrypted:d}=t,{workerURI:h,maxWorkers:f}=i;e.transferStreams=s||s===he;const p=!c&&!l&&!d&&!e.transferStreams;return e.useWebWorkers=!p&&(r||r===he&&i.useWebWorkers),e.workerURI=e.useWebWorkers&&h?h:he,t.useCompressionStream=a||a===he&&i.useCompressionStream,(await u()).run();async function u(){const E=xt.find(A=>!A.busy);if(E)return ar(E),new Xi(E,n,e,m);if(xt.length<f){const A={indexWorker:rr};return rr++,xt.push(A),new Xi(A,n,e,m)}else return new Promise(A=>Ji.push({resolve:A,stream:n,workerOptions:e}))}function m(E){if(Ji.length){const[{resolve:A,stream:b,workerOptions:w}]=Ji.splice(0,1);A(new Xi(E,b,w,m))}else E.worker?(ar(E),pf(E,e)):xt=xt.filter(A=>A!=E)}}function pf(n,e){const{config:t}=e,{terminateWorkerTimeout:i}=t;Number.isFinite(i)&&i>=0&&(n.terminated?n.terminated=!1:n.terminateTimeout=setTimeout(async()=>{xt=xt.filter(s=>s!=n);try{await n.terminate()}catch{}},i))}function ar(n){const{terminateTimeout:e}=n;e&&(clearTimeout(e),n.terminateTimeout=null)}const mf="Writer iterator completed too soon",gf="Content-Type",Af=64*1024,lr="writable";class Zi{constructor(){this.size=0}init(){this.initialized=!0}}class cr extends Zi{get readable(){const e=this,{chunkSize:t=Af}=e,i=new ReadableStream({start(){this.chunkOffset=0},async pull(s){const{offset:r=0,size:a,diskNumberStart:c}=i,{chunkOffset:l}=this,d=a===he?t:Math.min(t,a-l),h=await Me(e,r+l,d,c);s.enqueue(h),l+t>a||a===he&&!h.length&&d?s.close():this.chunkOffset+=t}});return i}}class es extends cr{constructor(e){super(),Object.assign(this,{blob:e,size:e.size})}async readUint8Array(e,t){const i=this,s=e+t;let a=await(e||s<i.size?i.blob.slice(e,s):i.blob).arrayBuffer();return a.byteLength>t&&(a=a.slice(e,s)),new Uint8Array(a)}}class yf extends Zi{constructor(e){super();const t=this,i=new TransformStream,s=[];e&&s.push([gf,e]),Object.defineProperty(t,lr,{get(){return i.writable}}),t.blob=new Response(i.readable,{headers:s}).blob()}getData(){return this.blob}}class Cf extends yf{constructor(e){super(e),Object.assign(this,{encoding:e,utf8:!e||e.toLowerCase()=="utf-8"})}async getData(){const{encoding:e,utf8:t}=this,i=await super.getData();if(i.text&&t)return i.text();{const s=new FileReader;return new Promise((r,a)=>{Object.assign(s,{onload:({target:c})=>r(c.result),onerror:()=>a(s.error)}),s.readAsText(i,e)})}}}class Ef extends cr{constructor(e){super(),this.readers=e}async init(){const e=this,{readers:t}=e;e.lastDiskNumber=0,e.lastDiskOffset=0,await Promise.all(t.map(async(i,s)=>{await i.init(),s!=t.length-1&&(e.lastDiskOffset+=i.size),e.size+=i.size})),super.init()}async readUint8Array(e,t,i=0){const s=this,{readers:r}=this;let a,c=i;c==-1&&(c=r.length-1);let l=e;for(;r[c]&&l>=r[c].size;)l-=r[c].size,c++;const d=r[c];if(d){const h=d.size;if(l+t<=h)a=await Me(d,l,t);else{const f=h-l;a=new Uint8Array(t);const p=await Me(d,l,f);a.set(p,0);const u=await s.readUint8Array(e+f,t-f,i);a.set(u,f),p.length+u.length<t&&(a=a.subarray(0,p.length+u.length))}}else a=new Uint8Array;return s.lastDiskNumber=Math.max(c,s.lastDiskNumber),a}}class dr extends Zi{constructor(e,t=4294967295){super();const i=this;Object.assign(i,{diskNumber:0,diskOffset:0,size:0,maxSize:t,availableSize:t});let s,r,a;const c=new WritableStream({async write(h){const{availableSize:f}=i;if(a)h.length>=f?(await l(h.subarray(0,f)),await d(),i.diskOffset+=s.size,i.diskNumber++,a=null,await this.write(h.subarray(f))):await l(h);else{const{value:p,done:u}=await e.next();if(u&&!p)throw new Error(mf);s=p,s.size=0,s.maxSize&&(i.maxSize=s.maxSize),i.availableSize=i.maxSize,await zn(s),r=p.writable,a=r.getWriter(),await this.write(h)}},async close(){await a.ready,await d()}});Object.defineProperty(i,lr,{get(){return c}});async function l(h){const f=h.length;f&&(await a.ready,await a.write(h),s.size+=f,i.size+=f,i.availableSize-=f)}async function d(){await a.close()}}}class bf{constructor(e){return Array.isArray(e)&&(e=new Ef(e)),e instanceof ReadableStream&&(e={readable:e}),e}}class wf{constructor(e){return e.writable===he&&typeof e.next==It&&(e=new dr(e)),e instanceof WritableStream&&(e={writable:e}),e.size===he&&(e.size=0),e instanceof dr||Object.assign(e,{diskNumber:0,diskOffset:0,availableSize:1/0,maxSize:1/0}),e}}async function zn(n,e){if(n.init&&!n.initialized)await n.init(e);else return Promise.resolve()}function Me(n,e,t,i){return n.readUint8Array(e,t,i)}const ur="\0☺☻♥♦♣♠•◘○◙♂♀♪♫☼►◄↕‼¶§▬↨↑↓→←∟↔▲▼ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ ".split(""),vf=ur.length==256;function If(n){if(vf){let e="";for(let t=0;t<n.length;t++)e+=ur[n[t]];return e}else return new TextDecoder().decode(n)}function Wn(n,e){return e&&e.trim().toLowerCase()=="cp437"?If(n):new TextDecoder(e).decode(n)}const hr="filename",fr="rawFilename",pr="comment",mr="rawComment",gr="uncompressedSize",Ar="compressedSize",yr="offset",Cr="diskNumberStart",ts="lastModDate",ns="rawLastModDate",Er="lastAccessDate",Bf="rawLastAccessDate",br="creationDate",wr="rawCreationDate",xf=[hr,fr,gr,Ar,ts,ns,pr,mr,Er,br,wr,yr,Cr,"internalFileAttributes","externalFileAttributes","msdosAttributesRaw","msdosAttributes","msDosCompatible","zip64","encrypted","version","versionMadeBy","zipCrypto","directory","executable","compressionMethod","signature","extraField","extraFieldUnix","extraFieldInfoZip","uid","gid","unixMode","setuid","setgid","sticky","bitFlag","filenameUTF8","commentUTF8","rawExtraField","extraFieldZip64","extraFieldUnicodePath","extraFieldUnicodeComment","extraFieldAES","extraFieldNTFS","extraFieldExtendedTimestamp"];class vr{constructor(e){xf.forEach(t=>this[t]=e[t])}}const Sf="filenameEncoding",Tf="commentEncoding",Mf="decodeText",Df="extractPrependedData",kf="extractAppendedData",Pf="password",Nf="rawPassword",Ff="passThrough",Rf="signal",Lf="checkPasswordOnly",Of="checkOverlappingEntryOnly",Uf="checkOverlappingEntry",_f="checkSignature",Qf="useWebWorkers",Vf="useCompressionStream",Gf="transferStreams",Hf="preventClose",is="File format is not recognized",Yf="End of central directory not found",zf="End of Zip64 central directory locator not found",Wf="Central directory header not found",jf="Local file header not found",Kf="Zip64 extra field not found",$f="File contains encrypted entry",Xf="Encryption method not supported",Ir="Compression method not supported",Br="Split zip file",qf="Overlapping entry found",xr="utf-8",Jf="UTF8",Sr="cp437",Zf=[[gr,vt],[Ar,vt],[yr,vt],[Cr,Je]],ep={[Je]:{getValue:fe,bytes:4},[vt]:{getValue:Vt,bytes:8}};class Tr{constructor(e,t={}){Object.assign(this,{reader:new bf(e),options:t,config:vh(),readRanges:[]})}async*getEntriesGenerator(e={}){const t=this;let{reader:i}=t;const{config:s}=t;if(await zn(i),(i.size===he||!i.readUint8Array)&&(i=new es(await new Response(i.readable).blob()),await zn(i)),i.size<_t)throw new Error(is);i.chunkSize=Ih(s);const r=await ap(i,ju,i.size,_t,Je*16);if(!r){const v=await Me(i,0,4),M=pe(v);throw fe(M)==Co?new Error(Br):new Error(Yf)}const a=pe(r);let c=fe(a,12),l=fe(a,16);const d=r.offset,h=Se(a,20),f=d+_t+h;let p=Se(a,4);const u=i.lastDiskNumber||0;let m=Se(a,6),E=Se(a,8),A=0,b=0;if(l==vt||c==vt||E==Je||m==Je){const v=await Me(i,r.offset-Vi,Vi),M=pe(v);if(fe(M,0)==Ku){l=Vt(M,8);let L=await Me(i,l,Gi,-1),V=pe(L);const k=r.offset-Vi-Gi;if(fe(V,0)!=bo&&l!=k){const C=l;l=k,l>C&&(A=l-C),L=await Me(i,l,Gi,-1),V=pe(L)}if(fe(V,0)!=bo)throw new Error(zf);p==Je&&(p=fe(V,16)),m==Je&&(m=fe(V,20)),E==Je&&(E=Vt(V,32)),c==vt&&(c=Vt(V,40)),l-=c}}if(l>=i.size&&(A=i.size-l-c-_t,l=i.size-c-_t),u!=p)throw new Error(Br);if(l<0)throw new Error(is);let w=0,B=await Me(i,l,c,m),D=pe(B);if(c){const v=r.offset-c;if(fe(D,w)!=Eo&&l!=v){const M=l;l=v,l>M&&(A+=l-M),B=await Me(i,l,c,m),D=pe(B)}}const N=r.offset-l-(i.lastDiskOffset||0);if(c!=N&&N>=0&&(c=N,B=await Me(i,l,c,m),D=pe(B)),l<0||l>=i.size)throw new Error(is);const S=De(t,e,Sf),x=De(t,e,Tf);for(let v=0;v<E;v++){const M=new tp(i,s,t.options);if(fe(D,w)!=Eo)throw new Error(Wf);Mr(M,D,w+6);const L=!!M.bitFlag.languageEncodingFlag,V=w+46,k=V+M.filenameLength,C=k+M.extraFieldLength,y=Se(D,w+4),I=y>>8==0,P=y>>8==3,F=B.subarray(V,k),Q=Se(D,w+32),O=C+Q,T=B.subarray(C,O),U=L,H=L,j=fe(D,w+38),X=j&Qi,Z={readOnly:!!(X&ch),hidden:!!(X&dh),system:!!(X&uh),directory:!!(X&lh),archive:!!(X&hh)},re=fe(D,w+42)+A,se=De(t,e,Mf)||Wn,oe=U?xr:S||Sr,ye=H?xr:x||Sr;let Ie=se(F,oe);Ie===he&&(Ie=Wn(F,oe));let Ee=se(T,ye);Ee===he&&(Ee=Wn(T,ye)),Object.assign(M,{versionMadeBy:y,msDosCompatible:I,compressedSize:0,uncompressedSize:0,commentLength:Q,offset:re,diskNumberStart:Se(D,w+34),internalFileAttributes:Se(D,w+36),externalFileAttributes:j,msdosAttributesRaw:X,msdosAttributes:Z,rawFilename:F,filenameUTF8:U,commentUTF8:H,rawExtraField:B.subarray(k,C),rawComment:T,filename:Ie,comment:Ee}),b=Math.max(re,b),Dr(M,M,D,w+6);const xe=M.externalFileAttributes>>16&Je;M.unixMode===he&&(xe&(fh|Yi|Hi))!=0&&(M.unixMode=xe);const Te=!!(M.unixMode&ph),_e=!!(M.unixMode&mh),z=!!(M.unixMode&gh),Y=M.unixMode!==he?(M.unixMode&Yi)!=0:P&&(xe&Yi)!=0,K=M.unixMode!==he&&(M.unixMode&xo)==Hi,Pe=(xe&xo)==Hi;Object.assign(M,{setuid:Te,setgid:_e,sticky:z,unixExternalUpper:xe,internalFileAttribute:M.internalFileAttributes,externalFileAttribute:M.externalFileAttributes,executable:Y,directory:K||Pe||I&&Z.directory||Ie.endsWith(Ah)&&!M.uncompressedSize,zipCrypto:M.encrypted&&!M.extraFieldAES});const Re=new vr(M);Re.getData=(Sn,$e)=>M.getData(Sn,Re,t.readRanges,$e),Re.arrayBuffer=async Sn=>{const $e=new TransformStream,[Tn]=await Promise.all([new Response($e.readable).arrayBuffer(),M.getData($e,Re,t.readRanges,Sn)]);return Tn},w=O;const{onprogress:He}=e;if(He)try{await He(v+1,E,new vr(M))}catch{}yield Re}const g=De(t,e,Df),R=De(t,e,kf);return g&&(t.prependedData=b>0?await Me(i,0,b):new Uint8Array),t.comment=h?await Me(i,d+_t,h):new Uint8Array,R&&(t.appendedData=f<i.size?await Me(i,f,i.size-f):new Uint8Array),!0}async getEntries(e={}){const t=[];for await(const i of this.getEntriesGenerator(e))t.push(i);return t}async close(){}}class tp{constructor(e,t,i){Object.assign(this,{reader:e,config:t,options:i})}async getData(e,t,i,s={}){const r=this,{reader:a,offset:c,diskNumberStart:l,extraFieldAES:d,extraFieldZip64:h,compressionMethod:f,config:p,bitFlag:u,signature:m,rawLastModDate:E,uncompressedSize:A,compressedSize:b}=r,{dataDescriptor:w}=u,B=t.localDirectory={},D=await Me(a,c,zi,l),N=pe(D);let S=De(r,s,Pf),x=De(r,s,Nf);const g=De(r,s,Ff);if(S=S&&S.length&&S,x=x&&x.length&&x,d&&d.originalCompressionMethod!=Yu)throw new Error(Ir);if(f!=Hu&&f!=Gu&&f!=yo&&!g)throw new Error(Ir);if(fe(N,0)!=zu)throw new Error(jf);Mr(B,N,4);const{extraFieldLength:R,filenameLength:v,lastAccessDate:M,creationDate:L}=B;B.rawExtraField=R?await Me(a,c+zi+v,R,l):new Uint8Array,Dr(r,B,N,4,!0),Object.assign(t,{lastAccessDate:M,creationDate:L});const V=r.encrypted&&B.encrypted&&!g,k=V&&!d;if(g||(t.zipCrypto=k),V){if(!k&&d.strength===he)throw new Error(Xf);if(!S&&!x)throw new Error($f)}const C=c+zi+v+R,y=b,I=a.readable;Object.assign(I,{diskNumberStart:l,offset:C,size:y});const P=De(r,s,Rf),F=De(r,s,Lf);let Q=De(r,s,Uf);const O=De(r,s,Of);O&&(Q=!0);const{onstart:T,onprogress:U,onend:H}=s,j=f==yo;let X=De(r,s,Vf);j&&(X=!1);const Z={options:{codecType:tr,password:S,rawPassword:x,zipCrypto:k,encryptionStrength:d&&d.strength,signed:De(r,s,_f)&&!g,passwordVerification:k&&(w?E>>>8&Qi:m>>>24&Qi),outputSize:g?b:A,signature:m,compressed:f!=0&&!g,encrypted:r.encrypted&&!g,useWebWorkers:De(r,s,Qf),useCompressionStream:X,transferStreams:De(r,s,Gf),deflate64:j,checkPasswordOnly:F},config:p,streamOptions:{signal:P,size:y,onstart:T,onprogress:U,onend:H}};Q&&await rp({reader:a,fileEntry:t,offset:c,diskNumberStart:l,signature:m,compressedSize:b,uncompressedSize:A,dataOffset:C,dataDescriptor:w||B.bitFlag.dataDescriptor,extraFieldZip64:h||B.extraFieldZip64,readRanges:i});let re;try{if(!O){F&&(e=new WritableStream),e=new wf(e),await zn(e,g?b:A),{writable:re}=e;const{outputSize:se}=await ff({readable:I,writable:re},Z);if(e.size+=se,se!=(g?b:A))throw new Error(Xo)}}catch(se){if(se.outputSize!==he&&(e.size+=se.outputSize),!F||se.message!=Wi)throw se}finally{!De(r,s,Hf)&&re&&!re.locked&&await re.getWriter().close()}return F||O?he:e.getData?e.getData():re}}function Mr(n,e,t){const i=n.rawBitFlag=Se(e,t+2),s=(i&vo)==vo,r=fe(e,t+6);Object.assign(n,{encrypted:s,version:Se(e,t),bitFlag:{level:(i&ah)>>1,dataDescriptor:(i&Io)==Io,languageEncodingFlag:(i&Bo)==Bo},rawLastModDate:r,lastModDate:lp(r),filenameLength:Se(e,t+22),extraFieldLength:Se(e,t+24)})}function Dr(n,e,t,i,s){const{rawExtraField:r}=e,a=e.extraField=new Map,c=pe(new Uint8Array(r));let l=0;try{for(;l<r.length;){const w=Se(c,l),B=Se(c,l+2);a.set(w,{type:w,data:r.slice(l+4,l+4+B)}),l+=4+B}}catch{}const d=Se(t,i+4);Object.assign(e,{signature:fe(t,i+yh),compressedSize:fe(t,i+Ch),uncompressedSize:fe(t,i+Eh)});const h=a.get(qu);h&&(np(h,e),e.extraFieldZip64=h);const f=a.get(nh);f&&(kr(f,hr,fr,e,n),e.extraFieldUnicodePath=f);const p=a.get(ih);p&&(kr(p,pr,mr,e,n),e.extraFieldUnicodeComment=p);const u=a.get(Ju);u?(ip(u,e,d),e.extraFieldAES=u):e.compressionMethod=d;const m=a.get(Zu);m&&(sp(m,e),e.extraFieldNTFS=m);const E=a.get(rh);if(E)Pr(E,e,!1),e.extraFieldUnix=E;else{const w=a.get(oh);w&&(Pr(w,e,!0),e.extraFieldInfoZip=w)}const A=a.get(th);A&&(op(A,e,s),e.extraFieldExtendedTimestamp=A);const b=a.get(sh);b&&(e.extraFieldUSDZ=b)}function np(n,e){e.zip64=!0;const t=pe(n.data),i=Zf.filter(([s,r])=>e[s]==r);for(let s=0,r=0;s<i.length;s++){const[a,c]=i[s];if(e[a]==c){const l=ep[c];e[a]=n[a]=l.getValue(t,r),r+=l.bytes}else if(n[a])throw new Error(Kf)}}function kr(n,e,t,i,s){const r=pe(n.data),a=new Vn;a.append(s[t]);const c=pe(new Uint8Array(4));c.setUint32(0,a.get(),!0);const l=fe(r,1);Object.assign(n,{version:ht(r,0),[e]:Wn(n.data.subarray(5)),valid:!s.bitFlag.languageEncodingFlag&&l==fe(c,0)}),n.valid&&(i[e]=n[e],i[e+Jf]=!0)}function ip(n,e,t){const i=pe(n.data),s=ht(i,4);Object.assign(n,{vendorVersion:ht(i,0),vendorId:ht(i,2),strength:s,originalCompressionMethod:t,compressionMethod:Se(i,5)}),e.compressionMethod=n.compressionMethod}function sp(n,e){const t=pe(n.data);let i=4,s;try{for(;i<n.data.length&&!s;){const r=Se(t,i),a=Se(t,i+2);r==eh&&(s=n.data.slice(i+4,i+4+a)),i+=4+a}}catch{}try{if(s&&s.length==24){const r=pe(s),a=r.getBigUint64(0,!0),c=r.getBigUint64(8,!0),l=r.getBigUint64(16,!0);Object.assign(n,{rawLastModDate:a,rawLastAccessDate:c,rawCreationDate:l});const d=ss(a),h=ss(c),f=ss(l),p={lastModDate:d,lastAccessDate:h,creationDate:f};Object.assign(n,p),Object.assign(e,p)}}catch{}}function Pr(n,e,t){try{const i=pe(new Uint8Array(n.data));let s=0;const r=ht(i,s++),a=ht(i,s++),c=n.data.subarray(s,s+a);s+=a;const l=Nr(c),d=ht(i,s++),h=n.data.subarray(s,s+d);s+=d;const f=Nr(h);let p=he;if(!t&&s+2<=n.data.length){const u=n.data;p=new DataView(u.buffer,u.byteOffset+s,2).getUint16(0,!0)}Object.assign(n,{version:r,uid:l,gid:f,unixMode:p}),l!==he&&(e.uid=l),f!==he&&(e.gid=f),p!==he&&(e.unixMode=p)}catch{}}function Nr(n){const e=new Uint8Array(4);return e.set(n,0),new DataView(e.buffer,e.byteOffset,4).getUint32(0,!0)}function op(n,e,t){const i=pe(n.data),s=ht(i,0),r=[],a=[];t?((s&1)==1&&(r.push(ts),a.push(ns)),(s&2)==2&&(r.push(Er),a.push(Bf)),(s&4)==4&&(r.push(br),a.push(wr))):n.data.length>=5&&(r.push(ts),a.push(ns));let c=1;r.forEach((l,d)=>{if(n.data.length>=c+4){const h=fe(i,c);e[l]=n[l]=new Date(h*1e3);const f=a[d];n[f]=h}c+=4})}async function rp({reader:n,fileEntry:e,offset:t,diskNumberStart:i,signature:s,compressedSize:r,uncompressedSize:a,dataOffset:c,dataDescriptor:l,extraFieldZip64:d,readRanges:h}){let f=0;if(i)for(let m=0;m<i;m++){const E=n.readers[m];f+=E.size}let p=0;if(l&&(d?p=Xu:p=$u),p){const m=await Me(n,c+r,p+wo,i);if(fe(pe(m),0)==Wu){const A=fe(pe(m),4);let b,w;d?(b=Vt(pe(m),8),w=Vt(pe(m),16)):(b=fe(pe(m),8),w=fe(pe(m),12)),(e.encrypted&&!e.zipCrypto||A==s)&&b==r&&w==a&&(p+=wo)}}const u={start:f+t,end:f+c+r+p,fileEntry:e};for(const m of h)if(m.fileEntry!=e&&u.start>=m.start&&u.start<m.end){const E=new Error(qf);throw E.overlappingEntry=m.fileEntry,E}h.push(u)}async function ap(n,e,t,i,s){const r=new Uint8Array(4),a=pe(r);cp(a,0,e);const c=i+s;return await l(i)||await l(Math.min(c,t));async function l(d){const h=t-d,f=await Me(n,h,d);for(let p=f.length-i;p>=0;p--)if(f[p]==r[0]&&f[p+1]==r[1]&&f[p+2]==r[2]&&f[p+3]==r[3])return{offset:h+p,buffer:f.slice(p,p+i).buffer}}}function De(n,e,t){return e[t]===he?n.options[t]:e[t]}function lp(n){const e=(n&4294901760)>>16,t=n&Je;try{return new Date(1980+((e&65024)>>9),((e&480)>>5)-1,e&31,(t&63488)>>11,(t&2016)>>5,(t&31)*2,0)}catch{}}function ss(n){return new Date(Number(n/BigInt(1e4)-BigInt(116444736e5)))}function ht(n,e){return n.getUint8(e)}function Se(n,e){return n.getUint16(e,!0)}function fe(n,e){return n.getUint32(e,!0)}function Vt(n,e){return Number(n.getBigUint64(e,!0))}function cp(n,e,t){n.setUint32(e,t,!0)}function pe(n){return new DataView(n.buffer)}try{Qn({baseURI:typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:me&&me.tagName.toUpperCase()==="SCRIPT"&&me.src||new URL("leiting-bim.umd.js",document.baseURI).href})}catch{}const Oe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function dp(n){let e;n({wasmURI:()=>(e||(e="data:application/wasm;base64,"+(t=>{t=(a=>{const c=(a=(a+"").replace(/[^A-Za-z0-9+/=]/g,"")).length,l=[];for(let d=0;c>d;d+=4){const h=Oe.indexOf(a[d])<<18|Oe.indexOf(a[d+1])<<12|(63&Oe.indexOf(a[d+2]))<<6|63&Oe.indexOf(a[d+3]);l.push(h>>16&255),a[d+2]!=="="&&l.push(h>>8&255),a[d+3]!=="="&&l.push(255&h)}return new Uint8Array(l)})(t);let i=new Uint8Array(1024),s=0;for(let a=0;a<t.length;){const c=t[a++];if(128&c){const l=3+(127&c),d=t[a++]<<8|t[a++],h=s-d;r(s+l);for(let f=0;l>f;f++)i[s++]=i[h+f]}else{const l=c;r(s+l);for(let d=0;l>d&&a<t.length;d++)i[s++]=t[a++]}}return(a=>{let c="";const l=a.length;let d=0;for(;l>d+2;d+=3){const f=a[d]<<16|a[d+1]<<8|a[d+2];c+=Oe[f>>18&63]+Oe[f>>12&63]+Oe[f>>6&63]+Oe[63&f]}const h=l-d;if(h===1){const f=a[d]<<16;c+=Oe[f>>18&63]+Oe[f>>12&63]+"=="}else if(h===2){const f=a[d]<<16|a[d+1]<<8;c+=Oe[f>>18&63]+Oe[f>>12&63]+Oe[f>>6&63]+"="}return c})(new Uint8Array(i.buffer.slice(0,s)));function r(a){if(i.length<a){let c=2*i.length;for(;a>c;)c*=2;const l=new Uint8Array(c);l.set(i.subarray(0,s)),i=l}}})("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BAGZgAAEAVmAAAQB2YAABAE5gAAEAbmAAAQBeYAABAH5gAAEAQWAAAQBhYAABAFFgAAEAcWAAAQBJYAABAGlgAAEAWWAAAQB5YAABAEVgAAEAZWAAAQBVYAABAHVgAAEATWAAAQBtYAABAF1gAAEAfWAAAQBDYAABAGNgAAEAU2AAAQBzYAABIARMwIArYAABAFtgAAEAe2AAAQBHYAABAGdgAAEAV2AAAQB3YAABAE9gAAEAb2AAAQBfYAABAH9gAAEAROAAMIFEwEJAJOAAAgBk4AACAFTgAAIAVOAAAgB04AACAHTgAAIATOAAAgBM4AACAGzgAAIAbOAAAgBc4AACAFzgAAIAfOAAAgB84AACAELgAAIgBDagAQCgAAEgAAIAUuAAAgBS4AACAHLgAAIAcuAAAgBK4AACAErgAAIAauAAAgBq4AACAFrgAAIAWuAAAgB64AACAHrgAAIARuAAAgBG4AACAGbgAAIAZuAAAgBW4AACAFbgAAIAduAAAgB24AACAE7gAAIATuAAAgBu4AACAG7gAAIAXuAAAgBe4AACAH7gAAIAfuAAAiBA7YBB4AACAGHgAAIAYeAAAgBR4AACAFHgAAIAceAAAgBx4AACAEngAAIASeAAAgBp4AACAGngAAIAWeAAAgBZ4AACAHngAAIAeeAAAgBF4AACAEXgAAIAZeAAAgBl4AACAFXgAAIAVeAAAgB14AACAHXgAAIATeAAAgBN4AACAG3gAAIAbeAAAgBd4AACAF3gAAIAfeAAAgB94AACAEPgAAIAQ+AAAgBj4AACAGPgAAIAU+AAAgBT4AACAHPgAAIAc+AAAgBL4AACAEvgAAIAa+AAAgBr4AACAFvgAAIAW+AAAgB74AACAHvgAAIAR+AAAgBH4AACAGfgAAIAZ+AAAgBX4AACAFfgAAIAd+AAAgB34AACAE/gAAIAT+AAAgBv4AACAG/gAAIAX+AAAgBf4AACAH/gAAIAf+AAAiBBAoBQIAABAEggAAEAWCAAAQBEIAABAFQgAAEATCAAAQBcIIFVgMHAEiAAAQBKIAABAFogAAEARiAAAQBWIAABAE4gAAEAXiAAAQBBIAABAFEgAAEASSAAAQBZIAABAEUgAAEAVSAAAQBNIAABAF0gAAEAQOAAEIBg4AABAFDgAAEAcOAAAQBI4AABAGjgAAEAWOAAAQB44AABIC+K4AAdIECxgEFgABcAQWCBUoBFIAABAEMgAAEARyAAASAvlaABEQBBYIGBAEaggXqAQWAA9QBBYADuAEFgAOcgE92gAAEARGAAAQBCYAABAEZgAAEgQACARWAAAQBDYAABAEdgAAEgL59gAKkgQZAAQWAAiyBBaYBBYABtAEFgD3fAxsLTYMfuYcABIC+rooABIEHUYkABAEEjAAEAQWKAAQEQbAcC4C9CosAS40AO4UALwEGhAAEgQWIgQAEgQEKgQAEgQGSgQAEgIS2ggAEAQuEAAQBDIQABIAF24FHeQTgHQsjhQBfhQXLAhARgAVtBgcJBgoFC4A6uAQNAg4BgAclBJQeC2mFAJCFAIiFAICFAHiBAGiBAFyBBh8BEIAABAEUgAAEARiAAAQBHIAABAEggAAEASiAAAQBMIAABAE4gAAEAUCAAAQBUIAABIEGvQFwgAAEAYCAAAQBoIAABAHAgAAEAeCAAG8DHwtyjQBvgQBrgQBngQBjgQBfgQBbgQBXgQBTgQBPgQBLgQBHgQBDgQE8AYCvAEGAUc0CC22BAMcBBIAAAgEIgAAEgQEzgQJLARCAAA6DAAyBnqyAqmuEACSBB3OBAE8BCIAACIEAGIUADIEIt4MADAEggQCUgDKEgQBrAYCBCC8BBIMADIA/SAoBABAMAEGRIQv/gCUfgMDAgIKxBQgJCQoKgEk3gAABAQ2AAAEBDoAAAQEPgAABARCEAAEBEYQAAQEShAABAROEAAEBFIwAAQEVjAABARaMAAEBF4wAAQEYnAABARmcAAEBGpwAAQEbmwABARyBffsEBAQFBYHB1QEHgAABAQiEAAGAXSqCAAEBCowAAYAnsooAAYEBMJkAAYEBTJkAAYEBaLkAAYEBpLkAAYIDdYABzoUBvI0BqJ0BkLwBgAIbHLwAAQEdvAABgA9PgH05A9AqAQ==")),e)})}let Ae,Gt,Ue,cn;function up(n){if(Ae=n,{malloc:Gt,free:Ue,memory:cn}=Ae,typeof Gt!="function"||typeof Ue!="function"||!cn)throw Ae=Gt=Ue=cn=null,new Error("Invalid WASM module")}function Fr(n,e,t={}){const i=typeof t.level=="number"?t.level:-1,s=typeof t.outBuffer=="number"?t.outBuffer:64*1024,r=typeof t.inBufferSize=="number"?t.inBufferSize:64*1024;return new TransformStream({start(){let a;if(this.out=Gt(s),this.in=Gt(r),this.inBufferSize=r,this._scratch=new Uint8Array(s),n?(this._process=Ae.deflate_process,this._last_consumed=Ae.deflate_last_consumed,this._end=Ae.deflate_end,this.streamHandle=Ae.deflate_new(),e==="gzip"?a=Ae.deflate_init_gzip(this.streamHandle,i):e==="deflate-raw"?a=Ae.deflate_init_raw(this.streamHandle,i):a=Ae.deflate_init(this.streamHandle,i)):e==="deflate64-raw"?(this._process=Ae.inflate9_process,this._last_consumed=Ae.inflate9_last_consumed,this._end=Ae.inflate9_end,this.streamHandle=Ae.inflate9_new(),a=Ae.inflate9_init_raw(this.streamHandle)):(this._process=Ae.inflate_process,this._last_consumed=Ae.inflate_last_consumed,this._end=Ae.inflate_end,this.streamHandle=Ae.inflate_new(),e==="deflate-raw"?a=Ae.inflate_init_raw(this.streamHandle):e==="gzip"?a=Ae.inflate_init_gzip(this.streamHandle):a=Ae.inflate_init(this.streamHandle)),a!==0)throw new Error("init failed:"+a)},transform(a,c){try{const l=a,d=new Uint8Array(cn.buffer),h=this._process,f=this._last_consumed,p=this.out,u=this._scratch;let m=0;for(;m<l.length;){const E=Math.min(l.length-m,32768);(!this.in||this.inBufferSize<E)&&(this.in&&Ue&&Ue(this.in),this.in=Gt(E),this.inBufferSize=E),d.set(l.subarray(m,m+E),this.in);const A=h(this.streamHandle,this.in,E,p,s,0),b=A&16777215;if(b&&(u.set(d.subarray(p,p+b),0),c.enqueue(u.slice(0,b))),!n){const B=A>>24&255,D=B&128?B-256:B;if(D<0)throw new Error("process error:"+D)}const w=f(this.streamHandle);if(w===0)break;m+=w}}catch(l){this._end&&this.streamHandle&&this._end(this.streamHandle),this.in&&Ue&&Ue(this.in),this.out&&Ue&&Ue(this.out),c.error(l)}},flush(a){try{const c=new Uint8Array(cn.buffer),l=this._process,d=this.out,h=this._scratch;for(;;){const f=l(this.streamHandle,0,0,d,s,4),p=f&16777215,u=f>>24&255;if(!n){const m=u&128?u-256:u;if(m<0)throw new Error("process error:"+m)}if(p&&(h.set(c.subarray(d,d+p),0),a.enqueue(h.slice(0,p))),u===1||p===0)break}}catch(c){a.error(c)}finally{if(this._end&&this.streamHandle){const c=this._end(this.streamHandle);c!==0&&a.error(new Error("end error:"+c))}this.in&&Ue&&Ue(this.in),this.out&&Ue&&Ue(this.out)}}})}class hp{constructor(e="deflate",t){return Fr(!0,e,t)}}class fp{constructor(e="deflate",t){return Fr(!1,e,t)}}let Rr=!1;async function pp(n,{baseURI:e}){if(!Rr){let t,i;try{try{i=new URL(n,e)}catch{}t=await(await fetch(i)).arrayBuffer()}catch(r){if(n.startsWith("data:application/wasm;base64,"))t=mp(n);else throw r}const s=await WebAssembly.instantiate(t);up(s.instance.exports),Rr=!0}}function mp(n){const e=n.split(",")[1],t=atob(e),i=t.length,s=new Uint8Array(i);for(let r=0;r<i;++r)s[r]=t.charCodeAt(r);return s.buffer}let os;dp(Qn),of({initModule:n=>{if(!os){let{wasmURI:e}=n;typeof e==It&&(e=e()),os=pp(e,n)}return os}}),Qn({CompressionStreamZlib:hp,DecompressionStreamZlib:fp});const rs={application:{"andrew-inset":"ez",annodex:"anx","atom+xml":"atom","atomcat+xml":"atomcat","atomserv+xml":"atomsrv",bbolin:"lin","cu-seeme":"cu","davmount+xml":"davmount",dsptype:"tsp",ecmascript:["es","ecma"],futuresplash:"spl",hta:"hta","java-archive":"jar","java-serialized-object":"ser","java-vm":"class",m3g:"m3g","mac-binhex40":"hqx",mathematica:["nb","ma","mb"],msaccess:"mdb",msword:["doc","dot","wiz"],mxf:"mxf",oda:"oda",ogg:"ogx",pdf:"pdf","pgp-keys":"key","pgp-signature":["asc","sig"],"pics-rules":"prf",postscript:["ps","ai","eps","epsi","epsf","eps2","eps3"],rar:"rar","rdf+xml":"rdf","rss+xml":"rss",rtf:"rtf","xhtml+xml":["xhtml","xht"],xml:["xml","xsl","xsd","xpdl"],"xspf+xml":"xspf",zip:"zip","vnd.android.package-archive":"apk","vnd.cinderella":"cdy","vnd.google-earth.kml+xml":"kml","vnd.google-earth.kmz":"kmz","vnd.mozilla.xul+xml":"xul","vnd.ms-excel":["xls","xlb","xlt","xlm","xla","xlc","xlw"],"vnd.ms-pki.seccat":"cat","vnd.ms-pki.stl":"stl","vnd.ms-powerpoint":["ppt","pps","pot","ppa","pwz"],"vnd.oasis.opendocument.chart":"odc","vnd.oasis.opendocument.database":"odb","vnd.oasis.opendocument.formula":"odf","vnd.oasis.opendocument.graphics":"odg","vnd.oasis.opendocument.graphics-template":"otg","vnd.oasis.opendocument.image":"odi","vnd.oasis.opendocument.presentation":"odp","vnd.oasis.opendocument.presentation-template":"otp","vnd.oasis.opendocument.spreadsheet":"ods","vnd.oasis.opendocument.spreadsheet-template":"ots","vnd.oasis.opendocument.text":"odt","vnd.oasis.opendocument.text-master":["odm","otm"],"vnd.oasis.opendocument.text-template":"ott","vnd.oasis.opendocument.text-web":"oth","vnd.openxmlformats-officedocument.spreadsheetml.sheet":"xlsx","vnd.openxmlformats-officedocument.spreadsheetml.template":"xltx","vnd.openxmlformats-officedocument.presentationml.presentation":"pptx","vnd.openxmlformats-officedocument.presentationml.slideshow":"ppsx","vnd.openxmlformats-officedocument.presentationml.template":"potx","vnd.openxmlformats-officedocument.wordprocessingml.document":"docx","vnd.openxmlformats-officedocument.wordprocessingml.template":"dotx","vnd.smaf":"mmf","vnd.stardivision.calc":"sdc","vnd.stardivision.chart":"sds","vnd.stardivision.draw":"sda","vnd.stardivision.impress":"sdd","vnd.stardivision.math":["sdf","smf"],"vnd.stardivision.writer":["sdw","vor"],"vnd.stardivision.writer-global":"sgl","vnd.sun.xml.calc":"sxc","vnd.sun.xml.calc.template":"stc","vnd.sun.xml.draw":"sxd","vnd.sun.xml.draw.template":"std","vnd.sun.xml.impress":"sxi","vnd.sun.xml.impress.template":"sti","vnd.sun.xml.math":"sxm","vnd.sun.xml.writer":"sxw","vnd.sun.xml.writer.global":"sxg","vnd.sun.xml.writer.template":"stw","vnd.symbian.install":["sis","sisx"],"vnd.visio":["vsd","vst","vss","vsw","vsdx","vssx","vstx","vssm","vstm"],"vnd.wap.wbxml":"wbxml","vnd.wap.wmlc":"wmlc","vnd.wap.wmlscriptc":"wmlsc","vnd.wordperfect":"wpd","vnd.wordperfect5.1":"wp5","x-123":"wk","x-7z-compressed":"7z","x-abiword":"abw","x-apple-diskimage":"dmg","x-bcpio":"bcpio","x-bittorrent":"torrent","x-cbr":["cbr","cba","cbt","cb7"],"x-cbz":"cbz","x-cdf":["cdf","cda"],"x-cdlink":"vcd","x-chess-pgn":"pgn","x-cpio":"cpio","x-csh":"csh","x-director":["dir","dxr","cst","cct","cxt","w3d","fgd","swa"],"x-dms":"dms","x-doom":"wad","x-dvi":"dvi","x-httpd-eruby":"rhtml","x-font":"pcf.Z","x-freemind":"mm","x-gnumeric":"gnumeric","x-go-sgf":"sgf","x-graphing-calculator":"gcf","x-gtar":["gtar","taz"],"x-hdf":"hdf","x-httpd-php":["phtml","pht","php"],"x-httpd-php-source":"phps","x-httpd-php3":"php3","x-httpd-php3-preprocessed":"php3p","x-httpd-php4":"php4","x-httpd-php5":"php5","x-ica":"ica","x-info":"info","x-internet-signup":["ins","isp"],"x-iphone":"iii","x-iso9660-image":"iso","x-java-jnlp-file":"jnlp","x-jmol":"jmz","x-killustrator":"kil","x-latex":"latex","x-lyx":"lyx","x-lzx":"lzx","x-maker":["frm","fb","fbdoc"],"x-ms-wmd":"wmd","x-msdos-program":["com","exe","bat","dll"],"x-netcdf":["nc"],"x-ns-proxy-autoconfig":["pac","dat"],"x-nwc":"nwc","x-object":"o","x-oz-application":"oza","x-pkcs7-certreqresp":"p7r","x-python-code":["pyc","pyo"],"x-qgis":["qgs","shp","shx"],"x-quicktimeplayer":"qtl","x-redhat-package-manager":["rpm","rpa"],"x-ruby":"rb","x-sh":"sh","x-shar":"shar","x-shockwave-flash":["swf","swfl"],"x-silverlight":"scr","x-stuffit":"sit","x-sv4cpio":"sv4cpio","x-sv4crc":"sv4crc","x-tar":"tar","x-tex-gf":"gf","x-tex-pk":"pk","x-texinfo":["texinfo","texi"],"x-trash":["~","%","bak","old","sik"],"x-ustar":"ustar","x-wais-source":"src","x-wingz":"wz","x-x509-ca-cert":["crt","der","cer"],"x-xcf":"xcf","x-xfig":"fig","x-xpinstall":"xpi",applixware:"aw","atomsvc+xml":"atomsvc","ccxml+xml":"ccxml","cdmi-capability":"cdmia","cdmi-container":"cdmic","cdmi-domain":"cdmid","cdmi-object":"cdmio","cdmi-queue":"cdmiq","docbook+xml":"dbk","dssc+der":"dssc","dssc+xml":"xdssc","emma+xml":"emma","epub+zip":"epub",exi:"exi","font-tdpfr":"pfr","gml+xml":"gml","gpx+xml":"gpx",gxf:"gxf",hyperstudio:"stk","inkml+xml":["ink","inkml"],ipfix:"ipfix","jsonml+json":"jsonml","lost+xml":"lostxml","mads+xml":"mads",marc:"mrc","marcxml+xml":"mrcx","mathml+xml":["mathml","mml"],mbox:"mbox","mediaservercontrol+xml":"mscml","metalink+xml":"metalink","metalink4+xml":"meta4","mets+xml":"mets","mods+xml":"mods",mp21:["m21","mp21"],mp4:"mp4s","oebps-package+xml":"opf","omdoc+xml":"omdoc",onenote:["onetoc","onetoc2","onetmp","onepkg"],oxps:"oxps","patch-ops-error+xml":"xer","pgp-encrypted":"pgp",pkcs10:"p10","pkcs7-mime":["p7m","p7c"],"pkcs7-signature":"p7s",pkcs8:"p8","pkix-attr-cert":"ac","pkix-crl":"crl","pkix-pkipath":"pkipath",pkixcmp:"pki","pls+xml":"pls","prs.cww":"cww","pskc+xml":"pskcxml","reginfo+xml":"rif","relax-ng-compact-syntax":"rnc","resource-lists+xml":"rl","resource-lists-diff+xml":"rld","rls-services+xml":"rs","rpki-ghostbusters":"gbr","rpki-manifest":"mft","rpki-roa":"roa","rsd+xml":"rsd","sbml+xml":"sbml","scvp-cv-request":"scq","scvp-cv-response":"scs","scvp-vp-request":"spq","scvp-vp-response":"spp",sdp:"sdp","set-payment-initiation":"setpay","set-registration-initiation":"setreg","shf+xml":"shf","sparql-query":"rq","sparql-results+xml":"srx",srgs:"gram","srgs+xml":"grxml","sru+xml":"sru","ssdl+xml":"ssdl","ssml+xml":"ssml","tei+xml":["tei","teicorpus"],"thraud+xml":"tfi","timestamped-data":"tsd","vnd.3gpp.pic-bw-large":"plb","vnd.3gpp.pic-bw-small":"psb","vnd.3gpp.pic-bw-var":"pvb","vnd.3gpp2.tcap":"tcap","vnd.3m.post-it-notes":"pwn","vnd.accpac.simply.aso":"aso","vnd.accpac.simply.imp":"imp","vnd.acucobol":"acu","vnd.acucorp":["atc","acutc"],"vnd.adobe.air-application-installer-package+zip":"air","vnd.adobe.formscentral.fcdt":"fcdt","vnd.adobe.fxp":["fxp","fxpl"],"vnd.adobe.xdp+xml":"xdp","vnd.adobe.xfdf":"xfdf","vnd.ahead.space":"ahead","vnd.airzip.filesecure.azf":"azf","vnd.airzip.filesecure.azs":"azs","vnd.amazon.ebook":"azw","vnd.americandynamics.acc":"acc","vnd.amiga.ami":"ami","vnd.anser-web-certificate-issue-initiation":"cii","vnd.anser-web-funds-transfer-initiation":"fti","vnd.antix.game-component":"atx","vnd.apple.installer+xml":"mpkg","vnd.apple.mpegurl":"m3u8","vnd.aristanetworks.swi":"swi","vnd.astraea-software.iota":"iota","vnd.audiograph":"aep","vnd.blueice.multipass":"mpm","vnd.bmi":"bmi","vnd.businessobjects":"rep","vnd.chemdraw+xml":"cdxml","vnd.chipnuts.karaoke-mmd":"mmd","vnd.claymore":"cla","vnd.cloanto.rp9":"rp9","vnd.clonk.c4group":["c4g","c4d","c4f","c4p","c4u"],"vnd.cluetrust.cartomobile-config":"c11amc","vnd.cluetrust.cartomobile-config-pkg":"c11amz","vnd.commonspace":"csp","vnd.contact.cmsg":"cdbcmsg","vnd.cosmocaller":"cmc","vnd.crick.clicker":"clkx","vnd.crick.clicker.keyboard":"clkk","vnd.crick.clicker.palette":"clkp","vnd.crick.clicker.template":"clkt","vnd.crick.clicker.wordbank":"clkw","vnd.criticaltools.wbs+xml":"wbs","vnd.ctc-posml":"pml","vnd.cups-ppd":"ppd","vnd.curl.car":"car","vnd.curl.pcurl":"pcurl","vnd.dart":"dart","vnd.data-vision.rdz":"rdz","vnd.dece.data":["uvf","uvvf","uvd","uvvd"],"vnd.dece.ttml+xml":["uvt","uvvt"],"vnd.dece.unspecified":["uvx","uvvx"],"vnd.dece.zip":["uvz","uvvz"],"vnd.denovo.fcselayout-link":"fe_launch","vnd.dna":"dna","vnd.dolby.mlp":"mlp","vnd.dpgraph":"dpg","vnd.dreamfactory":"dfac","vnd.ds-keypoint":"kpxx","vnd.dvb.ait":"ait","vnd.dvb.service":"svc","vnd.dynageo":"geo","vnd.ecowin.chart":"mag","vnd.enliven":"nml","vnd.epson.esf":"esf","vnd.epson.msf":"msf","vnd.epson.quickanime":"qam","vnd.epson.salt":"slt","vnd.epson.ssf":"ssf","vnd.eszigno3+xml":["es3","et3"],"vnd.ezpix-album":"ez2","vnd.ezpix-package":"ez3","vnd.fdf":"fdf","vnd.fdsn.mseed":"mseed","vnd.fdsn.seed":["seed","dataless"],"vnd.flographit":"gph","vnd.fluxtime.clip":"ftc","vnd.framemaker":["fm","frame","maker","book"],"vnd.frogans.fnc":"fnc","vnd.frogans.ltf":"ltf","vnd.fsc.weblaunch":"fsc","vnd.fujitsu.oasys":"oas","vnd.fujitsu.oasys2":"oa2","vnd.fujitsu.oasys3":"oa3","vnd.fujitsu.oasysgp":"fg5","vnd.fujitsu.oasysprs":"bh2","vnd.fujixerox.ddd":"ddd","vnd.fujixerox.docuworks":"xdw","vnd.fujixerox.docuworks.binder":"xbd","vnd.fuzzysheet":"fzs","vnd.genomatix.tuxedo":"txd","vnd.geogebra.file":"ggb","vnd.geogebra.tool":"ggt","vnd.geometry-explorer":["gex","gre"],"vnd.geonext":"gxt","vnd.geoplan":"g2w","vnd.geospace":"g3w","vnd.gmx":"gmx","vnd.grafeq":["gqf","gqs"],"vnd.groove-account":"gac","vnd.groove-help":"ghf","vnd.groove-identity-message":"gim","vnd.groove-injector":"grv","vnd.groove-tool-message":"gtm","vnd.groove-tool-template":"tpl","vnd.groove-vcard":"vcg","vnd.hal+xml":"hal","vnd.handheld-entertainment+xml":"zmm","vnd.hbci":"hbci","vnd.hhe.lesson-player":"les","vnd.hp-hpgl":"hpgl","vnd.hp-hpid":"hpid","vnd.hp-hps":"hps","vnd.hp-jlyt":"jlt","vnd.hp-pcl":"pcl","vnd.hp-pclxl":"pclxl","vnd.hydrostatix.sof-data":"sfd-hdstx","vnd.ibm.minipay":"mpy","vnd.ibm.modcap":["afp","listafp","list3820"],"vnd.ibm.rights-management":"irm","vnd.ibm.secure-container":"sc","vnd.iccprofile":["icc","icm"],"vnd.igloader":"igl","vnd.immervision-ivp":"ivp","vnd.immervision-ivu":"ivu","vnd.insors.igm":"igm","vnd.intercon.formnet":["xpw","xpx"],"vnd.intergeo":"i2g","vnd.intu.qbo":"qbo","vnd.intu.qfx":"qfx","vnd.ipunplugged.rcprofile":"rcprofile","vnd.irepository.package+xml":"irp","vnd.is-xpr":"xpr","vnd.isac.fcs":"fcs","vnd.jam":"jam","vnd.jcp.javame.midlet-rms":"rms","vnd.jisp":"jisp","vnd.joost.joda-archive":"joda","vnd.kahootz":["ktz","ktr"],"vnd.kde.karbon":"karbon","vnd.kde.kchart":"chrt","vnd.kde.kformula":"kfo","vnd.kde.kivio":"flw","vnd.kde.kontour":"kon","vnd.kde.kpresenter":["kpr","kpt"],"vnd.kde.kspread":"ksp","vnd.kde.kword":["kwd","kwt"],"vnd.kenameaapp":"htke","vnd.kidspiration":"kia","vnd.kinar":["kne","knp"],"vnd.koan":["skp","skd","skt","skm"],"vnd.kodak-descriptor":"sse","vnd.las.las+xml":"lasxml","vnd.llamagraphics.life-balance.desktop":"lbd","vnd.llamagraphics.life-balance.exchange+xml":"lbe","vnd.lotus-1-2-3":"123","vnd.lotus-approach":"apr","vnd.lotus-freelance":"pre","vnd.lotus-notes":"nsf","vnd.lotus-organizer":"org","vnd.lotus-screencam":"scm","vnd.lotus-wordpro":"lwp","vnd.macports.portpkg":"portpkg","vnd.mcd":"mcd","vnd.medcalcdata":"mc1","vnd.mediastation.cdkey":"cdkey","vnd.mfer":"mwf","vnd.mfmp":"mfm","vnd.micrografx.flo":"flo","vnd.micrografx.igx":"igx","vnd.mif":"mif","vnd.mobius.daf":"daf","vnd.mobius.dis":"dis","vnd.mobius.mbk":"mbk","vnd.mobius.mqy":"mqy","vnd.mobius.msl":"msl","vnd.mobius.plc":"plc","vnd.mobius.txf":"txf","vnd.mophun.application":"mpn","vnd.mophun.certificate":"mpc","vnd.ms-artgalry":"cil","vnd.ms-cab-compressed":"cab","vnd.ms-excel.addin.macroenabled.12":"xlam","vnd.ms-excel.sheet.binary.macroenabled.12":"xlsb","vnd.ms-excel.sheet.macroenabled.12":"xlsm","vnd.ms-excel.template.macroenabled.12":"xltm","vnd.ms-fontobject":"eot","vnd.ms-htmlhelp":"chm","vnd.ms-ims":"ims","vnd.ms-lrm":"lrm","vnd.ms-officetheme":"thmx","vnd.ms-powerpoint.addin.macroenabled.12":"ppam","vnd.ms-powerpoint.presentation.macroenabled.12":"pptm","vnd.ms-powerpoint.slide.macroenabled.12":"sldm","vnd.ms-powerpoint.slideshow.macroenabled.12":"ppsm","vnd.ms-powerpoint.template.macroenabled.12":"potm","vnd.ms-project":["mpp","mpt"],"vnd.ms-word.document.macroenabled.12":"docm","vnd.ms-word.template.macroenabled.12":"dotm","vnd.ms-works":["wps","wks","wcm","wdb"],"vnd.ms-wpl":"wpl","vnd.ms-xpsdocument":"xps","vnd.mseq":"mseq","vnd.musician":"mus","vnd.muvee.style":"msty","vnd.mynfc":"taglet","vnd.neurolanguage.nlu":"nlu","vnd.nitf":["ntf","nitf"],"vnd.noblenet-directory":"nnd","vnd.noblenet-sealer":"nns","vnd.noblenet-web":"nnw","vnd.nokia.n-gage.data":"ngdat","vnd.nokia.n-gage.symbian.install":"n-gage","vnd.nokia.radio-preset":"rpst","vnd.nokia.radio-presets":"rpss","vnd.novadigm.edm":"edm","vnd.novadigm.edx":"edx","vnd.novadigm.ext":"ext","vnd.oasis.opendocument.chart-template":"otc","vnd.oasis.opendocument.formula-template":"odft","vnd.oasis.opendocument.image-template":"oti","vnd.olpc-sugar":"xo","vnd.oma.dd2+xml":"dd2","vnd.openofficeorg.extension":"oxt","vnd.openxmlformats-officedocument.presentationml.slide":"sldx","vnd.osgeo.mapguide.package":"mgp","vnd.osgi.dp":"dp","vnd.osgi.subsystem":"esa","vnd.palm":["pdb","pqa","oprc"],"vnd.pawaafile":"paw","vnd.pg.format":"str","vnd.pg.osasli":"ei6","vnd.picsel":"efif","vnd.pmi.widget":"wg","vnd.pocketlearn":"plf","vnd.powerbuilder6":"pbd","vnd.previewsystems.box":"box","vnd.proteus.magazine":"mgz","vnd.publishare-delta-tree":"qps","vnd.pvi.ptid1":"ptid","vnd.quark.quarkxpress":["qxd","qxt","qwd","qwt","qxl","qxb"],"vnd.realvnc.bed":"bed","vnd.recordare.musicxml":"mxl","vnd.recordare.musicxml+xml":"musicxml","vnd.rig.cryptonote":"cryptonote","vnd.rn-realmedia":"rm","vnd.rn-realmedia-vbr":"rmvb","vnd.route66.link66+xml":"link66","vnd.sailingtracker.track":"st","vnd.seemail":"see","vnd.sema":"sema","vnd.semd":"semd","vnd.semf":"semf","vnd.shana.informed.formdata":"ifm","vnd.shana.informed.formtemplate":"itp","vnd.shana.informed.interchange":"iif","vnd.shana.informed.package":"ipk","vnd.simtech-mindmapper":["twd","twds"],"vnd.smart.teacher":"teacher","vnd.solent.sdkm+xml":["sdkm","sdkd"],"vnd.spotfire.dxp":"dxp","vnd.spotfire.sfs":"sfs","vnd.stepmania.package":"smzip","vnd.stepmania.stepchart":"sm","vnd.sus-calendar":["sus","susp"],"vnd.svd":"svd","vnd.syncml+xml":"xsm","vnd.syncml.dm+wbxml":"bdm","vnd.syncml.dm+xml":"xdm","vnd.tao.intent-module-archive":"tao","vnd.tcpdump.pcap":["pcap","cap","dmp"],"vnd.tmobile-livetv":"tmo","vnd.trid.tpt":"tpt","vnd.triscape.mxs":"mxs","vnd.trueapp":"tra","vnd.ufdl":["ufd","ufdl"],"vnd.uiq.theme":"utz","vnd.umajin":"umj","vnd.unity":"unityweb","vnd.uoml+xml":"uoml","vnd.vcx":"vcx","vnd.visionary":"vis","vnd.vsf":"vsf","vnd.webturbo":"wtb","vnd.wolfram.player":"nbp","vnd.wqd":"wqd","vnd.wt.stf":"stf","vnd.xara":"xar","vnd.xfdl":"xfdl","vnd.yamaha.hv-dic":"hvd","vnd.yamaha.hv-script":"hvs","vnd.yamaha.hv-voice":"hvp","vnd.yamaha.openscoreformat":"osf","vnd.yamaha.openscoreformat.osfpvg+xml":"osfpvg","vnd.yamaha.smaf-audio":"saf","vnd.yamaha.smaf-phrase":"spf","vnd.yellowriver-custom-menu":"cmp","vnd.zul":["zir","zirz"],"vnd.zzazz.deck+xml":"zaz","voicexml+xml":"vxml",widget:"wgt",winhlp:"hlp","wsdl+xml":"wsdl","wspolicy+xml":"wspolicy","x-ace-compressed":"ace","x-authorware-bin":["aab","x32","u32","vox"],"x-authorware-map":"aam","x-authorware-seg":"aas","x-blorb":["blb","blorb"],"x-bzip":"bz","x-bzip2":["bz2","boz"],"x-cfs-compressed":"cfs","x-chat":"chat","x-conference":"nsc","x-dgc-compressed":"dgc","x-dtbncx+xml":"ncx","x-dtbook+xml":"dtb","x-dtbresource+xml":"res","x-eva":"eva","x-font-bdf":"bdf","x-font-ghostscript":"gsf","x-font-linux-psf":"psf","x-font-pcf":"pcf","x-font-snf":"snf","x-font-ttf":["ttf","ttc"],"x-font-type1":["pfa","pfb","pfm","afm"],"x-freearc":"arc","x-gca-compressed":"gca","x-glulx":"ulx","x-gramps-xml":"gramps","x-install-instructions":"install","x-lzh-compressed":["lzh","lha"],"x-mie":"mie","x-mobipocket-ebook":["prc","mobi"],"x-ms-application":"application","x-ms-shortcut":"lnk","x-ms-xbap":"xbap","x-msbinder":"obd","x-mscardfile":"crd","x-msclip":"clp","application/x-ms-installer":"msi","x-msmediaview":["mvb","m13","m14"],"x-msmetafile":["wmf","wmz","emf","emz"],"x-msmoney":"mny","x-mspublisher":"pub","x-msschedule":"scd","x-msterminal":"trm","x-mswrite":"wri","x-nzb":"nzb","x-pkcs12":["p12","pfx"],"x-pkcs7-certificates":["p7b","spc"],"x-research-info-systems":"ris","x-silverlight-app":"xap","x-sql":"sql","x-stuffitx":"sitx","x-subrip":"srt","x-t3vm-image":"t3","x-tex-tfm":"tfm","x-tgif":"obj","x-xliff+xml":"xlf","x-xz":"xz","x-zmachine":["z1","z2","z3","z4","z5","z6","z7","z8"],"xaml+xml":"xaml","xcap-diff+xml":"xdf","xenc+xml":"xenc","xml-dtd":"dtd","xop+xml":"xop","xproc+xml":"xpl","xslt+xml":"xslt","xv+xml":["mxml","xhvml","xvml","xvm"],yang:"yang","yin+xml":"yin",envoy:"evy",fractals:"fif","internet-property-stream":"acx",olescript:"axs","vnd.ms-outlook":"msg","vnd.ms-pkicertstore":"sst","x-compress":"z","x-perfmon":["pma","pmc","pmr","pmw"],"ynd.ms-pkipko":"pko",gzip:["gz","tgz"],"smil+xml":["smi","smil"],"vnd.debian.binary-package":["deb","udeb"],"vnd.hzn-3d-crossword":"x3d","vnd.sqlite3":["db","sqlite","sqlite3","db-wal","sqlite-wal","db-shm","sqlite-shm"],"vnd.wap.sic":"sic","vnd.wap.slc":"slc","x-krita":["kra","krz"],"x-perl":["pm","pl"],yaml:["yaml","yml"]},audio:{amr:"amr","amr-wb":"awb",annodex:"axa",basic:["au","snd"],flac:"flac",midi:["mid","midi","kar","rmi"],mpeg:["mpga","mpega","mp3","m4a","mp2a","m2a","m3a"],mpegurl:"m3u",ogg:["oga","ogg","spx"],"prs.sid":"sid","x-aiff":"aifc","x-gsm":"gsm","x-ms-wma":"wma","x-ms-wax":"wax","x-pn-realaudio":"ram","x-realaudio":"ra","x-sd2":"sd2",adpcm:"adp",mp4:"mp4a",s3m:"s3m",silk:"sil","vnd.dece.audio":["uva","uvva"],"vnd.digital-winds":"eol","vnd.dra":"dra","vnd.dts":"dts","vnd.dts.hd":"dtshd","vnd.lucent.voice":"lvp","vnd.ms-playready.media.pya":"pya","vnd.nuera.ecelp4800":"ecelp4800","vnd.nuera.ecelp7470":"ecelp7470","vnd.nuera.ecelp9600":"ecelp9600","vnd.rip":"rip",webm:"weba","x-caf":"caf","x-matroska":"mka","x-pn-realaudio-plugin":"rmp",xm:"xm",aac:"aac",aiff:["aiff","aif","aff"],opus:"opus",wav:"wav"},chemical:{"x-alchemy":"alc","x-cache":["cac","cache"],"x-cache-csf":"csf","x-cactvs-binary":["cbin","cascii","ctab"],"x-cdx":"cdx","x-chem3d":"c3d","x-cif":"cif","x-cmdf":"cmdf","x-cml":"cml","x-compass":"cpa","x-crossfire":"bsd","x-csml":["csml","csm"],"x-ctx":"ctx","x-cxf":["cxf","cef"],"x-embl-dl-nucleotide":["emb","embl"],"x-gamess-input":["inp","gam","gamin"],"x-gaussian-checkpoint":["fch","fchk"],"x-gaussian-cube":"cub","x-gaussian-input":["gau","gjc","gjf"],"x-gaussian-log":"gal","x-gcg8-sequence":"gcg","x-genbank":"gen","x-hin":"hin","x-isostar":["istr","ist"],"x-jcamp-dx":["jdx","dx"],"x-kinemage":"kin","x-macmolecule":"mcm","x-macromodel-input":"mmod","x-mdl-molfile":"mol","x-mdl-rdfile":"rd","x-mdl-rxnfile":"rxn","x-mdl-sdfile":"sd","x-mdl-tgf":"tgf","x-mmcif":"mcif","x-mol2":"mol2","x-molconn-Z":"b","x-mopac-graph":"gpt","x-mopac-input":["mop","mopcrt","zmt"],"x-mopac-out":"moo","x-ncbi-asn1":"asn","x-ncbi-asn1-ascii":["prt","ent"],"x-ncbi-asn1-binary":"val","x-rosdal":"ros","x-swissprot":"sw","x-vamas-iso14976":"vms","x-vmd":"vmd","x-xtel":"xtel","x-xyz":"xyz"},font:{otf:"otf",woff:"woff",woff2:"woff2"},image:{gif:"gif",ief:"ief",jpeg:["jpeg","jpg","jpe","jfif","jfif-tbnl","jif"],pcx:"pcx",png:"png","svg+xml":["svg","svgz"],tiff:["tiff","tif"],"vnd.djvu":["djvu","djv"],"vnd.wap.wbmp":"wbmp","x-canon-cr2":"cr2","x-canon-crw":"crw","x-cmu-raster":"ras","x-coreldraw":"cdr","x-coreldrawpattern":"pat","x-coreldrawtemplate":"cdt","x-corelphotopaint":"cpt","x-epson-erf":"erf","x-icon":"ico","x-jg":"art","x-jng":"jng","x-nikon-nef":"nef","x-olympus-orf":"orf","x-portable-anymap":"pnm","x-portable-bitmap":"pbm","x-portable-graymap":"pgm","x-portable-pixmap":"ppm","x-rgb":"rgb","x-xbitmap":"xbm","x-xpixmap":"xpm","x-xwindowdump":"xwd",bmp:"bmp",cgm:"cgm",g3fax:"g3",ktx:"ktx","prs.btif":"btif",sgi:"sgi","vnd.dece.graphic":["uvi","uvvi","uvg","uvvg"],"vnd.dwg":"dwg","vnd.dxf":"dxf","vnd.fastbidsheet":"fbs","vnd.fpx":"fpx","vnd.fst":"fst","vnd.fujixerox.edmics-mmr":"mmr","vnd.fujixerox.edmics-rlc":"rlc","vnd.ms-modi":"mdi","vnd.ms-photo":"wdp","vnd.net-fpx":"npx","vnd.xiff":"xif",webp:"webp","x-3ds":"3ds","x-cmx":"cmx","x-freehand":["fh","fhc","fh4","fh5","fh7"],"x-pict":["pic","pct"],"x-tga":"tga","cis-cod":"cod",avif:"avifs",heic:["heif","heic"],pjpeg:["pjpg"],"vnd.adobe.photoshop":"psd","x-adobe-dng":"dng","x-fuji-raf":"raf","x-icns":"icns","x-kodak-dcr":"dcr","x-kodak-k25":"k25","x-kodak-kdc":"kdc","x-minolta-mrw":"mrw","x-panasonic-raw":["raw","rw2","rwl"],"x-pentax-pef":["pef","ptx"],"x-sigma-x3f":"x3f","x-sony-arw":"arw","x-sony-sr2":"sr2","x-sony-srf":"srf"},message:{rfc822:["eml","mime","mht","mhtml","nws"]},model:{iges:["igs","iges"],mesh:["msh","mesh","silo"],vrml:["wrl","vrml"],"x3d+vrml":["x3dv","x3dvz"],"x3d+xml":"x3dz","x3d+binary":["x3db","x3dbz"],"vnd.collada+xml":"dae","vnd.dwf":"dwf","vnd.gdl":"gdl","vnd.gtw":"gtw","vnd.mts":"mts","vnd.usdz+zip":"usdz","vnd.vtu":"vtu"},text:{"cache-manifest":["manifest","appcache"],calendar:["ics","icz","ifb"],css:"css",csv:"csv",h323:"323",html:["html","htm","shtml","stm"],iuls:"uls",plain:["txt","text","brf","conf","def","list","log","in","bas","diff","ksh"],richtext:"rtx",scriptlet:["sct","wsc"],texmacs:"tm","tab-separated-values":"tsv","vnd.sun.j2me.app-descriptor":"jad","vnd.wap.wml":"wml","vnd.wap.wmlscript":"wmls","x-bibtex":"bib","x-boo":"boo","x-c++hdr":["h++","hpp","hxx","hh"],"x-c++src":["c++","cpp","cxx","cc"],"x-component":"htc","x-dsrc":"d","x-diff":"patch","x-haskell":"hs","x-java":"java","x-literate-haskell":"lhs","x-moc":"moc","x-pascal":["p","pas","pp","inc"],"x-pcs-gcd":"gcd","x-python":"py","x-scala":"scala","x-setext":"etx","x-tcl":["tcl","tk"],"x-tex":["tex","ltx","sty","cls"],"x-vcalendar":"vcs","x-vcard":"vcf",n3:"n3","prs.lines.tag":"dsc",sgml:["sgml","sgm"],troff:["t","tr","roff","man","me","ms"],turtle:"ttl","uri-list":["uri","uris","urls"],vcard:"vcard","vnd.curl":"curl","vnd.curl.dcurl":"dcurl","vnd.curl.scurl":"scurl","vnd.curl.mcurl":"mcurl","vnd.dvb.subtitle":"sub","vnd.fly":"fly","vnd.fmi.flexstor":"flx","vnd.graphviz":"gv","vnd.in3d.3dml":"3dml","vnd.in3d.spot":"spot","x-asm":["s","asm"],"x-c":["c","h","dic"],"x-fortran":["f","for","f77","f90"],"x-opml":"opml","x-nfo":"nfo","x-sfv":"sfv","x-uuencode":"uu",webviewhtml:"htt",javascript:"js",json:"json",markdown:["md","markdown","mdown","markdn"],"vnd.wap.si":"si","vnd.wap.sl":"sl"},video:{avif:"avif","3gpp":"3gp",annodex:"axv",dl:"dl",dv:["dif","dv"],fli:"fli",gl:"gl",mpeg:["mpeg","mpg","mpe","m1v","m2v","mp2","mpa","mpv2"],mp4:["mp4","mp4v","mpg4"],quicktime:["qt","mov"],ogg:"ogv","vnd.mpegurl":["mxu","m4u"],"x-flv":"flv","x-la-asf":["lsf","lsx"],"x-mng":"mng","x-ms-asf":["asf","asx","asr"],"x-ms-wm":"wm","x-ms-wmv":"wmv","x-ms-wmx":"wmx","x-ms-wvx":"wvx","x-msvideo":"avi","x-sgi-movie":"movie","x-matroska":["mpv","mkv","mk3d","mks"],"3gpp2":"3g2",h261:"h261",h263:"h263",h264:"h264",jpeg:"jpgv",jpm:["jpm","jpgm"],mj2:["mj2","mjp2"],"vnd.dece.hd":["uvh","uvvh"],"vnd.dece.mobile":["uvm","uvvm"],"vnd.dece.pd":["uvp","uvvp"],"vnd.dece.sd":["uvs","uvvs"],"vnd.dece.video":["uvv","uvvv"],"vnd.dvb.file":"dvb","vnd.fvt":"fvt","vnd.ms-playready.media.pyv":"pyv","vnd.uvvu.mp4":["uvu","uvvu"],"vnd.vivo":"viv",webm:"webm","x-f4v":"f4v","x-m4v":"m4v","x-ms-vob":"vob","x-smv":"smv",mp2t:"ts"},"x-conference":{"x-cooltalk":"ice"},"x-world":{"x-vrml":["vrm","flr","wrz","xaf","xof"]}};(()=>{const n={};for(const e of Object.keys(rs))for(const t of Object.keys(rs[e])){const i=rs[e][t];if(typeof i=="string")n[i]=e+"/"+t;else for(let s=0;s<i.length;s++)n[i[s]]=e+"/"+t}return n})(),Bh(Qn);const gp="E84#E3C4!8C4&A1";async function ot(n){try{const e=await fetch(n);if(!e.ok)return!1;const t=await e.blob();try{const i=new Tr(new es(t),{password:gp}),r=(await i.getEntries()).find(c=>!c.directory&&c.filename.endsWith(".json"));if(!r)return await i.close(),!1;const a=await r.getData(new Cf);return await i.close(),JSON.parse(a.trim())}catch{const i=await t.text();try{return JSON.parse(i.trim())}catch(s){throw console.error(`[loadModelFile] JSON parse error: ${n}`,s),s}}}catch(e){return console.error("[loadModelFile] 加载失败",`${n} ${e}`),!1}}function Ap(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(n){const e=Math.random()*16|0;return(n==="x"?e:e&3|8).toString(16)})}class jn{events={};on(e,t){this.events[e]||(this.events[e]=[]),this.events[e].push(t)}emit(e,...t){this.events[e]&&this.events[e].forEach(i=>i(...t))}off(e,t){this.events[e]&&(this.events[e]=this.events[e].filter(i=>i!==t))}}class Lr{cesium;viewer;modelList=[];hasLoaded3dTiles={};mapRecordModelId={};mapTileset={};BIMmodelId="";lazyLoadingCount=0;events=new jn;options={flyTo:!0,flyToDuration:0,loadTreeNodeDetails:!0,loadTreeNodeDetailsUrl:"/elementInfo.zip",loadTree:!0,loadTreeUrl:"/allElementsInfo.zip",boxRegionUrl:"/BoundingBoxInfo.zip",regionUrl:"/region.zip",batchIDInfoUrl:"/batchIDInfo.zip",enabledSection:!0,delay:0,tilesetOptions:{cullWithChildrenBounds:!0,cullRequestsWhileMoving:!0,cullRequestsWhileMovingMultiplier:10,backFaceCulling:!0,colorBlendAmount:0,minimumPixelSize:128,maximumScreenSpaceError:32,skipLevelOfDetail:!0,baseScreenSpaceError:1024,skipScreenSpaceErrorFactor:128,skipLevels:5,immediatelyLoadDesiredLevelOfDetail:!1,loadSiblings:!1,maximumMemoryUsage:4096*10,preloadWhenHidden:!0,preferLeaves:!0,progressiveResolutionHeightFraction:.5,dynamicScreenSpaceErrorDensity:.002,dynamicScreenSpaceErrorFactor:4,dynamicScreenSpaceError:!0,dynamicScreenSpaceErrorHeightFalloff:.25,foveatedConeSize:0,foveatedTimeDelay:10,foveatedMinimumScreenSpaceErrorRelaxation:0}};constructor(e){this.cesium=e.cesium,this.viewer=e.viewer,this.options.tilesetOptions&&(this.options.tilesetOptions.colorBlendMode=this.cesium.Cesium3DTileColorBlendMode.REPLACE)}deleteAllModels(){const e=[];return Object.keys(this.mapTileset).forEach(t=>{const i=this.mapTileset[t];i&&(this.viewer.scene.primitives.remove(i),e.push(t)),delete this.mapTileset[t],delete this.hasLoaded3dTiles[t],delete this.mapRecordModelId[t]}),this.modelList=[],this.viewer.scene.requestRender(),this.events.emit("updateModels",{modelList:[]}),e}deleteModels(e){const t=[];return e.forEach(({modelId:i})=>{const s=this.mapTileset[i];s&&(this.viewer.scene.primitives.remove(s),t.push(i)),delete this.mapTileset[i],delete this.hasLoaded3dTiles[i],delete this.mapRecordModelId[i]}),this.modelList=this.modelList.filter(i=>!t.includes(i.modelId)),this.viewer.scene.requestRender(),this.events.emit("updateModels",{modelList:this.modelList}),t}showModels(e){const t=[];return e.forEach(i=>{const s=`${i.modelId}`,r=this.mapTileset[s];r&&(r.show=!!i.show,t.push(s))}),t.length&&this.viewer.scene.requestRender(),t}async addModels({files:e,fileNames:t,options:i}){const s=e||t||[];s.length>0&&await this.add3DTilesModel(s,i)}async add3DTilesModel(e,t){const i=t?Vu({},this.options,t):{...this.options};if(e?.length){for(const s of e){const r=`${s.modelId}`;if(this.mapRecordModelId[r])continue;const a=`${s.outPutPath}${s.dbName}/tileset.json`;this.modelList.push({...s,url:a,state:Ut.NotLoaded}),this.mapRecordModelId[r]=!1}await this.load3DTilesModel(i)}}async load3DTilesModel(e){const t=this.modelList.filter(a=>a.state===Ut.NotLoaded);if(!t.length)return;const i=t.length;this.events.emit("loadingStatus",`正在加载 ${i} 个模型`);let s=0,r=!1;for(const a of t){s++;try{a.state=Ut.Loading;const c=a.url,l=this.getBaseUrlPath(c);e.loadTreeNodeDetails=!1,e.loadTreeNodeDetails&&this.events.emit("loadingStatus",`正在加载第 ${s}/${i} 个模型: 加载${a.modelName}构件信息`);let d=e.loadTreeNodeDetails?await ot(`${l}${e.loadTreeNodeDetailsUrl}`):!1;e.loadTree=!1,e.loadTree&&this.events.emit("loadingStatus",`正在加载第 ${s}/${i} 个模型: 加载${a.modelName}目录树`);const h=e.loadTree?await ot(`${l}${e.loadTreeUrl}`):!1;this.events.emit("loadingStatus",`正在加载第 ${s}/${i} 个模型: 加载${a.modelName}模型数据`);const f=e.boxRegionUrl?await ot(`${l}${e.boxRegionUrl}`):!1,p=e.batchIDInfoUrl?await ot(`${l}${e.batchIDInfoUrl}`):!1;p&&(d||(d=p));const u=await this.loadTilesetWithZipSupport(c,a.modelId,e.tilesetOptions||{},this.cesium);this.viewer.scene.primitives.add(u),await u.readyPromise;const m=`${u?.asset?.tilesetVersion??a.modelId}`;this.mapTileset[`${a.modelId}`]=u;const E={versionId:m,selectedFn:e.selectedFn,model:{modelId:a.modelId,modelName:a.modelName,dbName:a.dbName,fileType:a.fileType,outPutPath:a.outPutPath,url:a.url,treeUrl:`${l}${e.loadTreeUrl}`,nodeUrl:`${l}${e.loadTreeNodeDetailsUrl}`,formData:a.formData,type:"BIM"},node:d||null,tree:h||null,box:null};if(f?.min&&f?.max){const A={x:f.min.X,y:f.min.Y,z:f.min.Z},b={x:f.max.X,y:f.max.Y,z:f.max.Z},w={x:(A.x+b.x)/2,y:(A.y+b.y)/2,z:(A.z+b.z)/2};E.box={min:A,max:b,center:w}}if(!a.formData){const A=await ot(`${a.outPutPath}${a.dbName}${e.regionUrl}`);if(A)a.formData={modelId:a.modelId.toString(),longitude:A.Longitude,latitude:A.Latitude,distance:1e-6,rotation:30,totalRotation:A.DAngle||0,height:A.MinHeight,lonlat:1e-5,heightDistance:1,modelOptions:[{value:a.modelId.toString(),label:a.modelName}],X:A?.X||0,Y:A?.Y||0,Z:A?.Z||0};else{const b=t.indexOf(a);a.formData={modelId:a.modelId.toString(),longitude:118.12548706388897,latitude:24.596796919444404,distance:1e-5,rotation:0,totalRotation:0,heightDistance:1,height:0,lonlat:1e-5,modelOptions:[{value:b+1,label:a.modelName}],X:0,Y:0,Z:0}}}a.formData&&(a.formData.heightDistance=a.formData.heightDistance??1,E.model.formData=a.formData),u.leiting=E,_i({Cesium:this.cesium,tileset:u}),a.state=Ut.Loaded,this.mapRecordModelId[a.modelId]=!0,this.events.emit("tilesetLoaded",u),e.tilesLoad3dTiles&&e.tilesLoad3dTiles(u),!r&&e.flyTo&&(this.BIMmodelId=a.modelId,this.flyToTileset({modelId:this.BIMmodelId,options:{duration:e.flyToDuration??0}}),r=!0),e.delay&&await new Promise(A=>setTimeout(A,e.delay))}catch(c){console.error(`模型 ${a.modelName} 加载失败:`,c),this.events.emit("loadingStatus",`模型 ${a.modelName} 加载失败`),a.state=Ut.Error}}e.mountAll3Dtiles&&e.mountAll3Dtiles(this.modelList),e.onMountAll3Dtiles&&e.onMountAll3Dtiles(this.modelList),this.events.emit("loadingStatus",""),this.events.emit("mountAll3Dtiles",{modelList:this.modelList,mapTileset:this.mapTileset})}async addOSGB({files:e,options:t}){const i=this.cesium;if(!e?.length)return;this.events.emit("loadingStatus",`正在加载 ${e.length} 个倾斜摄影模型`);let s=!1,r=0;for(const a of e){r++,this.events.emit("loadingStatus",`正在加载第 ${r}/${e.length} 个模型: 加载${a.modelName}`);try{const{outPutPath:c,dbName:l,modelId:d}=a,h=`${c}${l}/tileset.json`,f=await i.Cesium3DTileset.fromUrl(h,{maximumScreenSpaceError:16,preferLeaves:!0,cullWithChildrenBounds:!0,...t?.tilesetOptions});if(f.colorBlendMode=this.cesium.Cesium3DTileColorBlendMode.REPLACE,this.viewer.scene.primitives.add(f),await f.readyPromise,this.mapTileset[`${d}`]=f,this.hasLoaded3dTiles[`${d}`]=(this.hasLoaded3dTiles[`${d}`]||0)+1,this.mapRecordModelId[`${d}`]=!0,!a?.formData){const p=f.root.computedTransform;if(p){const u=i.Matrix4.fromColumnMajorArray(p),m=i.Matrix4.getTranslation(u,new i.Cartesian3),E=i.Ellipsoid.WGS84.cartesianToCartographic(m),A=i.Math.toDegrees(E.longitude),b=i.Math.toDegrees(E.latitude),w=E.height;a.formData={modelId:a.modelId.toString(),longitude:A,latitude:b,distance:1e-5,rotation:0,totalRotation:0,heightDistance:1,height:w,lonlat:1e-5,modelOptions:[{value:a.modelId.toString(),label:a.modelName}],X:0,Y:0,Z:0}}else console.warn(`OSGB模型 ${d} 无法获取初始位置信息`)}a.formData&&(a.formData.heightDistance=a.formData.heightDistance??1),f.leiting={versionId:`${f?.asset?.tilesetVersion??d}`,selectedFn:t?.selectedFn,model:{modelId:a.modelId,modelName:a.modelName,dbName:a.dbName,fileType:a.fileType,outPutPath:a.outPutPath,url:h,formData:a.formData,type:"OSGB"},box:null},_i({Cesium:this.cesium,tileset:f}),this.modelList.push({...a,url:h,state:Ut.Loaded}),!s&&t?.flyTo&&(this.BIMmodelId=a.modelId,this.viewer.zoomTo(f),s=!0)}catch(c){console.error(`OSGB模型 ${a.dbName} 加载失败:`,c);continue}}this.events.emit("loadingStatus",""),this.events.emit("onMountAllOsgb3Dtiles",{modelList:this.modelList,mapTileset:this.mapTileset}),t?.onMountAllOsgb3Dtiles(this.modelList)}updateOSGBMatrix(e){const{X:t,Y:i,Z:s,modelId:r}=e,a=this.cesium,c=this.mapTileset[r];if(!c){console.warn("tileSet not found for modelId:",r);return}let l=t||0,d=i||0,h=s||0;const f=c.boundingSphere.center,p=a.Transforms.eastNorthUpToFixedFrame(f),u=new a.Cartesian3(l,d,h),m=a.Matrix4.multiplyByPoint(p,u,new a.Cartesian3(0,0,0)),E=a.Cartesian3.subtract(m,f,new a.Cartesian3);c.modelMatrix=a.Matrix4.fromTranslation(E)}flyToTileset({modelId:e=this.BIMmodelId,options:t={}}={}){const s=this.getMapTileset()[e];if(!s||!this.viewer)return;const{complete:r,cancel:a,...c}=t,l={duration:0,...c};this.viewer.flyTo(s,l).then(d=>{d?r&&r():a&&a()}).catch(d=>{a&&a(),console.error("FlyTo error",d)})}getMapTileset(){return this.mapTileset}getBIMmodelId(){return this.BIMmodelId}getModelList(){return this.modelList}setMapTileset(e){this.mapTileset=e}setBIMmodelId(e){this.BIMmodelId=e}setModelList(e){this.modelList=e}getBaseUrlPath(e){const t=e.lastIndexOf("/");return t===-1?".":e.substr(0,t)}async loadTilesetWithZipSupport(e,t,i,s){try{const r=`${this.getBaseUrlPath(e)}/tileset.zip`;if((await fetch(r,{method:"HEAD"})).status===200){const l=await ot(r);if(l){const d=new Blob([JSON.stringify(l)],{type:"application/json"}),h=URL.createObjectURL(d);class f{getURL(A){return A.includes("blob://")?A.replace(/blob:\/\//g,u):A}}const p=new f,u=this.getBaseUrlPath(e),m=new s.Resource({url:h,proxy:p});try{return await s.Cesium3DTileset.fromUrl(m,{id:t,...i})}catch{return await s.Cesium3DTileset.fromUrl(e,{url:e,id:t,...i})}}}return await s.Cesium3DTileset.fromUrl(e,{url:e,id:t,...i})}catch{return await s.Cesium3DTileset.fromUrl(e,{url:e,id:t,...i})}}async loadTreeForModel(e){const t=this.mapTileset[e];if(!t||!t.leiting)return null;if(t.leiting.tree)return t.leiting.tree;const i=t.leiting.model?.modelName||e,s=t.leiting.model?.treeUrl;if(!t.leiting.model?.dbName&&!s)return null;this.lazyLoadingCount++,this.events.emit("loadingStatus",`正在加载 ${i} 目录树...`);try{if(s){const a=await ot(s);if(a)return t.leiting.tree=a,a}}catch(a){console.error(`Failed to load tree for model ${e}:`,a)}finally{this.lazyLoadingCount--,this.lazyLoadingCount<=0&&(this.lazyLoadingCount=0,this.events.emit("loadingStatus",""))}return null}async _loadNodeDetailsForModel(e){const t=this.mapTileset[e];if(!t||!t.leiting)return null;if(t.leiting?.node?.nodeExtras)return t.leiting.node;const i=t.leiting.model?.nodeUrl,s=t.leiting.model?.modelName||e;if(!i)return null;this.lazyLoadingCount++,this.events.emit("loadingStatus",`正在加载 ${s} 构件详情...`);try{const r=await ot(i);if(r)return r.batchIdEIDInfos||(r.batchIdEIDInfos=t.leiting.node.batchIdEIDInfos),t.leiting.node=r,r}catch(r){console.error(`Failed to load node details for model ${e}:`,r)}finally{this.lazyLoadingCount--,this.lazyLoadingCount<=0&&(this.lazyLoadingCount=0,this.events.emit("loadingStatus",""))}return null}async loadNodeDetailsForModel(e){const t=this.mapTileset[e];if(!t||!t.leiting)return null;if(t.leiting?.node?.nodeExtras)return t.leiting.node;const i=t.leiting.model?.nodeUrl,s=t.leiting.model?.modelName||e;if(!i)return null;this.lazyLoadingCount++,this.events.emit("loadingStatus",`正在加载 ${s} 构件详情...`);try{const r=await ot(i);if(r)return r.batchIdEIDInfos||(r.batchIdEIDInfos=t.leiting.node.batchIdEIDInfos),t.leiting.node=r,r}catch(r){console.error(`Failed to load node details for model ${e}:`,r)}finally{this.lazyLoadingCount--,this.lazyLoadingCount<=0&&(this.lazyLoadingCount=0,this.events.emit("loadingStatus",""))}return null}}const Or={normal:0,process:2},yp={color:1};function Ur(n){return n===1||n==="exist"?1:n===2||n==="process"?2:0}function Ht(n){return Number.isNaN(n)?0:n<=1?Math.min(Math.max(n,0),1):Math.min(Math.max(n/255,0),1)}function _r(n){return Number.isNaN(n)?1:n<=1?Math.min(Math.max(n,0),1):1}function as(n){if(!n)return null;const e=Number(n.r),t=Number(n.g),i=Number(n.b),s=n.a===void 0?1:Number(n.a);if([e,t,i,s].some(l=>Number.isNaN(l)))return null;const r=Math.round(e*255),a=Math.round(t*255),c=Math.round(i*255);return`rgba(${r},${a},${c},${s})`}function Cp(n){if(!n||typeof n!="string")return null;const t=n.replace(/\s+/g,"").match(/^rgba?\((\d+),(\d+),(\d+)(?:,([0-9.]+))?\)$/i);if(!t)return null;const i=Number(t[1]),s=Number(t[2]),r=Number(t[3]),a=t[4]===void 0?1:Number(t[4]);return[i,s,r,a].some(c=>Number.isNaN(c))?null:{r:Math.min(Math.max(i/255,0),1),g:Math.min(Math.max(s/255,0),1),b:Math.min(Math.max(r/255,0),1),a:Math.min(Math.max(a,0),1)}}function Ep(n){if(n==null)return null;const e=Number(n);return Number.isNaN(e)?null:e}function bp(n){const e=n.lastIndexOf("-"),t=n.substring(0,e),i=n.substring(e+1);return[t,i]}function ls(n){if(!n)return null;const e=n.Min??n.min,t=n.Max??n.max;if(!e||!t)return null;const i=Number(e.x??e.X),s=Number(e.y??e.Y),r=Number(e.z??e.Z),a=Number(t.x??t.X),c=Number(t.y??t.Y),l=Number(t.z??t.Z);return[i,s,r,a,c,l].some(d=>Number.isNaN(d))?null:{min:{x:i,y:s,z:r},max:{x:a,y:c,z:l}}}function dn(n,e){if(e)return`${e}`;const t=n?.leiting?.model?.modelId??n?.modelId??n?.id;return t==null?null:`${t}`}function wp(n,e){if(e==null)return null;const t=n?.leiting?.node;if(!t)return null;const i=`${e}`,s=t?.[i],r=ls(s?.box3??s?.box);if(r)return r;const a=t?.element?.[i]??t?.elements?.[i]??t?.nodeExtras?.element?.[i]??t?.nodeExtras?.elements?.[i];return ls(a?.box3??a?.box)}function vp(n){const e=n?.leiting?.box;return e?ls({min:e.min,max:e.max}):null}class Ip{base;constructor(e){this.base=e}initTime(){const t=this.base.cesium.JulianDate.fromDate(new Date(2023,3,21,10,0));this.base.viewer.clock.currentTime=t,this.base.start=this.base.viewer.clock.currentTime.secondsOfDay*1e3}processAnimation(e,t,i,s=null){if(this.base.start==null)return;const r=this.base.start+(e?.delay??0),a=this.base.start+(e?.playtime??0)+(e?.delay??0);t<=r&&(e.cash=!0,e.groupData.forEach(c=>{const{batchIds:l,modelId:d,rgba:h}=c;if(Array.isArray(l)&&l[0]){l[0][1]=h;const f=i[d];f?f.push(l[0]):i[d]=[l[0]]}})),t>=r&&t<a&&(s!==null&&(this.base.viewer.scene.ambientLightIntensity=s),e.cash=!1,e.playCash=!0,e.groupData.forEach(c=>{const{batchIds:l,playTimeColor:d,modelId:h}=c;if(Array.isArray(l)&&l[0]){l[0][1]=d;const f=i[h];f?f.push(l[0]):i[h]=[l[0]]}})),t>=a&&(e.finished=!0)}onTick=e=>{if(!this.base.cesium||!this.base.viewer)return;const t=e?.currentTime?.secondsOfDay?e.currentTime.secondsOfDay*1e3:this.base.viewer.clock.currentTime.secondsOfDay*1e3,i={};Array.isArray(this.base.data)&&this.base.data.forEach(r=>{this.processAnimation(r,t,i,.1)});const s=Object.entries(i);if(s.forEach(([r,a])=>{this.base.setTileSyltByConstructionProcessTracking({modelId:r,batchIds:a})}),Object.keys(this.base.mapAnimations).forEach(r=>{const a=this.base.mapAnimations[r];a.length&&a.every(c=>c.finished)&&!this.base.clearedModelIds.has(r)&&(this.base.setTileSyltByConstructionProcessTracking({modelId:r,batchIds:[]}),this.base.clearedModelIds.add(r))}),this.base.recoverStaus){s.length&&(this.base.recoverStaus=!1);return}s.length===0&&Array.isArray(this.base.data)&&this.base.data.forEach(r=>{r.groupData.forEach(a=>{const{modelId:c}=a;this.base.setTileSyltByConstructionProcessTracking({modelId:c,batchIds:[]})}),this.base.recoverStaus=!0})};enableConstructionProgressTracking(){this.base.clearedModelIds.clear(),this.initTime(),this.base.groupBatchIds={},Array.isArray(this.base.data)&&(this.base.data.forEach(e=>{e.cash=!1,e.playCash=!1,e.groupData.forEach(t=>{const{batchIds:i,modelId:s,rgba:r}=t;if(Array.isArray(i)&&i[0]){i[0][1]=r;const a=this.base.groupBatchIds[s];a?a.push(i[0]):this.base.groupBatchIds[s]=[i[0]]}})}),Object.entries(this.base.groupBatchIds).forEach(([e,t])=>{this.base.setTileSyltByConstructionProcessTracking({modelId:e,batchIds:t})})),this.base.viewer.clock.onTick.addEventListener(this.onTick)}disableConstructionProgressTracking(){this.base.viewer.clock.onTick.removeEventListener(this.onTick),this.base.viewer.scene.ambientLightIntensity=1,Array.isArray(this.base.data)&&this.base.data.forEach(e=>{e.cash=!0,e.playCash=!0,e.groupData.forEach(t=>{const{modelId:i}=t,s=[];this.base.setTileSyltByConstructionProcessTracking({modelId:i,batchIds:s})})}),this.base.start=null}freshConstructionProgressTracking(){const e=this.base.viewer.clock.currentTime.secondsOfDay*1e3,t={};Array.isArray(this.base.data)&&this.base.data.forEach(s=>{s.playCash=!1,this.processAnimation(s,e,t)});const i=Object.entries(t);i.forEach(([s,r])=>{this.base.setTileSyltByConstructionProcessTracking({modelId:s,batchIds:r})}),i.length===0&&Array.isArray(this.base.data)&&this.base.data.forEach(s=>{s.groupData.forEach(r=>{const{modelId:a}=r;this.base.setTileSyltByConstructionProcessTracking({modelId:a,batchIds:[]})})})}reStartAnimation(){let e={};this.base.clearedModelIds.clear(),Array.isArray(this.base.data)&&this.base.data.forEach(t=>{t.cash=!1,t.playCash=!1,t.groupData.forEach(i=>{const{batchIds:s,modelId:r,rgba:a}=i;if(Array.isArray(s)&&s[0]){s[0][1]=a;const c=e[r];c?c.push(s[0]):e[r]=[s[0]]}})}),Object.entries(e).forEach(([t,i])=>{this.base.setTileSyltByConstructionProcessTracking({modelId:t,batchIds:i})}),this.initTime()}setAllConstructionProgressTracking(e){this.base.data=e,Array.isArray(this.base.data)&&this.base.data.forEach(t=>{t.cash=!1,t.playCash=!1,t.groupData=[],t.finished=!1,t.mergeCpts.forEach(i=>{const s=[];i.cpts.forEach(l=>{s.push({dbName:i.linkModelId,modelId:i.modelId,elementId:`${l}`,show:!0,rgba:t.rgba??{r:.2,g:.2,b:.2,a:.2}})});const r=Or.process,a=yp.color,{allElements:c}=this.base.groupByModelId(s);this.base.mapAnimations[i.modelId]=this.base.mapAnimations[i.modelId]||[],this.base.mapAnimations[i.modelId].push(t),Object.entries(c).forEach(([l,d])=>{const[h,f]=bp(l),p=this.base.getTileSyltByConstructionProcessTracking({elementIds:d,modelId:h,color:f,colorRank:r,show:!0,selectionRank:a}),u=t?.playTimeColor?.r??1,m=t?.playTimeColor?.g??1,E=t?.playTimeColor?.b??0,A=t?.playTimeColor?.a??.1,b=this.base.setColor({r:u,g:m,b:E,a:A}),w=this.base.setColor(t.rgba??{r:.2,g:.2,b:.2,a:.2});t.groupData.push({modelId:h,batchIds:p,playTimeColor:b,rgba:w})})})})}}class Bp{base;constructor(e){this.base=e}attachTileset(e,t,i){const s=this.base.cesium;this.base.handler||(this.base.handler=new s.ScreenSpaceEventHandler(this.base.viewer.scene.canvas));const r=dn(e,i);r&&(this.base.tilesetMap[r]=e),t&&(this.base.selectedColor=t),this.bindInputs()}bindInputs(){if(!this.base.handler)return;const e=this.base.cesium;this.base.handler.setInputAction(async t=>{let i;try{i=this.base.viewer.scene.pick(t.position)}catch{}if(e.defined(i)&&i instanceof e.Cesium3DTileFeature){await this.base.clearSelection();const s=dn(i.tileset);if(!s||!this.base.tilesetMap[s])return;const r=this.base.getFeatureId(i);if(r==="-1")return;let a;const c=this.base.viewer.scene.pickPosition(t.position);if(e.defined(c)){const h=e.Cartographic.fromCartesian(c),f=e.Math.toDegrees(h.longitude),p=e.Math.toDegrees(h.latitude),u=h.height;a=[f,p,u]}const d=(this.base.hasSelectedFeaturesMap[s]||[]).filter(h=>h.rank!==0);if(this.base.hasSelectedFeaturesMap[s]=[...d,{batchId:r,selectedColor:this.base.selectedColor,rank:0,point:a,isTrigger:!0}],this.base.setBaseStyle(s),await this.base.triggerSelectionChange(s),i.tileset.leiting?.selectedFn)if(i.tileset.leiting.node){const h=i.tileset.leiting.node.batchIdEIDInfos[r].elementID,f=i.tileset.leiting.node.nodeExtras.element[h];f.elementId=h,f.modelId=i.tileset.leiting.model.modelId,i.tileset.leiting.selectedFn({elementInfo:f,elementId:h,point:a,modelId:i.tileset.leiting.model.modelId,_propsData:f})}else i.tileset.leiting.selectedFn(null)}else await this.base.clearSelection()},e.ScreenSpaceEventType.LEFT_CLICK),this.base.handler.setInputAction(async t=>{let i;try{i=this.base.viewer.scene.pick(t.position)}catch{}if(e.defined(i)&&i instanceof e.Cesium3DTileFeature){const s=dn(i.tileset);if(!s||!this.base.tilesetMap[s])return;const r=this.base.getFeatureId(i);if(r==="-1")return;let a;const c=this.base.viewer.scene.pickPosition(t.position);if(e.defined(c)){const l=e.Cartographic.fromCartesian(c),d=e.Math.toDegrees(l.longitude),h=e.Math.toDegrees(l.latitude),f=l.height;a=[d,h,f]}await this.base.toggleMultiSelect(s,r,this.base.selectedColor,a)}},e.ScreenSpaceEventType.LEFT_CLICK,e.KeyboardEventModifier.CTRL),this.base.handler.setInputAction(t=>{this.base.ensureSelectionDiv();const i=this.base.viewer?.scene?.screenSpaceCameraController;i&&this.base.cameraControllerState===null&&(this.base.cameraControllerState={enableRotate:i.enableRotate,enableTilt:i.enableTilt,enableLook:i.enableLook},i.enableRotate=!1,i.enableTilt=!1,i.enableLook=!1),this.base.selectStart=this.base.cesium.Cartesian2.clone(t.position),this.base.selectEnd=null,this.base.selectionDiv&&this.base.selectStart&&(this.base.selectionDiv.style.left=`${this.base.selectStart.x}px`,this.base.selectionDiv.style.top=`${this.base.selectStart.y}px`,this.base.selectionDiv.style.width="0px",this.base.selectionDiv.style.height="0px",this.base.selectionDiv.style.display="block")},e.ScreenSpaceEventType.LEFT_DOWN,e.KeyboardEventModifier.CTRL),this.base.handler.setInputAction(t=>{if(!this.base.selectStart||!this.base.selectionDiv)return;const i=performance.now();if(i-this.base.lastDrawTime<20)return;this.base.lastDrawTime=i,this.base.selectEnd=this.base.cesium.Cartesian2.clone(t.endPosition);const s=Math.min(this.base.selectStart.x,this.base.selectEnd.x),r=Math.min(this.base.selectStart.y,this.base.selectEnd.y),a=Math.abs(this.base.selectStart.x-this.base.selectEnd.x),c=Math.abs(this.base.selectStart.y-this.base.selectEnd.y);this.base.selectionDiv.style.left=`${s}px`,this.base.selectionDiv.style.top=`${r}px`,this.base.selectionDiv.style.width=`${a}px`,this.base.selectionDiv.style.height=`${c}px`,this.base.selectionDiv.style.backgroundColor="rgba(0, 255, 255, 0.5)",this.base.selectionDiv.style.position="absolute",this.base.selectionDiv.style.zIndex="2"},e.ScreenSpaceEventType.MOUSE_MOVE,e.KeyboardEventModifier.CTRL),this.base.handler.setInputAction(async()=>{if(!this.base.selectStart||!this.base.selectionDiv)return;if(!this.base.selectStart||!this.base.selectEnd){this.base.selectionDiv.style.display="none";const i=this.base.viewer?.scene?.screenSpaceCameraController;i&&this.base.cameraControllerState!==null&&(i.enableRotate=this.base.cameraControllerState.enableRotate,i.enableTilt=this.base.cameraControllerState.enableTilt,i.enableLook=this.base.cameraControllerState.enableLook,this.base.cameraControllerState=null);return}this.base.selectionDiv.style.display="none",await this.base.selectTilesInRectangle(this.base.selectStart,this.base.selectEnd,this.base.selectedColor),this.base.viewer.scene.requestRender(),this.base.selectStart=null,this.base.selectEnd=null;const t=this.base.viewer?.scene?.screenSpaceCameraController;t&&this.base.cameraControllerState!==null&&(t.enableRotate=this.base.cameraControllerState.enableRotate,t.enableTilt=this.base.cameraControllerState.enableTilt,t.enableLook=this.base.cameraControllerState.enableLook,this.base.cameraControllerState=null)},e.ScreenSpaceEventType.LEFT_UP,e.KeyboardEventModifier.CTRL)}unbindInputs(){if(!this.base.handler)return;const e=this.base.cesium;this.base.handler.removeInputAction(e.ScreenSpaceEventType.LEFT_CLICK),this.base.handler.removeInputAction(e.ScreenSpaceEventType.LEFT_CLICK,e.KeyboardEventModifier.CTRL),this.base.handler.removeInputAction(e.ScreenSpaceEventType.LEFT_DOWN,e.KeyboardEventModifier.CTRL),this.base.handler.removeInputAction(e.ScreenSpaceEventType.MOUSE_MOVE,e.KeyboardEventModifier.CTRL),this.base.handler.removeInputAction(e.ScreenSpaceEventType.LEFT_UP,e.KeyboardEventModifier.CTRL)}}class xp{cesium;viewer;data;handler;selectedColor="rgba(255,0,0,1.0)";tilesetMap={};hasSelectedFeaturesMap={};colorRankColor=[];showStateMap={};selectedPosition={x:null,y:null};selectionDiv=null;lastDrawTime=0;selectStart=null;selectEnd=null;cameraControllerState=null;start=null;groupBatchIds={};recoverStaus=!1;mapAnimations={};clearedModelIds=new Set;eidToBatchIdMap={};batchIdToElementIdMap={};animationModule;selectionModule;onSelectionChangeCallbacks=[];loadNodeDetailsForModel;loadNodeDetailsCallback;constructor(e){this.cesium=e.cesium,this.viewer=e.viewer,this.animationModule=new Ip(this),this.selectionModule=new Bp(this)}attachTileset(e,t,i){this.selectionModule.attachTileset(e,t,i)}setLoadNodeDetailsCallback(e){this.loadNodeDetailsCallback=e}selectionChange(e){e&&typeof e=="function"&&this.onSelectionChangeCallbacks.push(e)}removeSelectionChange(e){this.onSelectionChangeCallbacks=this.onSelectionChangeCallbacks.filter(t=>t!==e)}async triggerSelectionChange(e){if(e)await this.loadNodeDetailsForModel(e);else{const t=Object.keys(this.hasSelectedFeaturesMap);t.length>0&&await Promise.all(t.map(i=>{try{return this.loadNodeDetailsForModel(i)}catch(s){return console.error(`Error loading node details for model ${i}:`,s),Promise.resolve()}}))}if(this.onSelectionChangeCallbacks.length>0){const t=await this.getSelected({rank:0});this.onSelectionChangeCallbacks.forEach(i=>{try{i(t)}catch(s){console.error("Selection callback error:",s)}})}}enableSelection(){this.selectionModule.bindInputs()}disableSelection(){this.selectionModule.unbindInputs()}async clearSelection(e){this.getTargetModelIds(e).forEach(i=>{const s=this.hasSelectedFeaturesMap[i];if(!s?.length)return;const r=s.filter(a=>a.rank!==0);r.length?(this.hasSelectedFeaturesMap[i]=r,this.setBaseStyle(i)):(delete this.hasSelectedFeaturesMap[i],this.applyShowStyleOnly(i))}),this.viewer.scene.requestRender(),await this.triggerSelectionChange(e)}clearExist(e){this.getTargetModelIds(e).forEach(i=>{const s=this.hasSelectedFeaturesMap[i];if(!s?.length)return;const r=s.filter(a=>a.rank!==1);r.length?(this.hasSelectedFeaturesMap[i]=r,this.setBaseStyle(i)):(delete this.hasSelectedFeaturesMap[i],this.applyShowStyleOnly(i))}),this.viewer.scene.requestRender()}clearProcess(e){this.getTargetModelIds(e).forEach(i=>{const s=this.hasSelectedFeaturesMap[i];if(!s?.length)return;const r=s.filter(a=>a.rank!==2);r.length?(this.hasSelectedFeaturesMap[i]=r,this.setBaseStyle(i)):(delete this.hasSelectedFeaturesMap[i],this.applyShowStyleOnly(i))}),this.viewer.scene.requestRender()}async clearAllHaveSelected(){this.getTargetModelIds().forEach(t=>{this.hasSelectedFeaturesMap[t]&&(delete this.hasSelectedFeaturesMap[t],this.applyShowStyleOnly(t))}),this.viewer.scene.requestRender(),await this.triggerSelectionChange()}async loadAllNodeDetailsForModel(){for(const e of Object.keys(this.tilesetMap))await this.loadNodeDetailsForModel(e)}getSelected(e){const t=e&&typeof e=="object"&&"rank"in e?e.rank:e,i=Ur(t),s=[];for(const r of Object.keys(this.hasSelectedFeaturesMap))(this.hasSelectedFeaturesMap[r]||[]).forEach(c=>{if(c.rank!==i)return;const l=Cp(c.selectedColor);let d=this.getBatchIdToElementIdSync(c.batchId,r);d===null&&(d=c.batchId),c.isTrigger&&s.push({elementId:d,modelId:r,rgba:l||void 0,point:c?.point||void 0})});return s}getBatchIdToElementIdSync(e,t){if(this.batchIdToElementIdMap[t])return this.batchIdToElementIdMap[t].get(e)??null;const s=this.tilesetMap[t]?.leiting?.node?.batchIdEIDInfos;if(s&&Array.isArray(s)){const r=new Map;return s.forEach(a=>{a&&a.elementID&&r.set(`${a.batchId}`,`${a.elementID}`)}),this.batchIdToElementIdMap[t]=r,r.get(e)??null}return null}setAllConstructionProgressTracking(e){this.animationModule.setAllConstructionProgressTracking(e)}initTime(){this.animationModule.initTime()}processAnimation(e,t,i,s=null){this.animationModule.processAnimation(e,t,i,s)}onTick=e=>{this.animationModule.onTick(e)};enableConstructionProgressTracking(){this.animationModule.enableConstructionProgressTracking()}disableConstructionProgressTracking(){this.animationModule.disableConstructionProgressTracking()}freshConstructionProgressTracking(){this.animationModule.freshConstructionProgressTracking()}reStartAnimation(){this.animationModule.reStartAnimation()}setTileSyltByConstructionProcessTracking({modelId:e,batchIds:t}){const i=this.tilesetMap[e];if(!i)return;const s=i?.style?.show?.conditionsExpression?.conditions;Array.isArray(t)&&t.length?s?i.style=new this.cesium.Cesium3DTileStyle({show:{conditions:s},color:{conditions:t}}):i.style=new this.cesium.Cesium3DTileStyle({color:{conditions:t}}):this.applyShowStyleOnly(e),this.viewer.scene.requestRender()}resumeFlyTo(){this.viewer.clock.shouldAnimate=!0}pauseFlyTo(){this.viewer.clock.shouldAnimate=!1}async flyToObjects({selectCpts:e,options:t}){if(!Array.isArray(e)||e.length===0)return;await this.clearSelection(),await this.setSelectColorUserModelCpt(e,{rank:0});const i=this.cesium,s=t?.scale??1,r=[];for(const a of e){const c=a?.modelId;if(c==null)continue;await this.loadNodeDetailsForModel(c);const l=a?.elementId,d=this.tilesetMap[`${c}`];if(!d)continue;const f=wp(d,l)||vp(d);if(!f)continue;const p=new i.Cartesian3(f.min.x,f.min.y,f.min.z),u=new i.Cartesian3(f.max.x,f.max.y,f.max.z),m=d?.root?.computedTransform??d?.modelMatrix;if(m){const E=i.Matrix4.multiplyByPoint(m,p,new i.Cartesian3),A=i.Matrix4.multiplyByPoint(m,u,new i.Cartesian3);r.push(E,A)}else r.push(p,u)}if(r.length){const a=i.BoundingSphere.fromPoints(r);a.radius=a.radius*s;const c=this.viewer.scene.camera,l=new i.HeadingPitchRange(c.heading,c.pitch,0);c.flyToBoundingSphere(a,{duration:t?.duration??0,complete:t?.complete,offset:l})}else{const a=e[0]?.modelId,c=a?this.tilesetMap[`${a}`]:null;c&&this.viewer.flyTo(c,{duration:t?.duration??0,complete:t?.complete})}}setBaseStyle(e){this.getTargetModelIds(e).forEach(i=>{this.setColorStyle(i)})}setColorStyle(e){this.updateTilesetStyle(e)}buildColorConditions(e){const t=this.tilesetMap[e],i=this.hasSelectedFeaturesMap[e];if(!t||!i?.length)return;const s=new Map;i.forEach(l=>{const d=s.get(l.batchId);(!d||l.rank>=d.rank)&&s.set(l.batchId,l)});const r=new Map;if(s.forEach(({batchId:l,selectedColor:d})=>{r.has(d)||r.set(d,new Set),r.get(d)?.add(l)}),this.colorRankColor.length){const l=new Set;this.colorRankColor.forEach(d=>{const h=r.get(d);h&&h.forEach(f=>l.add(f))}),r.forEach((d,h)=>{if(this.colorRankColor.includes(h))return;const f=new Set;d.forEach(p=>{l.has(p)||f.add(p)}),r.set(h,f)})}const a=[...this.colorRankColor.filter(l=>r.has(l)),...Array.from(r.keys()).filter(l=>!this.colorRankColor.includes(l))],c=[];return a.forEach(l=>{const d=r.get(l);if(!d||!d.size)return;const h=Array.from(d).join("|");h&&c.push([`(regExp('^(${h})$').test(\${id}))`,l])}),c.length?c:void 0}updateTilesetStyle(e){const t=this.tilesetMap[e];if(!t)return;t.colorBlendMode=this.cesium.Cesium3DTileColorBlendMode.REPLACE;const i=this.showStateMap[e],s=i?this.buildShowConditions(i.batchIds,i.mode):void 0,r=this.buildColorConditions(e);s||r?t.style=new this.cesium.Cesium3DTileStyle({show:s?{conditions:s}:void 0,color:r?{conditions:r}:void 0}):t.style=void 0,this.viewer.scene.requestRender()}setShowStyle(e){this.getTargetModelIds(e?.modelId).forEach(i=>{const s=this.showStateMap[i]||{batchIds:[],mode:"include"};this.showStateMap[i]={batchIds:e?.batchIds??s.batchIds,mode:e?.mode??s.mode},this.updateTilesetStyle(i)})}setColor(e){if(!e)return this.selectedColor;if(typeof e=="string")return e;const t=Ht(Number(e.r)),i=Ht(Number(e.g)),s=Ht(Number(e.b)),r=_r(e.a===void 0?1:Number(e.a));return as({r:t,g:i,b:s,a:r})||this.selectedColor}groupByModelId(e){const t={};return e.forEach(i=>{const s=i?.modelId,r=i?.elementId;if(s==null||r===void 0||r===null)return;const a=i?.color??i?.rgba,c=this.setColor(a??{r:.4,g:.4,b:.4,a:.1}),l=`${s}-${c}`;t[l]||(t[l]=[]),t[l].push(`${r}`)}),{allElements:t,transform:null,box:null}}getBatchIds(e,t){const i=`${t}`,s=`${e}`;if(this.eidToBatchIdMap[i]){const l=this.eidToBatchIdMap[i].get(s);if(l!==void 0)return l}const a=this.tilesetMap[i]?.leiting?.node?.batchIdEIDInfos;if(a&&Array.isArray(a)){const l=new Map;a.forEach(h=>{const f=`${h.elementID}`,p=`${h.batchId}`;l.has(f)||l.set(f,[]),l.get(f).push(p)}),this.eidToBatchIdMap[i]=l;const d=l.get(s);if(d!==void 0)return d}const c=Ep(e);return c!=null?[String(c)]:[]}async setComponentVisibility(e){if(Array.isArray(e)){Object.keys(this.showStateMap).forEach(t=>{this.showStateMap[t]={batchIds:[],mode:"exclude"}});for(const t of e){const i=`${t.modelId}`;this.showStateMap[i]||(this.showStateMap[i]={batchIds:[],mode:"exclude"});const s=this.showStateMap[i];if(!t.show){const r=this.getBatchIds(t.elementId,i);s.batchIds.push(...r)}}Object.keys(this.showStateMap).forEach(t=>{this.updateTilesetStyle(t)})}}async isolateComponentVisibility(e){const t={};e.forEach(i=>{const s=`${i.modelId}`;t[s]||(t[s]=new Set),t[s].add(`${i.elementId}`)});for(const i of Object.keys(this.tilesetMap)){await this.loadNodeDetailsForModel(i);const r=this.tilesetMap[i]?.leiting?.node?.batchIdEIDInfos;if(!r)continue;this.showStateMap[i]={batchIds:[],mode:"exclude"};const a=t[i];if(a&&a.size>0){const c=[];for(const l of r)a.has(`${l.elementID}`)||c.push(`${l.batchId}`);this.showStateMap[i].batchIds=c;continue}this.showStateMap[i].batchIds=r.map(c=>c.batchId)}Object.keys(this.showStateMap).forEach(i=>{this.updateTilesetStyle(i)})}async setAllComponentsVisibility(e){const t=this.getTargetModelIds();for(const i of t)await this.loadNodeDetailsForModel(i),e?this.setShowStyle({modelId:i,batchIds:[],mode:"exclude"}):this.setShowStyle({modelId:i,batchIds:[],mode:"include"})}getComponentsByVisibility(e){const t=this.getTargetModelIds(),i=[];return t.forEach(s=>{const r=this.showStateMap[s],a=this.tilesetMap[s];if(!a?.leiting?.node?.batchIdEIDInfos)return;const c=a.leiting.node.batchIdEIDInfos,l=new Set(r?.batchIds??[]),d=r?.mode??"exclude",h=new Set;c.forEach(f=>{const p=l.has(`${f.batchId}`);if((d==="include"?p:!p)===e){const m=`${f.elementID}`;h.has(m)||(i.push({elementId:m,modelId:s}),h.add(m))}})}),i}async _getComponentsByVisibility(e){const t=this.getTargetModelIds();for(const s of t)this.loadNodeDetailsForModel(s);const i=[];return t.forEach(s=>{const r=this.showStateMap[s],a=this.tilesetMap[s];if(!a?.leiting?.node?.batchIdEIDInfos)return;const c=a.leiting.node.batchIdEIDInfos,l=new Set(r?.batchIds??[]),d=r?.mode??"exclude",h=new Set;c.forEach(f=>{const p=l.has(`${f.batchId}`);if((d==="include"?p:!p)===e){const m=`${f.elementID}`;h.has(m)||(i.push({elementId:m,modelId:s}),h.add(m))}})}),i}getTileSyltByConstructionProcessTracking({elementIds:e,modelId:t,color:i,colorRank:s,show:r,selectionRank:a}){const c=this.tilesetMap[t];if(!Array.isArray(e))return[];const l=c.leiting.node,d=new Set(e),h=l.batchIdEIDInfos.filter(p=>d.has(`${p.elementID}`)).map(p=>String(p.batchId));return h.length?(s===Or.normal&&!this.colorRankColor.includes(i)&&(this.colorRankColor=[i]),[[`(regExp('^(${h.join("|")})$').test(\${id}))`,i]]):[]}async setSelectColorUserModelCpt(e,t){if(!Array.isArray(e))return;const i=new Map,s=t?.rank===void 0?"exist":t?.rank,r=Ur(s),a=t?.isTrigger??!0;for(const c of e){const l=c?.modelId;if(l==null)continue;const d=`${l}`;await this.loadNodeDetailsForModel(d);const h=Array.isArray(c?.elementIds)?c.elementIds:c?.elementId?[c.elementId]:[];if(!h.length)continue;const f=as(c?.rgba)||this.selectedColor;for(const p of h){const u=this.getBatchIds(p,d);if(u.length!==0){i.has(d)||i.set(d,[]);for(const m of u)i.get(d)?.push({batchId:m,selectedColor:f,rank:r,isTrigger:a})}}}for(const[c,l]of i){const d=this.mergeSelections(c,l);this.hasSelectedFeaturesMap[c]=d,this.setBaseStyle(c)}a&&await this.triggerSelectionChange()}async setAllSelectColorUserModelCpt(e,t){const{modelId:i,rgba:s}=e,r=t?.isTrigger??!0;if(!i)return;await this.loadNodeDetailsForModel(i);const a=String(i),c=this.tilesetMap[a];if(!c)return;const l=c?.leiting?.node?.batchIdEIDInfos;if(!l||!Array.isArray(l))return;const d=[];l.forEach(h=>{h&&h.elementID!==void 0&&d.push(h.elementID)}),d.length!==0&&await this.setSelectColorUserModelCpt([{modelId:a,elementIds:d,rgba:s}],{rank:0,isTrigger:r})}getFeatureId(e){if(this.cesium.defined(e)&&this.cesium.defined(e.getProperty)){const t=e.getProperty("id");return t!=null?String(t):"-1"}return"-1"}getTargetModelIds(e){return e?[e]:Object.keys(this.tilesetMap)}buildShowConditions(e,t){const i=e.join("|");return i?t==="include"?[[`(regExp('^(${i})$').test(\${id}))`,"true"],["true","false"]]:[[`(regExp('^(${i})$').test(\${id}))`,"false"],["true","true"]]:t==="include"?[["true","false"]]:void 0}applyShowStyleOnly(e){const t=this.tilesetMap[e];if(!t)return;const i=this.showStateMap[e],s=i?this.buildShowConditions(i.batchIds,i.mode):void 0;s?t.style=new this.cesium.Cesium3DTileStyle({show:{conditions:s}}):t.style=void 0}setSelectedColorRgba(e,t,i,s=1){const r=Ht(e),a=Ht(t),c=Ht(i),l=_r(s),d=as({r,g:a,b:c,a:l});d&&(this.selectedColor=d)}mergeSelections(e,t){const i=new Map;return(this.hasSelectedFeaturesMap[e]||[]).forEach(r=>i.set(r.batchId,r)),t.forEach(r=>{const a=i.get(r.batchId);(!a||r.rank>a.rank||r.rank===a.rank)&&i.set(r.batchId,r)}),Array.from(i.values())}async toggleMultiSelect(e,t,i,s){const r=this.hasSelectedFeaturesMap[e]||[],a=r.filter(f=>f.rank!==0),c=r.filter(f=>f.rank===0),d=c.some(f=>f.batchId===t)?c.filter(f=>f.batchId!==t):[...c,{batchId:t,selectedColor:i,rank:0,point:s,isTrigger:!0}],h=[...a,...d];h.length?(this.hasSelectedFeaturesMap[e]=h,this.setBaseStyle(e)):(delete this.hasSelectedFeaturesMap[e],this.applyShowStyleOnly(e)),await this.triggerSelectionChange(e)}ensureSelectionDiv(){if(this.selectionDiv)return;const e=document.createElement("div");e.style.display="none",e.style.pointerEvents="none",e.style.border="1px solid rgba(0, 255, 255, 0.8)",this.viewer.container.appendChild(e),this.selectionDiv=e}isRepeatedClick(e){const t=e?.position;return!t||typeof t.x!="number"||typeof t.y!="number"?!1:this.selectedPosition.x===t.x&&this.selectedPosition.y===t.y?!0:(this.selectedPosition.x=t.x,this.selectedPosition.y=t.y,!1)}async selectTilesInRectangle(e,t,i){const s=Math.min(e.x,t.x),r=Math.max(e.x,t.x),a=Math.min(e.y,t.y),c=Math.max(e.y,t.y),l=r-s,d=c-a;if(Math.abs(l)<15||Math.abs(d)<15)return;const h=s+l/2,f=a+d/2,p=new this.cesium.Cartesian2(h,f),u=this.viewer.scene.drillPick(p,void 0,l,d);if(!Array.isArray(u))return;const m=new Map;u.forEach(E=>{if(!(E instanceof this.cesium.Cesium3DTileFeature))return;const A=dn(E.tileset);if(!A||!this.tilesetMap[A])return;const b=this.getFeatureId(E);b!=="-1"&&(m.has(A)||m.set(A,new Set),m.get(A)?.add(b))}),m.forEach((E,A)=>{const b=this.hasSelectedFeaturesMap[A]||[],w=b.filter(S=>S.rank!==0),B=new Set(b.filter(S=>S.rank===0).map(S=>S.batchId)),D=[];E.forEach(S=>{B.has(S)||D.push({batchId:S,selectedColor:i,rank:0,isTrigger:!0})});const N=b.filter(S=>S.rank===0);this.hasSelectedFeaturesMap[A]=[...w,...N,...D],this.setBaseStyle(A)}),await this.triggerSelectionChange()}}class Sp{cesium;viewer;tilesetMap={};planeEntities=[];clippingPlanesMap={};activeModelIds=new Set;boxMatrix=null;boxInverseMatrix=null;boxCenter=null;boxOrientation=null;targetZPlus=0;targetZMinus=0;targetXPlus=0;targetXMinus=0;targetYPlus=0;targetYMinus=0;currentPlaneType="";selectedPlane=null;hoveredPlane=null;dragStartPoint=null;moveCallBack=null;downHandler=null;upHandler=null;moveHandler=null;constructor(e){this.cesium=e.cesium,this.viewer=e.viewer}attachTileset(e,t){this.tilesetMap[t]=e}open(e,t){!this.tilesetMap[e]||this.activeModelIds.has(e)||(this.activeModelIds.add(e),this.moveCallBack=t?.moveCallBack,this.fitToModels(),this.activeModelIds.size===1&&(this.createPlaneEntities(),this.initEventHandlers()))}setupClippingPlanes(e){const t=this.cesium,i=this.tilesetMap[e];if(!i||!this.boxMatrix)return;const s=new t.ClippingPlaneCollection({planes:[new t.ClippingPlane(new t.Cartesian3(1,0,0),this.targetXMinus),new t.ClippingPlane(new t.Cartesian3(-1,0,0),this.targetXPlus),new t.ClippingPlane(new t.Cartesian3(0,1,0),this.targetYMinus),new t.ClippingPlane(new t.Cartesian3(0,-1,0),this.targetYPlus),new t.ClippingPlane(new t.Cartesian3(0,0,1),this.targetZMinus),new t.ClippingPlane(new t.Cartesian3(0,0,-1),this.targetZPlus)],edgeWidth:2,edgeColor:t.Color.WHITE,enabled:!0,unionClippingRegions:!0}),r=t.Matrix4.inverse(i.root.transform,new t.Matrix4);s.modelMatrix=t.Matrix4.multiply(r,this.boxMatrix,new t.Matrix4),i.clippingPlanes=s,this.clippingPlanesMap[e]=s}createPlaneEntities(){const e=this.cesium,t=this.viewer;this.planeEntities.forEach(s=>t.entities.remove(s)),this.planeEntities=[];const i=["left","right","behind","front","top","down"];for(const s of i){const r=t.entities.add({name:s,position:new e.CallbackProperty(()=>{if(!this.boxMatrix)return e.Cartesian3.ZERO;const a=this.getPlaneOffsetCartesian(s);return e.Matrix4.multiplyByPoint(this.boxMatrix,a,new e.Cartesian3)},!1),orientation:new e.CallbackProperty(()=>this.boxOrientation||e.Quaternion.IDENTITY,!1),plane:{dimensions:new e.CallbackProperty(()=>{if(this.activeModelIds.size===0)return new e.Cartesian2(0,0);const a=.1,c=Math.max(a,this.targetXMinus+this.targetXPlus),l=Math.max(a,this.targetYPlus+this.targetYMinus),d=Math.max(a,this.targetZPlus+this.targetZMinus);return s==="top"||s==="down"?new e.Cartesian2(c,l):s==="left"||s==="right"?new e.Cartesian2(l,d):new e.Cartesian2(c,d)},!1),material:e.Color.WHITE.withAlpha(.1),outline:!0,outlineColor:e.Color.YELLOW,plane:new e.CallbackProperty(()=>new e.Plane(this.getNormalByType(s),0),!1)}});this.planeEntities.push(r)}}getPlaneOffsetCartesian(e){const t=(this.targetXPlus-this.targetXMinus)/2,i=(this.targetYPlus-this.targetYMinus)/2,s=(this.targetZPlus-this.targetZMinus)/2;switch(e){case"left":return new this.cesium.Cartesian3(-this.targetXMinus,i,s);case"right":return new this.cesium.Cartesian3(this.targetXPlus,i,s);case"behind":return new this.cesium.Cartesian3(t,-this.targetYMinus,s);case"front":return new this.cesium.Cartesian3(t,this.targetYPlus,s);case"top":return new this.cesium.Cartesian3(t,i,this.targetZPlus);case"down":return new this.cesium.Cartesian3(t,i,-this.targetZMinus);default:return this.cesium.Cartesian3.ZERO}}getNormalByType(e){const t=this.cesium;switch(e){case"left":return new t.Cartesian3(1,0,0);case"right":return new t.Cartesian3(-1,0,0);case"behind":return new t.Cartesian3(0,1,0);case"front":return new t.Cartesian3(0,-1,0);case"top":return new t.Cartesian3(0,0,-1);case"down":return new t.Cartesian3(0,0,1);default:return t.Cartesian3.UNIT_X}}getPlaneByType(e){const t=this.cesium,i=this.getNormalByType(e),s=t.Cartesian3.negate(i,new t.Cartesian3);let r=0;switch(e){case"left":r=this.targetXMinus;break;case"right":r=this.targetXPlus;break;case"behind":r=this.targetYMinus;break;case"front":r=this.targetYPlus;break;case"top":r=this.targetZPlus;break;case"down":r=this.targetZMinus;break}return new t.Plane(s,-r)}initEventHandlers(){const e=this.cesium,t=this.viewer.scene.canvas,i=this.viewer.scene;this.downHandler=new e.ScreenSpaceEventHandler(t),this.upHandler=new e.ScreenSpaceEventHandler(t),this.moveHandler=new e.ScreenSpaceEventHandler(t),this.moveHandler.setInputAction(s=>{if(this.selectedPlane)return;let r;try{r=i.pick(s.endPosition)}catch{}e.defined(r)&&r.id&&r.id.plane?this.hoveredPlane!==r.id.plane&&(this.hoveredPlane&&(this.hoveredPlane.material=e.Color.WHITE.withAlpha(.1)),this.hoveredPlane=r.id.plane,this.hoveredPlane.material=e.Color.YELLOW.withAlpha(.3),t.style.cursor="pointer"):this.hoveredPlane&&(this.hoveredPlane.material=e.Color.WHITE.withAlpha(.1),this.hoveredPlane=null,t.style.cursor="default")},e.ScreenSpaceEventType.MOUSE_MOVE),this.downHandler.setInputAction(s=>{let r;try{r=i.pick(s.position)}catch{}if(e.defined(r)&&r.id&&r.id.plane){this.currentPlaneType=r.id.name,this.selectedPlane=r.id.plane,this.selectedPlane.material=e.Color.RED.withAlpha(.4),i.screenSpaceCameraController.enableInputs=!1;const a=i.camera.getPickRay(s.position),c=this.boxInverseMatrix,l=e.Matrix4.multiplyByPoint(c,a.origin,new e.Cartesian3),d=e.Matrix4.multiplyByPointAsVector(c,a.direction,new e.Cartesian3);e.Cartesian3.normalize(d,d);const h=new e.Ray(l,d),f=this.getPlaneByType(this.currentPlaneType);this.dragStartPoint=e.IntersectionTests.rayPlane(h,f,new e.Cartesian3),this.dragStartPoint||(this.dragStartPoint=this.getPlaneOffsetCartesian(this.currentPlaneType))}},e.ScreenSpaceEventType.LEFT_DOWN),this.moveHandler.setInputAction(s=>{if(!this.selectedPlane||!this.dragStartPoint)return;const r=i.camera.getPickRay(s.endPosition),a=this.boxInverseMatrix,c=e.Matrix4.multiplyByPoint(a,r.origin,new e.Cartesian3),l=e.Matrix4.multiplyByPointAsVector(a,r.direction,new e.Cartesian3);e.Cartesian3.normalize(l,l);const d=new e.Ray(c,l);let h=new e.Cartesian3;this.currentPlaneType==="top"||this.currentPlaneType==="down"?h=Math.abs(l.x)>Math.abs(l.y)?e.Cartesian3.UNIT_X:e.Cartesian3.UNIT_Y:this.currentPlaneType==="left"||this.currentPlaneType==="right"?h=Math.abs(l.y)>Math.abs(l.z)?e.Cartesian3.UNIT_Y:e.Cartesian3.UNIT_Z:h=Math.abs(l.x)>Math.abs(l.z)?e.Cartesian3.UNIT_X:e.Cartesian3.UNIT_Z;const f=-e.Cartesian3.dot(this.dragStartPoint,h),p=new e.Plane(h,f);let u=e.IntersectionTests.rayPlane(d,p,new e.Cartesian3);if(!u){const E=h===e.Cartesian3.UNIT_X?e.Cartesian3.UNIT_Y:h===e.Cartesian3.UNIT_Y&&(this.currentPlaneType==="top"||this.currentPlaneType==="down")?e.Cartesian3.UNIT_X:e.Cartesian3.UNIT_Z,A=-e.Cartesian3.dot(this.dragStartPoint,E);u=e.IntersectionTests.rayPlane(d,new e.Plane(E,A),new e.Cartesian3)}if(!u)return;const m=.01;switch(this.currentPlaneType){case"left":this.targetXMinus=Math.max(-this.targetXPlus+m,-u.x);break;case"right":this.targetXPlus=Math.max(-this.targetXMinus+m,u.x);break;case"behind":this.targetYMinus=Math.max(-this.targetYPlus+m,-u.y);break;case"front":this.targetYPlus=Math.max(-this.targetYMinus+m,u.y);break;case"top":this.targetZPlus=Math.max(-this.targetZMinus+m,u.z);break;case"down":this.targetZMinus=Math.max(-this.targetZPlus+m,-u.z);break}this.syncClippingPlanes(),this.moveCallBack&&this.moveCallBack(this.getRangeParams())},e.ScreenSpaceEventType.MOUSE_MOVE),this.upHandler.setInputAction(()=>{this.selectedPlane&&(this.selectedPlane.material=e.Color.WHITE.withAlpha(.1),this.selectedPlane=null,this.currentPlaneType="",this.dragStartPoint=null),i.screenSpaceCameraController.enableInputs=!0,t.style.cursor="default"},e.ScreenSpaceEventType.LEFT_UP)}syncClippingPlanes(){this.activeModelIds.size!==0&&Object.keys(this.clippingPlanesMap).forEach(e=>{const t=this.clippingPlanesMap[e],i=this.tilesetMap[e];if(t&&i&&!t.isDestroyed()){const s=this.cesium;t.get(0).distance=this.targetXMinus,t.get(1).distance=this.targetXPlus,t.get(2).distance=this.targetYMinus,t.get(3).distance=this.targetYPlus,t.get(4).distance=this.targetZMinus,t.get(5).distance=this.targetZPlus;const r=s.Matrix4.inverse(i.root.transform,new s.Matrix4);t.modelMatrix=s.Matrix4.multiply(r,this.boxMatrix,new s.Matrix4)}})}fitToModels(){const e=this.cesium;if(this.activeModelIds.size===0)return;let t=[];if(this.activeModelIds.forEach(f=>{const p=this.tilesetMap[f];p&&p.boundingSphere&&t.push(p.boundingSphere.center)}),t.length===0)return;const i=new e.Cartesian3;t.forEach(f=>e.Cartesian3.add(i,f,i)),this.boxCenter=e.Cartesian3.divideByScalar(i,t.length,new e.Cartesian3),this.boxMatrix=e.Transforms.eastNorthUpToFixedFrame(this.boxCenter),this.boxInverseMatrix=e.Matrix4.inverse(this.boxMatrix,new e.Matrix4),this.boxOrientation=e.Quaternion.fromRotationMatrix(e.Matrix4.getMatrix3(this.boxMatrix,new e.Matrix3));let s=1/0,r=-1/0,a=1/0,c=-1/0,l=1/0,d=-1/0;this.activeModelIds.forEach(f=>{const p=this.tilesetMap[f];if(!p)return;const u=[],m=p.leiting?.box,E=p.root?.boundingVolume?.boundingVolume;if(m&&m.min&&m.max){const{min:A,max:b}=m,w=[new e.Cartesian3(A.x,A.y,A.z),new e.Cartesian3(b.x,A.y,A.z),new e.Cartesian3(A.x,b.y,A.z),new e.Cartesian3(b.x,b.y,A.z),new e.Cartesian3(A.x,A.y,b.z),new e.Cartesian3(b.x,A.y,b.z),new e.Cartesian3(A.x,b.y,b.z),new e.Cartesian3(b.x,b.y,b.z)],B=p.root.transform;w.forEach(D=>{u.push(e.Matrix4.multiplyByPoint(B,D,new e.Cartesian3))})}else if(E&&E.halfAxes){const A=E.center,b=E.halfAxes,w=e.Matrix3.getColumn(b,0,new e.Cartesian3),B=e.Matrix3.getColumn(b,1,new e.Cartesian3),D=e.Matrix3.getColumn(b,2,new e.Cartesian3);for(let N=0;N<8;N++){const S=e.Cartesian3.clone(A,new e.Cartesian3);e.Cartesian3.add(S,e.Cartesian3.multiplyByScalar(w,N&1?1:-1,new e.Cartesian3),S),e.Cartesian3.add(S,e.Cartesian3.multiplyByScalar(B,N&2?1:-1,new e.Cartesian3),S),e.Cartesian3.add(S,e.Cartesian3.multiplyByScalar(D,N&4?1:-1,new e.Cartesian3),S),u.push(S)}}else if(p.boundingSphere){const A=p.boundingSphere,b=A.center,w=A.radius,B=e.Matrix4.multiplyByPoint(this.boxInverseMatrix,b,new e.Cartesian3);s=Math.min(s,B.x-w),r=Math.max(r,B.x+w),a=Math.min(a,B.y-w),c=Math.max(c,B.y+w),l=Math.min(l,B.z-w),d=Math.max(d,B.z+w)}u.forEach(A=>{const b=e.Matrix4.multiplyByPoint(this.boxInverseMatrix,A,new e.Cartesian3);s=Math.min(s,b.x),r=Math.max(r,b.x),a=Math.min(a,b.y),c=Math.max(c,b.y),l=Math.min(l,b.z),d=Math.max(d,b.z)})});const h=1.01;this.targetXMinus=Math.abs(s)*h,this.targetXPlus=Math.abs(r)*h,this.targetYMinus=Math.abs(a)*h,this.targetYPlus=Math.abs(c)*h,this.targetZMinus=Math.abs(l)*h,this.targetZPlus=Math.abs(d)*h,this.activeModelIds.forEach(f=>{this.setupClippingPlanes(f)}),this.viewer.scene.requestRender()}getRangeParams(){const e=this.cesium;return{targetZPlus:this.targetZPlus,targetZMinus:this.targetZMinus,targetXPlus:this.targetXPlus,targetXMinus:this.targetXMinus,targetYPlus:this.targetYPlus,targetYMinus:this.targetYMinus,maxBox:new e.Cartesian3(this.targetXPlus,this.targetYPlus,this.targetZPlus),minBox:new e.Cartesian3(-this.targetXMinus,-this.targetYMinus,-this.targetZMinus)}}updateRange(e){if(!this.boxMatrix)return;e.targetXMinus!==void 0&&(this.targetXMinus=e.targetXMinus),e.targetXPlus!==void 0&&(this.targetXPlus=e.targetXPlus),e.targetYMinus!==void 0&&(this.targetYMinus=e.targetYMinus),e.targetYPlus!==void 0&&(this.targetYPlus=e.targetYPlus),e.targetZPlus!==void 0&&(this.targetZPlus=e.targetZPlus),e.targetZMinus!==void 0&&(this.targetZMinus=e.targetZMinus);const t=.1;this.targetXMinus+this.targetXPlus<t&&(this.targetXPlus=t-this.targetXMinus),this.targetYPlus+this.targetYMinus<t&&(this.targetYPlus=t-this.targetYMinus),this.targetZPlus+this.targetZMinus<t&&(this.targetZPlus=t-this.targetZMinus),this.syncClippingPlanes(),this.viewer.scene.requestRender()}getRange(){return this.getRangeParams()}setBoxVisibility(e){this.planeEntities.forEach(t=>{t.show=e}),this.viewer.scene.requestRender()}close(e){if(e){const t=this.tilesetMap[e];t&&(t.clippingPlanes&&(t.clippingPlanes.enabled=!1),t.clippingPlanes=void 0),delete this.clippingPlanesMap[e],this.activeModelIds.delete(e),this.activeModelIds.size>0&&this.fitToModels()}else Object.keys(this.clippingPlanesMap).forEach(t=>{const i=this.tilesetMap[t];i&&(i.clippingPlanes&&(i.clippingPlanes.enabled=!1),i.clippingPlanes=void 0)}),this.clippingPlanesMap={},this.activeModelIds.clear();this.activeModelIds.size===0&&(this.planeEntities.forEach(t=>{this.viewer.entities.remove(t)}),this.planeEntities=[],this.destroyEventHandlers(),this.boxMatrix=null,this.boxInverseMatrix=null),this.viewer.scene.requestRender()}destroyEventHandlers(){this.downHandler?.destroy(),this.upHandler?.destroy(),this.moveHandler?.destroy(),this.downHandler=this.upHandler=this.moveHandler=null}}let cs=performance.now();const Tp=10;class Mp{cesium;viewer;modelInfo={modelName:"Person",modelId:"player_111",url:"person/model.glb",scale:.0032};startTime=0;radian=0;speed=.1;speedVector;position;hpRoll;cameralHpRoll;fixedFrameTransforms;model;transparentTest=!0;gravityTestByMove=!1;gravityTest=!0;lastMoveTime=0;moveInterval=.01;collisionTest=!0;wheelCount=2;isLeftDragging=!1;lastScreenY=0;lastScreenX=0;pauseAnimationFn;resumeAnimationFn;selectedColor;selectedColorRecover;handler;moveState={moveFront:!1,moveBack:!1,moveLeft:!1,moveRight:!1,moveUp:!1,moveDown:!1};onLoading=null;onSuccess=null;onError=null;constructor({cesium:e,viewer:t,modelInfo:i,callbacks:s}){this.cesium=e,this.viewer=t,this.radian=this.cesium.Math.toRadians(4),this.speedVector=new this.cesium.Cartesian3,this.position=new this.cesium.Cartesian3,this.hpRoll=new this.cesium.HeadingPitchRoll,this.cameralHpRoll=new this.cesium.HeadingPitchRoll,this.fixedFrameTransforms=new this.cesium.Transforms.localFrameToFixedFrameGenerator("north","west"),i&&(this.modelInfo=Object.assign(this.modelInfo,i)),s&&(this.onLoading=s.onLoading||null,this.onSuccess=s.onSuccess||null,this.onError=s.onError||null),this.selectedColor=new this.cesium.Color(1,1,1,.4),this.selectedColorRecover=new this.cesium.Color(1,1,1,1);const r=this.viewer.scene.canvas;this.handler=new this.cesium.ScreenSpaceEventHandler(r)}getModel(){return this.model}setPauseAnimation(e){this.pauseAnimationFn=e}setResumeAnimationFn(e){this.resumeAnimationFn=e}async setPersonPosition(e){e&&(this.position=e),this.getModel()?(this.model.modelMatrix=this.cesium.Transforms.headingPitchRollToFixedFrame(e,this.hpRoll,this.cesium.Ellipsoid.WGS84,this.fixedFrameTransforms),this.model.show=!0,this.initKeyBoard()):await this.openPlayer(),this.setCameralDefault(!1)}setModelInfo(e){e&&(this.modelInfo=Object.assign(this.modelInfo,e))}async openPlayer(){if(this.enablePositionSelection(),this.model){this.model.show=!0,this.initKeyBoard(),this.setCameralDefault(!1);return}this.position&&!(this.position.x===0&&this.position.y===0&&this.position.z===0)?(await this.loadModel(),this.initKeyBoard(),this.setCameralDefault(!1)):this.onLoading&&this.onLoading("请按住 Ctrl + 左键点击场景选择初始位置...")}enablePositionSelection(){this._positionHandler&&(this._positionHandler.destroy(),this._positionHandler=null);const e=new this.cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas);e.setInputAction(async t=>{const i=this.viewer.scene;let s;try{s=i.pickPosition(t.position)}catch(r){console.warn("pickPosition failed:",r)}s&&(this.position=s,this.model?(this.model.modelMatrix=this.cesium.Transforms.headingPitchRollToFixedFrame(this.position,this.hpRoll,this.cesium.Ellipsoid.WGS84,this.fixedFrameTransforms),this.updatedCamera(),this.onSuccess&&this.onSuccess("已更新漫游位置")):(this.onSuccess&&this.onSuccess("位置已选择,正在加载模型..."),await this.loadModel(),this.initKeyBoard(),this.setCameralDefault(!1)))},this.cesium.ScreenSpaceEventType.LEFT_CLICK,this.cesium.KeyboardEventModifier.CTRL),this._positionHandler=e}_positionHandler;setDefaultPosition(){const e=this.viewer.scene,t=this.viewer.camera,i=new this.cesium.Cartesian2(e.canvas.clientWidth/2,e.canvas.clientHeight/2);let s;try{s=e.pickPosition(i)}catch(r){console.warn("pickPosition failed:",r)}if(s)this.position=s;else{const r=t.direction,c=this.cesium.Cartesian3.add(t.positionWC,this.cesium.Cartesian3.multiplyByScalar(r,10,new this.cesium.Cartesian3),new this.cesium.Cartesian3);this.position=c}}async loadModel(){let e;try{this.onLoading&&this.onLoading("正在加载漫游人物...");const t=await this.cesium.Model.fromGltfAsync({id:this.modelInfo.modelId,url:this.modelInfo.url,modelMatrix:this.cesium.Transforms.headingPitchRollToFixedFrame(this.position,this.hpRoll,this.cesium.Ellipsoid.WGS84,this.fixedFrameTransforms),scale:this.modelInfo.scale,allowPicking:!1,debugShowBoundingVolume:!1,debugWireframe:!1,cull:!1,gltfCallback:s=>{e=s.animations},backFaceCulling:!1}),i=()=>{if(e&&e.length>0){console.log("Model has animations:",e.length);try{t.activeAnimations.add({index:0,loop:this.cesium.ModelAnimationLoop.REPEAT,multiplier:1})}catch(s){console.error("Failed to add animation:",s)}this.pauseAnimationFn=()=>{this.viewer.clock.shouldAnimate=!1},this.resumeAnimationFn=()=>{this.viewer.clock.shouldAnimate=!0},this.viewer.clock.shouldAnimate=!1}else console.warn("No animations found in the model.")};t.ready?i():t.readyEvent.addEventListener(i),this.model=await this.viewer.scene.primitives.add(t),this.updatedCamera(),this.onLoading&&this.onLoading(""),this.onSuccess&&this.onSuccess("漫游模型加载完成")}catch(t){console.error("Failed to load model:",t),this.onLoading&&this.onLoading(""),this.onError&&this.onError("漫游模型加载失败")}}initKeyBoard(){const e=this.handler,t=this.cesium;cs=performance.now();const i=(r,a)=>{const c=r.code,l=r.keyCode;c==="KeyA"||l===65?this.moveState.moveLeft=a:c==="KeyW"||l===87?this.moveState.moveFront=a:c==="KeyD"||l===68?this.moveState.moveRight=a:c==="KeyS"||l===83?this.moveState.moveBack=a:c==="KeyQ"||l===81?this.moveState.moveUp=a:(c==="KeyE"||l===69)&&(this.moveState.moveDown=a)};e.setInputAction(r=>{this.wheelCount-=r*.001,this.wheelCount<.1&&(this.wheelCount=.1),this.updatedCamera()},t.ScreenSpaceEventType.WHEEL),this._keydownHandler=r=>{r.target.tagName==="INPUT"||r.target.tagName==="TEXTAREA"||(i(r,!0),this.resumeAnimationFn&&this.resumeAnimationFn())},this._keyupHandler=r=>{r.target.tagName==="INPUT"||r.target.tagName==="TEXTAREA"||(i(r,!1),Object.keys(this.moveState).every(a=>this.moveState[a]==!1)&&this.pauseAnimationFn&&this.pauseAnimationFn())},document.addEventListener("keydown",this._keydownHandler),document.addEventListener("keyup",this._keyupHandler),e.setInputAction(r=>{this.isLeftDragging=!0,this.lastScreenY=r.position.y,this.lastScreenX=r.position.x},this.cesium.ScreenSpaceEventType.LEFT_DOWN),e.setInputAction(r=>{if(!this.isLeftDragging)return;const a=r.endPosition.x,c=r.endPosition.y,l=c-this.lastScreenY,d=a-this.lastScreenX;Math.abs(l)<Math.abs(d)&&(d>0?(this.cameralHpRoll.heading+=this.radian,this.hpRoll.heading+=this.radian):(this.cameralHpRoll.heading-=this.radian,this.hpRoll.heading-=this.radian),s(0),this.lastScreenX=a),this.lastScreenY=c;const h=this.viewer.camera;this.cameralHpRoll.pitch=h.pitch+this.cesium.Math.toRadians(-l*.1),this.updatedCamera()},t.ScreenSpaceEventType.MOUSE_MOVE),e.setInputAction(()=>{this.isLeftDragging&&(this.isLeftDragging=!1)},t.ScreenSpaceEventType.LEFT_UP);const s=r=>{const a=performance.now();if(a-cs<Tp)return;cs=a;const c=1.75;if(r===1?(this.speedVector=this.cesium.Cartesian3.multiplyByScalar(this.cesium.Cartesian3.UNIT_X,this.speed,this.speedVector),this.gravityTestByMove=!0):r===-1?(this.speedVector=this.cesium.Cartesian3.multiplyByScalar(this.cesium.Cartesian3.UNIT_X,-this.speed,this.speedVector),this.gravityTestByMove=!0):r===0?(this.speedVector=this.cesium.Cartesian3.multiplyByScalar(this.cesium.Cartesian3.UNIT_X,0,this.speedVector),this.gravityTestByMove=!1):r===2?(this.speedVector=this.cesium.Cartesian3.multiplyByScalar(this.cesium.Cartesian3.UNIT_Z,.05,this.speedVector),this.gravityTestByMove=!1):r===-2?(this.speedVector=this.cesium.Cartesian3.multiplyByScalar(this.cesium.Cartesian3.UNIT_Z,-.05,this.speedVector),this.gravityTestByMove=!1):r===3?(this.speedVector=this.cesium.Cartesian3.multiplyByScalar(this.cesium.Cartesian3.UNIT_Y,this.speed,this.speedVector),this.gravityTestByMove=!0):r===-3&&(this.speedVector=this.cesium.Cartesian3.multiplyByScalar(this.cesium.Cartesian3.UNIT_Y,-this.speed,this.speedVector),this.gravityTestByMove=!0),!this.viewer||!this.model)return;const l=(f,p)=>new this.cesium.Ray(f,p),d=new this.cesium.Cartesian3;this.cesium.Matrix4.getColumn(this.model.modelMatrix,0,d),this.cesium.Cartesian3.normalize(d,d);const h=new this.cesium.Cartesian3;if(this.cesium.Matrix4.getColumn(this.model.modelMatrix,1,h),this.cesium.Cartesian3.normalize(h,h),Math.abs(r)!=2&&this.collisionTest){const f=new this.cesium.Cartesian3(this.position.x,this.position.y,this.position.z),p=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,c),f);let u=d;r===-1?u=this.cesium.Cartesian3.multiplyByScalar(d,-1,new this.cesium.Cartesian3):r===3?u=h:r===-3&&(u=this.cesium.Cartesian3.multiplyByScalar(h,-1,new this.cesium.Cartesian3));const m=l(p,u),E=this.viewer.scene.pickFromRay(m,[this.model],1);if(E&&E.position&&this.cesium.Cartesian3.distance(p,E.position)<.9&&r!==0)return}if(this.position=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,this.speedVector,this.position),this.cesium.Transforms.headingPitchRollToFixedFrame(this.position,this.hpRoll,this.cesium.Ellipsoid.WGS84,this.fixedFrameTransforms,this.model.modelMatrix),this.gravityTest){const f=new this.cesium.Cartesian3(this.position.x,this.position.y,this.position.z),p=.5,u=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,p),f),m=new this.cesium.Cartesian3;this.cesium.Cartesian3.subtract(this.position,u,m),this.cesium.Cartesian3.normalize(m,m);const E=l(u,m),A=this.viewer.scene.pickFromRay(E,[this.model],1),b=c,w=this.cesium.Cartesian3.add(u,this.cesium.Cartesian3.multiplyByScalar(d,b,new this.cesium.Cartesian3),new this.cesium.Cartesian3);if(t.defined(A)){const B=t.Cartesian3.distance(u,A.position);B-p>.2&&(this.position=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,-.2),this.position)),B-p<-.1&&B<2&&(this.position=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,.2),this.position))}if(!A&&this.gravityTestByMove){const B=l(this.position,m),D=this.viewer.scene.pickFromRay(B,[this.model],1);if(D){const N=this.cesium.Cartesian3.distance(this.position,D.position);Math.abs(N-1)>.05&&N<2&&(this.position=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,-.2),this.position))}}if(A&&this.gravityTestByMove&&this.gravityTest){const B=this.cesium.Cartesian3.distance(w,A.position);Math.abs(B-c)>.1&&(this.cesium.Transforms.headingPitchRollToFixedFrame(this.position,this.hpRoll,this.cesium.Ellipsoid.WGS84,this.fixedFrameTransforms,this.model.modelMatrix),this.position=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,(c-B)/Math.abs(c-B)*.05),this.position))}}if(this.transparentTest){const f=new this.cesium.Cartesian3(this.position.x,this.position.y,this.position.z),p=1.75,u=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,p),f),m=this.viewer.camera.positionWC,E=u,A=t.Cartesian3.subtract(E,m,new t.Cartesian3),b=t.Cartesian3.distance(u,m),w=t.Cartesian3.normalize(A,new t.Cartesian3),B=new t.Ray(m,w);let D;try{D=this.viewer.scene.pickFromRay(B,void 0,1)}catch{}t.defined(D)&&D.primitive!==this.model&&D.position&&t.Cartesian3.distance(m,D.position)<b&&(this.wheelCount-=.1,this.wheelCount<.1&&(this.wheelCount=.1))}this.cesium.Transforms.headingPitchRollToFixedFrame(this.position,this.hpRoll,this.cesium.Ellipsoid.WGS84,this.fixedFrameTransforms,this.model.modelMatrix),this.updatedCamera()};this._tickHandler=()=>{const r=performance.now()/1e3;(r-this.lastMoveTime>=this.moveInterval||this.lastMoveTime==0)&&(this.moveState.moveFront?s(1):this.moveState.moveBack?s(-1):this.moveState.moveLeft?s(3):this.moveState.moveRight?s(-3):this.moveState.moveUp?s(2):this.moveState.moveDown&&s(-2),this.lastMoveTime=r)},this.viewer.clock.onTick.addEventListener(this._tickHandler)}updatedCamera(){if(!this.model)return;const e=new this.cesium.Cartesian3(this.position.x,this.position.y,this.position.z),t=1.75,i=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,t),e);this.viewer.camera.viewBoundingSphere(new this.cesium.BoundingSphere(i,this.wheelCount),this.cameralHpRoll)}_keydownHandler;_keyupHandler;_tickHandler;_uiEventListeners=[];bindUiKeys(e){this.unbindUiKeys(),Object.entries(e).forEach(([t,i])=>{if(!i)return;const s=()=>this.setMoveState(t,!0),r=()=>this.setMoveState(t,!1);i.addEventListener("mousedown",s),i.addEventListener("mouseup",r),i.addEventListener("mouseleave",r),i.addEventListener("touchstart",a=>{a.preventDefault(),s()}),i.addEventListener("touchend",a=>{a.preventDefault(),r()}),this._uiEventListeners.push(()=>{i.removeEventListener("mousedown",s),i.removeEventListener("mouseup",r),i.removeEventListener("mouseleave",r),i.removeEventListener("touchstart",s),i.removeEventListener("touchend",r)})})}unbindUiKeys(){this._uiEventListeners.forEach(e=>e()),this._uiEventListeners=[]}openCameraRoam(){const e=this.cesium,t=this.viewer,i=t.camera;this.setDefaultPosition(),this.setCameralDefault(!1);const s=this.handler;let r=!1,a=0,c=0;s.setInputAction(l=>{r=!0,a=l.position.x,c=l.position.y},e.ScreenSpaceEventType.LEFT_DOWN),s.setInputAction(l=>{if(!r)return;const d=l.endPosition.x,h=l.endPosition.y,f=d-a,p=h-c;Math.abs(f)>Math.abs(p)&&(i.heading-=f*.003),i.pitch+=p*.003,a=d,c=h},e.ScreenSpaceEventType.MOUSE_MOVE),s.setInputAction(()=>{r=!1},e.ScreenSpaceEventType.LEFT_UP),s.setInputAction(l=>{this.wheelCount-=l*.001,this.wheelCount<.1&&(this.wheelCount=.1)},e.ScreenSpaceEventType.WHEEL),this._tickHandler=()=>{if(!this.moveState.moveFront&&!this.moveState.moveBack&&!this.moveState.moveLeft&&!this.moveState.moveRight&&!this.moveState.moveUp&&!this.moveState.moveDown)return;const l=(this.speed||.02)*12,d=i.direction,h=i.right,f=i.up;let p=0,u=0,m=0;this.moveState.moveFront&&(p+=d.x*l,u+=d.y*l,m+=d.z*l),this.moveState.moveBack&&(p-=d.x*l,u-=d.y*l,m-=d.z*l),this.moveState.moveRight&&(p+=h.x*l,u+=h.y*l,m+=h.z*l),this.moveState.moveLeft&&(p-=h.x*l,u-=h.y*l,m-=h.z*l),this.moveState.moveUp&&(p+=f.x*l,u+=f.y*l,m+=f.z*l),this.moveState.moveDown&&(p-=f.x*l,u-=f.y*l,m-=f.z*l),i.position=new e.Cartesian3(i.position.x+p,i.position.y+u,i.position.z+m)},t.clock.onTick.addEventListener(this._tickHandler),this.onSuccess&&this.onSuccess("视角漫游已启动")}closePlayer(){const e=this.cesium;this.model&&(this.model.show=!1),this.setCameralDefault(!0),this.handler&&(this.handler.removeInputAction(e.ScreenSpaceEventType.LEFT_DOWN),this.handler.removeInputAction(e.ScreenSpaceEventType.MOUSE_MOVE),this.handler.removeInputAction(e.ScreenSpaceEventType.LEFT_UP),this.handler.removeInputAction(e.ScreenSpaceEventType.WHEEL)),this._positionHandler&&(this._positionHandler.destroy(),this._positionHandler=null),this._keydownHandler&&document.removeEventListener("keydown",this._keydownHandler),this._keyupHandler&&document.removeEventListener("keyup",this._keyupHandler),this._tickHandler&&this.viewer.clock.onTick.removeEventListener(this._tickHandler),this.unbindUiKeys(),this.viewer.camera.lookAtTransform(e.Matrix4.IDENTITY),this.onLoading&&this.onLoading("")}setSpeed({speed:e}){this.speed=e/50}setParams({gravityTest:e,collisionTest:t,transparentTest:i}){e!==void 0&&(this.gravityTest=e),t!==void 0&&(this.collisionTest=t),i!==void 0&&(this.transparentTest=i)}setMoveState(e,t){this.moveState.hasOwnProperty(e)&&(this.moveState[e]=t,t?this.resumeAnimationFn&&this.resumeAnimationFn():Object.keys(this.moveState).every(i=>this.moveState[i]==!1)&&this.pauseAnimationFn&&this.pauseAnimationFn())}setCameralDefault(e){const t=this.viewer;t.scene.screenSpaceCameraController.enableRotate=e,t.scene.screenSpaceCameraController.enableTranslate=e,t.scene.screenSpaceCameraController.enableZoom=e,t.scene.screenSpaceCameraController.enableLook=e,t.scene.screenSpaceCameraController.enableTilt=e}}class Dp{cesium;viewer;baseCesium;baseTiles;baseCompt;baseSection;basePlayer;constructor(e){this.cesium=e.cesium,this.viewer=e.viewer,this.baseCesium=new tc(e),this.baseTiles=new Lr(e),this.baseCompt=new xp(e),this.baseSection=new Sp(e),this.basePlayer=new Mp({cesium:e.cesium,viewer:e.viewer,modelInfo:{url:e.options?.playerUrl,modelName:e.options?.playerModelName,modelId:e.options?.playerModelId,scale:e.options?.playerScale},callbacks:e.callbacks})}getCesium(){return this.cesium}getViewer(){return this.viewer}setSceneOptions(...e){this.baseCesium.setSceneOptions(...e)}getSnapDomSImageBase64(...e){return this.baseCesium.getSnapDomSImageBase64(...e)}clearBackground(){this.baseCesium.clearBackground()}enableTestLabel(){this.baseCesium.enableTestLabel()}enableCesiumFXAA(e){this.baseCesium.enableCesiumFXAA(e)}updateModelEffect(e){this.baseCesium.updateModelEffect(e)}addModels(...e){return this.baseTiles.addModels(...e)}}class kp{cesium;viewer;mapLayers={};renderGen={};renderGenAll=0;renderGenByModel={};modelId="default";options={flyTo:!0};dxfModelsList=[];open=!1;events=new jn;showGlobal=!0;constructor({viewer:e,cesium:t}){this.viewer=e,this.cesium=t}getMapLayers(e){const t=typeof e=="object"?e?.modelId:e;return t?this.mapLayers[t]||{}:this.mapLayers}setModelId(e){this.modelId=e}getModelId(){return this.modelId}flyToCadModel(e={}){const t=e.modelId||this.modelId,i=this.dxfModelsList.find(s=>s.modelId===t);i&&this.flyToBounds(i)}setDxfOpen(e){this.open=e}getDxfOpen(){return this.open}getDxfModelsList(){return this.dxfModelsList}getDxfModels(e){const t=typeof e=="object"?e?.modelId:e;return t?this.dxfModelsList.find(i=>i.modelId===t):this.dxfModelsList}showJson({modelId:e,show:t}){this.mapLayers[e]&&Object.values(this.mapLayers[e]).forEach(s=>{s.forEach(r=>{r.primitive&&(r.primitive.show=t)})});const i=this.dxfModelsList.find(s=>s.modelId===e);i&&(i.show=t)}showJsonByLayer({modelId:e,show:t,layers:i}){const s=this.dxfModelsList.find(a=>a.modelId===e);if(!s){console.error("Tileset not found for modelId:",e);return}s.hiddenBatchIds||(s.hiddenBatchIds=new Set),s.layerMap&&Array.isArray(i)&&i.forEach(a=>{const c=s.layerMap[a];c!==void 0&&(t?s.hiddenBatchIds.delete(c):s.hiddenBatchIds.add(c))});const r=Array.from(s.hiddenBatchIds);if(r.length>0){const a=r.map(c=>`\${_BATCHID} !== ${c}`).join(" && ");s.style=new this.cesium.Cesium3DTileStyle({show:a})}else s.style=new this.cesium.Cesium3DTileStyle({show:!0});s.hasVisibilityListener||(s.hasVisibilityListener=!0,s.tileVisible.addEventListener(a=>{const c=a.content,l=c.featuresLength;if(l>0&&s.hiddenBatchIds)for(let d=0;d<l;d++)s.hiddenBatchIds.has(d)?c.getFeature(d).show=!1:c.getFeature(d).show=!0}))}flyToBounds(e,t){const i=this.cesium,s=e.boundingSphere?.radius||1e3,r={offset:new i.HeadingPitchRange(0,i.Math.toRadians(-90),s*2),...t},a=r.duration??0;e&&this.viewer.flyTo(e,{duration:a,offset:r.offset})}async loadModelFile(e){try{if(!e||typeof e!="string")return!1;const t=await fetch(e,{cache:"no-store"});if(!t.ok)throw new Error(`HTTP ${t.status} for ${e}`);if(e.endsWith(".json")||t.headers.get("content-type")?.includes("application/json"))return await t.json();const i=await t.blob(),s=new Tr(new es(i),{password:"abc!?123",useWebWorkers:!1}),a=(await s.getEntries()).find(d=>!d.directory&&d.filename.endsWith(".json"));if(!a)return console.error("未找到 JSON 文件"),await s.close(),!1;const c=await a.arrayBuffer({useWebWorkers:!1});await s.close();const l=new TextDecoder().decode(c);return JSON.parse(l.trim())}catch(t){return console.error("解压或获取失败:",t),!1}}async addDxfModel({fileNames:e,options:t}){const i=this.renderGenAll;if(e?.length){for(const s of e){if(this.renderGenAll!==i)return;const r=this.renderGenByModel[s.modelId]||0;if((this.renderGenByModel[s.modelId]||0)!==r||~this.dxfModelsList.findIndex(d=>d.modelId===s.modelId))return;const c=`${s.outPutPath}${s.dbName}/tileset.json`,l={...this.options,...t};try{const d=`${s.outPutPath}${s.dbName}/layerInfo.zip`,h=await this.loadModelFile(d);if(this.renderGenAll!==i||(this.renderGenByModel[s.modelId]||0)!==r)return;const f=await this.cesium.Cesium3DTileset.fromUrl(c,{allowPicking:!1,clampToTerrain:!0});if(f.maximumScreenSpaceError=0,this.renderGenAll!==i||(this.renderGenByModel[s.modelId]||0)!==r)return;if(Object.assign(f,{modelId:s.modelId,modelName:s.modelName,deltaLatitude:s.deltaLatitude||0,deltaLongitude:s.deltaLongitude||0,relocated:!0,dbName:s.dbName,outPutPath:s.outPutPath,totalRotation:s.totalRotation||0,layerInfo:h}),s.formData?f.formData=s.formData:f.formData={modelId:f.modelId,longitude:f.deltaLongitude,latitude:f.deltaLatitude,distance:1e-6,rotation:0,totalRotation:f.totalRotation,heightDistance:1,height:0,lonlat:1e-6,modelOptions:[{value:f.modelId,label:f.modelName}],selectPoint:{longitude:0,latitude:0,height:0},selectedMode:!1,X:0,Y:0,Z:0},this.adjustingModelByCad({...f.formData,tileset:f}),Array.isArray(h)){const p=h;f.layerMap={};let u=this.mapLayers[s.modelId];u||(u={},this.mapLayers[s.modelId]=u),p.forEach(m=>{f.layerMap[m.layerName]=m.batchId,u[m.layerName]||(u[m.layerName]=[]),u[m.layerName].push({batchId:m.batchId,color:m.layerColor})})}if(this.dxfModelsList.push(f),this.setModelId(s.modelId),this.viewer.scene.primitives.add(f),this.renderGenAll!==i||(this.renderGenByModel[s.modelId]||0)!==r)return;l.flyTo&&this.flyToBounds(f),l.onSuccess&&l.onSuccess(f)}catch(d){console.error(`Failed to load tileset or layer info: ${c}`,d)}}this.events.emit("mountAllCad",this.dxfModelsList)}}adjustingModelByCad(e){const t=this.cesium,i=t.Quaternion.fromAxisAngle(t.Cartesian3.UNIT_Z,t.Math.toRadians(e.totalRotation)),s=t.Matrix4.fromRotationTranslation(t.Matrix3.fromQuaternion(i),new t.Cartesian3(0,0,0)),r=t.Cartesian3.fromDegrees(e.longitude,e.latitude,e.height),a=t.Transforms.eastNorthUpToFixedFrame(r);t.Matrix4.multiply(a,s,a),e.tileset?._root&&(e.tileset._root.transform=a)}deleteCad({modelId:e}){this.mapLayers[e]&&(Object.values(this.mapLayers[e]).forEach(i=>{i.forEach(s=>{this.viewer.scene.primitives.remove(s.primitive),s.primitive?.destroy()})}),delete this.mapLayers[e]),this.renderGen[e]=(this.renderGen[e]||0)+1,this.renderGenByModel[e]=(this.renderGenByModel[e]||0)+1;const t=this.dxfModelsList.findIndex(i=>i.modelId===e);if(t>-1){const i=this.dxfModelsList[t];this.viewer.scene.primitives.remove(i),i.destroy&&!i.isDestroyed()&&i.destroy(),this.dxfModelsList.splice(t,1)}}deleteAllCad(){Object.keys(this.mapLayers).forEach(e=>{this.deleteCad({modelId:e})}),[...this.dxfModelsList].forEach(e=>{e.modelId&&this.deleteCad({modelId:e.modelId})})}}class ft{constructor(e,t){if(this.viewer=e,!this.viewer)return;this.type="prompt",t=t||{};const i=t.type==null?1:t.type;let s={id:new Date().getTime()+""+Math.floor(Math.random()*1e4),type:i,anchor:i==2,closeBtn:i==2,offset:i==2?{x:0,y:-20}:{x:10,y:10},content:"",show:!0,style:{background:"rgba(0,0,0,0.5)",color:"white"}};this.opt=Object.assign(s,t),this.attr=this.opt;const r=this.viewer.container.id;this.isShow=this.opt.show==null?!0:this.opt.show;let a="",c="";const l=this.opt.style.background,d=this.opt.style.color;this.opt.anchor&&(a+=`
14
14
  <div class="prompt-anchor-container">
15
15
  <div class="prompt-anchor" style="background:${l} !important;">
16
16
  </div>
@@ -26,7 +26,7 @@
26
26
  ${a}
27
27
  <!-- 关闭按钮 -->
28
28
  ${c}
29
- `;this.promptDiv=window.document.createElement("div"),this.promptDiv.className=`easy3d-prompt ${this.opt.className}`,this.promptDiv.id=f,this.promptDiv.innerHTML=p,window.document.getElementById(o).appendChild(this.promptDiv);const m=window.document.getElementById(`prompt-close-${this.opt.id}`);let C=this;m&&m.addEventListener("click",A=>{C.hide(),C.opt.close&&C.opt.close()}),this.promptDom=window.document.getElementById(f),this.position=this.transPosition(this.opt.position),i==2&&this.bindRender(),this.opt.show==!1&&this.hide(),this.containerW=this.viewer.container.offsetWidth,this.containerH=this.viewer.container.offsetHeight,this.containerLeft=this.viewer.container.offsetLeft,this.containerTop=this.viewer.container.offsetTop,this.contentW=Math.ceil(Number(this.promptDom.offsetWidth)),this.contentH=this.promptDom.offsetHeight,this.opt.success&&this.opt.success()}destroy(){this.promptDiv&&(window.document.getElementById(this.viewer.container.id).removeChild(this.promptDiv),this.promptDiv=null),this.rendHandler&&(this.rendHandler(),this.rendHandler=null)}bindRender(){let e=this;this.rendHandler=this.viewer.scene.postRender.addEventListener(function(){if(!e.isShow&&e.promptDom){e.promptDom.style.display="none";return}if(e.position)if(e.position instanceof Cesium.Cartesian3){let t=Cesium.SceneTransforms.wgs84ToWindowCoordinates(e.viewer.scene,e.position);if(!t)return;new Cesium.EllipsoidalOccluder(e.viewer.scene.globe.ellipsoid,e.viewer.scene.camera.position).isPointVisible(e.position)?e.promptDom&&(e.promptDom.style.display="block"):e.promptDom&&(e.promptDom.style.display="none"),e.setByPX({x:t.x,y:t.y})}else e.setByPX({x:e.position.x,y:e.position.y})},this)}update(e,t){e instanceof Cesium.Cartesian3&&(this.position=e.clone(),e=Cesium.SceneTransforms.wgs84ToWindowCoordinates(this.viewer.scene,e)),this.contentW=Math.ceil(Number(this.promptDom.offsetWidth)),this.contentH=this.promptDom.offsetHeight,e&&this.setByPX(e),t&&this.setContent(t)}isInView(){if(!this.position)return!1;let e=null;this.position instanceof Cesium.Cartesian2?e=this.position:e=Cesium.SceneTransforms.wgs84ToWindowCoordinates(this.viewer.scene,this.position);const i=new Cesium.EllipsoidalOccluder(this.viewer.scene.globe.ellipsoid,this.viewer.scene.camera.position).isPointVisible(this.position);let s=!1;return e?(e.x>this.containerLeft&&e.x<this.containerLeft+this.containerW&&e.y>this.containerTop&&e.y<this.containerTop+this.containerH&&(s=!0),i&&s):s}setVisible(e){this.isInView(this.position)&&e?(this.isShow=!0,this.promptDom&&(this.promptDom.style.display="block")):(this.isShow=!1,this.promptDom&&(this.promptDom.style.display="none"))}show(){this.setVisible(!0)}hide(){this.setVisible(!1)}setContent(e){let t=window.document.getElementById(`prompt-content-${this.opt.id}`);t.innerHTML=e}setByPX(e){e&&this.promptDom&&(this.promptDom.offsetWidth,this.promptDom.offsetHeight,this.opt.type==1?(this.promptDom.style.left=Number(e.x)+Number(this.opt.offset.x||0)+"px",this.promptDom.style.top=Number(e.y)+Number(this.opt.offset.y||0)+"px"):(this.promptDom.style.left=Number(e.x)+Number(this.opt.offset.x||0)-Number(this.contentW)/2+"px",this.promptDom.style.top=Number(e.y)+Number(this.opt.offset.y||0)-Number(this.contentH)+"px"))}transPosition(e){let t;return Array.isArray(e)?t=Cesium.Cartesian3.fromDegrees(e[0],e[1],e[2]||0).clone():e instanceof Cesium.Cartesian3?t=e.clone():t=e,t}}const Qr=Object.freeze(Object.defineProperty({__proto__:null,default:ft},Symbol.toStringTag,{value:"Module"}));let ae={};ae.cartesianToLnglat=function(n,e){if(!n)return[];var t=Cesium.Cartographic.fromCartesian(n),i=Cesium.Math.toDegrees(t.latitude),s=Cesium.Math.toDegrees(t.longitude),o=t.height;return[s,i,o]},ae.getViewCenter=n=>{if(n){var e=n.camera.computeViewRectangle(),t=e.west/Math.PI*180,i=e.north/Math.PI*180,s=e.east/Math.PI*180,o=e.south/Math.PI*180;return[(s+t)/2,(i+o)/2]}},ae.cartesiansToLnglats=function(n,e){if(!(!n||n.length<1)){if(e=e||window.viewer,!e){console.log("util.cartesiansToLnglats方法缺少viewer对象");return}for(var t=[],i=0;i<n.length;i++)t.push(ae.cartesianToLnglat(n[i],e));return t}},ae.lnglatsToCartesians=function(n){if(!(!n||n.length<1)){for(var e=[],t=0;t<n.length;t++){var i=Cesium.Cartesian3.fromDegrees(n[t][0],n[t][1],n[t][2]||0);e.push(i)}return e}},ae.flyTo=function(n,e){if(!e){console.log("util.flyTo缺少viewer对象");return}n=n||{};let t=n.center;if(!t){console.log("缺少定位坐标!");return}if(t instanceof Cesium.Cartesian3&&e.camera.flyToBoundingSphere(new Cesium.BoundingSphere(t),{offset:new Cesium.HeadingPitchRange(Cesium.Math.toRadians(n.heading||0),Cesium.Math.toRadians(n.pitch||-60),n.range||1e4)}),t instanceof Array){var i=new Cesium.BoundingSphere(Cesium.Cartesian3.fromDegrees(t[0],t[1],t[2]));e.camera.flyToBoundingSphere(i,{offset:new Cesium.HeadingPitchRange(Cesium.Math.toRadians(n.heading||0),Cesium.Math.toRadians(n.pitch||-60),n.range||1e4)})}},ae.getCameraView=function(n){if(n=n||window.viewer,!n){console.log("util.getCameraView缺少viewer对象");return}var e=n.camera,t=e.position,i=e.heading,s=e.pitch,o=e.roll,a=Cesium.Cartographic.fromCartesian(t),c={x:Cesium.Math.toDegrees(a.longitude),y:Cesium.Math.toDegrees(a.latitude),z:a.height,heading:Cesium.Math.toDegrees(i),pitch:Cesium.Math.toDegrees(s),roll:Cesium.Math.toDegrees(o)};return c},ae.setCameraView=function(n,e){if(e=e||window.viewer,!e){console.log("util.setCameraView缺少viewer对象");return}if(n){var t=n.destination||Cesium.Cartesian3.fromDegrees(n.x,n.y,n.z);e.camera.flyTo({destination:t,orientation:{heading:Cesium.Math.toRadians(n.heading||0),pitch:Cesium.Math.toRadians(n.pitch||0),roll:Cesium.Math.toRadians(n.roll||0)},duration:n.duration===void 0?3:n.duration,complete:n.complete})}},ae.computeAreaOfTriangle=function(n,e,t){if(!n||!e||!t)return console.log("传入坐标有误!"),0;var i=Cesium.Cartesian3.distance(n,e),s=Cesium.Cartesian3.distance(e,t),o=Cesium.Cartesian3.distance(t,n),a=(i+s+o)/2;return Math.sqrt(a*(a-i)*(a-s)*(a-o))};class tt{constructor(e,t){this.viewer=e,this.style=t||{},this.objId=+(new Date().getTime()+""+Number(Math.random()*1e3).toFixed(0)),this.handler=void 0,this.modifyHandler=void 0,this.type="",this.positions=[],this.state=null,this.prompt=null,this.controlPoints=[],this.modifyPoint=null,this.entity=null,this.pointStyle={},this.promptStyle=this.style.prompt||{show:!0},this.properties={},this.clientScale=1}getCatesian3FromPX(e){if(e=this.transpx(e),this.viewer.scene.mode===Cesium.SceneMode.SCENE2D){let o=this.viewer.camera.getPickRay(e),a=null;return o&&(a=this.viewer.scene.globe.pick(o,this.viewer.scene)),a||(a=this.viewer.camera.pickEllipsoid(e,this.viewer.scene.globe.ellipsoid)),a}let t=this.viewer.scene.drillPick(e);this.viewer.scene.render();let i,s=!1;for(let o=0;o<t.length;o++)if(t[o]&&t[o].primitive&&t[o].primitive instanceof Cesium.Cesium3DTileset){s=!0;break}if(s)i=this.viewer.scene.pickPosition(e);else{let o=this.viewer.camera.getPickRay(e);if(!o)return null;i=this.viewer.scene.globe.pick(o,this.viewer.scene)}return i}setClientScale(e){e=e||1,this.clientScale=e}transpx(e){return{x:e.x/(this.clientScale||1),y:e.y/(this.clientScale||1)}}getEntity(){return this.entity}getPositions(e){return e?ae.cartesiansToLnglats(this.positions,this.viewer):this.positions}getLnglats(){return ae.cartesiansToLnglats(this.positions,this.viewer)}setOwnProp(e){this.entity&&(this.entity.ownProp=e)}remove(){this.entity&&(this.state="no",this.viewer.entities.remove(this.entity),this.entity=null)}setVisible(e){this.entity&&(this.entity.show=e)}forbidDrawWorld(e){this.viewer.scene.screenSpaceCameraController.enableRotate=!e,this.viewer.scene.screenSpaceCameraController.enableTilt=!e,this.viewer.scene.screenSpaceCameraController.enableTranslate=!e,this.viewer.scene.screenSpaceCameraController.enableInputs=!e}destroy(){this.handler&&(this.handler.destroy(),this.handler=null),this.modifyHandler&&(this.modifyHandler.destroy(),this.modifyHandler=null),this.entity&&(this.viewer.entities.remove(this.entity),this.entity=null),this.positions=[],this.style=null;for(var e=0;e<this.controlPoints.length;e++){var t=this.controlPoints[e];this.viewer.entities.remove(t)}this.controlPoints=[],this.modifyPoint=null,this.prompt&&(this.prompt.destroy(),this.prompt=null),this.state="no",this.forbidDrawWorld(!1)}startEdit(e){if(this.state=="startEdit"||this.state=="editing"||!this.entity)return;this.state="startEdit",this.modifyHandler||(this.modifyHandler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas));let t=this;for(let i=0;i<t.controlPoints.length;i++){let s=t.controlPoints[i];s&&(s.show=!0)}this.entity.show=!0,this.modifyHandler.setInputAction(function(i){if(!t.entity)return;let s=t.viewer.scene.pick(i.position);Cesium.defined(s)&&s.id&&(s.id.objId||(t.modifyPoint=s.id),t.forbidDrawWorld(!0))},Cesium.ScreenSpaceEventType.LEFT_DOWN),this.modifyHandler.setInputAction(function(i){if(t.positions.length<1||!t.modifyPoint)return;let s=t.getCatesian3FromPX(i.endPosition,t.viewer,[t.entity,t.modifyPoint]);s&&(t.modifyPoint.position.setValue(s),t.positions[t.modifyPoint.wz]=s,t.state="editing",e&&e())},Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.modifyHandler.setInputAction(function(i){t.modifyPoint&&(t.modifyPoint=null,t.forbidDrawWorld(!1),t.state="editing")},Cesium.ScreenSpaceEventType.LEFT_UP)}endEdit(e){for(let t=0;t<this.controlPoints.length;t++){let i=this.controlPoints[t];i&&(i.show=!1)}this.modifyHandler&&(this.modifyHandler.destroy(),this.modifyHandler=null,e&&e(this.entity)),this.forbidDrawWorld(!1),this.state="endEdit"}endCreate(){}done(){}createPoint(e){if(!e)return;this.pointStyle.color=this.pointStyle.color||Cesium.Color.CORNFLOWERBLUE,this.pointStyle.outlineColor=this.pointStyle.color||Cesium.Color.CORNFLOWERBLUE;let t=this.pointStyle.color instanceof Cesium.Color?this.pointStyle.color:Cesium.Color.fromCssColorString(this.pointStyle.color);t=t.withAlpha(this.pointStyle.colorAlpha||1);let i=this.pointStyle.outlineColor instanceof Cesium.Color?this.pointStyle.outlineColor:Cesium.Color.fromCssColorString(this.pointStyle.outlineColor);return i=i.withAlpha(this.pointStyle.outlineColorAlpha||1),this.viewer.entities.add({position:e,point:{pixelSize:this.pointStyle.property||10,color:t,outlineWidth:this.pointStyle.outlineWidth||0,outlineColor:i,disableDepthTestDistance:Number.POSITIVE_INFINITY},show:!1})}transfromLineMaterial(e){if(!e)return;let t={};if(e instanceof Cesium.Color){let i=e.color.getValue();t.colorAlpha=i.alpha,t.colorHex=new Cesium.Color(i.red,i.green,i.blue,1).toCssHexString()}return t}transfromGonMaterial(e){if(!e)return;let t={};if(e instanceof Cesium.Color){let i=e.color.getValue();t.colorAlpha=i.alpha,t.colorHex=new Cesium.Color(i.red,i.green,i.blue,1).toCssHexString()}return t}setAttr(e){this.properties.attr=e||{}}getAttr(){return this.properties.attr}zoomTo(){this.entity&&this.viewer.zoomTo(this.entity)}}const Pp="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAptJREFUOE+FVD1oU1EYvecVCU5acHFqsggKSlUcdDGZuvhToeAgYuIuaUcHMZ0c2+JuAg4dKrS6iFPiooMUAyqCS5PFTVpBKJKa4/nez817yateeOTm3vOd75zv3u/C5QySx50b3HMO89oupyBdzTvOHawBR3t5sRhfJH+tiqiu9X4UDJH80Tc169ywGCeZcY7CDZaB6b00hyckd6WKbW2WFLQoYCtPga0JW40I3Y6wt4T1alOE382OBuaBk7l20gnIHQkoyEFA5/YrQClUGhKS/YZ+FmVpVhuejNzXemhfwU4BWAUKywlxRBoYfguYkWohosXBruY14JS3Sf6Ik1CJpqRkaAe0ovSyeGJrRPrNiJr6ziu+K8LPCqBqdraYtdRPMms/GmRPxNiTGiP3g/ykcrELnKuKcNtAPeBCKHkU/EUKgw5wWvsJ4VcLFPbMGOG2HdBN4GJJhO9UVMju5VaacHxOfjClsux0AJd8kkj5+7LdEOAKRNgWoYEqGVBWbVvqoTpRiSsTicUhQidC0ZBvjFAXdE4WJwe5qUM7ovtmmGtmbWKQr0UYiHDOCF9JmdXwulTkgddj8O2JrkrQ5EuJQRW4URThhv2pAwvT+YTNotaLQO0fJXlhTaFTXrBTXlfA0CypPndy6vPU6nMVeOAvdDox+Tx0IA4V8G4n7pRnVht7XbRYi1swCiOfyIF7DDzMeUia1v8ftd8H7lvipPVs47dZOqb+1I2v+ReEbMSWGxnLZBgTPyYFK8molyMlK9aXpk6krgHU1/JqGmPN5qaipJplYMm7ytiISA9kn7LvevpVzwZSRmWnlAb6WNWeqX6r66SXacm78ZbHlahuChhaj1uL6TH146dmSsIW8ChTggRx6N06zO7/1v8CLeIaJJK0e+4AAAAASUVORK5CYII=";class Fp extends tt{constructor(e,t){super(e,t),this.type="billboard",this.viewer=e;let i={verticalOrigin:Cesium.VerticalOrigin.BOTTOM,scale:1};this.style=Object.assign({},i,t||{}),this.entity=null,this.style.hasOwnProperty("image")||console.warn("CreateBillboard: 未在 style 中指定 image,后续将使用回退图或占位图。"),this.position=null,this._defaultFallback=Pp,this.prompt=null,this.modifyHandler=null,this._globalMouseUpHandler=null,this._isDragging=!1,this._editPickedEntity=null,this.controlPoints=[],this.modifyPoint=null,this._isScaling=!1,this._fileInput=null}_preloadImage(e,t=7e3){return new Promise((i,s)=>{if(!e)return s(new Error("empty url"));try{const o=new window.Image;o.crossOrigin="anonymous";let a=!1;const c=()=>{a||(a=!0,clearTimeout(d),i(o))},l=h=>{a||(a=!0,clearTimeout(d),s(new Error("image load error: "+e)))};o.onload=c,o.onerror=l;const d=setTimeout(()=>{a||(a=!0,o.onload=o.onerror=null,s(new Error("image load timeout: "+e)))},t);o.src=e}catch(o){s(o)}})}createBillboard(e){if(!e)return;const t=this.style.fallbackImage||this._defaultFallback,i=this.viewer.entities.add({position:e,billboard:{image:t,scale:this.style.scale||1,pixelOffset:this.style.pixelOffset,heightReference:this.style.heightReference==null?Cesium.HeightReference.CLAMP_TO_GROUND:Number(this.style.heightReference),verticalOrigin:Cesium.VerticalOrigin.BOTTOM,color:this.style.color?this.style.color instanceof Cesium.Color?this.style.color.withAlpha(this.style.colorAlpha||1):Cesium.Color.fromCssColorString(this.style.color).withAlpha(this.style.colorAlpha||1):Cesium.Color.WHITE}});i.objId=this.objId;const s=this.style.image;if(s)this._preloadImage(s,7e3).then(o=>{try{i.billboard.image=o,this.style.image=s}catch(a){console.warn("CreateBillboard: set billboard image element failed, fallback to url string",a);try{i.billboard.image=s}catch{}}try{this.viewer.scene.requestRender()}catch{}}).catch(o=>{console.error("CreateBillboard: image load failed:",o.message," URL:",s," 使用回退图:",t);try{this.viewer.scene.requestRender()}catch{}});else try{this.viewer.scene.requestRender()}catch{}return this.position=e.clone(),this.entity=i,i}updateBillboardImage(e){if(!this.entity||!this.entity.billboard)return;const t=this.style.fallbackImage||this._defaultFallback;if(!e){try{this.entity.billboard.image=t}catch{}this.style.image=t;try{this.viewer.scene.requestRender()}catch{}return}try{this.entity.billboard.image=t}catch{}this._preloadImage(e,7e3).then(i=>{try{this.entity.billboard.image=i}catch(s){console.warn("CreateBillboard: set billboard image element failed, fallback to url string",s);try{this.entity.billboard.image=e}catch{}}this.style.image=e;try{this.viewer.scene.requestRender()}catch{}}).catch(i=>{console.error("CreateBillboard: updateBillboardImage failed to load:",i.message," URL:",e);try{this.entity.billboard.image=t}catch{}this.style.image=t;try{this.viewer.scene.requestRender()}catch{}})}start(e){!this.prompt&&this.promptStyle.show&&(this.prompt=new ft(this.viewer,this.promptStyle)),this.state="startCreate";let t=this;this.handler||(this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas)),this.handler.setInputAction(function(i){let s=t.getCatesian3FromPX(i.position,t.viewer);if(s){if(t.position=s.clone(),t.entity=t.createBillboard(t.position),t.handler){try{t.handler.destroy()}catch{}t.handler=null}if(t.prompt){try{t.prompt.destroy()}catch{}t.prompt=null}t.state="endCreate",e&&e(t.entity)}},Cesium.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(function(i){t.prompt&&t.prompt.update&&t.prompt.update(i.endPosition,"单击新增"),t.state="creating"},Cesium.ScreenSpaceEventType.MOUSE_MOVE)}endCreate(){let e=this;if(e.handler){try{e.handler.destroy()}catch{}e.handler=null}if(e.prompt){try{e.prompt.destroy()}catch{}e.prompt=null}e.state="endCreate"}done(){this.state=="startCreate"?this.destroy():this.state=="creating"?this.destroy():(this.state=="startEdit"||this.state=="editing")&&this.endEdit()}createByPositions(e,t){if(!e)return;this.state="startCreate";let i=null;e instanceof Cesium.Cartesian3?i=e.clone():i=Cesium.Cartesian3.fromDegrees(Number(e[0]),Number(e[1]),Number(e[2]||0)),i&&(this.position=i.clone(),this.entity=this.createBillboard(this.position),t&&t(this.entity),this.state="endCreate")}setStyle(e){if(!e)return;let t=this.entity&&this.entity.billboard;if(t){if(e.image!=null&&this.updateBillboardImage(e.image),e.heightReference!=null){let i=1;e.heightReference==!0?i=1:i=Number(e.heightReference);try{t.heightReference=i}catch{}}if(e.scale!=null)try{t.scale=Number(e.scale)}catch{}if(e.color){let i=e.color instanceof Cesium.Color?e.color:Cesium.Color.fromCssColorString(e.color);i=i.withAlpha(e.colorAlpha||1);try{t.color=i}catch{}}}this.style=Object.assign(this.style,e)}getStyle(){let e={},t=this.entity&&this.entity.billboard;if(e.image=this.style.image,t&&t.heightReference)try{let i=t.heightReference.getValue();e.heightReference=Number(i)}catch{}if(t&&t.scale)try{e.scale=t.scale.getValue()}catch{}if(t&&t.color)try{let i=t.color.getValue();e.colorAlpha=i.alpha,e.color=new Cesium.Color(i.red,i.green,i.blue,1).toCssHexString()}catch{}return e}startEdit(e){if(this._cleanupEditState(),!this.entity)return;this.state="startEdit",this.controlPoints=[],this.showControlPoints(),this.modifyHandler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas);let t=this,i=null,s=!1;const o=()=>{if(s){if(s=!1,t.entity&&Cesium.defined(t.entity.position))try{t.position=t.entity.position.getValue(Cesium.JulianDate.now()).clone()}catch(a){console.warn("更新位置引用失败:",a)}i=null,t._isDragging=!1,t._editPickedEntity=null,t.modifyPoint=null;try{t.forbidDrawWorld(!1)}catch{}t.state="editing"}};window.addEventListener("mouseup",o,!0),this._globalMouseUpHandler=o,this.modifyHandler.setInputAction(function(a){const c=t.viewer.scene.pick(a.position);if(Cesium.defined(c)&&c.id){if(c.id===t.entity){i=c.id,s=!0,t._isDragging=!0,t._editPickedEntity=i,t.modifyPoint=null;try{t.forbidDrawWorld(!0)}catch{}}else if(t.controlPoints.includes(c.id)){t.modifyPoint=c.id,s=!0,t._isDragging=!0,i=t.entity;try{t.forbidDrawWorld(!0)}catch{}}}},Cesium.ScreenSpaceEventType.LEFT_DOWN),this.modifyHandler.setInputAction(function(a){if(!s)return;let c=t.getCatesian3FromPX(a.endPosition,t.viewer);if(c){if(Cesium.defined(i)){try{i.position.setValue(c)}catch{i.position=c}t.position=c.clone(),t.controlPoints&&t.controlPoints.length>0&&t.controlPoints.forEach(l=>{try{l.position.setValue(c)}catch(d){console.warn("更新控制点位置失败:",d);try{l.position=c.clone()}catch(h){console.error("重新设置控制点位置失败:",h)}}})}t.state="editing",e&&e()}},Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.modifyHandler.setInputAction(function(){if(s){if(s=!1,t.entity&&Cesium.defined(t.entity.position))try{t.position=t.entity.position.getValue(Cesium.JulianDate.now()).clone()}catch(a){console.warn("更新位置引用失败:",a)}t._isDragging=!1,t._editPickedEntity=null,t.modifyPoint=null;try{t.forbidDrawWorld(!1)}catch{}t.state="editing"}},Cesium.ScreenSpaceEventType.LEFT_UP),this.modifyHandler.setInputAction(function(){if(t._isScaling){t._isScaling=!1,t._isDragging=!1,t._scalingControlPoint=null,delete t._initialScale,delete t._initialMousePosition,t.viewer.canvas.style.cursor="",t._hideScaleHint();try{t.forbidDrawWorld(!1)}catch{}}if(s){s=!1,t._isDragging=!1,t._editPickedEntity=null,t.modifyPoint=null;try{t.forbidDrawWorld(!1)}catch{}}if(t.hideControlPoints(),t.modifyHandler){try{t.modifyHandler.destroy()}catch{}t.modifyHandler=null}t._globalMouseUpHandler&&(window.removeEventListener("mouseup",t._globalMouseUpHandler,!0),t._globalMouseUpHandler=null),t.state="endEdit"},Cesium.ScreenSpaceEventType.RIGHT_CLICK),this.modifyHandler.setInputAction(function(a){const c=t.viewer.scene.pick(a.position);Cesium.defined(c)&&c.id===t.entity&&t._handleDoubleClick()},Cesium.ScreenSpaceEventType.LEFT_DOUBLE_CLICK)}createControlPoint(e){return e?this.viewer.entities.add({position:e,point:{pixelSize:8,color:Cesium.Color.WHITE,outlineColor:Cesium.Color.BLACK,outlineWidth:2,disableDepthTestDistance:Number.MAX_VALUE}}):null}createYellowControlPoint(e){if(!e)return null;const t=this.viewer.entities.add({position:e,point:{pixelSize:10,color:Cesium.Color.YELLOW,outlineColor:Cesium.Color.BLACK,outlineWidth:2,disableDepthTestDistance:Number.MAX_VALUE}});return t.isYellowControl=!0,t}createScaleControlPoint(e,t){if(!e)return null;let i=Cesium.Color.GREEN;t==="bottomLeft"&&(i=Cesium.Color.BLUE);const s=this.viewer.entities.add({position:e,point:{pixelSize:10,color:i,outlineColor:Cesium.Color.BLACK,outlineWidth:2,disableDepthTestDistance:Number.MAX_VALUE}});return s.isScaleControl=!0,s.corner=t,s}_calculateSpecialPosition(e){return this._calculateCornerPosition(e,"bottomRight")}_calculateCornerPosition(e,t){if(!e)return null;const s=50*(this.style.scale||1),o=this.viewer.camera,a=new Cesium.Cartesian3,c=new Cesium.Cartesian3,l=new Cesium.Cartesian3;Cesium.Cartesian3.clone(o.direction,a),Cesium.Cartesian3.clone(o.right,c),Cesium.Cartesian3.clone(o.up,l),Cesium.Cartesian3.normalize(a,a),Cesium.Cartesian3.normalize(c,c),Cesium.Cartesian3.normalize(l,l);const d=new Cesium.Cartesian3;Cesium.Cartesian3.multiplyByScalar(c,s,d),Cesium.Cartesian3.multiplyByScalar(l,s,l),Cesium.Cartesian3.add(d,l,d);const h=new Cesium.Ray(e,a),f=this.viewer.scene.globe.pick(h,this.viewer.scene),u=Cesium.Cartesian3.distance(e,f||e)*.001;return Cesium.Cartesian3.multiplyByScalar(d,u,d),Cesium.Cartesian3.add(e,d,new Cesium.Cartesian3)}showControlPoints(){if(this.controlPoints=this.controlPoints||[],this._isDragging){this.position&&this.controlPoints.length>0&&this.controlPoints.forEach(e=>{try{e.position.setValue(this.position)}catch{try{e.position=this.position.clone()}catch(i){console.warn("更新拖拽中控制点位置失败:",i)}}});return}if(this.controlPoints.length>0&&([...this.controlPoints].forEach(t=>{try{this.viewer&&this.viewer.entities&&t&&this.viewer.entities.remove(t)}catch(i){console.warn("移除控制点失败:",i)}}),this.controlPoints.length=0),this.position&&this.viewer&&!this._isDragging){const e=this.createControlPoint(this.position);e&&(e.wz=0,this.controlPoints.push(e))}}hideControlPoints(){this.controlPoints&&Array.isArray(this.controlPoints)&&this.controlPoints.length>0?([...this.controlPoints].forEach(t=>{try{this.viewer&&this.viewer.entities&&t&&this.viewer.entities.remove(t)}catch(i){console.warn("移除控制点失败:",i)}}),this.controlPoints.length=0):(!this.controlPoints||!Array.isArray(this.controlPoints))&&(this.controlPoints=[]),this.topRightControlPoint=null,this.bottomLeftControlPoint=null,this.scaleControlPoint=null,this.modifyPoint=null}endEdit(e){if(this.hideControlPoints(),this.modifyHandler){try{this.modifyHandler.destroy()}catch{}this.modifyHandler=null}if(this._globalMouseUpHandler){try{window.removeEventListener("mouseup",this._globalMouseUpHandler,!0)}catch{}this._globalMouseUpHandler=null}try{this.forbidDrawWorld(!1)}catch{}this.viewer&&this.viewer.canvas&&(this.viewer.canvas.style.cursor=""),this._isDragging=!1,this._editPickedEntity=null,this.modifyPoint=null,this.state="endEdit",e&&e(this.entity)}_cleanupEditState(){if(this._globalMouseUpHandler){try{window.removeEventListener("mouseup",this._globalMouseUpHandler,!0)}catch{}this._globalMouseUpHandler=null}if(this.modifyHandler){try{this.modifyHandler.destroy()}catch{}this.modifyHandler=null}this.controlPoints=this.controlPoints||[],this.hideControlPoints(),this._isDragging=!1,this._editPickedEntity=null,this.modifyPoint=null;try{this.forbidDrawWorld(!1)}catch{}}_showScaleHint(e){this._scaleHintElement||(this._scaleHintElement=document.createElement("div"),this._scaleHintElement.style.position="absolute",this._scaleHintElement.style.background="rgba(0, 0, 0, 0.7)",this._scaleHintElement.style.color="white",this._scaleHintElement.style.padding="4px 8px",this._scaleHintElement.style.borderRadius="4px",this._scaleHintElement.style.fontSize="12px",this._scaleHintElement.style.pointerEvents="none",this._scaleHintElement.style.zIndex="10000",document.body.appendChild(this._scaleHintElement)),this._scaleHintElement.textContent=`缩放: ${e.toFixed(2)}x`,this._scaleHintElement.style.left=`${window.event.clientX+10}px`,this._scaleHintElement.style.top=`${window.event.clientY-30}px`,this._scaleHintElement.style.display="block"}_hideScaleHint(){this._scaleHintElement&&(this._scaleHintElement.style.display="none")}move(e){if(!this.entity)return;let t=null;e instanceof Cesium.Cartesian3?t=e:t=Cesium.Cartesian3.fromDegrees(Number(e[0]),Number(e[1]),Number(e[2]||0));try{this.entity.position.setValue(t.clone())}catch{this.entity.position=t.clone()}this.position=t.clone(),this.state="editing"}_createFileInput(){if(this._fileInput)return this._fileInput;const e=document.createElement("input");return e.type="file",e.accept="image/*",e.style.display="none",e.onchange=t=>{this._handleFileUpload(t)},document.body.appendChild(e),this._fileInput=e,e}_handleFileUpload(e){const t=e.target.files[0];if(!t)return;if(!t.type.match("image.*")){console.warn("请选择有效的图片文件");return}const i=new FileReader;i.onload=s=>{this.updateBillboardImage(s.target.result),this._fileInput&&(this._fileInput.value="")},i.onerror=s=>{console.error("文件读取失败:",s)},i.readAsDataURL(t)}_handleDoubleClick(){this._createFileInput().click()}editImage(e){return e?(this.updateBillboardImage(e),!0):(console.warn("CreateBillboard.editImage: 未提供有效的图片URL"),!1)}remove(){try{this.endEdit()}catch{}if(this.entity){this.state="no";try{this.viewer.entities.remove(this.entity)}catch{}this.entity=null}}getPositions(e){return e?ae.cartesianToLnglat(this.position,this.viewer):this.position}getLnglats(){return this.getPositions(!0)}setPosition(e){let t=null;e instanceof Cesium.Cartesian3?t=e:t=Cesium.Cartesian3.fromDegrees(e[0],e[1],e[2]||0);try{this.entity.position.setValue(t.clone())}catch{this.entity.position=t.clone()}this.position=t.clone()}destroy(){try{this.endEdit()}catch{}if(this.handler){try{this.handler.destroy()}catch{}this.handler=null}if(this.entity){try{this.viewer.entities.remove(this.entity)}catch{}this.entity=null}if(this.prompt){try{this.prompt.destroy()}catch{}this.prompt=null}this.position=null,this.state="no",this._isDragging=!1,this._editPickedEntity=null}}class Np extends tt{constructor(e,t){super(e,t),this.type="circle",this.viewer=e,this.style=t||{},this.center=null,this.radiusPoint=null,this.radiusPointEntity=null,this.entity=null,this.handler=null,this.modifyHandler=null,this.modifyPoint=null,this._dragStartCart=null,this._dragStartCartCarto=null,this.pointsCount=64}start(e){!this.prompt&&this.promptStyle?.show&&(this.prompt=new ft(this.viewer,this.promptStyle)),this.state="startCreate",this.handler||(this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas));const t=this;this.handler.setInputAction(function(i){const s=t.getCatesian3FromPX(i.position,t.viewer,[]);s&&(t.entity?(t.endCreate(),e&&e(t.entity)):(t.center=s.clone(),t.radiusPoint=s.clone(),t.entity=t._createPolyline(),t.radiusPointEntity=t.createPoint(t.radiusPoint),t.radiusPointEntity.typeAttr="radius",t.radiusPointEntity.show=!1))},Cesium.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(function(i){if(!t.entity){t.prompt?.update(i.endPosition,"单击开始绘制");return}t.prompt?.update(i.endPosition,"单击结束");const s=t.getCatesian3FromPX(i.endPosition,t.viewer,[]);s&&(t.radiusPoint=s.clone(),t._updatePolyline(),t._updateAuxPoints(),t.state="creating")},Cesium.ScreenSpaceEventType.MOUSE_MOVE)}endCreate(){this.handler?.destroy(),this.handler=null,this.radiusPointEntity&&(this.radiusPointEntity.show=!1),this.prompt?.destroy(),this.prompt=null,this.state="endCreate"}startEdit(e){if(!this.entity)return;this.state="startEdit",this.modifyHandler||(this.modifyHandler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas));const t=this;this.radiusPointEntity&&(this.radiusPointEntity.show=!0),this.modifyHandler.setInputAction(function(i){const s=t.viewer.scene.pick(i.position);if(!s?.id)return;t.modifyPoint=s.id;const o=t.getCatesian3FromPX(i.position,t.viewer,[t.entity,t.modifyPoint]);o&&(t._dragStartCart=o,t._dragStartCartCarto=Cesium.Ellipsoid.WGS84.cartesianToCartographic(o),t.forbidDrawWorld(!0))},Cesium.ScreenSpaceEventType.LEFT_DOWN),this.modifyHandler.setInputAction(function(i){if(!t.modifyPoint)return;const s=t.getCatesian3FromPX(i.endPosition,t.viewer,[t.entity,t.modifyPoint]);s&&(t.modifyPoint.typeAttr==="radius"&&(t.radiusPoint=s.clone()),t._updatePolyline(),t._updateAuxPoints(),e&&e(),t.state="editing")},Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.modifyHandler.setInputAction(function(){t.modifyPoint=null,t._dragStartCart=null,t._dragStartCartCarto=null,t.forbidDrawWorld(!1),t._updatePolyline(),e&&e(t.entity),t.state="editing"},Cesium.ScreenSpaceEventType.LEFT_UP)}endEdit(e){this.radiusPointEntity&&(this.radiusPointEntity.show=!1),this.modifyHandler?.destroy(),this.modifyHandler=null,this.forbidDrawWorld(!1),this.state="endEdit",e&&e(this.entity)}_createPolyline(){const e=this,t=this.viewer.entities.add({polyline:{positions:new Cesium.CallbackProperty(()=>e._buildCirclePositions(),!1),width:this.style.outlineWidth||this.style.width||5,material:this.style.color instanceof Cesium.Color?this.style.color:Cesium.Color.fromCssColorString(this.style.color||"#00FF00"),clampToGround:!1}});return t._plotInstance=this,t.objId=this.objId,t}_updatePolyline(){if(!this.entity)return;const e=this._buildCirclePositions();try{const t=this.entity.polyline.positions;if(t&&typeof t.getValue=="function")return;if(t&&typeof t.setValue=="function"){t.setValue(e);return}this.entity.polyline.positions=e}catch{this.entity.polyline.positions=e}}_buildCirclePositions(){if(!this.center||!this.radiusPoint)return[];const e=[],t=Cesium.Ellipsoid.WGS84,i=t.cartesianToCartographic(this.center),s=t.cartesianToCartographic(this.radiusPoint),o=Math.abs(s.longitude-i.longitude),a=Math.abs(s.latitude-i.latitude);for(let c=0;c<=this.pointsCount;c++){const l=c/this.pointsCount*Math.PI*2,d=i.longitude+o*Math.cos(l),h=i.latitude+a*Math.sin(l);e.push(Cesium.Cartesian3.fromRadians(d,h))}return e}_updateAuxPoints(){!this.radiusPoint||!this.radiusPointEntity||(this.radiusPointEntity.position=this.radiusPoint)}syncFromEntity(){if(!this.entity||!this.center||!this.radiusPoint)return;const e=this.center,t=this.entity._centerCoord;if(!t)return;const i=t.x-e.x,s=t.y-e.y,o=t.z-e.z;this.center=new Cesium.Cartesian3(this.center.x+i,this.center.y+s,this.center.z+o),this.radiusPoint=new Cesium.Cartesian3(this.radiusPoint.x+i,this.radiusPoint.y+s,this.radiusPoint.z+o);const a=this.entity.objId,c=this.entity._plotInstance;this.radiusPointEntity&&this.viewer.entities.remove(this.radiusPointEntity),this.radiusPointEntity=null,this.viewer.entities.remove(this.entity),this.entity=this._createPolyline(),this.entity._plotInstance=c,this.entity.objId=a,this.radiusPointEntity=this.createPoint(this.radiusPoint),this.radiusPointEntity.typeAttr="radius",this.radiusPointEntity.show=this.state==="editing"}updatePositions(e){if(!e||e.length<1)return!1;try{if(!this.center||!this.radiusPoint)return!1;let t;if(e[0]instanceof Cesium.Cartesian3)t=e[0];else return!1;this.center=Cesium.Cartesian3.add(this.center,t,new Cesium.Cartesian3),this.radiusPoint=Cesium.Cartesian3.add(this.radiusPoint,t,new Cesium.Cartesian3),this._updatePolyline(),this._updateAuxPoints();try{this.viewer.scene.requestRender()}catch{}return!0}catch(t){return console.warn("Failed to update circle positions:",t),!1}}getPositions(e){return e?ae.cartesiansToLnglats([this.center,this.radiusPoint],this.viewer):[this.center,this.radiusPoint]}getStyle(){const e=this.entity.polyline,t=e.material.color.getValue();return{color:new Cesium.Color(t.red,t.green,t.blue,1).toCssHexString(),colorAlpha:t.alpha,outlineWidth:e.width.getValue()}}setStyle(e){if(!this.entity)return;const t={...this.style,...e};let i=t.color instanceof Cesium.Color?t.color:Cesium.Color.fromCssColorString(t.color||"#00FF00");t.colorAlpha!=null&&(i=i.withAlpha(t.colorAlpha)),this.entity.polyline.material=i,this.entity.polyline.width=t.outlineWidth||t.width||5,this.style=t}destroy(){try{this.handler?.destroy(),this.modifyHandler?.destroy(),this.entity&&this.viewer.entities.remove(this.entity),this.entity=null,this.radiusPointEntity&&this.viewer.entities.remove(this.radiusPointEntity),this.radiusPointEntity=null,this.prompt?.destroy(),this.prompt=null}catch{}}_manageRadiusPointEntity(){this.radiusPointEntity?this.radiusPoint&&(this.radiusPointEntity.position=this.radiusPoint):(this.radiusPointEntity=this.createPoint(this.radiusPoint),this.radiusPointEntity&&(this.radiusPointEntity.typeAttr="radius",this.radiusPointEntity.show=!1))}createByPositions(e,t){try{if(!e||e.length===0)return console.error("createByPositions: positions array is empty or undefined"),t&&t(null),this;const i=e[0]instanceof Cesium.Cartesian3?e:ae.lnglatsToCartesians(e);if(!i||i.length===0)return console.error("createByPositions: failed to convert positions to Cartesian3"),t&&t(null),this;if(i.length>=2)this.center=Cesium.Cartesian3.clone(i[0]),this.radiusPoint=Cesium.Cartesian3.clone(i[1]);else if(i.length===1)this.center=Cesium.Cartesian3.clone(i[0]),this._createDefaultRadiusPoint();else return console.error("createByPositions: invalid positions array"),t&&t(null),this;this.entity?this._updatePolyline():this.entity=this._createPolyline(),this._manageRadiusPointEntity(),this._updateAuxPoints(),this.state="endCreate";try{this.viewer.scene.requestRender()}catch(s){console.error("requestRender error:",s)}return t&&t(this.entity),this}catch(i){return console.error("createByPositions error:",i),t&&t(null),this}}}class Rp extends tt{constructor(e,t){if(super(e,t),this.type="gltfModel",t=t||{},this.viewer=e,!t.uri){console.warn("请输入模型地址!");return}let i={heading:0,pitch:0,roll:0,minimumPixelSize:24,maximumScale:120};this.style=Object.assign(i,t||{}),this.modelUri=t.uri,this.entity=null}start(e){!this.prompt&&this.promptStyle.show&&(this.prompt=new ft(this.viewer,this.promptStyle)),this.state="startCreate";let t=this;this.handler||(this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas)),this.handler.setInputAction(function(i){let s=t.getCatesian3FromPX(i.position,t.viewer);s&&(t.entity.position=s,t.position=s.clone()),t.endCreate(),e&&e(t.entity)},Cesium.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(function(i){t.prompt.update(i.endPosition,"单击新增"),t.state="creating";let s=t.getCatesian3FromPX(i.endPosition,t.viewer,[t.entity]);s&&(t.entity?t.entity.position=s:t.entity=t.createGltfModel(s.clone()))},Cesium.ScreenSpaceEventType.MOUSE_MOVE)}createByPositions(e,t){e&&(this.state="startCreate",e instanceof Cesium.Cartesian3?this.position=e:this.position=Cesium.Cartesian3.fromDegrees(e[0],e[1],e[2]||0),this.entity=this.createGltfModel(this.position),t(this.entity),this.state="endCreate")}startEdit(e){if(this.state=="startEdit"||this.state=="editing")return;this.modifyHandler||(this.modifyHandler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas));let t=this,i;this.state="startEdit",this.modifyHandler.setInputAction(function(s){let o=t.viewer.scene.pick(s.position);Cesium.defined(o)&&o.id&&(i=o.id,t.forbidDrawWorld(!0))},Cesium.ScreenSpaceEventType.LEFT_DOWN),this.modifyHandler.setInputAction(function(s){if(!i)return;let o=t.getCatesian3FromPX(s.endPosition,t.viewer,[t.entity]);o&&(t.entity&&(t.entity.position.setValue(o),t.position=o.clone()),t.state="editing",e&&e())},Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.modifyHandler.setInputAction(function(s){i&&(t.forbidDrawWorld(!1),t.modifyHandler&&(t.modifyHandler.destroy(),t.modifyHandler=null),t.state="editing")},Cesium.ScreenSpaceEventType.LEFT_UP)}endCreate(){let e=this;e.state="endCreate",e.handler&&(e.handler.destroy(),e.handler=null),e.prompt&&(e.prompt.destroy(),e.prompt=null)}done(){this.state=="startCreate"?this.destroy():this.state=="creating"?this.destroy():(this.state=="startEdit"||this.state=="editing")&&this.endEdit()}endEdit(e){this.modifyHandler&&(this.modifyHandler.destroy(),this.modifyHandler=null,e&&e(this.entity)),this.forbidDrawWorld(!1),this.state="endEdit"}createGltfModel(e){if(!e)return;let t=Cesium.Math.toRadians(this.style.heading),i=Cesium.Math.toRadians(this.style.pitch),s=Cesium.Math.toRadians(this.style.roll),o=new Cesium.HeadingPitchRoll(t,i,s),a=Cesium.Transforms.headingPitchRollQuaternion(e,o),c=this.viewer.entities.add({position:e,orientation:a,model:{uri:this.modelUri,minimumPixelSize:this.style.minimumPixelSize,maximumScale:this.style.maximumScale,scale:this.style.scale||1,heightReference:this.style.heightReference}});return c.objId=this.objId,c}getPositions(e){return e?ae.cartesianToLnglat(this.position,this.viewer):this.position}getStyle(){let e={},t=this.entity.model;e.minimumPixelSize=t.minimumPixelSize.getValue();let i=this.entity.orientation.getValue(),s=this.entity.position.getValue(this.viewer.clock.currentTime),o=ae.oreatationToHpr(s.clone(),i,!0)||{};e.heading=(o.heading||0)<360?o.heading+360:o.heading,e.pitch=o.pitch||0,e.roll=o.roll||0,e.scale=t.scale.getValue(),e.uri=t.uri.getValue();let a=this.entity.heightReference&&this.entity.heightReference.getValue();return a!=null&&(e.heightReference=Number(a)),e}setStyle(e){e&&(this.setOrientation(e.heading,e.pitch,e.roll),this.entity.model.scale.setValue(e.scale==null?1:e.scale),e.uri&&this.entity.model.uri.setValue(e.uri),e.heightReference!=null&&this.entity.model.heightReference.setValue(Number(e.heightReference)),this.style=Object.assign(this.style,e))}setOrientation(e,t,i){e=e||0,t=t||0,i=i||0,this.style.heading=e,this.style.pitch=t,this.style.roll=i;var s=Cesium.Math.toRadians(e||0),o=Cesium.Math.toRadians(t||0),a=Cesium.Math.toRadians(i||0),c=new Cesium.HeadingPitchRoll(s,o,a),l=this.entity.position._value,d=Cesium.Transforms.headingPitchRollQuaternion(l,c);this.entity&&(this.entity.orientation=d)}remove(){this.entity&&(this.state="no",this.viewer.entities.remove(this.entity),this.entity=null)}destroy(){this.handler&&(this.handler.destroy(),this.handler=null),this.modifyHandler&&(this.modifyHandler.destroy(),this.modifyHandler=null),this.entity&&(this.viewer.entities.remove(this.entity),this.entity=null),this.style=null,this.prompt&&(this.prompt.destroy(),this.prompt=null)}}String.prototype.codePointAt||(function(){var n=(function(){try{var t={},i=Object.defineProperty,s=i(t,t,t)&&i}catch{}return s})(),e=function(t){if(this==null)throw TypeError();var i=String(this),s=i.length,o=t?Number(t):0;if(o!=o&&(o=0),!(o<0||o>=s)){var a=i.charCodeAt(o),c;return a>=55296&&a<=56319&&s>o+1&&(c=i.charCodeAt(o+1),c>=56320&&c<=57343)?(a-55296)*1024+c-56320+65536:a}};n?n(String.prototype,"codePointAt",{value:e,configurable:!0,writable:!0}):String.prototype.codePointAt=e})();function Yt(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var ls,Vr;function Lp(){if(Vr)return ls;Vr=1;var n=0,e=-3;function t(){this.table=new Uint16Array(16),this.trans=new Uint16Array(288)}function i(g,N){this.source=g,this.sourceIndex=0,this.tag=0,this.bitcount=0,this.dest=N,this.destLen=0,this.ltree=new t,this.dtree=new t}var s=new t,o=new t,a=new Uint8Array(30),c=new Uint16Array(30),l=new Uint8Array(30),d=new Uint16Array(30),h=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),f=new t,p=new Uint8Array(320);function u(g,N,w,S){var L,V;for(L=0;L<w;++L)g[L]=0;for(L=0;L<30-w;++L)g[L+w]=L/w|0;for(V=S,L=0;L<30;++L)N[L]=V,V+=1<<g[L]}function m(g,N){var w;for(w=0;w<7;++w)g.table[w]=0;for(g.table[7]=24,g.table[8]=152,g.table[9]=112,w=0;w<24;++w)g.trans[w]=256+w;for(w=0;w<144;++w)g.trans[24+w]=w;for(w=0;w<8;++w)g.trans[168+w]=280+w;for(w=0;w<112;++w)g.trans[176+w]=144+w;for(w=0;w<5;++w)N.table[w]=0;for(N.table[5]=32,w=0;w<32;++w)N.trans[w]=w}var C=new Uint16Array(16);function A(g,N,w,S){var L,V;for(L=0;L<16;++L)g.table[L]=0;for(L=0;L<S;++L)g.table[N[w+L]]++;for(g.table[0]=0,V=0,L=0;L<16;++L)C[L]=V,V+=g.table[L];for(L=0;L<S;++L)N[w+L]&&(g.trans[C[N[w+L]]++]=L)}function b(g){g.bitcount--||(g.tag=g.source[g.sourceIndex++],g.bitcount=7);var N=g.tag&1;return g.tag>>>=1,N}function I(g,N,w){if(!N)return w;for(;g.bitcount<24;)g.tag|=g.source[g.sourceIndex++]<<g.bitcount,g.bitcount+=8;var S=g.tag&65535>>>16-N;return g.tag>>>=N,g.bitcount-=N,S+w}function k(g,N){for(;g.bitcount<24;)g.tag|=g.source[g.sourceIndex++]<<g.bitcount,g.bitcount+=8;var w=0,S=0,L=0,V=g.tag;do S=2*S+(V&1),V>>>=1,++L,w+=N.table[L],S-=N.table[L];while(S>=0);return g.tag=V,g.bitcount-=L,N.trans[w+S]}function P(g,N,w){var S,L,V,M,E,y;for(S=I(g,5,257),L=I(g,5,1),V=I(g,4,4),M=0;M<19;++M)p[M]=0;for(M=0;M<V;++M){var v=I(g,3,0);p[h[M]]=v}for(A(f,p,0,19),E=0;E<S+L;){var D=k(g,f);switch(D){case 16:var F=p[E-1];for(y=I(g,2,3);y;--y)p[E++]=F;break;case 17:for(y=I(g,3,3);y;--y)p[E++]=0;break;case 18:for(y=I(g,7,11);y;--y)p[E++]=0;break;default:p[E++]=D;break}}A(N,p,0,S),A(w,p,S,L)}function R(g,N,w){for(;;){var S=k(g,N);if(S===256)return n;if(S<256)g.dest[g.destLen++]=S;else{var L,V,M,E;for(S-=257,L=I(g,a[S],c[S]),V=k(g,w),M=g.destLen-I(g,l[V],d[V]),E=M;E<M+L;++E)g.dest[g.destLen++]=g.dest[E]}}}function T(g){for(var N,w,S;g.bitcount>8;)g.sourceIndex--,g.bitcount-=8;if(N=g.source[g.sourceIndex+1],N=256*N+g.source[g.sourceIndex],w=g.source[g.sourceIndex+3],w=256*w+g.source[g.sourceIndex+2],N!==(~w&65535))return e;for(g.sourceIndex+=4,S=N;S;--S)g.dest[g.destLen++]=g.source[g.sourceIndex++];return g.bitcount=0,n}function B(g,N){var w=new i(g,N),S,L,V;do{switch(S=b(w),L=I(w,2,0),L){case 0:V=T(w);break;case 1:V=R(w,s,o);break;case 2:P(w,w.ltree,w.dtree),V=R(w,w.ltree,w.dtree);break;default:V=e}if(V!==n)throw new Error("Data error")}while(!S);return w.destLen<w.dest.length?typeof w.dest.slice=="function"?w.dest.slice(0,w.destLen):w.dest.subarray(0,w.destLen):w.dest}return m(s,o),u(a,c,4,3),u(l,d,2,1),a[28]=0,c[28]=258,ls=B,ls}var Op=Lp();const Up=Yt(Op);function zt(n,e,t,i,s){return Math.pow(1-s,3)*n+3*Math.pow(1-s,2)*s*e+3*(1-s)*Math.pow(s,2)*t+Math.pow(s,3)*i}function pt(){this.x1=Number.NaN,this.y1=Number.NaN,this.x2=Number.NaN,this.y2=Number.NaN}pt.prototype.isEmpty=function(){return isNaN(this.x1)||isNaN(this.y1)||isNaN(this.x2)||isNaN(this.y2)},pt.prototype.addPoint=function(n,e){typeof n=="number"&&((isNaN(this.x1)||isNaN(this.x2))&&(this.x1=n,this.x2=n),n<this.x1&&(this.x1=n),n>this.x2&&(this.x2=n)),typeof e=="number"&&((isNaN(this.y1)||isNaN(this.y2))&&(this.y1=e,this.y2=e),e<this.y1&&(this.y1=e),e>this.y2&&(this.y2=e))},pt.prototype.addX=function(n){this.addPoint(n,null)},pt.prototype.addY=function(n){this.addPoint(null,n)},pt.prototype.addBezier=function(n,e,t,i,s,o,a,c){const l=[n,e],d=[t,i],h=[s,o],f=[a,c];this.addPoint(n,e),this.addPoint(a,c);for(let p=0;p<=1;p++){const u=6*l[p]-12*d[p]+6*h[p],m=-3*l[p]+9*d[p]-9*h[p]+3*f[p],C=3*d[p]-3*l[p];if(m===0){if(u===0)continue;const k=-C/u;0<k&&k<1&&(p===0&&this.addX(zt(l[p],d[p],h[p],f[p],k)),p===1&&this.addY(zt(l[p],d[p],h[p],f[p],k)));continue}const A=Math.pow(u,2)-4*C*m;if(A<0)continue;const b=(-u+Math.sqrt(A))/(2*m);0<b&&b<1&&(p===0&&this.addX(zt(l[p],d[p],h[p],f[p],b)),p===1&&this.addY(zt(l[p],d[p],h[p],f[p],b)));const I=(-u-Math.sqrt(A))/(2*m);0<I&&I<1&&(p===0&&this.addX(zt(l[p],d[p],h[p],f[p],I)),p===1&&this.addY(zt(l[p],d[p],h[p],f[p],I)))}},pt.prototype.addQuad=function(n,e,t,i,s,o){const a=n+.6666666666666666*(t-n),c=e+2/3*(i-e),l=a+1/3*(s-n),d=c+1/3*(o-e);this.addBezier(n,e,a,c,l,d,s,o)};function Ie(){this.commands=[],this.fill="black",this.stroke=null,this.strokeWidth=1}Ie.prototype.moveTo=function(n,e){this.commands.push({type:"M",x:n,y:e})},Ie.prototype.lineTo=function(n,e){this.commands.push({type:"L",x:n,y:e})},Ie.prototype.curveTo=Ie.prototype.bezierCurveTo=function(n,e,t,i,s,o){this.commands.push({type:"C",x1:n,y1:e,x2:t,y2:i,x:s,y:o})},Ie.prototype.quadTo=Ie.prototype.quadraticCurveTo=function(n,e,t,i){this.commands.push({type:"Q",x1:n,y1:e,x:t,y:i})},Ie.prototype.close=Ie.prototype.closePath=function(){this.commands.push({type:"Z"})},Ie.prototype.extend=function(n){if(n.commands)n=n.commands;else if(n instanceof pt){const e=n;this.moveTo(e.x1,e.y1),this.lineTo(e.x2,e.y1),this.lineTo(e.x2,e.y2),this.lineTo(e.x1,e.y2),this.close();return}Array.prototype.push.apply(this.commands,n)},Ie.prototype.getBoundingBox=function(){const n=new pt;let e=0,t=0,i=0,s=0;for(let o=0;o<this.commands.length;o++){const a=this.commands[o];switch(a.type){case"M":n.addPoint(a.x,a.y),e=i=a.x,t=s=a.y;break;case"L":n.addPoint(a.x,a.y),i=a.x,s=a.y;break;case"Q":n.addQuad(i,s,a.x1,a.y1,a.x,a.y),i=a.x,s=a.y;break;case"C":n.addBezier(i,s,a.x1,a.y1,a.x2,a.y2,a.x,a.y),i=a.x,s=a.y;break;case"Z":i=e,s=t;break;default:throw new Error("Unexpected path command "+a.type)}}return n.isEmpty()&&n.addPoint(0,0),n},Ie.prototype.draw=function(n){n.beginPath();for(let e=0;e<this.commands.length;e+=1){const t=this.commands[e];t.type==="M"?n.moveTo(t.x,t.y):t.type==="L"?n.lineTo(t.x,t.y):t.type==="C"?n.bezierCurveTo(t.x1,t.y1,t.x2,t.y2,t.x,t.y):t.type==="Q"?n.quadraticCurveTo(t.x1,t.y1,t.x,t.y):t.type==="Z"&&n.closePath()}this.fill&&(n.fillStyle=this.fill,n.fill()),this.stroke&&(n.strokeStyle=this.stroke,n.lineWidth=this.strokeWidth,n.stroke())},Ie.prototype.toPathData=function(n){n=n!==void 0?n:2;function e(s){return Math.round(s)===s?""+Math.round(s):s.toFixed(n)}function t(){let s="";for(let o=0;o<arguments.length;o+=1){const a=arguments[o];a>=0&&o>0&&(s+=" "),s+=e(a)}return s}let i="";for(let s=0;s<this.commands.length;s+=1){const o=this.commands[s];o.type==="M"?i+="M"+t(o.x,o.y):o.type==="L"?i+="L"+t(o.x,o.y):o.type==="C"?i+="C"+t(o.x1,o.y1,o.x2,o.y2,o.x,o.y):o.type==="Q"?i+="Q"+t(o.x1,o.y1,o.x,o.y):o.type==="Z"&&(i+="Z")}return i},Ie.prototype.toSVG=function(n){let e='<path d="';return e+=this.toPathData(n),e+='"',this.fill&&this.fill!=="black"&&(this.fill===null?e+=' fill="none"':e+=' fill="'+this.fill+'"'),this.stroke&&(e+=' stroke="'+this.stroke+'" stroke-width="'+this.strokeWidth+'"'),e+="/>",e},Ie.prototype.toDOMElement=function(n){const e=this.toPathData(n),t=document.createElementNS("http://www.w3.org/2000/svg","path");return t.setAttribute("d",e),t};function Gr(n){throw new Error(n)}function Hr(n,e){n||Gr(e)}const ne={fail:Gr,argument:Hr,assert:Hr},Yr=32768,zr=2147483648,Wt={},W={},te={};function Ye(n){return function(){return n}}W.BYTE=function(n){return ne.argument(n>=0&&n<=255,"Byte value should be between 0 and 255."),[n]},te.BYTE=Ye(1),W.CHAR=function(n){return[n.charCodeAt(0)]},te.CHAR=Ye(1),W.CHARARRAY=function(n){const e=[];for(let t=0;t<n.length;t+=1)e[t]=n.charCodeAt(t);return e},te.CHARARRAY=function(n){return n.length},W.USHORT=function(n){return[n>>8&255,n&255]},te.USHORT=Ye(2),W.SHORT=function(n){return n>=Yr&&(n=-(2*Yr-n)),[n>>8&255,n&255]},te.SHORT=Ye(2),W.UINT24=function(n){return[n>>16&255,n>>8&255,n&255]},te.UINT24=Ye(3),W.ULONG=function(n){return[n>>24&255,n>>16&255,n>>8&255,n&255]},te.ULONG=Ye(4),W.LONG=function(n){return n>=zr&&(n=-(2*zr-n)),[n>>24&255,n>>16&255,n>>8&255,n&255]},te.LONG=Ye(4),W.FIXED=W.ULONG,te.FIXED=te.ULONG,W.FWORD=W.SHORT,te.FWORD=te.SHORT,W.UFWORD=W.USHORT,te.UFWORD=te.USHORT,W.LONGDATETIME=function(n){return[0,0,0,0,n>>24&255,n>>16&255,n>>8&255,n&255]},te.LONGDATETIME=Ye(8),W.TAG=function(n){return ne.argument(n.length===4,"Tag should be exactly 4 ASCII characters."),[n.charCodeAt(0),n.charCodeAt(1),n.charCodeAt(2),n.charCodeAt(3)]},te.TAG=Ye(4),W.Card8=W.BYTE,te.Card8=te.BYTE,W.Card16=W.USHORT,te.Card16=te.USHORT,W.OffSize=W.BYTE,te.OffSize=te.BYTE,W.SID=W.USHORT,te.SID=te.USHORT,W.NUMBER=function(n){return n>=-107&&n<=107?[n+139]:n>=108&&n<=1131?(n=n-108,[(n>>8)+247,n&255]):n>=-1131&&n<=-108?(n=-n-108,[(n>>8)+251,n&255]):n>=-32768&&n<=32767?W.NUMBER16(n):W.NUMBER32(n)},te.NUMBER=function(n){return W.NUMBER(n).length},W.NUMBER16=function(n){return[28,n>>8&255,n&255]},te.NUMBER16=Ye(3),W.NUMBER32=function(n){return[29,n>>24&255,n>>16&255,n>>8&255,n&255]},te.NUMBER32=Ye(5),W.REAL=function(n){let e=n.toString();const t=/\.(\d*?)(?:9{5,20}|0{5,20})\d{0,2}(?:e(.+)|$)/.exec(e);if(t){const o=parseFloat("1e"+((t[2]?+t[2]:0)+t[1].length));e=(Math.round(n*o)/o).toString()}let i="";for(let o=0,a=e.length;o<a;o+=1){const c=e[o];c==="e"?i+=e[++o]==="-"?"c":"b":c==="."?i+="a":c==="-"?i+="e":i+=c}i+=i.length&1?"f":"ff";const s=[30];for(let o=0,a=i.length;o<a;o+=2)s.push(parseInt(i.substr(o,2),16));return s},te.REAL=function(n){return W.REAL(n).length},W.NAME=W.CHARARRAY,te.NAME=te.CHARARRAY,W.STRING=W.CHARARRAY,te.STRING=te.CHARARRAY,Wt.UTF8=function(n,e,t){const i=[],s=t;for(let o=0;o<s;o++,e+=1)i[o]=n.getUint8(e);return String.fromCharCode.apply(null,i)},Wt.UTF16=function(n,e,t){const i=[],s=t/2;for(let o=0;o<s;o++,e+=2)i[o]=n.getUint16(e);return String.fromCharCode.apply(null,i)},W.UTF16=function(n){const e=[];for(let t=0;t<n.length;t+=1){const i=n.charCodeAt(t);e[e.length]=i>>8&255,e[e.length]=i&255}return e},te.UTF16=function(n){return n.length*2};const cs={"x-mac-croatian":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈ƫȅ ÀÃÕŒœĐ—“”‘’÷◊©⁄€‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ","x-mac-cyrillic":"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°Ґ£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµґЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю","x-mac-gaelic":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØḂ±≤≥ḃĊċḊḋḞḟĠġṀæøṁṖṗɼƒſṠ«»… ÀÃÕŒœ–—“”‘’ṡẛÿŸṪ€‹›Ŷŷṫ·Ỳỳ⁊ÂÊÁËÈÍÎÏÌÓÔ♣ÒÚÛÙıÝýŴŵẄẅẀẁẂẃ","x-mac-greek":"Ĺ²É³ÖÜ΅àâä΄¨çéèê룙î‰ôö¦€ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ­","x-mac-icelandic":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüݰ¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄€ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ","x-mac-inuit":"ᐃᐄᐅᐆᐊᐋᐱᐲᐳᐴᐸᐹᑉᑎᑏᑐᑑᑕᑖᑦᑭᑮᑯᑰᑲᑳᒃᒋᒌᒍᒎᒐᒑ°ᒡᒥᒦ•¶ᒧ®©™ᒨᒪᒫᒻᓂᓃᓄᓅᓇᓈᓐᓯᓰᓱᓲᓴᓵᔅᓕᓖᓗᓘᓚᓛᓪᔨᔩᔪᔫᔭ… ᔮᔾᕕᕖᕗ–—“”‘’ᕘᕙᕚᕝᕆᕇᕈᕉᕋᕌᕐᕿᖀᖁᖂᖃᖄᖅᖏᖐᖑᖒᖓᖔᖕᙱᙲᙳᙴᙵᙶᖖᖠᖡᖢᖣᖤᖥᖦᕼŁł","x-mac-ce":"ÄĀāÉĄÖÜáąČäčĆć鏟ĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņѬ√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ",macintosh:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄€‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ","x-mac-romanian":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂȘ∞±≤≥¥µ∂∑∏π∫ªºΩăș¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄€‹›Țț‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ","x-mac-turkish":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛÙˆ˜¯˘˙˚¸˝˛ˇ"};Wt.MACSTRING=function(n,e,t,i){const s=cs[i];if(s===void 0)return;let o="";for(let a=0;a<t;a++){const c=n.getUint8(e+a);c<=127?o+=String.fromCharCode(c):o+=s[c&127]}return o};const Kn=typeof WeakMap=="function"&&new WeakMap;let $n;const _p=function(n){if(!$n){$n={};for(let s in cs)$n[s]=new String(s)}const e=$n[n];if(e===void 0)return;if(Kn){const s=Kn.get(e);if(s!==void 0)return s}const t=cs[n];if(t===void 0)return;const i={};for(let s=0;s<t.length;s++)i[t.charCodeAt(s)]=s+128;return Kn&&Kn.set(e,i),i};W.MACSTRING=function(n,e){const t=_p(e);if(t===void 0)return;const i=[];for(let s=0;s<n.length;s++){let o=n.charCodeAt(s);if(o>=128&&(o=t[o],o===void 0))return;i[s]=o}return i},te.MACSTRING=function(n,e){const t=W.MACSTRING(n,e);return t!==void 0?t.length:0};function ds(n){return n>=-128&&n<=127}function Qp(n,e,t){let i=0;const s=n.length;for(;e<s&&i<64&&n[e]===0;)++e,++i;return t.push(128|i-1),e}function Vp(n,e,t){let i=0;const s=n.length;let o=e;for(;o<s&&i<64;){const a=n[o];if(!ds(a)||a===0&&o+1<s&&n[o+1]===0)break;++o,++i}t.push(i-1);for(let a=e;a<o;++a)t.push(n[a]+256&255);return o}function Gp(n,e,t){let i=0;const s=n.length;let o=e;for(;o<s&&i<64;){const a=n[o];if(a===0||ds(a)&&o+1<s&&ds(n[o+1]))break;++o,++i}t.push(64|i-1);for(let a=e;a<o;++a){const c=n[a];t.push(c+65536>>8&255,c+256&255)}return o}W.VARDELTAS=function(n){let e=0;const t=[];for(;e<n.length;){const i=n[e];i===0?e=Qp(n,e,t):i>=-128&&i<=127?e=Vp(n,e,t):e=Gp(n,e,t)}return t},W.INDEX=function(n){let e=1;const t=[e],i=[];for(let c=0;c<n.length;c+=1){const l=W.OBJECT(n[c]);Array.prototype.push.apply(i,l),e+=l.length,t.push(e)}if(i.length===0)return[0,0];const s=[],o=1+Math.floor(Math.log(e)/Math.log(2))/8|0,a=[void 0,W.BYTE,W.USHORT,W.UINT24,W.ULONG][o];for(let c=0;c<t.length;c+=1){const l=a(t[c]);Array.prototype.push.apply(s,l)}return Array.prototype.concat(W.Card16(n.length),W.OffSize(o),s,i)},te.INDEX=function(n){return W.INDEX(n).length},W.DICT=function(n){let e=[];const t=Object.keys(n),i=t.length;for(let s=0;s<i;s+=1){const o=parseInt(t[s],0),a=n[o];e=e.concat(W.OPERAND(a.value,a.type)),e=e.concat(W.OPERATOR(o))}return e},te.DICT=function(n){return W.DICT(n).length},W.OPERATOR=function(n){return n<1200?[n]:[12,n-1200]},W.OPERAND=function(n,e){let t=[];if(Array.isArray(e))for(let i=0;i<e.length;i+=1)ne.argument(n.length===e.length,"Not enough arguments given for type"+e),t=t.concat(W.OPERAND(n[i],e[i]));else if(e==="SID")t=t.concat(W.NUMBER(n));else if(e==="offset")t=t.concat(W.NUMBER32(n));else if(e==="number")t=t.concat(W.NUMBER(n));else if(e==="real")t=t.concat(W.REAL(n));else throw new Error("Unknown operand type "+e);return t},W.OP=W.BYTE,te.OP=te.BYTE;const Xn=typeof WeakMap=="function"&&new WeakMap;W.CHARSTRING=function(n){if(Xn){const i=Xn.get(n);if(i!==void 0)return i}let e=[];const t=n.length;for(let i=0;i<t;i+=1){const s=n[i];e=e.concat(W[s.type](s.value))}return Xn&&Xn.set(n,e),e},te.CHARSTRING=function(n){return W.CHARSTRING(n).length},W.OBJECT=function(n){const e=W[n.type];return ne.argument(e!==void 0,"No encoding function for type "+n.type),e(n.value)},te.OBJECT=function(n){const e=te[n.type];return ne.argument(e!==void 0,"No sizeOf function for type "+n.type),e(n.value)},W.TABLE=function(n){let e=[];const t=n.fields.length,i=[],s=[];for(let o=0;o<t;o+=1){const a=n.fields[o],c=W[a.type];ne.argument(c!==void 0,"No encoding function for field type "+a.type+" ("+a.name+")");let l=n[a.name];l===void 0&&(l=a.value);const d=c(l);a.type==="TABLE"?(s.push(e.length),e=e.concat([0,0]),i.push(d)):e=e.concat(d)}for(let o=0;o<i.length;o+=1){const a=s[o],c=e.length;ne.argument(c<65536,"Table "+n.tableName+" too big."),e[a]=c>>8,e[a+1]=c&255,e=e.concat(i[o])}return e},te.TABLE=function(n){let e=0;const t=n.fields.length;for(let i=0;i<t;i+=1){const s=n.fields[i],o=te[s.type];ne.argument(o!==void 0,"No sizeOf function for field type "+s.type+" ("+s.name+")");let a=n[s.name];a===void 0&&(a=s.value),e+=o(a),s.type==="TABLE"&&(e+=2)}return e},W.RECORD=W.TABLE,te.RECORD=te.TABLE,W.LITERAL=function(n){return n},te.LITERAL=function(n){return n.length};function ke(n,e,t){for(let i=0;i<e.length;i+=1){const s=e[i];this[s.name]=s.value}if(this.tableName=n,this.fields=e,t){const i=Object.keys(t);for(let s=0;s<i.length;s+=1){const o=i[s],a=t[o];this[o]!==void 0&&(this[o]=a)}}}ke.prototype.encode=function(){return W.TABLE(this)},ke.prototype.sizeOf=function(){return te.TABLE(this)};function un(n,e,t){t===void 0&&(t=e.length);const i=new Array(e.length+1);i[0]={name:n+"Count",type:"USHORT",value:t};for(let s=0;s<e.length;s++)i[s+1]={name:n+s,type:"USHORT",value:e[s]};return i}function us(n,e,t){const i=e.length,s=new Array(i+1);s[0]={name:n+"Count",type:"USHORT",value:i};for(let o=0;o<i;o++)s[o+1]={name:n+o,type:"TABLE",value:t(e[o],o)};return s}function qn(n,e,t){const i=e.length;let s=[];s[0]={name:n+"Count",type:"USHORT",value:i};for(let o=0;o<i;o++)s=s.concat(t(e[o],o));return s}function Jn(n){n.format===1?ke.call(this,"coverageTable",[{name:"coverageFormat",type:"USHORT",value:1}].concat(un("glyph",n.glyphs))):ne.assert(!1,"Can't create coverage table format 2 yet.")}Jn.prototype=Object.create(ke.prototype),Jn.prototype.constructor=Jn;function Zn(n){ke.call(this,"scriptListTable",qn("scriptRecord",n,function(e,t){const i=e.script;let s=i.defaultLangSys;return ne.assert(!!s,"Unable to write GSUB: script "+e.tag+" has no default language system."),[{name:"scriptTag"+t,type:"TAG",value:e.tag},{name:"script"+t,type:"TABLE",value:new ke("scriptTable",[{name:"defaultLangSys",type:"TABLE",value:new ke("defaultLangSys",[{name:"lookupOrder",type:"USHORT",value:0},{name:"reqFeatureIndex",type:"USHORT",value:s.reqFeatureIndex}].concat(un("featureIndex",s.featureIndexes)))}].concat(qn("langSys",i.langSysRecords,function(o,a){const c=o.langSys;return[{name:"langSysTag"+a,type:"TAG",value:o.tag},{name:"langSys"+a,type:"TABLE",value:new ke("langSys",[{name:"lookupOrder",type:"USHORT",value:0},{name:"reqFeatureIndex",type:"USHORT",value:c.reqFeatureIndex}].concat(un("featureIndex",c.featureIndexes)))}]})))}]}))}Zn.prototype=Object.create(ke.prototype),Zn.prototype.constructor=Zn;function ei(n){ke.call(this,"featureListTable",qn("featureRecord",n,function(e,t){const i=e.feature;return[{name:"featureTag"+t,type:"TAG",value:e.tag},{name:"feature"+t,type:"TABLE",value:new ke("featureTable",[{name:"featureParams",type:"USHORT",value:i.featureParams}].concat(un("lookupListIndex",i.lookupListIndexes)))}]}))}ei.prototype=Object.create(ke.prototype),ei.prototype.constructor=ei;function ti(n,e){ke.call(this,"lookupListTable",us("lookup",n,function(t){let i=e[t.lookupType];return ne.assert(!!i,"Unable to write GSUB lookup type "+t.lookupType+" tables."),new ke("lookupTable",[{name:"lookupType",type:"USHORT",value:t.lookupType},{name:"lookupFlag",type:"USHORT",value:t.lookupFlag}].concat(us("subtable",t.subtables,i)))}))}ti.prototype=Object.create(ke.prototype),ti.prototype.constructor=ti;const ee={Table:ke,Record:ke,Coverage:Jn,ScriptList:Zn,FeatureList:ei,LookupList:ti,ushortList:un,tableList:us,recordList:qn};function Wr(n,e){return n.getUint8(e)}function ni(n,e){return n.getUint16(e,!1)}function Hp(n,e){return n.getInt16(e,!1)}function hs(n,e){return n.getUint32(e,!1)}function jr(n,e){const t=n.getInt16(e,!1),i=n.getUint16(e+2,!1);return t+i/65535}function Yp(n,e){let t="";for(let i=e;i<e+4;i+=1)t+=String.fromCharCode(n.getInt8(i));return t}function zp(n,e,t){let i=0;for(let s=0;s<t;s+=1)i<<=8,i+=n.getUint8(e+s);return i}function Wp(n,e,t){const i=[];for(let s=e;s<t;s+=1)i.push(n.getUint8(s));return i}function jp(n){let e="";for(let t=0;t<n.length;t+=1)e+=String.fromCharCode(n[t]);return e}const Kp={byte:1,uShort:2,short:2,uLong:4,fixed:4,longDateTime:8,tag:4};function G(n,e){this.data=n,this.offset=e,this.relativeOffset=0}G.prototype.parseByte=function(){const n=this.data.getUint8(this.offset+this.relativeOffset);return this.relativeOffset+=1,n},G.prototype.parseChar=function(){const n=this.data.getInt8(this.offset+this.relativeOffset);return this.relativeOffset+=1,n},G.prototype.parseCard8=G.prototype.parseByte,G.prototype.parseUShort=function(){const n=this.data.getUint16(this.offset+this.relativeOffset);return this.relativeOffset+=2,n},G.prototype.parseCard16=G.prototype.parseUShort,G.prototype.parseSID=G.prototype.parseUShort,G.prototype.parseOffset16=G.prototype.parseUShort,G.prototype.parseShort=function(){const n=this.data.getInt16(this.offset+this.relativeOffset);return this.relativeOffset+=2,n},G.prototype.parseF2Dot14=function(){const n=this.data.getInt16(this.offset+this.relativeOffset)/16384;return this.relativeOffset+=2,n},G.prototype.parseULong=function(){const n=hs(this.data,this.offset+this.relativeOffset);return this.relativeOffset+=4,n},G.prototype.parseOffset32=G.prototype.parseULong,G.prototype.parseFixed=function(){const n=jr(this.data,this.offset+this.relativeOffset);return this.relativeOffset+=4,n},G.prototype.parseString=function(n){const e=this.data,t=this.offset+this.relativeOffset;let i="";this.relativeOffset+=n;for(let s=0;s<n;s++)i+=String.fromCharCode(e.getUint8(t+s));return i},G.prototype.parseTag=function(){return this.parseString(4)},G.prototype.parseLongDateTime=function(){let n=hs(this.data,this.offset+this.relativeOffset+4);return n-=2082844800,this.relativeOffset+=8,n},G.prototype.parseVersion=function(n){const e=ni(this.data,this.offset+this.relativeOffset),t=ni(this.data,this.offset+this.relativeOffset+2);return this.relativeOffset+=4,n===void 0&&(n=4096),e+t/n/10},G.prototype.skip=function(n,e){e===void 0&&(e=1),this.relativeOffset+=Kp[n]*e},G.prototype.parseULongList=function(n){n===void 0&&(n=this.parseULong());const e=new Array(n),t=this.data;let i=this.offset+this.relativeOffset;for(let s=0;s<n;s++)e[s]=t.getUint32(i),i+=4;return this.relativeOffset+=n*4,e},G.prototype.parseOffset16List=G.prototype.parseUShortList=function(n){n===void 0&&(n=this.parseUShort());const e=new Array(n),t=this.data;let i=this.offset+this.relativeOffset;for(let s=0;s<n;s++)e[s]=t.getUint16(i),i+=2;return this.relativeOffset+=n*2,e},G.prototype.parseShortList=function(n){const e=new Array(n),t=this.data;let i=this.offset+this.relativeOffset;for(let s=0;s<n;s++)e[s]=t.getInt16(i),i+=2;return this.relativeOffset+=n*2,e},G.prototype.parseByteList=function(n){const e=new Array(n),t=this.data;let i=this.offset+this.relativeOffset;for(let s=0;s<n;s++)e[s]=t.getUint8(i++);return this.relativeOffset+=n,e},G.prototype.parseList=function(n,e){e||(e=n,n=this.parseUShort());const t=new Array(n);for(let i=0;i<n;i++)t[i]=e.call(this);return t},G.prototype.parseList32=function(n,e){e||(e=n,n=this.parseULong());const t=new Array(n);for(let i=0;i<n;i++)t[i]=e.call(this);return t},G.prototype.parseRecordList=function(n,e){e||(e=n,n=this.parseUShort());const t=new Array(n),i=Object.keys(e);for(let s=0;s<n;s++){const o={};for(let a=0;a<i.length;a++){const c=i[a],l=e[c];o[c]=l.call(this)}t[s]=o}return t},G.prototype.parseRecordList32=function(n,e){e||(e=n,n=this.parseULong());const t=new Array(n),i=Object.keys(e);for(let s=0;s<n;s++){const o={};for(let a=0;a<i.length;a++){const c=i[a],l=e[c];o[c]=l.call(this)}t[s]=o}return t},G.prototype.parseStruct=function(n){if(typeof n=="function")return n.call(this);{const e=Object.keys(n),t={};for(let i=0;i<e.length;i++){const s=e[i],o=n[s];t[s]=o.call(this)}return t}},G.prototype.parseValueRecord=function(n){if(n===void 0&&(n=this.parseUShort()),n===0)return;const e={};return n&1&&(e.xPlacement=this.parseShort()),n&2&&(e.yPlacement=this.parseShort()),n&4&&(e.xAdvance=this.parseShort()),n&8&&(e.yAdvance=this.parseShort()),n&16&&(e.xPlaDevice=void 0,this.parseShort()),n&32&&(e.yPlaDevice=void 0,this.parseShort()),n&64&&(e.xAdvDevice=void 0,this.parseShort()),n&128&&(e.yAdvDevice=void 0,this.parseShort()),e},G.prototype.parseValueRecordList=function(){const n=this.parseUShort(),e=this.parseUShort(),t=new Array(e);for(let i=0;i<e;i++)t[i]=this.parseValueRecord(n);return t},G.prototype.parsePointer=function(n){const e=this.parseOffset16();if(e>0)return new G(this.data,this.offset+e).parseStruct(n)},G.prototype.parsePointer32=function(n){const e=this.parseOffset32();if(e>0)return new G(this.data,this.offset+e).parseStruct(n)},G.prototype.parseListOfLists=function(n){const e=this.parseOffset16List(),t=e.length,i=this.relativeOffset,s=new Array(t);for(let o=0;o<t;o++){const a=e[o];if(a===0){s[o]=void 0;continue}if(this.relativeOffset=a,n){const c=this.parseOffset16List(),l=new Array(c.length);for(let d=0;d<c.length;d++)this.relativeOffset=a+c[d],l[d]=n.call(this);s[o]=l}else s[o]=this.parseUShortList()}return this.relativeOffset=i,s},G.prototype.parseCoverage=function(){const n=this.offset+this.relativeOffset,e=this.parseUShort(),t=this.parseUShort();if(e===1)return{format:1,glyphs:this.parseUShortList(t)};if(e===2){const i=new Array(t);for(let s=0;s<t;s++)i[s]={start:this.parseUShort(),end:this.parseUShort(),index:this.parseUShort()};return{format:2,ranges:i}}throw new Error("0x"+n.toString(16)+": Coverage format must be 1 or 2.")},G.prototype.parseClassDef=function(){const n=this.offset+this.relativeOffset,e=this.parseUShort();if(e===1)return{format:1,startGlyph:this.parseUShort(),classes:this.parseUShortList()};if(e===2)return{format:2,ranges:this.parseRecordList({start:G.uShort,end:G.uShort,classId:G.uShort})};throw new Error("0x"+n.toString(16)+": ClassDef format must be 1 or 2.")},G.list=function(n,e){return function(){return this.parseList(n,e)}},G.list32=function(n,e){return function(){return this.parseList32(n,e)}},G.recordList=function(n,e){return function(){return this.parseRecordList(n,e)}},G.recordList32=function(n,e){return function(){return this.parseRecordList32(n,e)}},G.pointer=function(n){return function(){return this.parsePointer(n)}},G.pointer32=function(n){return function(){return this.parsePointer32(n)}},G.tag=G.prototype.parseTag,G.byte=G.prototype.parseByte,G.uShort=G.offset16=G.prototype.parseUShort,G.uShortList=G.prototype.parseUShortList,G.uLong=G.offset32=G.prototype.parseULong,G.uLongList=G.prototype.parseULongList,G.struct=G.prototype.parseStruct,G.coverage=G.prototype.parseCoverage,G.classDef=G.prototype.parseClassDef;const Kr={reserved:G.uShort,reqFeatureIndex:G.uShort,featureIndexes:G.uShortList};G.prototype.parseScriptList=function(){return this.parsePointer(G.recordList({tag:G.tag,script:G.pointer({defaultLangSys:G.pointer(Kr),langSysRecords:G.recordList({tag:G.tag,langSys:G.pointer(Kr)})})}))||[]},G.prototype.parseFeatureList=function(){return this.parsePointer(G.recordList({tag:G.tag,feature:G.pointer({featureParams:G.offset16,lookupListIndexes:G.uShortList})}))||[]},G.prototype.parseLookupList=function(n){return this.parsePointer(G.list(G.pointer(function(){const e=this.parseUShort();ne.argument(1<=e&&e<=9,"GPOS/GSUB lookup type "+e+" unknown.");const t=this.parseUShort(),i=t&16;return{lookupType:e,lookupFlag:t,subtables:this.parseList(G.pointer(n[e])),markFilteringSet:i?this.parseUShort():void 0}})))||[]},G.prototype.parseFeatureVariationsList=function(){return this.parsePointer32(function(){const n=this.parseUShort(),e=this.parseUShort();return ne.argument(n===1&&e<1,"GPOS/GSUB feature variations table unknown."),this.parseRecordList32({conditionSetOffset:G.offset32,featureTableSubstitutionOffset:G.offset32})})||[]};const q={getByte:Wr,getCard8:Wr,getUShort:ni,getCard16:ni,getShort:Hp,getULong:hs,getFixed:jr,getTag:Yp,getOffset:zp,getBytes:Wp,bytesToString:jp,Parser:G};function $p(n,e){e.parseUShort(),n.length=e.parseULong(),n.language=e.parseULong();let t;n.groupCount=t=e.parseULong(),n.glyphIndexMap={};for(let i=0;i<t;i+=1){const s=e.parseULong(),o=e.parseULong();let a=e.parseULong();for(let c=s;c<=o;c+=1)n.glyphIndexMap[c]=a,a++}}function Xp(n,e,t,i,s){n.length=e.parseUShort(),n.language=e.parseUShort();let o;n.segCount=o=e.parseUShort()>>1,e.skip("uShort",3),n.glyphIndexMap={};const a=new q.Parser(t,i+s+14),c=new q.Parser(t,i+s+16+o*2),l=new q.Parser(t,i+s+16+o*4),d=new q.Parser(t,i+s+16+o*6);let h=i+s+16+o*8;for(let f=0;f<o-1;f+=1){let p;const u=a.parseUShort(),m=c.parseUShort(),C=l.parseShort(),A=d.parseUShort();for(let b=m;b<=u;b+=1)A!==0?(h=d.offset+d.relativeOffset-2,h+=A,h+=(b-m)*2,p=q.getUShort(t,h),p!==0&&(p=p+C&65535)):p=b+C&65535,n.glyphIndexMap[b]=p}}function qp(n,e){const t={};t.version=q.getUShort(n,e),ne.argument(t.version===0,"cmap table version should be 0."),t.numTables=q.getUShort(n,e+2);let i=-1;for(let o=t.numTables-1;o>=0;o-=1){const a=q.getUShort(n,e+4+o*8),c=q.getUShort(n,e+4+o*8+2);if(a===3&&(c===0||c===1||c===10)||a===0&&(c===0||c===1||c===2||c===3||c===4)){i=q.getULong(n,e+4+o*8+4);break}}if(i===-1)throw new Error("No valid cmap sub-tables found.");const s=new q.Parser(n,e+i);if(t.format=s.parseUShort(),t.format===12)$p(t,s);else if(t.format===4)Xp(t,s,n,e,i);else throw new Error("Only format 4 and 12 cmap tables are supported (found format "+t.format+").");return t}function Jp(n,e,t){n.segments.push({end:e,start:e,delta:-(e-t),offset:0,glyphIndex:t})}function Zp(n){n.segments.push({end:65535,start:65535,delta:1,offset:0})}function em(n){let e=!0,t;for(t=n.length-1;t>0;t-=1)if(n.get(t).unicode>65535){console.log("Adding CMAP format 12 (needed!)"),e=!1;break}let i=[{name:"version",type:"USHORT",value:0},{name:"numTables",type:"USHORT",value:e?1:2},{name:"platformID",type:"USHORT",value:3},{name:"encodingID",type:"USHORT",value:1},{name:"offset",type:"ULONG",value:e?12:20}];e||(i=i.concat([{name:"cmap12PlatformID",type:"USHORT",value:3},{name:"cmap12EncodingID",type:"USHORT",value:10},{name:"cmap12Offset",type:"ULONG",value:0}])),i=i.concat([{name:"format",type:"USHORT",value:4},{name:"cmap4Length",type:"USHORT",value:0},{name:"language",type:"USHORT",value:0},{name:"segCountX2",type:"USHORT",value:0},{name:"searchRange",type:"USHORT",value:0},{name:"entrySelector",type:"USHORT",value:0},{name:"rangeShift",type:"USHORT",value:0}]);const s=new ee.Table("cmap",i);for(s.segments=[],t=0;t<n.length;t+=1){const u=n.get(t);for(let m=0;m<u.unicodes.length;m+=1)Jp(s,u.unicodes[m],t);s.segments=s.segments.sort(function(m,C){return m.start-C.start})}Zp(s);const o=s.segments.length;let a=0,c=[],l=[],d=[],h=[],f=[],p=[];for(t=0;t<o;t+=1){const u=s.segments[t];u.end<=65535&&u.start<=65535?(c=c.concat({name:"end_"+t,type:"USHORT",value:u.end}),l=l.concat({name:"start_"+t,type:"USHORT",value:u.start}),d=d.concat({name:"idDelta_"+t,type:"SHORT",value:u.delta}),h=h.concat({name:"idRangeOffset_"+t,type:"USHORT",value:u.offset}),u.glyphId!==void 0&&(f=f.concat({name:"glyph_"+t,type:"USHORT",value:u.glyphId}))):a+=1,!e&&u.glyphIndex!==void 0&&(p=p.concat({name:"cmap12Start_"+t,type:"ULONG",value:u.start}),p=p.concat({name:"cmap12End_"+t,type:"ULONG",value:u.end}),p=p.concat({name:"cmap12Glyph_"+t,type:"ULONG",value:u.glyphIndex}))}if(s.segCountX2=(o-a)*2,s.searchRange=Math.pow(2,Math.floor(Math.log(o-a)/Math.log(2)))*2,s.entrySelector=Math.log(s.searchRange/2)/Math.log(2),s.rangeShift=s.segCountX2-s.searchRange,s.fields=s.fields.concat(c),s.fields.push({name:"reservedPad",type:"USHORT",value:0}),s.fields=s.fields.concat(l),s.fields=s.fields.concat(d),s.fields=s.fields.concat(h),s.fields=s.fields.concat(f),s.cmap4Length=14+c.length*2+2+l.length*2+d.length*2+h.length*2+f.length*2,!e){const u=16+p.length*4;s.cmap12Offset=20+s.cmap4Length,s.fields=s.fields.concat([{name:"cmap12Format",type:"USHORT",value:12},{name:"cmap12Reserved",type:"USHORT",value:0},{name:"cmap12Length",type:"ULONG",value:u},{name:"cmap12Language",type:"ULONG",value:0},{name:"cmap12nGroups",type:"ULONG",value:p.length/3}]),s.fields=s.fields.concat(p)}return s}const $r={parse:qp,make:em},ii=[".notdef","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","endash","dagger","daggerdbl","periodcentered","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","questiondown","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","ring","cedilla","hungarumlaut","ogonek","caron","emdash","AE","ordfeminine","Lslash","Oslash","OE","ordmasculine","ae","dotlessi","lslash","oslash","oe","germandbls","onesuperior","logicalnot","mu","trademark","Eth","onehalf","plusminus","Thorn","onequarter","divide","brokenbar","degree","thorn","threequarters","twosuperior","registered","minus","eth","multiply","threesuperior","copyright","Aacute","Acircumflex","Adieresis","Agrave","Aring","Atilde","Ccedilla","Eacute","Ecircumflex","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Ntilde","Oacute","Ocircumflex","Odieresis","Ograve","Otilde","Scaron","Uacute","Ucircumflex","Udieresis","Ugrave","Yacute","Ydieresis","Zcaron","aacute","acircumflex","adieresis","agrave","aring","atilde","ccedilla","eacute","ecircumflex","edieresis","egrave","iacute","icircumflex","idieresis","igrave","ntilde","oacute","ocircumflex","odieresis","ograve","otilde","scaron","uacute","ucircumflex","udieresis","ugrave","yacute","ydieresis","zcaron","exclamsmall","Hungarumlautsmall","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","266 ff","onedotenleader","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","commasuperior","threequartersemdash","periodsuperior","questionsmall","asuperior","bsuperior","centsuperior","dsuperior","esuperior","isuperior","lsuperior","msuperior","nsuperior","osuperior","rsuperior","ssuperior","tsuperior","ff","ffi","ffl","parenleftinferior","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","exclamdownsmall","centoldstyle","Lslashsmall","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","Dotaccentsmall","Macronsmall","figuredash","hypheninferior","Ogoneksmall","Ringsmall","Cedillasmall","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","zerosuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall","001.000","001.001","001.002","001.003","Black","Bold","Book","Light","Medium","Regular","Roman","Semibold"],tm=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","","endash","dagger","daggerdbl","periodcentered","","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","","questiondown","","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","","ring","cedilla","","hungarumlaut","ogonek","caron","emdash","","","","","","","","","","","","","","","","","AE","","ordfeminine","","","","","Lslash","Oslash","OE","ordmasculine","","","","","","ae","","","","dotlessi","","","lslash","oslash","oe","germandbls"],nm=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclamsmall","Hungarumlautsmall","","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","comma","hyphen","period","fraction","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","colon","semicolon","commasuperior","threequartersemdash","periodsuperior","questionsmall","","asuperior","bsuperior","centsuperior","dsuperior","esuperior","","","isuperior","","","lsuperior","msuperior","nsuperior","osuperior","","","rsuperior","ssuperior","tsuperior","","ff","fi","fl","ffi","ffl","parenleftinferior","","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","exclamdownsmall","centoldstyle","Lslashsmall","","","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","","Dotaccentsmall","","","Macronsmall","","","figuredash","hypheninferior","","","Ogoneksmall","Ringsmall","Cedillasmall","","","","onequarter","onehalf","threequarters","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","","","zerosuperior","onesuperior","twosuperior","threesuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall"],St=[".notdef",".null","nonmarkingreturn","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quotesingle","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","grave","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","Adieresis","Aring","Ccedilla","Eacute","Ntilde","Odieresis","Udieresis","aacute","agrave","acircumflex","adieresis","atilde","aring","ccedilla","eacute","egrave","ecircumflex","edieresis","iacute","igrave","icircumflex","idieresis","ntilde","oacute","ograve","ocircumflex","odieresis","otilde","uacute","ugrave","ucircumflex","udieresis","dagger","degree","cent","sterling","section","bullet","paragraph","germandbls","registered","copyright","trademark","acute","dieresis","notequal","AE","Oslash","infinity","plusminus","lessequal","greaterequal","yen","mu","partialdiff","summation","product","pi","integral","ordfeminine","ordmasculine","Omega","ae","oslash","questiondown","exclamdown","logicalnot","radical","florin","approxequal","Delta","guillemotleft","guillemotright","ellipsis","nonbreakingspace","Agrave","Atilde","Otilde","OE","oe","endash","emdash","quotedblleft","quotedblright","quoteleft","quoteright","divide","lozenge","ydieresis","Ydieresis","fraction","currency","guilsinglleft","guilsinglright","fi","fl","daggerdbl","periodcentered","quotesinglbase","quotedblbase","perthousand","Acircumflex","Ecircumflex","Aacute","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Oacute","Ocircumflex","apple","Ograve","Uacute","Ucircumflex","Ugrave","dotlessi","circumflex","tilde","macron","breve","dotaccent","ring","cedilla","hungarumlaut","ogonek","caron","Lslash","lslash","Scaron","scaron","Zcaron","zcaron","brokenbar","Eth","eth","Yacute","yacute","Thorn","thorn","minus","multiply","onesuperior","twosuperior","threesuperior","onehalf","onequarter","threequarters","franc","Gbreve","gbreve","Idotaccent","Scedilla","scedilla","Cacute","cacute","Ccaron","ccaron","dcroat"];function Xr(n){this.font=n}Xr.prototype.charToGlyphIndex=function(n){const e=n.codePointAt(0),t=this.font.glyphs;if(t)for(let i=0;i<t.length;i+=1){const s=t.get(i);for(let o=0;o<s.unicodes.length;o+=1)if(s.unicodes[o]===e)return i}return null};function qr(n){this.cmap=n}qr.prototype.charToGlyphIndex=function(n){return this.cmap.glyphIndexMap[n.codePointAt(0)]||0};function si(n,e){this.encoding=n,this.charset=e}si.prototype.charToGlyphIndex=function(n){const e=n.codePointAt(0),t=this.encoding[e];return this.charset.indexOf(t)};function fs(n){switch(n.version){case 1:this.names=St.slice();break;case 2:this.names=new Array(n.numberOfGlyphs);for(let e=0;e<n.numberOfGlyphs;e++)n.glyphNameIndex[e]<St.length?this.names[e]=St[n.glyphNameIndex[e]]:this.names[e]=n.names[n.glyphNameIndex[e]-St.length];break;case 2.5:this.names=new Array(n.numberOfGlyphs);for(let e=0;e<n.numberOfGlyphs;e++)this.names[e]=St[e+n.glyphNameIndex[e]];break;case 3:this.names=[];break;default:this.names=[];break}}fs.prototype.nameToGlyphIndex=function(n){return this.names.indexOf(n)},fs.prototype.glyphIndexToName=function(n){return this.names[n]};function im(n){let e;const t=n.tables.cmap.glyphIndexMap,i=Object.keys(t);for(let s=0;s<i.length;s+=1){const o=i[s],a=t[o];e=n.glyphs.get(a),e.addUnicode(parseInt(o))}for(let s=0;s<n.glyphs.length;s+=1)e=n.glyphs.get(s),n.cffEncoding?n.isCIDFont?e.name="gid"+s:e.name=n.cffEncoding.charset[s]:n.glyphNames.names&&(e.name=n.glyphNames.glyphIndexToName(s))}function sm(n,e,t,i,s){n.beginPath(),n.moveTo(e,t),n.lineTo(i,s),n.stroke()}const Tt={line:sm};function om(n,e){let t=e||new Ie;return{configurable:!0,get:function(){return typeof t=="function"&&(t=t()),t},set:function(i){t=i}}}function Ge(n){this.bindConstructorValues(n)}Ge.prototype.bindConstructorValues=function(n){this.index=n.index||0,this.name=n.name||null,this.unicode=n.unicode||void 0,this.unicodes=n.unicodes||n.unicode!==void 0?[n.unicode]:[],n.xMin&&(this.xMin=n.xMin),n.yMin&&(this.yMin=n.yMin),n.xMax&&(this.xMax=n.xMax),n.yMax&&(this.yMax=n.yMax),n.advanceWidth&&(this.advanceWidth=n.advanceWidth),Object.defineProperty(this,"path",om(this,n.path))},Ge.prototype.addUnicode=function(n){this.unicodes.length===0&&(this.unicode=n),this.unicodes.push(n)},Ge.prototype.getBoundingBox=function(){return this.path.getBoundingBox()},Ge.prototype.getPath=function(n,e,t,i,s){n=n!==void 0?n:0,e=e!==void 0?e:0,t=t!==void 0?t:72;let o,a;i||(i={});let c=i.xScale,l=i.yScale;if(i.hinting&&s&&s.hinting&&(a=this.path&&s.hinting.exec(this,t)),a)o=s.hinting.getCommands(a),n=Math.round(n),e=Math.round(e),c=l=1;else{o=this.path.commands;const h=1/this.path.unitsPerEm*t;c===void 0&&(c=h),l===void 0&&(l=h)}const d=new Ie;for(let h=0;h<o.length;h+=1){const f=o[h];f.type==="M"?d.moveTo(n+f.x*c,e+-f.y*l):f.type==="L"?d.lineTo(n+f.x*c,e+-f.y*l):f.type==="Q"?d.quadraticCurveTo(n+f.x1*c,e+-f.y1*l,n+f.x*c,e+-f.y*l):f.type==="C"?d.curveTo(n+f.x1*c,e+-f.y1*l,n+f.x2*c,e+-f.y2*l,n+f.x*c,e+-f.y*l):f.type==="Z"&&d.closePath()}return d},Ge.prototype.getContours=function(){if(this.points===void 0)return[];const n=[];let e=[];for(let t=0;t<this.points.length;t+=1){const i=this.points[t];e.push(i),i.lastPointOfContour&&(n.push(e),e=[])}return ne.argument(e.length===0,"There are still points left in the current contour."),n},Ge.prototype.getMetrics=function(){const n=this.path.commands,e=[],t=[];for(let s=0;s<n.length;s+=1){const o=n[s];o.type!=="Z"&&(e.push(o.x),t.push(o.y)),(o.type==="Q"||o.type==="C")&&(e.push(o.x1),t.push(o.y1)),o.type==="C"&&(e.push(o.x2),t.push(o.y2))}const i={xMin:Math.min.apply(null,e),yMin:Math.min.apply(null,t),xMax:Math.max.apply(null,e),yMax:Math.max.apply(null,t),leftSideBearing:this.leftSideBearing};return isFinite(i.xMin)||(i.xMin=0),isFinite(i.xMax)||(i.xMax=this.advanceWidth),isFinite(i.yMin)||(i.yMin=0),isFinite(i.yMax)||(i.yMax=0),i.rightSideBearing=this.advanceWidth-i.leftSideBearing-(i.xMax-i.xMin),i},Ge.prototype.draw=function(n,e,t,i,s){this.getPath(e,t,i,s).draw(n)},Ge.prototype.drawPoints=function(n,e,t,i){function s(d,h,f,p){const u=Math.PI*2;n.beginPath();for(let m=0;m<d.length;m+=1)n.moveTo(h+d[m].x*p,f+d[m].y*p),n.arc(h+d[m].x*p,f+d[m].y*p,2,0,u,!1);n.closePath(),n.fill()}e=e!==void 0?e:0,t=t!==void 0?t:0,i=i!==void 0?i:24;const o=1/this.path.unitsPerEm*i,a=[],c=[],l=this.path;for(let d=0;d<l.commands.length;d+=1){const h=l.commands[d];h.x!==void 0&&a.push({x:h.x,y:-h.y}),h.x1!==void 0&&c.push({x:h.x1,y:-h.y1}),h.x2!==void 0&&c.push({x:h.x2,y:-h.y2})}n.fillStyle="blue",s(a,e,t,o),n.fillStyle="red",s(c,e,t,o)},Ge.prototype.drawMetrics=function(n,e,t,i){let s;e=e!==void 0?e:0,t=t!==void 0?t:0,i=i!==void 0?i:24,s=1/this.path.unitsPerEm*i,n.lineWidth=1,n.strokeStyle="black",Tt.line(n,e,-1e4,e,1e4),Tt.line(n,-1e4,t,1e4,t);const o=this.xMin||0;let a=this.yMin||0;const c=this.xMax||0;let l=this.yMax||0;const d=this.advanceWidth||0;n.strokeStyle="blue",Tt.line(n,e+o*s,-1e4,e+o*s,1e4),Tt.line(n,e+c*s,-1e4,e+c*s,1e4),Tt.line(n,-1e4,t+-a*s,1e4,t+-a*s),Tt.line(n,-1e4,t+-l*s,1e4,t+-l*s),n.strokeStyle="green",Tt.line(n,e+d*s,-1e4,e+d*s,1e4)};function oi(n,e,t){Object.defineProperty(n,e,{get:function(){return n.path,n[t]},set:function(i){n[t]=i},enumerable:!0,configurable:!0})}function ps(n,e){if(this.font=n,this.glyphs={},Array.isArray(e))for(let t=0;t<e.length;t++)this.glyphs[t]=e[t];this.length=e&&e.length||0}ps.prototype.get=function(n){return typeof this.glyphs[n]=="function"&&(this.glyphs[n]=this.glyphs[n]()),this.glyphs[n]},ps.prototype.push=function(n,e){this.glyphs[n]=e,this.length++};function rm(n,e){return new Ge({index:e,font:n})}function am(n,e,t,i,s,o){return function(){const a=new Ge({index:e,font:n});return a.path=function(){t(a,i,s);const c=o(n.glyphs,a);return c.unitsPerEm=n.unitsPerEm,c},oi(a,"xMin","_xMin"),oi(a,"xMax","_xMax"),oi(a,"yMin","_yMin"),oi(a,"yMax","_yMax"),a}}function lm(n,e,t,i){return function(){const s=new Ge({index:e,font:n});return s.path=function(){const o=t(n,s,i);return o.unitsPerEm=n.unitsPerEm,o},s}}const jt={GlyphSet:ps,glyphLoader:rm,ttfGlyphLoader:am,cffGlyphLoader:lm};function Jr(n,e){if(n===e)return!0;if(Array.isArray(n)&&Array.isArray(e)){if(n.length!==e.length)return!1;for(let t=0;t<n.length;t+=1)if(!Jr(n[t],e[t]))return!1;return!0}else return!1}function ms(n){let e;return n.length<1240?e=107:n.length<33900?e=1131:e=32768,e}function mt(n,e,t){const i=[],s=[],o=q.getCard16(n,e);let a,c;if(o!==0){const l=q.getByte(n,e+2);a=e+(o+1)*l+2;let d=e+3;for(let h=0;h<o+1;h+=1)i.push(q.getOffset(n,d,l)),d+=l;c=a+i[o]}else c=e+2;for(let l=0;l<i.length-1;l+=1){let d=q.getBytes(n,a+i[l],a+i[l+1]);t&&(d=t(d)),s.push(d)}return{objects:s,startOffset:e,endOffset:c}}function cm(n){let e="";const i=["0","1","2","3","4","5","6","7","8","9",".","E","E-",null,"-"];for(;;){const s=n.parseByte(),o=s>>4,a=s&15;if(o===15||(e+=i[o],a===15))break;e+=i[a]}return parseFloat(e)}function dm(n,e){let t,i,s,o;if(e===28)return t=n.parseByte(),i=n.parseByte(),t<<8|i;if(e===29)return t=n.parseByte(),i=n.parseByte(),s=n.parseByte(),o=n.parseByte(),t<<24|i<<16|s<<8|o;if(e===30)return cm(n);if(e>=32&&e<=246)return e-139;if(e>=247&&e<=250)return t=n.parseByte(),(e-247)*256+t+108;if(e>=251&&e<=254)return t=n.parseByte(),-(e-251)*256-t-108;throw new Error("Invalid b0 "+e)}function um(n){const e={};for(let t=0;t<n.length;t+=1){const i=n[t][0],s=n[t][1];let o;if(s.length===1?o=s[0]:o=s,e.hasOwnProperty(i)&&!isNaN(e[i]))throw new Error("Object "+e+" already has key "+i);e[i]=o}return e}function Zr(n,e,t){e=e!==void 0?e:0;const i=new q.Parser(n,e),s=[];let o=[];for(t=t!==void 0?t:n.length;i.relativeOffset<t;){let a=i.parseByte();a<=21?(a===12&&(a=1200+i.parseByte()),s.push([a,o]),o=[]):o.push(dm(i,a))}return um(s)}function hn(n,e){return e<=390?e=ii[e]:e=n[e-391],e}function ea(n,e,t){const i={};let s;for(let o=0;o<e.length;o+=1){const a=e[o];if(Array.isArray(a.type)){const c=[];c.length=a.type.length;for(let l=0;l<a.type.length;l++)s=n[a.op]!==void 0?n[a.op][l]:void 0,s===void 0&&(s=a.value!==void 0&&a.value[l]!==void 0?a.value[l]:null),a.type[l]==="SID"&&(s=hn(t,s)),c[l]=s;i[a.name]=c}else s=n[a.op],s===void 0&&(s=a.value!==void 0?a.value:null),a.type==="SID"&&(s=hn(t,s)),i[a.name]=s}return i}function hm(n,e){const t={};return t.formatMajor=q.getCard8(n,e),t.formatMinor=q.getCard8(n,e+1),t.size=q.getCard8(n,e+2),t.offsetSize=q.getCard8(n,e+3),t.startOffset=e,t.endOffset=e+4,t}const ta=[{name:"version",op:0,type:"SID"},{name:"notice",op:1,type:"SID"},{name:"copyright",op:1200,type:"SID"},{name:"fullName",op:2,type:"SID"},{name:"familyName",op:3,type:"SID"},{name:"weight",op:4,type:"SID"},{name:"isFixedPitch",op:1201,type:"number",value:0},{name:"italicAngle",op:1202,type:"number",value:0},{name:"underlinePosition",op:1203,type:"number",value:-100},{name:"underlineThickness",op:1204,type:"number",value:50},{name:"paintType",op:1205,type:"number",value:0},{name:"charstringType",op:1206,type:"number",value:2},{name:"fontMatrix",op:1207,type:["real","real","real","real","real","real"],value:[.001,0,0,.001,0,0]},{name:"uniqueId",op:13,type:"number"},{name:"fontBBox",op:5,type:["number","number","number","number"],value:[0,0,0,0]},{name:"strokeWidth",op:1208,type:"number",value:0},{name:"xuid",op:14,type:[],value:null},{name:"charset",op:15,type:"offset",value:0},{name:"encoding",op:16,type:"offset",value:0},{name:"charStrings",op:17,type:"offset",value:0},{name:"private",op:18,type:["number","offset"],value:[0,0]},{name:"ros",op:1230,type:["SID","SID","number"]},{name:"cidFontVersion",op:1231,type:"number",value:0},{name:"cidFontRevision",op:1232,type:"number",value:0},{name:"cidFontType",op:1233,type:"number",value:0},{name:"cidCount",op:1234,type:"number",value:8720},{name:"uidBase",op:1235,type:"number"},{name:"fdArray",op:1236,type:"offset"},{name:"fdSelect",op:1237,type:"offset"},{name:"fontName",op:1238,type:"SID"}],na=[{name:"subrs",op:19,type:"offset",value:0},{name:"defaultWidthX",op:20,type:"number",value:0},{name:"nominalWidthX",op:21,type:"number",value:0}];function fm(n,e){const t=Zr(n,0,n.byteLength);return ea(t,ta,e)}function ia(n,e,t,i){const s=Zr(n,e,t);return ea(s,na,i)}function sa(n,e,t,i){const s=[];for(let o=0;o<t.length;o+=1){const a=new DataView(new Uint8Array(t[o]).buffer),c=fm(a,i);c._subrs=[],c._subrsBias=0;const l=c.private[0],d=c.private[1];if(l!==0&&d!==0){const h=ia(n,d+e,l,i);if(c._defaultWidthX=h.defaultWidthX,c._nominalWidthX=h.nominalWidthX,h.subrs!==0){const f=d+h.subrs,p=mt(n,f+e);c._subrs=p.objects,c._subrsBias=ms(c._subrs)}c._privateDict=h}s.push(c)}return s}function pm(n,e,t,i){let s,o;const a=new q.Parser(n,e);t-=1;const c=[".notdef"],l=a.parseCard8();if(l===0)for(let d=0;d<t;d+=1)s=a.parseSID(),c.push(hn(i,s));else if(l===1)for(;c.length<=t;){s=a.parseSID(),o=a.parseCard8();for(let d=0;d<=o;d+=1)c.push(hn(i,s)),s+=1}else if(l===2)for(;c.length<=t;){s=a.parseSID(),o=a.parseCard16();for(let d=0;d<=o;d+=1)c.push(hn(i,s)),s+=1}else throw new Error("Unknown charset format "+l);return c}function mm(n,e,t){let i;const s={},o=new q.Parser(n,e),a=o.parseCard8();if(a===0){const c=o.parseCard8();for(let l=0;l<c;l+=1)i=o.parseCard8(),s[i]=l}else if(a===1){const c=o.parseCard8();i=1;for(let l=0;l<c;l+=1){const d=o.parseCard8(),h=o.parseCard8();for(let f=d;f<=d+h;f+=1)s[f]=i,i+=1}}else throw new Error("Unknown encoding format "+a);return new si(s,t)}function gm(n,e,t){let i,s,o,a;const c=new Ie,l=[];let d=0,h=!1,f=!1,p=0,u=0,m,C,A,b;if(n.isCIDFont){const T=n.tables.cff.topDict._fdSelect[e.index],B=n.tables.cff.topDict._fdArray[T];m=B._subrs,C=B._subrsBias,A=B._defaultWidthX,b=B._nominalWidthX}else m=n.tables.cff.topDict._subrs,C=n.tables.cff.topDict._subrsBias,A=n.tables.cff.topDict._defaultWidthX,b=n.tables.cff.topDict._nominalWidthX;let I=A;function k(T,B){f&&c.closePath(),c.moveTo(T,B),f=!0}function P(){let T;T=l.length%2!==0,T&&!h&&(I=l.shift()+b),d+=l.length>>1,l.length=0,h=!0}function R(T){let B,g,N,w,S,L,V,M,E,y,v,D,F=0;for(;F<T.length;){let Q=T[F];switch(F+=1,Q){case 1:P();break;case 3:P();break;case 4:l.length>1&&!h&&(I=l.shift()+b,h=!0),u+=l.pop(),k(p,u);break;case 5:for(;l.length>0;)p+=l.shift(),u+=l.shift(),c.lineTo(p,u);break;case 6:for(;l.length>0&&(p+=l.shift(),c.lineTo(p,u),l.length!==0);)u+=l.shift(),c.lineTo(p,u);break;case 7:for(;l.length>0&&(u+=l.shift(),c.lineTo(p,u),l.length!==0);)p+=l.shift(),c.lineTo(p,u);break;case 8:for(;l.length>0;)i=p+l.shift(),s=u+l.shift(),o=i+l.shift(),a=s+l.shift(),p=o+l.shift(),u=a+l.shift(),c.curveTo(i,s,o,a,p,u);break;case 10:S=l.pop()+C,L=m[S],L&&R(L);break;case 11:return;case 12:switch(Q=T[F],F+=1,Q){case 35:i=p+l.shift(),s=u+l.shift(),o=i+l.shift(),a=s+l.shift(),V=o+l.shift(),M=a+l.shift(),E=V+l.shift(),y=M+l.shift(),v=E+l.shift(),D=y+l.shift(),p=v+l.shift(),u=D+l.shift(),l.shift(),c.curveTo(i,s,o,a,V,M),c.curveTo(E,y,v,D,p,u);break;case 34:i=p+l.shift(),s=u,o=i+l.shift(),a=s+l.shift(),V=o+l.shift(),M=a,E=V+l.shift(),y=a,v=E+l.shift(),D=u,p=v+l.shift(),c.curveTo(i,s,o,a,V,M),c.curveTo(E,y,v,D,p,u);break;case 36:i=p+l.shift(),s=u+l.shift(),o=i+l.shift(),a=s+l.shift(),V=o+l.shift(),M=a,E=V+l.shift(),y=a,v=E+l.shift(),D=y+l.shift(),p=v+l.shift(),c.curveTo(i,s,o,a,V,M),c.curveTo(E,y,v,D,p,u);break;case 37:i=p+l.shift(),s=u+l.shift(),o=i+l.shift(),a=s+l.shift(),V=o+l.shift(),M=a+l.shift(),E=V+l.shift(),y=M+l.shift(),v=E+l.shift(),D=y+l.shift(),Math.abs(v-p)>Math.abs(D-u)?p=v+l.shift():u=D+l.shift(),c.curveTo(i,s,o,a,V,M),c.curveTo(E,y,v,D,p,u);break;default:console.log("Glyph "+e.index+": unknown operator 1200"+Q),l.length=0}break;case 14:l.length>0&&!h&&(I=l.shift()+b,h=!0),f&&(c.closePath(),f=!1);break;case 18:P();break;case 19:case 20:P(),F+=d+7>>3;break;case 21:l.length>2&&!h&&(I=l.shift()+b,h=!0),u+=l.pop(),p+=l.pop(),k(p,u);break;case 22:l.length>1&&!h&&(I=l.shift()+b,h=!0),p+=l.pop(),k(p,u);break;case 23:P();break;case 24:for(;l.length>2;)i=p+l.shift(),s=u+l.shift(),o=i+l.shift(),a=s+l.shift(),p=o+l.shift(),u=a+l.shift(),c.curveTo(i,s,o,a,p,u);p+=l.shift(),u+=l.shift(),c.lineTo(p,u);break;case 25:for(;l.length>6;)p+=l.shift(),u+=l.shift(),c.lineTo(p,u);i=p+l.shift(),s=u+l.shift(),o=i+l.shift(),a=s+l.shift(),p=o+l.shift(),u=a+l.shift(),c.curveTo(i,s,o,a,p,u);break;case 26:for(l.length%2&&(p+=l.shift());l.length>0;)i=p,s=u+l.shift(),o=i+l.shift(),a=s+l.shift(),p=o,u=a+l.shift(),c.curveTo(i,s,o,a,p,u);break;case 27:for(l.length%2&&(u+=l.shift());l.length>0;)i=p+l.shift(),s=u,o=i+l.shift(),a=s+l.shift(),p=o+l.shift(),u=a,c.curveTo(i,s,o,a,p,u);break;case 28:B=T[F],g=T[F+1],l.push((B<<24|g<<16)>>16),F+=2;break;case 29:S=l.pop()+n.gsubrsBias,L=n.gsubrs[S],L&&R(L);break;case 30:for(;l.length>0&&(i=p,s=u+l.shift(),o=i+l.shift(),a=s+l.shift(),p=o+l.shift(),u=a+(l.length===1?l.shift():0),c.curveTo(i,s,o,a,p,u),l.length!==0);)i=p+l.shift(),s=u,o=i+l.shift(),a=s+l.shift(),u=a+l.shift(),p=o+(l.length===1?l.shift():0),c.curveTo(i,s,o,a,p,u);break;case 31:for(;l.length>0&&(i=p+l.shift(),s=u,o=i+l.shift(),a=s+l.shift(),u=a+l.shift(),p=o+(l.length===1?l.shift():0),c.curveTo(i,s,o,a,p,u),l.length!==0);)i=p,s=u+l.shift(),o=i+l.shift(),a=s+l.shift(),p=o+l.shift(),u=a+(l.length===1?l.shift():0),c.curveTo(i,s,o,a,p,u);break;default:Q<32?console.log("Glyph "+e.index+": unknown operator "+Q):Q<247?l.push(Q-139):Q<251?(B=T[F],F+=1,l.push((Q-247)*256+B+108)):Q<255?(B=T[F],F+=1,l.push(-(Q-251)*256-B-108)):(B=T[F],g=T[F+1],N=T[F+2],w=T[F+3],F+=4,l.push((B<<24|g<<16|N<<8|w)/65536))}}}return R(t),e.advanceWidth=I,c}function Am(n,e,t,i){const s=[];let o;const a=new q.Parser(n,e),c=a.parseCard8();if(c===0)for(let l=0;l<t;l++){if(o=a.parseCard8(),o>=i)throw new Error("CFF table CID Font FDSelect has bad FD index value "+o+" (FD count "+i+")");s.push(o)}else if(c===3){const l=a.parseCard16();let d=a.parseCard16();if(d!==0)throw new Error("CFF Table CID Font FDSelect format 3 range has bad initial GID "+d);let h;for(let f=0;f<l;f++){if(o=a.parseCard8(),h=a.parseCard16(),o>=i)throw new Error("CFF table CID Font FDSelect has bad FD index value "+o+" (FD count "+i+")");if(h>t)throw new Error("CFF Table CID Font FDSelect format 3 range has bad GID "+h);for(;d<h;d++)s.push(o);d=h}if(h!==t)throw new Error("CFF Table CID Font FDSelect format 3 range has bad final GID "+h)}else throw new Error("CFF Table CID Font FDSelect table has unsupported format "+c);return s}function ym(n,e,t){t.tables.cff={};const i=hm(n,e),s=mt(n,i.endOffset,q.bytesToString),o=mt(n,s.endOffset),a=mt(n,o.endOffset,q.bytesToString),c=mt(n,a.endOffset);t.gsubrs=c.objects,t.gsubrsBias=ms(t.gsubrs);const l=sa(n,e,o.objects,a.objects);if(l.length!==1)throw new Error("CFF table has too many fonts in 'FontSet' - count of fonts NameIndex.length = "+l.length);const d=l[0];if(t.tables.cff.topDict=d,d._privateDict&&(t.defaultWidthX=d._privateDict.defaultWidthX,t.nominalWidthX=d._privateDict.nominalWidthX),d.ros[0]!==void 0&&d.ros[1]!==void 0&&(t.isCIDFont=!0),t.isCIDFont){let m=d.fdArray,C=d.fdSelect;if(m===0||C===0)throw new Error("Font is marked as a CID font, but FDArray and/or FDSelect information is missing");m+=e;const A=mt(n,m),b=sa(n,e,A.objects,a.objects);d._fdArray=b,C+=e,d._fdSelect=Am(n,C,t.numGlyphs,b.length)}const h=e+d.private[1],f=ia(n,h,d.private[0],a.objects);if(t.defaultWidthX=f.defaultWidthX,t.nominalWidthX=f.nominalWidthX,f.subrs!==0){const m=h+f.subrs,C=mt(n,m);t.subrs=C.objects,t.subrsBias=ms(t.subrs)}else t.subrs=[],t.subrsBias=0;const p=mt(n,e+d.charStrings);t.nGlyphs=p.objects.length;const u=pm(n,e+d.charset,t.nGlyphs,a.objects);d.encoding===0?t.cffEncoding=new si(tm,u):d.encoding===1?t.cffEncoding=new si(nm,u):t.cffEncoding=mm(n,e+d.encoding,u),t.encoding=t.encoding||t.cffEncoding,t.glyphs=new jt.GlyphSet(t);for(let m=0;m<t.nGlyphs;m+=1){const C=p.objects[m];t.glyphs.push(m,jt.cffGlyphLoader(t,m,gm,C))}}function oa(n,e){let t,i=ii.indexOf(n);return i>=0&&(t=i),i=e.indexOf(n),i>=0?t=i+ii.length:(t=ii.length+e.length,e.push(n)),t}function Cm(){return new ee.Record("Header",[{name:"major",type:"Card8",value:1},{name:"minor",type:"Card8",value:0},{name:"hdrSize",type:"Card8",value:4},{name:"major",type:"Card8",value:1}])}function Em(n){const e=new ee.Record("Name INDEX",[{name:"names",type:"INDEX",value:[]}]);e.names=[];for(let t=0;t<n.length;t+=1)e.names.push({name:"name_"+t,type:"NAME",value:n[t]});return e}function ra(n,e,t){const i={};for(let s=0;s<n.length;s+=1){const o=n[s];let a=e[o.name];a!==void 0&&!Jr(a,o.value)&&(o.type==="SID"&&(a=oa(a,t)),i[o.op]={name:o.name,type:o.type,value:a})}return i}function aa(n,e){const t=new ee.Record("Top DICT",[{name:"dict",type:"DICT",value:{}}]);return t.dict=ra(ta,n,e),t}function la(n){const e=new ee.Record("Top DICT INDEX",[{name:"topDicts",type:"INDEX",value:[]}]);return e.topDicts=[{name:"topDict_0",type:"TABLE",value:n}],e}function bm(n){const e=new ee.Record("String INDEX",[{name:"strings",type:"INDEX",value:[]}]);e.strings=[];for(let t=0;t<n.length;t+=1)e.strings.push({name:"string_"+t,type:"STRING",value:n[t]});return e}function wm(){return new ee.Record("Global Subr INDEX",[{name:"subrs",type:"INDEX",value:[]}])}function vm(n,e){const t=new ee.Record("Charsets",[{name:"format",type:"Card8",value:0}]);for(let i=0;i<n.length;i+=1){const s=n[i],o=oa(s,e);t.fields.push({name:"glyph_"+i,type:"SID",value:o})}return t}function Im(n){const e=[],t=n.path;e.push({name:"width",type:"NUMBER",value:n.advanceWidth});let i=0,s=0;for(let o=0;o<t.commands.length;o+=1){let a,c,l=t.commands[o];if(l.type==="Q"){const d=.3333333333333333,h=2/3;l={type:"C",x:l.x,y:l.y,x1:d*i+h*l.x1,y1:d*s+h*l.y1,x2:d*l.x+h*l.x1,y2:d*l.y+h*l.y1}}if(l.type==="M")a=Math.round(l.x-i),c=Math.round(l.y-s),e.push({name:"dx",type:"NUMBER",value:a}),e.push({name:"dy",type:"NUMBER",value:c}),e.push({name:"rmoveto",type:"OP",value:21}),i=Math.round(l.x),s=Math.round(l.y);else if(l.type==="L")a=Math.round(l.x-i),c=Math.round(l.y-s),e.push({name:"dx",type:"NUMBER",value:a}),e.push({name:"dy",type:"NUMBER",value:c}),e.push({name:"rlineto",type:"OP",value:5}),i=Math.round(l.x),s=Math.round(l.y);else if(l.type==="C"){const d=Math.round(l.x1-i),h=Math.round(l.y1-s),f=Math.round(l.x2-l.x1),p=Math.round(l.y2-l.y1);a=Math.round(l.x-l.x2),c=Math.round(l.y-l.y2),e.push({name:"dx1",type:"NUMBER",value:d}),e.push({name:"dy1",type:"NUMBER",value:h}),e.push({name:"dx2",type:"NUMBER",value:f}),e.push({name:"dy2",type:"NUMBER",value:p}),e.push({name:"dx",type:"NUMBER",value:a}),e.push({name:"dy",type:"NUMBER",value:c}),e.push({name:"rrcurveto",type:"OP",value:8}),i=Math.round(l.x),s=Math.round(l.y)}}return e.push({name:"endchar",type:"OP",value:14}),e}function Bm(n){const e=new ee.Record("CharStrings INDEX",[{name:"charStrings",type:"INDEX",value:[]}]);for(let t=0;t<n.length;t+=1){const i=n.get(t),s=Im(i);e.charStrings.push({name:i.name,type:"CHARSTRING",value:s})}return e}function xm(n,e){const t=new ee.Record("Private DICT",[{name:"dict",type:"DICT",value:{}}]);return t.dict=ra(na,n,e),t}function Sm(n,e){const t=new ee.Table("CFF ",[{name:"header",type:"RECORD"},{name:"nameIndex",type:"RECORD"},{name:"topDictIndex",type:"RECORD"},{name:"stringIndex",type:"RECORD"},{name:"globalSubrIndex",type:"RECORD"},{name:"charsets",type:"RECORD"},{name:"charStringsIndex",type:"RECORD"},{name:"privateDict",type:"RECORD"}]),i=1/e.unitsPerEm,s={version:e.version,fullName:e.fullName,familyName:e.familyName,weight:e.weightName,fontBBox:e.fontBBox||[0,0,0,0],fontMatrix:[i,0,0,i,0,0],charset:999,encoding:0,charStrings:999,private:[0,999]},o={},a=[];let c;for(let f=1;f<n.length;f+=1)c=n.get(f),a.push(c.name);const l=[];t.header=Cm(),t.nameIndex=Em([e.postScriptName]);let d=aa(s,l);t.topDictIndex=la(d),t.globalSubrIndex=wm(),t.charsets=vm(a,l),t.charStringsIndex=Bm(n),t.privateDict=xm(o,l),t.stringIndex=bm(l);const h=t.header.sizeOf()+t.nameIndex.sizeOf()+t.topDictIndex.sizeOf()+t.stringIndex.sizeOf()+t.globalSubrIndex.sizeOf();return s.charset=h,s.encoding=0,s.charStrings=s.charset+t.charsets.sizeOf(),s.private[1]=s.charStrings+t.charStringsIndex.sizeOf(),d=aa(s,l),t.topDictIndex=la(d),t}const ca={parse:ym,make:Sm};function Tm(n,e){const t={},i=new q.Parser(n,e);return t.version=i.parseVersion(),t.fontRevision=Math.round(i.parseFixed()*1e3)/1e3,t.checkSumAdjustment=i.parseULong(),t.magicNumber=i.parseULong(),ne.argument(t.magicNumber===1594834165,"Font header has wrong magic number."),t.flags=i.parseUShort(),t.unitsPerEm=i.parseUShort(),t.created=i.parseLongDateTime(),t.modified=i.parseLongDateTime(),t.xMin=i.parseShort(),t.yMin=i.parseShort(),t.xMax=i.parseShort(),t.yMax=i.parseShort(),t.macStyle=i.parseUShort(),t.lowestRecPPEM=i.parseUShort(),t.fontDirectionHint=i.parseShort(),t.indexToLocFormat=i.parseShort(),t.glyphDataFormat=i.parseShort(),t}function Mm(n){const e=Math.round(new Date().getTime()/1e3)+2082844800;let t=e;return n.createdTimestamp&&(t=n.createdTimestamp+2082844800),new ee.Table("head",[{name:"version",type:"FIXED",value:65536},{name:"fontRevision",type:"FIXED",value:65536},{name:"checkSumAdjustment",type:"ULONG",value:0},{name:"magicNumber",type:"ULONG",value:1594834165},{name:"flags",type:"USHORT",value:0},{name:"unitsPerEm",type:"USHORT",value:1e3},{name:"created",type:"LONGDATETIME",value:t},{name:"modified",type:"LONGDATETIME",value:e},{name:"xMin",type:"SHORT",value:0},{name:"yMin",type:"SHORT",value:0},{name:"xMax",type:"SHORT",value:0},{name:"yMax",type:"SHORT",value:0},{name:"macStyle",type:"USHORT",value:0},{name:"lowestRecPPEM",type:"USHORT",value:0},{name:"fontDirectionHint",type:"SHORT",value:2},{name:"indexToLocFormat",type:"SHORT",value:0},{name:"glyphDataFormat",type:"SHORT",value:0}],n)}const da={parse:Tm,make:Mm};function Dm(n,e){const t={},i=new q.Parser(n,e);return t.version=i.parseVersion(),t.ascender=i.parseShort(),t.descender=i.parseShort(),t.lineGap=i.parseShort(),t.advanceWidthMax=i.parseUShort(),t.minLeftSideBearing=i.parseShort(),t.minRightSideBearing=i.parseShort(),t.xMaxExtent=i.parseShort(),t.caretSlopeRise=i.parseShort(),t.caretSlopeRun=i.parseShort(),t.caretOffset=i.parseShort(),i.relativeOffset+=8,t.metricDataFormat=i.parseShort(),t.numberOfHMetrics=i.parseUShort(),t}function km(n){return new ee.Table("hhea",[{name:"version",type:"FIXED",value:65536},{name:"ascender",type:"FWORD",value:0},{name:"descender",type:"FWORD",value:0},{name:"lineGap",type:"FWORD",value:0},{name:"advanceWidthMax",type:"UFWORD",value:0},{name:"minLeftSideBearing",type:"FWORD",value:0},{name:"minRightSideBearing",type:"FWORD",value:0},{name:"xMaxExtent",type:"FWORD",value:0},{name:"caretSlopeRise",type:"SHORT",value:1},{name:"caretSlopeRun",type:"SHORT",value:0},{name:"caretOffset",type:"SHORT",value:0},{name:"reserved1",type:"SHORT",value:0},{name:"reserved2",type:"SHORT",value:0},{name:"reserved3",type:"SHORT",value:0},{name:"reserved4",type:"SHORT",value:0},{name:"metricDataFormat",type:"SHORT",value:0},{name:"numberOfHMetrics",type:"USHORT",value:0}],n)}const ua={parse:Dm,make:km};function Pm(n,e,t,i,s){let o,a;const c=new q.Parser(n,e);for(let l=0;l<i;l+=1){l<t&&(o=c.parseUShort(),a=c.parseShort());const d=s.get(l);d.advanceWidth=o,d.leftSideBearing=a}}function Fm(n){const e=new ee.Table("hmtx",[]);for(let t=0;t<n.length;t+=1){const i=n.get(t),s=i.advanceWidth||0,o=i.leftSideBearing||0;e.fields.push({name:"advanceWidth_"+t,type:"USHORT",value:s}),e.fields.push({name:"leftSideBearing_"+t,type:"SHORT",value:o})}return e}const ha={parse:Pm,make:Fm};function Nm(n){const e=new ee.Table("ltag",[{name:"version",type:"ULONG",value:1},{name:"flags",type:"ULONG",value:0},{name:"numTags",type:"ULONG",value:n.length}]);let t="";const i=12+n.length*4;for(let s=0;s<n.length;++s){let o=t.indexOf(n[s]);o<0&&(o=t.length,t+=n[s]),e.fields.push({name:"offset "+s,type:"USHORT",value:i+o}),e.fields.push({name:"length "+s,type:"USHORT",value:n[s].length})}return e.fields.push({name:"stringPool",type:"CHARARRAY",value:t}),e}function Rm(n,e){const t=new q.Parser(n,e),i=t.parseULong();ne.argument(i===1,"Unsupported ltag table version."),t.skip("uLong",1);const s=t.parseULong(),o=[];for(let a=0;a<s;a++){let c="";const l=e+t.parseUShort(),d=t.parseUShort();for(let h=l;h<l+d;++h)c+=String.fromCharCode(n.getInt8(h));o.push(c)}return o}const fa={make:Nm,parse:Rm};function Lm(n,e){const t={},i=new q.Parser(n,e);return t.version=i.parseVersion(),t.numGlyphs=i.parseUShort(),t.version===1&&(t.maxPoints=i.parseUShort(),t.maxContours=i.parseUShort(),t.maxCompositePoints=i.parseUShort(),t.maxCompositeContours=i.parseUShort(),t.maxZones=i.parseUShort(),t.maxTwilightPoints=i.parseUShort(),t.maxStorage=i.parseUShort(),t.maxFunctionDefs=i.parseUShort(),t.maxInstructionDefs=i.parseUShort(),t.maxStackElements=i.parseUShort(),t.maxSizeOfInstructions=i.parseUShort(),t.maxComponentElements=i.parseUShort(),t.maxComponentDepth=i.parseUShort()),t}function Om(n){return new ee.Table("maxp",[{name:"version",type:"FIXED",value:20480},{name:"numGlyphs",type:"USHORT",value:n}])}const pa={parse:Lm,make:Om},ma=["copyright","fontFamily","fontSubfamily","uniqueID","fullName","version","postScriptName","trademark","manufacturer","designer","description","manufacturerURL","designerURL","license","licenseURL","reserved","preferredFamily","preferredSubfamily","compatibleFullName","sampleText","postScriptFindFontName","wwsFamily","wwsSubfamily"],ga={0:"en",1:"fr",2:"de",3:"it",4:"nl",5:"sv",6:"es",7:"da",8:"pt",9:"no",10:"he",11:"ja",12:"ar",13:"fi",14:"el",15:"is",16:"mt",17:"tr",18:"hr",19:"zh-Hant",20:"ur",21:"hi",22:"th",23:"ko",24:"lt",25:"pl",26:"hu",27:"es",28:"lv",29:"se",30:"fo",31:"fa",32:"ru",33:"zh",34:"nl-BE",35:"ga",36:"sq",37:"ro",38:"cz",39:"sk",40:"si",41:"yi",42:"sr",43:"mk",44:"bg",45:"uk",46:"be",47:"uz",48:"kk",49:"az-Cyrl",50:"az-Arab",51:"hy",52:"ka",53:"mo",54:"ky",55:"tg",56:"tk",57:"mn-CN",58:"mn",59:"ps",60:"ks",61:"ku",62:"sd",63:"bo",64:"ne",65:"sa",66:"mr",67:"bn",68:"as",69:"gu",70:"pa",71:"or",72:"ml",73:"kn",74:"ta",75:"te",76:"si",77:"my",78:"km",79:"lo",80:"vi",81:"id",82:"tl",83:"ms",84:"ms-Arab",85:"am",86:"ti",87:"om",88:"so",89:"sw",90:"rw",91:"rn",92:"ny",93:"mg",94:"eo",128:"cy",129:"eu",130:"ca",131:"la",132:"qu",133:"gn",134:"ay",135:"tt",136:"ug",137:"dz",138:"jv",139:"su",140:"gl",141:"af",142:"br",143:"iu",144:"gd",145:"gv",146:"ga",147:"to",148:"el-polyton",149:"kl",150:"az",151:"nn"},Um={0:0,1:0,2:0,3:0,4:0,5:0,6:0,7:0,8:0,9:0,10:5,11:1,12:4,13:0,14:6,15:0,16:0,17:0,18:0,19:2,20:4,21:9,22:21,23:3,24:29,25:29,26:29,27:29,28:29,29:0,30:0,31:4,32:7,33:25,34:0,35:0,36:0,37:0,38:29,39:29,40:0,41:5,42:7,43:7,44:7,45:7,46:7,47:7,48:7,49:7,50:4,51:24,52:23,53:7,54:7,55:7,56:7,57:27,58:7,59:4,60:4,61:4,62:4,63:26,64:9,65:9,66:9,67:13,68:13,69:11,70:10,71:12,72:17,73:16,74:14,75:15,76:18,77:19,78:20,79:22,80:30,81:0,82:0,83:0,84:4,85:28,86:28,87:28,88:0,89:0,90:0,91:0,92:0,93:0,94:0,128:0,129:0,130:0,131:0,132:0,133:0,134:0,135:7,136:4,137:26,138:0,139:0,140:0,141:0,142:0,143:28,144:0,145:0,146:0,147:0,148:6,149:0,150:0,151:0},Aa={1078:"af",1052:"sq",1156:"gsw",1118:"am",5121:"ar-DZ",15361:"ar-BH",3073:"ar",2049:"ar-IQ",11265:"ar-JO",13313:"ar-KW",12289:"ar-LB",4097:"ar-LY",6145:"ary",8193:"ar-OM",16385:"ar-QA",1025:"ar-SA",10241:"ar-SY",7169:"aeb",14337:"ar-AE",9217:"ar-YE",1067:"hy",1101:"as",2092:"az-Cyrl",1068:"az",1133:"ba",1069:"eu",1059:"be",2117:"bn",1093:"bn-IN",8218:"bs-Cyrl",5146:"bs",1150:"br",1026:"bg",1027:"ca",3076:"zh-HK",5124:"zh-MO",2052:"zh",4100:"zh-SG",1028:"zh-TW",1155:"co",1050:"hr",4122:"hr-BA",1029:"cs",1030:"da",1164:"prs",1125:"dv",2067:"nl-BE",1043:"nl",3081:"en-AU",10249:"en-BZ",4105:"en-CA",9225:"en-029",16393:"en-IN",6153:"en-IE",8201:"en-JM",17417:"en-MY",5129:"en-NZ",13321:"en-PH",18441:"en-SG",7177:"en-ZA",11273:"en-TT",2057:"en-GB",1033:"en",12297:"en-ZW",1061:"et",1080:"fo",1124:"fil",1035:"fi",2060:"fr-BE",3084:"fr-CA",1036:"fr",5132:"fr-LU",6156:"fr-MC",4108:"fr-CH",1122:"fy",1110:"gl",1079:"ka",3079:"de-AT",1031:"de",5127:"de-LI",4103:"de-LU",2055:"de-CH",1032:"el",1135:"kl",1095:"gu",1128:"ha",1037:"he",1081:"hi",1038:"hu",1039:"is",1136:"ig",1057:"id",1117:"iu",2141:"iu-Latn",2108:"ga",1076:"xh",1077:"zu",1040:"it",2064:"it-CH",1041:"ja",1099:"kn",1087:"kk",1107:"km",1158:"quc",1159:"rw",1089:"sw",1111:"kok",1042:"ko",1088:"ky",1108:"lo",1062:"lv",1063:"lt",2094:"dsb",1134:"lb",1071:"mk",2110:"ms-BN",1086:"ms",1100:"ml",1082:"mt",1153:"mi",1146:"arn",1102:"mr",1148:"moh",1104:"mn",2128:"mn-CN",1121:"ne",1044:"nb",2068:"nn",1154:"oc",1096:"or",1123:"ps",1045:"pl",1046:"pt",2070:"pt-PT",1094:"pa",1131:"qu-BO",2155:"qu-EC",3179:"qu",1048:"ro",1047:"rm",1049:"ru",9275:"smn",4155:"smj-NO",5179:"smj",3131:"se-FI",1083:"se",2107:"se-SE",8251:"sms",6203:"sma-NO",7227:"sms",1103:"sa",7194:"sr-Cyrl-BA",3098:"sr",6170:"sr-Latn-BA",2074:"sr-Latn",1132:"nso",1074:"tn",1115:"si",1051:"sk",1060:"sl",11274:"es-AR",16394:"es-BO",13322:"es-CL",9226:"es-CO",5130:"es-CR",7178:"es-DO",12298:"es-EC",17418:"es-SV",4106:"es-GT",18442:"es-HN",2058:"es-MX",19466:"es-NI",6154:"es-PA",15370:"es-PY",10250:"es-PE",20490:"es-PR",3082:"es",1034:"es",21514:"es-US",14346:"es-UY",8202:"es-VE",2077:"sv-FI",1053:"sv",1114:"syr",1064:"tg",2143:"tzm",1097:"ta",1092:"tt",1098:"te",1054:"th",1105:"bo",1055:"tr",1090:"tk",1152:"ug",1058:"uk",1070:"hsb",1056:"ur",2115:"uz-Cyrl",1091:"uz",1066:"vi",1106:"cy",1160:"wo",1157:"sah",1144:"ii",1130:"yo"};function _m(n,e,t){switch(n){case 0:if(e===65535)return"und";if(t)return t[e];break;case 1:return ga[e];case 3:return Aa[e]}}const gs="utf-16",Qm={0:"macintosh",1:"x-mac-japanese",2:"x-mac-chinesetrad",3:"x-mac-korean",6:"x-mac-greek",7:"x-mac-cyrillic",9:"x-mac-devanagai",10:"x-mac-gurmukhi",11:"x-mac-gujarati",12:"x-mac-oriya",13:"x-mac-bengali",14:"x-mac-tamil",15:"x-mac-telugu",16:"x-mac-kannada",17:"x-mac-malayalam",18:"x-mac-sinhalese",19:"x-mac-burmese",20:"x-mac-khmer",21:"x-mac-thai",22:"x-mac-lao",23:"x-mac-georgian",24:"x-mac-armenian",25:"x-mac-chinesesimp",26:"x-mac-tibetan",27:"x-mac-mongolian",28:"x-mac-ethiopic",29:"x-mac-ce",30:"x-mac-vietnamese",31:"x-mac-extarabic"},Vm={15:"x-mac-icelandic",17:"x-mac-turkish",18:"x-mac-croatian",24:"x-mac-ce",25:"x-mac-ce",26:"x-mac-ce",27:"x-mac-ce",28:"x-mac-ce",30:"x-mac-icelandic",37:"x-mac-romanian",38:"x-mac-ce",39:"x-mac-ce",40:"x-mac-ce",143:"x-mac-inuit",146:"x-mac-gaelic"};function ya(n,e,t){switch(n){case 0:return gs;case 1:return Vm[t]||Qm[e];case 3:if(e===1||e===10)return gs;break}}function Gm(n,e,t){const i={},s=new q.Parser(n,e),o=s.parseUShort(),a=s.parseUShort(),c=s.offset+s.parseUShort();for(let l=0;l<a;l++){const d=s.parseUShort(),h=s.parseUShort(),f=s.parseUShort(),p=s.parseUShort(),u=ma[p]||p,m=s.parseUShort(),C=s.parseUShort(),A=_m(d,f,t),b=ya(d,h,f);if(b!==void 0&&A!==void 0){let I;if(b===gs?I=Wt.UTF16(n,c+C,m):I=Wt.MACSTRING(n,c+C,m,b),I){let k=i[u];k===void 0&&(k=i[u]={}),k[A]=I}}}return o===1&&s.parseUShort(),i}function As(n){const e={};for(let t in n)e[n[t]]=parseInt(t);return e}function Ca(n,e,t,i,s,o){return new ee.Record("NameRecord",[{name:"platformID",type:"USHORT",value:n},{name:"encodingID",type:"USHORT",value:e},{name:"languageID",type:"USHORT",value:t},{name:"nameID",type:"USHORT",value:i},{name:"length",type:"USHORT",value:s},{name:"offset",type:"USHORT",value:o}])}function Hm(n,e){const t=n.length,i=e.length-t+1;e:for(let s=0;s<i;s++)for(;s<i;s++){for(let o=0;o<t;o++)if(e[s+o]!==n[o])continue e;return s}return-1}function Ea(n,e){let t=Hm(n,e);if(t<0){t=e.length;let i=0;const s=n.length;for(;i<s;++i)e.push(n[i])}return t}function Ym(n,e){let t;const i=[],s={},o=As(ma);for(let f in n){let p=o[f];if(p===void 0&&(p=f),t=parseInt(p),isNaN(t))throw new Error('Name table entry "'+f+'" does not exist, see nameTableNames for complete list.');s[t]=n[f],i.push(t)}const a=As(ga),c=As(Aa),l=[],d=[];for(let f=0;f<i.length;f++){t=i[f];const p=s[t];for(let u in p){const m=p[u];let C=1,A=a[u],b=Um[A];const I=ya(C,b,A);let k=W.MACSTRING(m,I);k===void 0&&(C=0,A=e.indexOf(u),A<0&&(A=e.length,e.push(u)),b=4,k=W.UTF16(m));const P=Ea(k,d);l.push(Ca(C,b,A,t,k.length,P));const R=c[u];if(R!==void 0){const T=W.UTF16(m),B=Ea(T,d);l.push(Ca(3,1,R,t,T.length,B))}}}l.sort(function(f,p){return f.platformID-p.platformID||f.encodingID-p.encodingID||f.languageID-p.languageID||f.nameID-p.nameID});const h=new ee.Table("name",[{name:"format",type:"USHORT",value:0},{name:"count",type:"USHORT",value:l.length},{name:"stringOffset",type:"USHORT",value:6+l.length*12}]);for(let f=0;f<l.length;f++)h.fields.push({name:"record_"+f,type:"RECORD",value:l[f]});return h.fields.push({name:"strings",type:"LITERAL",value:d}),h}const ba={parse:Gm,make:Ym},ys=[{begin:0,end:127},{begin:128,end:255},{begin:256,end:383},{begin:384,end:591},{begin:592,end:687},{begin:688,end:767},{begin:768,end:879},{begin:880,end:1023},{begin:11392,end:11519},{begin:1024,end:1279},{begin:1328,end:1423},{begin:1424,end:1535},{begin:42240,end:42559},{begin:1536,end:1791},{begin:1984,end:2047},{begin:2304,end:2431},{begin:2432,end:2559},{begin:2560,end:2687},{begin:2688,end:2815},{begin:2816,end:2943},{begin:2944,end:3071},{begin:3072,end:3199},{begin:3200,end:3327},{begin:3328,end:3455},{begin:3584,end:3711},{begin:3712,end:3839},{begin:4256,end:4351},{begin:6912,end:7039},{begin:4352,end:4607},{begin:7680,end:7935},{begin:7936,end:8191},{begin:8192,end:8303},{begin:8304,end:8351},{begin:8352,end:8399},{begin:8400,end:8447},{begin:8448,end:8527},{begin:8528,end:8591},{begin:8592,end:8703},{begin:8704,end:8959},{begin:8960,end:9215},{begin:9216,end:9279},{begin:9280,end:9311},{begin:9312,end:9471},{begin:9472,end:9599},{begin:9600,end:9631},{begin:9632,end:9727},{begin:9728,end:9983},{begin:9984,end:10175},{begin:12288,end:12351},{begin:12352,end:12447},{begin:12448,end:12543},{begin:12544,end:12591},{begin:12592,end:12687},{begin:43072,end:43135},{begin:12800,end:13055},{begin:13056,end:13311},{begin:44032,end:55215},{begin:55296,end:57343},{begin:67840,end:67871},{begin:19968,end:40959},{begin:57344,end:63743},{begin:12736,end:12783},{begin:64256,end:64335},{begin:64336,end:65023},{begin:65056,end:65071},{begin:65040,end:65055},{begin:65104,end:65135},{begin:65136,end:65279},{begin:65280,end:65519},{begin:65520,end:65535},{begin:3840,end:4095},{begin:1792,end:1871},{begin:1920,end:1983},{begin:3456,end:3583},{begin:4096,end:4255},{begin:4608,end:4991},{begin:5024,end:5119},{begin:5120,end:5759},{begin:5760,end:5791},{begin:5792,end:5887},{begin:6016,end:6143},{begin:6144,end:6319},{begin:10240,end:10495},{begin:40960,end:42127},{begin:5888,end:5919},{begin:66304,end:66351},{begin:66352,end:66383},{begin:66560,end:66639},{begin:118784,end:119039},{begin:119808,end:120831},{begin:1044480,end:1048573},{begin:65024,end:65039},{begin:917504,end:917631},{begin:6400,end:6479},{begin:6480,end:6527},{begin:6528,end:6623},{begin:6656,end:6687},{begin:11264,end:11359},{begin:11568,end:11647},{begin:19904,end:19967},{begin:43008,end:43055},{begin:65536,end:65663},{begin:65856,end:65935},{begin:66432,end:66463},{begin:66464,end:66527},{begin:66640,end:66687},{begin:66688,end:66735},{begin:67584,end:67647},{begin:68096,end:68191},{begin:119552,end:119647},{begin:73728,end:74751},{begin:119648,end:119679},{begin:7040,end:7103},{begin:7168,end:7247},{begin:7248,end:7295},{begin:43136,end:43231},{begin:43264,end:43311},{begin:43312,end:43359},{begin:43520,end:43615},{begin:65936,end:65999},{begin:66e3,end:66047},{begin:66208,end:66271},{begin:127024,end:127135}];function zm(n){for(let e=0;e<ys.length;e+=1){const t=ys[e];if(n>=t.begin&&n<t.end)return e}return-1}function Wm(n,e){const t={},i=new q.Parser(n,e);t.version=i.parseUShort(),t.xAvgCharWidth=i.parseShort(),t.usWeightClass=i.parseUShort(),t.usWidthClass=i.parseUShort(),t.fsType=i.parseUShort(),t.ySubscriptXSize=i.parseShort(),t.ySubscriptYSize=i.parseShort(),t.ySubscriptXOffset=i.parseShort(),t.ySubscriptYOffset=i.parseShort(),t.ySuperscriptXSize=i.parseShort(),t.ySuperscriptYSize=i.parseShort(),t.ySuperscriptXOffset=i.parseShort(),t.ySuperscriptYOffset=i.parseShort(),t.yStrikeoutSize=i.parseShort(),t.yStrikeoutPosition=i.parseShort(),t.sFamilyClass=i.parseShort(),t.panose=[];for(let s=0;s<10;s++)t.panose[s]=i.parseByte();return t.ulUnicodeRange1=i.parseULong(),t.ulUnicodeRange2=i.parseULong(),t.ulUnicodeRange3=i.parseULong(),t.ulUnicodeRange4=i.parseULong(),t.achVendID=String.fromCharCode(i.parseByte(),i.parseByte(),i.parseByte(),i.parseByte()),t.fsSelection=i.parseUShort(),t.usFirstCharIndex=i.parseUShort(),t.usLastCharIndex=i.parseUShort(),t.sTypoAscender=i.parseShort(),t.sTypoDescender=i.parseShort(),t.sTypoLineGap=i.parseShort(),t.usWinAscent=i.parseUShort(),t.usWinDescent=i.parseUShort(),t.version>=1&&(t.ulCodePageRange1=i.parseULong(),t.ulCodePageRange2=i.parseULong()),t.version>=2&&(t.sxHeight=i.parseShort(),t.sCapHeight=i.parseShort(),t.usDefaultChar=i.parseUShort(),t.usBreakChar=i.parseUShort(),t.usMaxContent=i.parseUShort()),t}function jm(n){return new ee.Table("OS/2",[{name:"version",type:"USHORT",value:3},{name:"xAvgCharWidth",type:"SHORT",value:0},{name:"usWeightClass",type:"USHORT",value:0},{name:"usWidthClass",type:"USHORT",value:0},{name:"fsType",type:"USHORT",value:0},{name:"ySubscriptXSize",type:"SHORT",value:650},{name:"ySubscriptYSize",type:"SHORT",value:699},{name:"ySubscriptXOffset",type:"SHORT",value:0},{name:"ySubscriptYOffset",type:"SHORT",value:140},{name:"ySuperscriptXSize",type:"SHORT",value:650},{name:"ySuperscriptYSize",type:"SHORT",value:699},{name:"ySuperscriptXOffset",type:"SHORT",value:0},{name:"ySuperscriptYOffset",type:"SHORT",value:479},{name:"yStrikeoutSize",type:"SHORT",value:49},{name:"yStrikeoutPosition",type:"SHORT",value:258},{name:"sFamilyClass",type:"SHORT",value:0},{name:"bFamilyType",type:"BYTE",value:0},{name:"bSerifStyle",type:"BYTE",value:0},{name:"bWeight",type:"BYTE",value:0},{name:"bProportion",type:"BYTE",value:0},{name:"bContrast",type:"BYTE",value:0},{name:"bStrokeVariation",type:"BYTE",value:0},{name:"bArmStyle",type:"BYTE",value:0},{name:"bLetterform",type:"BYTE",value:0},{name:"bMidline",type:"BYTE",value:0},{name:"bXHeight",type:"BYTE",value:0},{name:"ulUnicodeRange1",type:"ULONG",value:0},{name:"ulUnicodeRange2",type:"ULONG",value:0},{name:"ulUnicodeRange3",type:"ULONG",value:0},{name:"ulUnicodeRange4",type:"ULONG",value:0},{name:"achVendID",type:"CHARARRAY",value:"XXXX"},{name:"fsSelection",type:"USHORT",value:0},{name:"usFirstCharIndex",type:"USHORT",value:0},{name:"usLastCharIndex",type:"USHORT",value:0},{name:"sTypoAscender",type:"SHORT",value:0},{name:"sTypoDescender",type:"SHORT",value:0},{name:"sTypoLineGap",type:"SHORT",value:0},{name:"usWinAscent",type:"USHORT",value:0},{name:"usWinDescent",type:"USHORT",value:0},{name:"ulCodePageRange1",type:"ULONG",value:0},{name:"ulCodePageRange2",type:"ULONG",value:0},{name:"sxHeight",type:"SHORT",value:0},{name:"sCapHeight",type:"SHORT",value:0},{name:"usDefaultChar",type:"USHORT",value:0},{name:"usBreakChar",type:"USHORT",value:0},{name:"usMaxContext",type:"USHORT",value:0}],n)}const Cs={parse:Wm,make:jm,unicodeRanges:ys,getUnicodeRange:zm};function Km(n,e){const t={},i=new q.Parser(n,e);switch(t.version=i.parseVersion(),t.italicAngle=i.parseFixed(),t.underlinePosition=i.parseShort(),t.underlineThickness=i.parseShort(),t.isFixedPitch=i.parseULong(),t.minMemType42=i.parseULong(),t.maxMemType42=i.parseULong(),t.minMemType1=i.parseULong(),t.maxMemType1=i.parseULong(),t.version){case 1:t.names=St.slice();break;case 2:t.numberOfGlyphs=i.parseUShort(),t.glyphNameIndex=new Array(t.numberOfGlyphs);for(let s=0;s<t.numberOfGlyphs;s++)t.glyphNameIndex[s]=i.parseUShort();t.names=[];for(let s=0;s<t.numberOfGlyphs;s++)if(t.glyphNameIndex[s]>=St.length){const o=i.parseChar();t.names.push(i.parseString(o))}break;case 2.5:t.numberOfGlyphs=i.parseUShort(),t.offset=new Array(t.numberOfGlyphs);for(let s=0;s<t.numberOfGlyphs;s++)t.offset[s]=i.parseChar();break}return t}function $m(){return new ee.Table("post",[{name:"version",type:"FIXED",value:196608},{name:"italicAngle",type:"FIXED",value:0},{name:"underlinePosition",type:"FWORD",value:0},{name:"underlineThickness",type:"FWORD",value:0},{name:"isFixedPitch",type:"ULONG",value:0},{name:"minMemType42",type:"ULONG",value:0},{name:"maxMemType42",type:"ULONG",value:0},{name:"minMemType1",type:"ULONG",value:0},{name:"maxMemType1",type:"ULONG",value:0}])}const wa={parse:Km,make:$m},ze=new Array(9);ze[1]=function(){const e=this.offset+this.relativeOffset,t=this.parseUShort();if(t===1)return{substFormat:1,coverage:this.parsePointer(G.coverage),deltaGlyphId:this.parseUShort()};if(t===2)return{substFormat:2,coverage:this.parsePointer(G.coverage),substitute:this.parseOffset16List()};ne.assert(!1,"0x"+e.toString(16)+": lookup type 1 format must be 1 or 2.")},ze[2]=function(){const e=this.parseUShort();return ne.argument(e===1,"GSUB Multiple Substitution Subtable identifier-format must be 1"),{substFormat:e,coverage:this.parsePointer(G.coverage),sequences:this.parseListOfLists()}},ze[3]=function(){const e=this.parseUShort();return ne.argument(e===1,"GSUB Alternate Substitution Subtable identifier-format must be 1"),{substFormat:e,coverage:this.parsePointer(G.coverage),alternateSets:this.parseListOfLists()}},ze[4]=function(){const e=this.parseUShort();return ne.argument(e===1,"GSUB ligature table identifier-format must be 1"),{substFormat:e,coverage:this.parsePointer(G.coverage),ligatureSets:this.parseListOfLists(function(){return{ligGlyph:this.parseUShort(),components:this.parseUShortList(this.parseUShort()-1)}})}};const Kt={sequenceIndex:G.uShort,lookupListIndex:G.uShort};ze[5]=function(){const e=this.offset+this.relativeOffset,t=this.parseUShort();if(t===1)return{substFormat:t,coverage:this.parsePointer(G.coverage),ruleSets:this.parseListOfLists(function(){const i=this.parseUShort(),s=this.parseUShort();return{input:this.parseUShortList(i-1),lookupRecords:this.parseRecordList(s,Kt)}})};if(t===2)return{substFormat:t,coverage:this.parsePointer(G.coverage),classDef:this.parsePointer(G.classDef),classSets:this.parseListOfLists(function(){const i=this.parseUShort(),s=this.parseUShort();return{classes:this.parseUShortList(i-1),lookupRecords:this.parseRecordList(s,Kt)}})};if(t===3){const i=this.parseUShort(),s=this.parseUShort();return{substFormat:t,coverages:this.parseList(i,G.pointer(G.coverage)),lookupRecords:this.parseRecordList(s,Kt)}}ne.assert(!1,"0x"+e.toString(16)+": lookup type 5 format must be 1, 2 or 3.")},ze[6]=function(){const e=this.offset+this.relativeOffset,t=this.parseUShort();if(t===1)return{substFormat:1,coverage:this.parsePointer(G.coverage),chainRuleSets:this.parseListOfLists(function(){return{backtrack:this.parseUShortList(),input:this.parseUShortList(this.parseShort()-1),lookahead:this.parseUShortList(),lookupRecords:this.parseRecordList(Kt)}})};if(t===2)return{substFormat:2,coverage:this.parsePointer(G.coverage),backtrackClassDef:this.parsePointer(G.classDef),inputClassDef:this.parsePointer(G.classDef),lookaheadClassDef:this.parsePointer(G.classDef),chainClassSet:this.parseListOfLists(function(){return{backtrack:this.parseUShortList(),input:this.parseUShortList(this.parseShort()-1),lookahead:this.parseUShortList(),lookupRecords:this.parseRecordList(Kt)}})};if(t===3)return{substFormat:3,backtrackCoverage:this.parseList(G.pointer(G.coverage)),inputCoverage:this.parseList(G.pointer(G.coverage)),lookaheadCoverage:this.parseList(G.pointer(G.coverage)),lookupRecords:this.parseRecordList(Kt)};ne.assert(!1,"0x"+e.toString(16)+": lookup type 6 format must be 1, 2 or 3.")},ze[7]=function(){const e=this.parseUShort();ne.argument(e===1,"GSUB Extension Substitution subtable identifier-format must be 1");const t=this.parseUShort(),i=new G(this.data,this.offset+this.parseULong());return{substFormat:1,lookupType:t,extension:ze[t].call(i)}},ze[8]=function(){const e=this.parseUShort();return ne.argument(e===1,"GSUB Reverse Chaining Contextual Single Substitution Subtable identifier-format must be 1"),{substFormat:e,coverage:this.parsePointer(G.coverage),backtrackCoverage:this.parseList(G.pointer(G.coverage)),lookaheadCoverage:this.parseList(G.pointer(G.coverage)),substitutes:this.parseUShortList()}};function Xm(n,e){e=e||0;const t=new G(n,e),i=t.parseVersion(1);return ne.argument(i===1||i===1.1,"Unsupported GSUB table version."),i===1?{version:i,scripts:t.parseScriptList(),features:t.parseFeatureList(),lookups:t.parseLookupList(ze)}:{version:i,scripts:t.parseScriptList(),features:t.parseFeatureList(),lookups:t.parseLookupList(ze),variations:t.parseFeatureVariationsList()}}const ri=new Array(9);ri[1]=function(e){return e.substFormat===1?new ee.Table("substitutionTable",[{name:"substFormat",type:"USHORT",value:1},{name:"coverage",type:"TABLE",value:new ee.Coverage(e.coverage)},{name:"deltaGlyphID",type:"USHORT",value:e.deltaGlyphId}]):new ee.Table("substitutionTable",[{name:"substFormat",type:"USHORT",value:2},{name:"coverage",type:"TABLE",value:new ee.Coverage(e.coverage)}].concat(ee.ushortList("substitute",e.substitute)))},ri[3]=function(e){return ne.assert(e.substFormat===1,"Lookup type 3 substFormat must be 1."),new ee.Table("substitutionTable",[{name:"substFormat",type:"USHORT",value:1},{name:"coverage",type:"TABLE",value:new ee.Coverage(e.coverage)}].concat(ee.tableList("altSet",e.alternateSets,function(t){return new ee.Table("alternateSetTable",ee.ushortList("alternate",t))})))},ri[4]=function(e){return ne.assert(e.substFormat===1,"Lookup type 4 substFormat must be 1."),new ee.Table("substitutionTable",[{name:"substFormat",type:"USHORT",value:1},{name:"coverage",type:"TABLE",value:new ee.Coverage(e.coverage)}].concat(ee.tableList("ligSet",e.ligatureSets,function(t){return new ee.Table("ligatureSetTable",ee.tableList("ligature",t,function(i){return new ee.Table("ligatureTable",[{name:"ligGlyph",type:"USHORT",value:i.ligGlyph}].concat(ee.ushortList("component",i.components,i.components.length+1)))}))})))};function qm(n){return new ee.Table("GSUB",[{name:"version",type:"ULONG",value:65536},{name:"scripts",type:"TABLE",value:new ee.ScriptList(n.scripts)},{name:"features",type:"TABLE",value:new ee.FeatureList(n.features)},{name:"lookups",type:"TABLE",value:new ee.LookupList(n.lookups,ri)}])}const va={parse:Xm,make:qm};function Jm(n,e){const t=new q.Parser(n,e),i=t.parseULong();ne.argument(i===1,"Unsupported META table version."),t.parseULong(),t.parseULong();const s=t.parseULong(),o={};for(let a=0;a<s;a++){const c=t.parseTag(),l=t.parseULong(),d=t.parseULong(),h=Wt.UTF8(n,e+l,d);o[c]=h}return o}function Zm(n){const e=Object.keys(n).length;let t="";const i=16+e*12,s=new ee.Table("meta",[{name:"version",type:"ULONG",value:1},{name:"flags",type:"ULONG",value:0},{name:"offset",type:"ULONG",value:i},{name:"numTags",type:"ULONG",value:e}]);for(let o in n){const a=t.length;t+=n[o],s.fields.push({name:"tag "+o,type:"TAG",value:o}),s.fields.push({name:"offset "+o,type:"ULONG",value:i+a}),s.fields.push({name:"length "+o,type:"ULONG",value:n[o].length})}return s.fields.push({name:"stringPool",type:"CHARARRAY",value:t}),s}const Ia={parse:Jm,make:Zm};function Ba(n){return Math.log(n)/Math.log(2)|0}function Es(n){for(;n.length%4!==0;)n.push(0);let e=0;for(let t=0;t<n.length;t+=4)e+=(n[t]<<24)+(n[t+1]<<16)+(n[t+2]<<8)+n[t+3];return e%=Math.pow(2,32),e}function xa(n,e,t,i){return new ee.Record("Table Record",[{name:"tag",type:"TAG",value:n!==void 0?n:""},{name:"checkSum",type:"ULONG",value:e!==void 0?e:0},{name:"offset",type:"ULONG",value:t!==void 0?t:0},{name:"length",type:"ULONG",value:i!==void 0?i:0}])}function Sa(n){const e=new ee.Table("sfnt",[{name:"version",type:"TAG",value:"OTTO"},{name:"numTables",type:"USHORT",value:0},{name:"searchRange",type:"USHORT",value:0},{name:"entrySelector",type:"USHORT",value:0},{name:"rangeShift",type:"USHORT",value:0}]);e.tables=n,e.numTables=n.length;const t=Math.pow(2,Ba(e.numTables));e.searchRange=16*t,e.entrySelector=Ba(t),e.rangeShift=e.numTables*16-e.searchRange;const i=[],s=[];let o=e.sizeOf()+xa().sizeOf()*e.numTables;for(;o%4!==0;)o+=1,s.push({name:"padding",type:"BYTE",value:0});for(let a=0;a<n.length;a+=1){const c=n[a];ne.argument(c.tableName.length===4,"Table name"+c.tableName+" is invalid.");const l=c.sizeOf(),d=xa(c.tableName,Es(c.encode()),o,l);for(i.push({name:d.tag+" Table Record",type:"RECORD",value:d}),s.push({name:c.tableName+" table",type:"RECORD",value:c}),o+=l,ne.argument(!isNaN(o),"Something went wrong calculating the offset.");o%4!==0;)o+=1,s.push({name:"padding",type:"BYTE",value:0})}return i.sort(function(a,c){return a.value.tag>c.value.tag?1:-1}),e.fields=e.fields.concat(i),e.fields=e.fields.concat(s),e}function Ta(n,e,t){for(let i=0;i<e.length;i+=1){const s=n.charToGlyphIndex(e[i]);if(s>0)return n.glyphs.get(s).getMetrics()}return t}function eg(n){let e=0;for(let t=0;t<n.length;t+=1)e+=n[t];return e/n.length}function tg(n){const e=[],t=[],i=[],s=[],o=[],a=[],c=[];let l,d=0,h=0,f=0,p=0,u=0;for(let x=0;x<n.glyphs.length;x+=1){const U=n.glyphs.get(x),H=U.unicode|0;if(isNaN(U.advanceWidth))throw new Error("Glyph "+U.name+" ("+x+"): advanceWidth is not a number.");(l>H||l===void 0)&&H>0&&(l=H),d<H&&(d=H);const j=Cs.getUnicodeRange(H);if(j<32)h|=1<<j;else if(j<64)f|=1<<j-32;else if(j<96)p|=1<<j-64;else if(j<123)u|=1<<j-96;else throw new Error("Unicode ranges bits > 123 are reserved for internal usage");if(U.name===".notdef")continue;const X=U.getMetrics();e.push(X.xMin),t.push(X.yMin),i.push(X.xMax),s.push(X.yMax),a.push(X.leftSideBearing),c.push(X.rightSideBearing),o.push(U.advanceWidth)}const m={xMin:Math.min.apply(null,e),yMin:Math.min.apply(null,t),xMax:Math.max.apply(null,i),yMax:Math.max.apply(null,s),advanceWidthMax:Math.max.apply(null,o),advanceWidthAvg:eg(o),minLeftSideBearing:Math.min.apply(null,a),maxLeftSideBearing:Math.max.apply(null,a),minRightSideBearing:Math.min.apply(null,c)};m.ascender=n.ascender,m.descender=n.descender;const C=da.make({flags:3,unitsPerEm:n.unitsPerEm,xMin:m.xMin,yMin:m.yMin,xMax:m.xMax,yMax:m.yMax,lowestRecPPEM:3,createdTimestamp:n.createdTimestamp}),A=ua.make({ascender:m.ascender,descender:m.descender,advanceWidthMax:m.advanceWidthMax,minLeftSideBearing:m.minLeftSideBearing,minRightSideBearing:m.minRightSideBearing,xMaxExtent:m.maxLeftSideBearing+(m.xMax-m.xMin),numberOfHMetrics:n.glyphs.length}),b=pa.make(n.glyphs.length),I=Cs.make({xAvgCharWidth:Math.round(m.advanceWidthAvg),usWeightClass:n.tables.os2.usWeightClass,usWidthClass:n.tables.os2.usWidthClass,usFirstCharIndex:l,usLastCharIndex:d,ulUnicodeRange1:h,ulUnicodeRange2:f,ulUnicodeRange3:p,ulUnicodeRange4:u,fsSelection:n.tables.os2.fsSelection,sTypoAscender:m.ascender,sTypoDescender:m.descender,sTypoLineGap:0,usWinAscent:m.yMax,usWinDescent:Math.abs(m.yMin),ulCodePageRange1:1,sxHeight:Ta(n,"xyvw",{yMax:Math.round(m.ascender/2)}).yMax,sCapHeight:Ta(n,"HIKLEFJMNTZBDPRAGOQSUVWXY",m).yMax,usDefaultChar:n.hasChar(" ")?32:0,usBreakChar:n.hasChar(" ")?32:0}),k=ha.make(n.glyphs),P=$r.make(n.glyphs),R=n.getEnglishName("fontFamily"),T=n.getEnglishName("fontSubfamily"),B=R+" "+T;let g=n.getEnglishName("postScriptName");g||(g=R.replace(/\s/g,"")+"-"+T);const N={};for(let x in n.names)N[x]=n.names[x];N.uniqueID||(N.uniqueID={en:n.getEnglishName("manufacturer")+":"+B}),N.postScriptName||(N.postScriptName={en:g}),N.preferredFamily||(N.preferredFamily=n.names.fontFamily),N.preferredSubfamily||(N.preferredSubfamily=n.names.fontSubfamily);const w=[],S=ba.make(N,w),L=w.length>0?fa.make(w):void 0,V=wa.make(),M=ca.make(n.glyphs,{version:n.getEnglishName("version"),fullName:B,familyName:R,weightName:T,postScriptName:g,unitsPerEm:n.unitsPerEm,fontBBox:[0,m.yMin,m.ascender,m.advanceWidthMax]}),E=n.metas&&Object.keys(n.metas).length>0?Ia.make(n.metas):void 0,y=[C,A,b,I,S,P,V,M,k];L&&y.push(L),n.tables.gsub&&y.push(va.make(n.tables.gsub)),E&&y.push(E);const v=Sa(y),D=v.encode(),F=Es(D),Q=v.fields;let O=!1;for(let x=0;x<Q.length;x+=1)if(Q[x].name==="head table"){Q[x].value.checkSumAdjustment=2981146554-F,O=!0;break}if(!O)throw new Error("Could not find head table with checkSum to adjust.");return v}const ng={make:Sa,fontToTable:tg,computeCheckSum:Es};function bs(n,e){let t=0,i=n.length-1;for(;t<=i;){const s=t+i>>>1,o=n[s].tag;if(o===e)return s;o<e?t=s+1:i=s-1}return-t-1}function Ma(n,e){let t=0,i=n.length-1;for(;t<=i;){const s=t+i>>>1,o=n[s];if(o===e)return s;o<e?t=s+1:i=s-1}return-t-1}function Da(n,e){let t,i=0,s=n.length-1;for(;i<=s;){const o=i+s>>>1;t=n[o];const a=t.start;if(a===e)return t;a<e?i=o+1:s=o-1}if(i>0)return t=n[i-1],e>t.end?0:t}function fn(n,e){this.font=n,this.tableName=e}fn.prototype={searchTag:bs,binSearch:Ma,getTable:function(n){let e=this.font.tables[this.tableName];return!e&&n&&(e=this.font.tables[this.tableName]=this.createDefaultTable()),e},getScriptNames:function(){let n=this.getTable();return n?n.scripts.map(function(e){return e.tag}):[]},getDefaultScriptName:function(){let n=this.getTable();if(!n)return;let e=!1;for(let t=0;t<n.scripts.length;t++){const i=n.scripts[t].tag;if(i==="DFLT")return i;i==="latn"&&(e=!0)}if(e)return"latn"},getScriptTable:function(n,e){const t=this.getTable(e);if(t){n=n||"DFLT";const i=t.scripts,s=bs(t.scripts,n);if(s>=0)return i[s].script;if(e){const o={tag:n,script:{defaultLangSys:{reserved:0,reqFeatureIndex:65535,featureIndexes:[]},langSysRecords:[]}};return i.splice(-1-s,0,o),o.script}}},getLangSysTable:function(n,e,t){const i=this.getScriptTable(n,t);if(i){if(!e||e==="dflt"||e==="DFLT")return i.defaultLangSys;const s=bs(i.langSysRecords,e);if(s>=0)return i.langSysRecords[s].langSys;if(t){const o={tag:e,langSys:{reserved:0,reqFeatureIndex:65535,featureIndexes:[]}};return i.langSysRecords.splice(-1-s,0,o),o.langSys}}},getFeatureTable:function(n,e,t,i){const s=this.getLangSysTable(n,e,i);if(s){let o;const a=s.featureIndexes,c=this.font.tables[this.tableName].features;for(let l=0;l<a.length;l++)if(o=c[a[l]],o.tag===t)return o.feature;if(i){const l=c.length;return ne.assert(l===0||t>=c[l-1].tag,"Features must be added in alphabetical order."),o={tag:t,feature:{params:0,lookupListIndexes:[]}},c.push(o),a.push(l),o.feature}}},getLookupTables:function(n,e,t,i,s){const o=this.getFeatureTable(n,e,t,s),a=[];if(o){let c;const l=o.lookupListIndexes,d=this.font.tables[this.tableName].lookups;for(let h=0;h<l.length;h++)c=d[l[h]],c.lookupType===i&&a.push(c);if(a.length===0&&s){c={lookupType:i,lookupFlag:0,subtables:[],markFilteringSet:void 0};const h=d.length;return d.push(c),l.push(h),[c]}}return a},getGlyphClass:function(n,e){switch(n.format){case 1:return n.startGlyph<=e&&e<n.startGlyph+n.classes.length?n.classes[e-n.startGlyph]:0;case 2:const t=Da(n.ranges,e);return t?t.classId:0}},getCoverageIndex:function(n,e){switch(n.format){case 1:const t=Ma(n.glyphs,e);return t>=0?t:-1;case 2:const i=Da(n.ranges,e);return i?i.index+e-i.start:-1}},expandCoverage:function(n){if(n.format===1)return n.glyphs;{const e=[],t=n.ranges;for(let i=0;i<t.length;i++){const s=t[i],o=s.start,a=s.end;for(let c=o;c<=a;c++)e.push(c)}return e}}};function pn(n){fn.call(this,n,"gpos")}pn.prototype=fn.prototype,pn.prototype.init=function(){const n=this.getDefaultScriptName();this.defaultKerningTables=this.getKerningTables(n)},pn.prototype.getKerningValue=function(n,e,t){for(let i=0;i<n.length;i++){const s=n[i].subtables;for(let o=0;o<s.length;o++){const a=s[o],c=this.getCoverageIndex(a.coverage,e);if(!(c<0))switch(a.posFormat){case 1:let l=a.pairSets[c];for(let p=0;p<l.length;p++){let u=l[p];if(u.secondGlyph===t)return u.value1&&u.value1.xAdvance||0}break;case 2:const d=this.getGlyphClass(a.classDef1,e),h=this.getGlyphClass(a.classDef2,t),f=a.classRecords[d][h];return f.value1&&f.value1.xAdvance||0}}}return 0},pn.prototype.getKerningTables=function(n,e){if(this.font.tables.gpos)return this.getLookupTables(n,e,"kern",2)};function We(n){fn.call(this,n,"gsub")}function ig(n,e){const t=n.length;if(t!==e.length)return!1;for(let i=0;i<t;i++)if(n[i]!==e[i])return!1;return!0}function ka(n,e,t){const i=n.subtables;for(let s=0;s<i.length;s++){const o=i[s];if(o.substFormat===e)return o}if(t)return i.push(t),t}We.prototype=fn.prototype,We.prototype.createDefaultTable=function(){return{version:1,scripts:[{tag:"DFLT",script:{defaultLangSys:{reserved:0,reqFeatureIndex:65535,featureIndexes:[]},langSysRecords:[]}}],features:[],lookups:[]}},We.prototype.getSingle=function(n,e,t){const i=[],s=this.getLookupTables(e,t,n,1);for(let o=0;o<s.length;o++){const a=s[o].subtables;for(let c=0;c<a.length;c++){const l=a[c],d=this.expandCoverage(l.coverage);let h;if(l.substFormat===1){const f=l.deltaGlyphId;for(h=0;h<d.length;h++){const p=d[h];i.push({sub:p,by:p+f})}}else{const f=l.substitute;for(h=0;h<d.length;h++)i.push({sub:d[h],by:f[h]})}}}return i},We.prototype.getAlternates=function(n,e,t){const i=[],s=this.getLookupTables(e,t,n,3);for(let o=0;o<s.length;o++){const a=s[o].subtables;for(let c=0;c<a.length;c++){const l=a[c],d=this.expandCoverage(l.coverage),h=l.alternateSets;for(let f=0;f<d.length;f++)i.push({sub:d[f],by:h[f]})}}return i},We.prototype.getLigatures=function(n,e,t){const i=[],s=this.getLookupTables(e,t,n,4);for(let o=0;o<s.length;o++){const a=s[o].subtables;for(let c=0;c<a.length;c++){const l=a[c],d=this.expandCoverage(l.coverage),h=l.ligatureSets;for(let f=0;f<d.length;f++){const p=d[f],u=h[f];for(let m=0;m<u.length;m++){const C=u[m];i.push({sub:[p].concat(C.components),by:C.ligGlyph})}}}}return i},We.prototype.addSingle=function(n,e,t,i){const s=this.getLookupTables(t,i,n,1,!0)[0],o=ka(s,2,{substFormat:2,coverage:{format:1,glyphs:[]},substitute:[]});ne.assert(o.coverage.format===1,"Ligature: unable to modify coverage table format "+o.coverage.format);const a=e.sub;let c=this.binSearch(o.coverage.glyphs,a);c<0&&(c=-1-c,o.coverage.glyphs.splice(c,0,a),o.substitute.splice(c,0,0)),o.substitute[c]=e.by},We.prototype.addAlternate=function(n,e,t,i){const s=this.getLookupTables(t,i,n,3,!0)[0],o=ka(s,1,{substFormat:1,coverage:{format:1,glyphs:[]},alternateSets:[]});ne.assert(o.coverage.format===1,"Ligature: unable to modify coverage table format "+o.coverage.format);const a=e.sub;let c=this.binSearch(o.coverage.glyphs,a);c<0&&(c=-1-c,o.coverage.glyphs.splice(c,0,a),o.alternateSets.splice(c,0,0)),o.alternateSets[c]=e.by},We.prototype.addLigature=function(n,e,t,i){const s=this.getLookupTables(t,i,n,4,!0)[0];let o=s.subtables[0];o||(o={substFormat:1,coverage:{format:1,glyphs:[]},ligatureSets:[]},s.subtables[0]=o),ne.assert(o.coverage.format===1,"Ligature: unable to modify coverage table format "+o.coverage.format);const a=e.sub[0],c=e.sub.slice(1),l={ligGlyph:e.by,components:c};let d=this.binSearch(o.coverage.glyphs,a);if(d>=0){const h=o.ligatureSets[d];for(let f=0;f<h.length;f++)if(ig(h[f].components,c))return;h.push(l)}else d=-1-d,o.coverage.glyphs.splice(d,0,a),o.ligatureSets.splice(d,0,[l])},We.prototype.getFeature=function(n,e,t){if(/ss\d\d/.test(n))return this.getSingle(n,e,t);switch(n){case"aalt":case"salt":return this.getSingle(n,e,t).concat(this.getAlternates(n,e,t));case"dlig":case"liga":case"rlig":return this.getLigatures(n,e,t)}},We.prototype.add=function(n,e,t,i){if(/ss\d\d/.test(n))return this.addSingle(n,e,t,i);switch(n){case"aalt":case"salt":return typeof e.by=="number"?this.addSingle(n,e,t,i):this.addAlternate(n,e,t,i);case"dlig":case"liga":case"rlig":return this.addLigature(n,e,t,i)}};function sg(){return typeof window<"u"}function og(n){const e=new ArrayBuffer(n.length),t=new Uint8Array(e);for(let i=0;i<n.length;++i)t[i]=n[i];return e}function rg(n){const e=new Buffer(n.byteLength),t=new Uint8Array(n);for(let i=0;i<e.length;++i)e[i]=t[i];return e}function $t(n,e){if(!n)throw e}function Pa(n,e,t,i,s){let o;return(e&i)>0?(o=n.parseByte(),(e&s)===0&&(o=-o),o=t+o):(e&s)>0?o=t:o=t+n.parseShort(),o}function ag(n,e,t){const i=new q.Parser(e,t);n.numberOfContours=i.parseShort(),n._xMin=i.parseShort(),n._yMin=i.parseShort(),n._xMax=i.parseShort(),n._yMax=i.parseShort();let s,o;if(n.numberOfContours>0){const a=n.endPointIndices=[];for(let l=0;l<n.numberOfContours;l+=1)a.push(i.parseUShort());n.instructionLength=i.parseUShort(),n.instructions=[];for(let l=0;l<n.instructionLength;l+=1)n.instructions.push(i.parseByte());const c=a[a.length-1]+1;s=[];for(let l=0;l<c;l+=1)if(o=i.parseByte(),s.push(o),(o&8)>0){const d=i.parseByte();for(let h=0;h<d;h+=1)s.push(o),l+=1}if(ne.argument(s.length===c,"Bad flags."),a.length>0){const l=[];let d;if(c>0){for(let p=0;p<c;p+=1)o=s[p],d={},d.onCurve=!!(o&1),d.lastPointOfContour=a.indexOf(p)>=0,l.push(d);let h=0;for(let p=0;p<c;p+=1)o=s[p],d=l[p],d.x=Pa(i,o,h,2,16),h=d.x;let f=0;for(let p=0;p<c;p+=1)o=s[p],d=l[p],d.y=Pa(i,o,f,4,32),f=d.y}n.points=l}else n.points=[]}else if(n.numberOfContours===0)n.points=[];else{n.isComposite=!0,n.points=[],n.components=[];let a=!0;for(;a;){s=i.parseUShort();const c={glyphIndex:i.parseUShort(),xScale:1,scale01:0,scale10:0,yScale:1,dx:0,dy:0};(s&1)>0?(s&2)>0?(c.dx=i.parseShort(),c.dy=i.parseShort()):c.matchedPoints=[i.parseUShort(),i.parseUShort()]:(s&2)>0?(c.dx=i.parseChar(),c.dy=i.parseChar()):c.matchedPoints=[i.parseByte(),i.parseByte()],(s&8)>0?c.xScale=c.yScale=i.parseF2Dot14():(s&64)>0?(c.xScale=i.parseF2Dot14(),c.yScale=i.parseF2Dot14()):(s&128)>0&&(c.xScale=i.parseF2Dot14(),c.scale01=i.parseF2Dot14(),c.scale10=i.parseF2Dot14(),c.yScale=i.parseF2Dot14()),n.components.push(c),a=!!(s&32)}if(s&256){n.instructionLength=i.parseUShort(),n.instructions=[];for(let c=0;c<n.instructionLength;c+=1)n.instructions.push(i.parseByte())}}}function ws(n,e){const t=[];for(let i=0;i<n.length;i+=1){const s=n[i],o={x:e.xScale*s.x+e.scale01*s.y+e.dx,y:e.scale10*s.x+e.yScale*s.y+e.dy,onCurve:s.onCurve,lastPointOfContour:s.lastPointOfContour};t.push(o)}return t}function lg(n){const e=[];let t=[];for(let i=0;i<n.length;i+=1){const s=n[i];t.push(s),s.lastPointOfContour&&(e.push(t),t=[])}return ne.argument(t.length===0,"There are still points left in the current contour."),e}function Fa(n){const e=new Ie;if(!n)return e;const t=lg(n);for(let i=0;i<t.length;++i){const s=t[i];let o=null,a=s[s.length-1],c=s[0];if(a.onCurve)e.moveTo(a.x,a.y);else if(c.onCurve)e.moveTo(c.x,c.y);else{const l={x:(a.x+c.x)*.5,y:(a.y+c.y)*.5};e.moveTo(l.x,l.y)}for(let l=0;l<s.length;++l)if(o=a,a=c,c=s[(l+1)%s.length],a.onCurve)e.lineTo(a.x,a.y);else{let d=c;o.onCurve||((a.x+o.x)*.5,(a.y+o.y)*.5),c.onCurve||(d={x:(a.x+c.x)*.5,y:(a.y+c.y)*.5}),e.quadraticCurveTo(a.x,a.y,d.x,d.y)}e.closePath()}return e}function cg(n,e){if(e.isComposite)for(let t=0;t<e.components.length;t+=1){const i=e.components[t],s=n.get(i.glyphIndex);if(s.getPath(),s.points){let o;if(i.matchedPoints===void 0)o=ws(s.points,i);else{if(i.matchedPoints[0]>e.points.length-1||i.matchedPoints[1]>s.points.length-1)throw Error("Matched points out of range in "+e.name);const a=e.points[i.matchedPoints[0]];let c=s.points[i.matchedPoints[1]];const l={xScale:i.xScale,scale01:i.scale01,scale10:i.scale10,yScale:i.yScale,dx:0,dy:0};c=ws([c],l)[0],l.dx=a.x-c.x,l.dy=a.y-c.y,o=ws(s.points,l)}e.points=e.points.concat(o)}}return Fa(e.points)}function dg(n,e,t,i){const s=new jt.GlyphSet(i);for(let o=0;o<t.length-1;o+=1){const a=t[o],c=t[o+1];a!==c?s.push(o,jt.ttfGlyphLoader(i,o,ag,n,e+a,cg)):s.push(o,jt.glyphLoader(i,o))}return s}const Na={getPath:Fa,parse:dg};let Ra,Mt,La,vs;function Oa(n){this.font=n,this.getCommands=function(e){return Na.getPath(e).commands},this._fpgmState=this._prepState=void 0,this._errorState=0}function ug(n){return n}function Ua(n){return Math.sign(n)*Math.round(Math.abs(n))}function hg(n){return Math.sign(n)*Math.round(Math.abs(n*2))/2}function fg(n){return Math.sign(n)*(Math.round(Math.abs(n)+.5)-.5)}function pg(n){return Math.sign(n)*Math.ceil(Math.abs(n))}function mg(n){return Math.sign(n)*Math.floor(Math.abs(n))}const _a=function(n){const e=this.srPeriod;let t=this.srPhase;const i=this.srThreshold;let s=1;return n<0&&(n=-n,s=-1),n+=i-t,n=Math.trunc(n/e)*e,n+=t,n<0?t*s:n*s},nt={x:1,y:0,axis:"x",distance:function(n,e,t,i){return(t?n.xo:n.x)-(i?e.xo:e.x)},interpolate:function(n,e,t,i){let s,o,a,c,l,d,h;if(!i||i===this){if(s=n.xo-e.xo,o=n.xo-t.xo,l=e.x-e.xo,d=t.x-t.xo,a=Math.abs(s),c=Math.abs(o),h=a+c,h===0){n.x=n.xo+(l+d)/2;return}n.x=n.xo+(l*c+d*a)/h;return}if(s=i.distance(n,e,!0,!0),o=i.distance(n,t,!0,!0),l=i.distance(e,e,!1,!0),d=i.distance(t,t,!1,!0),a=Math.abs(s),c=Math.abs(o),h=a+c,h===0){nt.setRelative(n,n,(l+d)/2,i,!0);return}nt.setRelative(n,n,(l*c+d*a)/h,i,!0)},normalSlope:Number.NEGATIVE_INFINITY,setRelative:function(n,e,t,i,s){if(!i||i===this){n.x=(s?e.xo:e.x)+t;return}const o=s?e.xo:e.x,a=s?e.yo:e.y,c=o+t*i.x,l=a+t*i.y;n.x=c+(n.y-l)/i.normalSlope},slope:0,touch:function(n){n.xTouched=!0},touched:function(n){return n.xTouched},untouch:function(n){n.xTouched=!1}},rt={x:0,y:1,axis:"y",distance:function(n,e,t,i){return(t?n.yo:n.y)-(i?e.yo:e.y)},interpolate:function(n,e,t,i){let s,o,a,c,l,d,h;if(!i||i===this){if(s=n.yo-e.yo,o=n.yo-t.yo,l=e.y-e.yo,d=t.y-t.yo,a=Math.abs(s),c=Math.abs(o),h=a+c,h===0){n.y=n.yo+(l+d)/2;return}n.y=n.yo+(l*c+d*a)/h;return}if(s=i.distance(n,e,!0,!0),o=i.distance(n,t,!0,!0),l=i.distance(e,e,!1,!0),d=i.distance(t,t,!1,!0),a=Math.abs(s),c=Math.abs(o),h=a+c,h===0){rt.setRelative(n,n,(l+d)/2,i,!0);return}rt.setRelative(n,n,(l*c+d*a)/h,i,!0)},normalSlope:0,setRelative:function(n,e,t,i,s){if(!i||i===this){n.y=(s?e.yo:e.y)+t;return}const o=s?e.xo:e.x,a=s?e.yo:e.y,c=o+t*i.x,l=a+t*i.y;n.y=l+i.normalSlope*(n.x-c)},slope:Number.POSITIVE_INFINITY,touch:function(n){n.yTouched=!0},touched:function(n){return n.yTouched},untouch:function(n){n.yTouched=!1}};Object.freeze(nt),Object.freeze(rt);function mn(n,e){this.x=n,this.y=e,this.axis=void 0,this.slope=e/n,this.normalSlope=-n/e,Object.freeze(this)}mn.prototype.distance=function(n,e,t,i){return this.x*nt.distance(n,e,t,i)+this.y*rt.distance(n,e,t,i)},mn.prototype.interpolate=function(n,e,t,i){let s,o,a,c,l,d,h;if(a=i.distance(n,e,!0,!0),c=i.distance(n,t,!0,!0),s=i.distance(e,e,!1,!0),o=i.distance(t,t,!1,!0),l=Math.abs(a),d=Math.abs(c),h=l+d,h===0){this.setRelative(n,n,(s+o)/2,i,!0);return}this.setRelative(n,n,(s*d+o*l)/h,i,!0)},mn.prototype.setRelative=function(n,e,t,i,s){i=i||this;const o=s?e.xo:e.x,a=s?e.yo:e.y,c=o+t*i.x,l=a+t*i.y,d=i.normalSlope,h=this.slope,f=n.x,p=n.y;n.x=(h*f-d*c+l-p)/(h-d),n.y=h*(n.x-f)+p},mn.prototype.touch=function(n){n.xTouched=!0,n.yTouched=!0};function gn(n,e){const t=Math.sqrt(n*n+e*e);return n/=t,e/=t,n===1&&e===0?nt:n===0&&e===1?rt:new mn(n,e)}function at(n,e,t,i){this.x=this.xo=Math.round(n*64)/64,this.y=this.yo=Math.round(e*64)/64,this.lastPointOfContour=t,this.onCurve=i,this.prevPointOnContour=void 0,this.nextPointOnContour=void 0,this.xTouched=!1,this.yTouched=!1,Object.preventExtensions(this)}at.prototype.nextTouched=function(n){let e=this.nextPointOnContour;for(;!n.touched(e)&&e!==this;)e=e.nextPointOnContour;return e},at.prototype.prevTouched=function(n){let e=this.prevPointOnContour;for(;!n.touched(e)&&e!==this;)e=e.prevPointOnContour;return e};const An=Object.freeze(new at(0,0)),gg={cvCutIn:17/16,deltaBase:9,deltaShift:.125,loop:1,minDis:1,autoFlip:!0};function gt(n,e){switch(this.env=n,this.stack=[],this.prog=e,n){case"glyf":this.zp0=this.zp1=this.zp2=1,this.rp0=this.rp1=this.rp2=0;case"prep":this.fv=this.pv=this.dpv=nt,this.round=Ua}}Oa.prototype.exec=function(n,e){if(typeof e!="number")throw new Error("Point size is not a number!");if(this._errorState>2)return;const t=this.font;let i=this._prepState;if(!i||i.ppem!==e){let s=this._fpgmState;if(!s){gt.prototype=gg,s=this._fpgmState=new gt("fpgm",t.tables.fpgm),s.funcs=[],s.font=t,_.DEBUG&&(console.log("---EXEC FPGM---"),s.step=-1);try{Mt(s)}catch(a){console.log("Hinting error in FPGM:"+a),this._errorState=3;return}}gt.prototype=s,i=this._prepState=new gt("prep",t.tables.prep),i.ppem=e;const o=t.tables.cvt;if(o){const a=i.cvt=new Array(o.length),c=e/t.unitsPerEm;for(let l=0;l<o.length;l++)a[l]=o[l]*c}else i.cvt=[];_.DEBUG&&(console.log("---EXEC PREP---"),i.step=-1);try{Mt(i)}catch(a){this._errorState<2&&console.log("Hinting error in PREP:"+a),this._errorState=2}}if(!(this._errorState>1))try{return La(n,i)}catch(s){this._errorState<1&&(console.log("Hinting error:"+s),console.log("Note: further hinting errors are silenced")),this._errorState=1;return}},La=function(n,e){const t=e.ppem/e.font.unitsPerEm,i=t;let s=n.components,o,a,c;if(gt.prototype=e,!s)c=new gt("glyf",n.instructions),_.DEBUG&&(console.log("---EXEC GLYPH---"),c.step=-1),vs(n,c,t,i),a=c.gZone;else{const l=e.font;a=[],o=[];for(let d=0;d<s.length;d++){const h=s[d],f=l.glyphs.get(h.glyphIndex);c=new gt("glyf",f.instructions),_.DEBUG&&(console.log("---EXEC COMP "+d+"---"),c.step=-1),vs(f,c,t,i);const p=Math.round(h.dx*t),u=Math.round(h.dy*i),m=c.gZone,C=c.contours;for(let b=0;b<m.length;b++){const I=m[b];I.xTouched=I.yTouched=!1,I.xo=I.x=I.x+p,I.yo=I.y=I.y+u}const A=a.length;a.push.apply(a,m);for(let b=0;b<C.length;b++)o.push(C[b]+A)}n.instructions&&!c.inhibitGridFit&&(c=new gt("glyf",n.instructions),c.gZone=c.z0=c.z1=c.z2=a,c.contours=o,a.push(new at(0,0),new at(Math.round(n.advanceWidth*t),0)),_.DEBUG&&(console.log("---EXEC COMPOSITE---"),c.step=-1),Mt(c),a.length-=2)}return a},vs=function(n,e,t,i){const s=n.points||[],o=s.length,a=e.gZone=e.z0=e.z1=e.z2=[],c=e.contours=[];let l;for(let f=0;f<o;f++)l=s[f],a[f]=new at(l.x*t,l.y*i,l.lastPointOfContour,l.onCurve);let d,h;for(let f=0;f<o;f++)l=a[f],d||(d=l,c.push(f)),l.lastPointOfContour?(l.nextPointOnContour=d,d.prevPointOnContour=l,d=void 0):(h=a[f+1],l.nextPointOnContour=h,h.prevPointOnContour=l);if(!e.inhibitGridFit){if(_.DEBUG){console.log("PROCESSING GLYPH",e.stack);for(let f=0;f<o;f++)console.log(f,a[f].x,a[f].y)}if(a.push(new at(0,0),new at(Math.round(n.advanceWidth*t),0)),Mt(e),a.length-=2,_.DEBUG){console.log("FINISHED GLYPH",e.stack);for(let f=0;f<o;f++)console.log(f,a[f].x,a[f].y)}}},Mt=function(n){let e=n.prog;if(!e)return;const t=e.length;let i;for(n.ip=0;n.ip<t;n.ip++){if(_.DEBUG&&n.step++,i=Ra[e[n.ip]],!i)throw new Error("unknown instruction: 0x"+Number(e[n.ip]).toString(16));i(n)}};function ai(n){const e=n.tZone=new Array(n.gZone.length);for(let t=0;t<e.length;t++)e[t]=new at(0,0)}function Qa(n,e){const t=n.prog;let i=n.ip,s=1,o;do if(o=t[++i],o===88)s++;else if(o===89)s--;else if(o===64)i+=t[i+1]+1;else if(o===65)i+=2*t[i+1]+1;else if(o>=176&&o<=183)i+=o-176+1;else if(o>=184&&o<=191)i+=(o-184+1)*2;else if(e&&s===1&&o===27)break;while(s>0);n.ip=i}function Va(n,e){_.DEBUG&&console.log(e.step,"SVTCA["+n.axis+"]"),e.fv=e.pv=e.dpv=n}function Ga(n,e){_.DEBUG&&console.log(e.step,"SPVTCA["+n.axis+"]"),e.pv=e.dpv=n}function Ha(n,e){_.DEBUG&&console.log(e.step,"SFVTCA["+n.axis+"]"),e.fv=n}function Ya(n,e){const t=e.stack,i=t.pop(),s=t.pop(),o=e.z2[i],a=e.z1[s];_.DEBUG&&console.log("SPVTL["+n+"]",i,s);let c,l;n?(c=o.y-a.y,l=a.x-o.x):(c=a.x-o.x,l=a.y-o.y),e.pv=e.dpv=gn(c,l)}function za(n,e){const t=e.stack,i=t.pop(),s=t.pop(),o=e.z2[i],a=e.z1[s];_.DEBUG&&console.log("SFVTL["+n+"]",i,s);let c,l;n?(c=o.y-a.y,l=a.x-o.x):(c=a.x-o.x,l=a.y-o.y),e.fv=gn(c,l)}function Ag(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"SPVFS[]",t,i),n.pv=n.dpv=gn(i,t)}function yg(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"SPVFS[]",t,i),n.fv=gn(i,t)}function Cg(n){const e=n.stack,t=n.pv;_.DEBUG&&console.log(n.step,"GPV[]"),e.push(t.x*16384),e.push(t.y*16384)}function Eg(n){const e=n.stack,t=n.fv;_.DEBUG&&console.log(n.step,"GFV[]"),e.push(t.x*16384),e.push(t.y*16384)}function bg(n){n.fv=n.pv,_.DEBUG&&console.log(n.step,"SFVTPV[]")}function wg(n){const e=n.stack,t=e.pop(),i=e.pop(),s=e.pop(),o=e.pop(),a=e.pop(),c=n.z0,l=n.z1,d=c[t],h=c[i],f=l[s],p=l[o],u=n.z2[a];_.DEBUG&&console.log("ISECT[], ",t,i,s,o,a);const m=d.x,C=d.y,A=h.x,b=h.y,I=f.x,k=f.y,P=p.x,R=p.y,T=(m-A)*(k-R)-(C-b)*(I-P),B=m*b-C*A,g=I*R-k*P;u.x=(B*(I-P)-g*(m-A))/T,u.y=(B*(k-R)-g*(C-b))/T}function vg(n){n.rp0=n.stack.pop(),_.DEBUG&&console.log(n.step,"SRP0[]",n.rp0)}function Ig(n){n.rp1=n.stack.pop(),_.DEBUG&&console.log(n.step,"SRP1[]",n.rp1)}function Bg(n){n.rp2=n.stack.pop(),_.DEBUG&&console.log(n.step,"SRP2[]",n.rp2)}function xg(n){const e=n.stack.pop();switch(_.DEBUG&&console.log(n.step,"SZP0[]",e),n.zp0=e,e){case 0:n.tZone||ai(n),n.z0=n.tZone;break;case 1:n.z0=n.gZone;break;default:throw new Error("Invalid zone pointer")}}function Sg(n){const e=n.stack.pop();switch(_.DEBUG&&console.log(n.step,"SZP1[]",e),n.zp1=e,e){case 0:n.tZone||ai(n),n.z1=n.tZone;break;case 1:n.z1=n.gZone;break;default:throw new Error("Invalid zone pointer")}}function Tg(n){const e=n.stack.pop();switch(_.DEBUG&&console.log(n.step,"SZP2[]",e),n.zp2=e,e){case 0:n.tZone||ai(n),n.z2=n.tZone;break;case 1:n.z2=n.gZone;break;default:throw new Error("Invalid zone pointer")}}function Mg(n){const e=n.stack.pop();switch(_.DEBUG&&console.log(n.step,"SZPS[]",e),n.zp0=n.zp1=n.zp2=e,e){case 0:n.tZone||ai(n),n.z0=n.z1=n.z2=n.tZone;break;case 1:n.z0=n.z1=n.z2=n.gZone;break;default:throw new Error("Invalid zone pointer")}}function Dg(n){n.loop=n.stack.pop(),_.DEBUG&&console.log(n.step,"SLOOP[]",n.loop)}function kg(n){_.DEBUG&&console.log(n.step,"RTG[]"),n.round=Ua}function Pg(n){_.DEBUG&&console.log(n.step,"RTHG[]"),n.round=fg}function Fg(n){const e=n.stack.pop();_.DEBUG&&console.log(n.step,"SMD[]",e),n.minDis=e/64}function Ng(n){_.DEBUG&&console.log(n.step,"ELSE[]"),Qa(n,!1)}function Rg(n){const e=n.stack.pop();_.DEBUG&&console.log(n.step,"JMPR[]",e),n.ip+=e-1}function Lg(n){const e=n.stack.pop();_.DEBUG&&console.log(n.step,"SCVTCI[]",e),n.cvCutIn=e/64}function Og(n){const e=n.stack;_.DEBUG&&console.log(n.step,"DUP[]"),e.push(e[e.length-1])}function Is(n){_.DEBUG&&console.log(n.step,"POP[]"),n.stack.pop()}function Ug(n){_.DEBUG&&console.log(n.step,"CLEAR[]"),n.stack.length=0}function _g(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"SWAP[]"),e.push(t),e.push(i)}function Qg(n){const e=n.stack;_.DEBUG&&console.log(n.step,"DEPTH[]"),e.push(e.length)}function Vg(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"LOOPCALL[]",t,i);const s=n.ip,o=n.prog;n.prog=n.funcs[t];for(let a=0;a<i;a++)Mt(n),_.DEBUG&&console.log(++n.step,a+1<i?"next loopcall":"done loopcall",a);n.ip=s,n.prog=o}function Gg(n){const e=n.stack.pop();_.DEBUG&&console.log(n.step,"CALL[]",e);const t=n.ip,i=n.prog;n.prog=n.funcs[e],Mt(n),n.ip=t,n.prog=i,_.DEBUG&&console.log(++n.step,"returning from",e)}function Hg(n){const e=n.stack,t=e.pop();_.DEBUG&&console.log(n.step,"CINDEX[]",t),e.push(e[e.length-t])}function Yg(n){const e=n.stack,t=e.pop();_.DEBUG&&console.log(n.step,"MINDEX[]",t),e.push(e.splice(e.length-t,1)[0])}function zg(n){if(n.env!=="fpgm")throw new Error("FDEF not allowed here");const e=n.stack,t=n.prog;let i=n.ip;const s=e.pop(),o=i;for(_.DEBUG&&console.log(n.step,"FDEF[]",s);t[++i]!==45;);n.ip=i,n.funcs[s]=t.slice(o+1,i)}function Wa(n,e){const t=e.stack.pop(),i=e.z0[t],s=e.fv,o=e.pv;_.DEBUG&&console.log(e.step,"MDAP["+n+"]",t);let a=o.distance(i,An);n&&(a=e.round(a)),s.setRelative(i,An,a,o),s.touch(i),e.rp0=e.rp1=t}function ja(n,e){const t=e.z2,i=t.length-2;let s,o,a;_.DEBUG&&console.log(e.step,"IUP["+n.axis+"]");for(let c=0;c<i;c++)s=t[c],!n.touched(s)&&(o=s.prevTouched(n),o!==s&&(a=s.nextTouched(n),o===a&&n.setRelative(s,s,n.distance(o,o,!1,!0),n,!0),n.interpolate(s,o,a,n)))}function Ka(n,e){const t=e.stack,i=n?e.rp1:e.rp2,s=(n?e.z0:e.z1)[i],o=e.fv,a=e.pv;let c=e.loop;const l=e.z2;for(;c--;){const d=t.pop(),h=l[d],f=a.distance(s,s,!1,!0);o.setRelative(h,h,f,a),o.touch(h),_.DEBUG&&console.log(e.step,(e.loop>1?"loop "+(e.loop-c)+": ":"")+"SHP["+(n?"rp1":"rp2")+"]",d)}e.loop=1}function $a(n,e){const t=e.stack,i=n?e.rp1:e.rp2,s=(n?e.z0:e.z1)[i],o=e.fv,a=e.pv,c=t.pop(),l=e.z2[e.contours[c]];let d=l;_.DEBUG&&console.log(e.step,"SHC["+n+"]",c);const h=a.distance(s,s,!1,!0);do d!==s&&o.setRelative(d,d,h,a),d=d.nextPointOnContour;while(d!==l)}function Xa(n,e){const t=e.stack,i=n?e.rp1:e.rp2,s=(n?e.z0:e.z1)[i],o=e.fv,a=e.pv,c=t.pop();_.DEBUG&&console.log(e.step,"SHZ["+n+"]",c);let l;switch(c){case 0:l=e.tZone;break;case 1:l=e.gZone;break;default:throw new Error("Invalid zone")}let d;const h=a.distance(s,s,!1,!0),f=l.length-2;for(let p=0;p<f;p++)d=l[p],o.setRelative(d,d,h,a)}function Wg(n){const e=n.stack;let t=n.loop;const i=n.fv,s=e.pop()/64,o=n.z2;for(;t--;){const a=e.pop(),c=o[a];_.DEBUG&&console.log(n.step,(n.loop>1?"loop "+(n.loop-t)+": ":"")+"SHPIX[]",a,s),i.setRelative(c,c,s),i.touch(c)}n.loop=1}function jg(n){const e=n.stack,t=n.rp1,i=n.rp2;let s=n.loop;const o=n.z0[t],a=n.z1[i],c=n.fv,l=n.dpv,d=n.z2;for(;s--;){const h=e.pop(),f=d[h];_.DEBUG&&console.log(n.step,(n.loop>1?"loop "+(n.loop-s)+": ":"")+"IP[]",h,t,"<->",i),c.interpolate(f,o,a,l),c.touch(f)}n.loop=1}function qa(n,e){const t=e.stack,i=t.pop()/64,s=t.pop(),o=e.z1[s],a=e.z0[e.rp0],c=e.fv,l=e.pv;c.setRelative(o,a,i,l),c.touch(o),_.DEBUG&&console.log(e.step,"MSIRP["+n+"]",i,s),e.rp1=e.rp0,e.rp2=s,n&&(e.rp0=s)}function Kg(n){const e=n.stack,t=n.rp0,i=n.z0[t];let s=n.loop;const o=n.fv,a=n.pv,c=n.z1;for(;s--;){const l=e.pop(),d=c[l];_.DEBUG&&console.log(n.step,(n.loop>1?"loop "+(n.loop-s)+": ":"")+"ALIGNRP[]",l),o.setRelative(d,i,0,a),o.touch(d)}n.loop=1}function $g(n){_.DEBUG&&console.log(n.step,"RTDG[]"),n.round=hg}function Ja(n,e){const t=e.stack,i=t.pop(),s=t.pop(),o=e.z0[s],a=e.fv,c=e.pv;let l=e.cvt[i];_.DEBUG&&console.log(e.step,"MIAP["+n+"]",i,"(",l,")",s);let d=c.distance(o,An);n&&(Math.abs(d-l)<e.cvCutIn&&(d=l),d=e.round(d)),a.setRelative(o,An,d,c),e.zp0===0&&(o.xo=o.x,o.yo=o.y),a.touch(o),e.rp0=e.rp1=s}function Xg(n){const e=n.prog;let t=n.ip;const i=n.stack,s=e[++t];_.DEBUG&&console.log(n.step,"NPUSHB[]",s);for(let o=0;o<s;o++)i.push(e[++t]);n.ip=t}function qg(n){let e=n.ip;const t=n.prog,i=n.stack,s=t[++e];_.DEBUG&&console.log(n.step,"NPUSHW[]",s);for(let o=0;o<s;o++){let a=t[++e]<<8|t[++e];a&32768&&(a=-((a^65535)+1)),i.push(a)}n.ip=e}function Jg(n){const e=n.stack;let t=n.store;t||(t=n.store=[]);const i=e.pop(),s=e.pop();_.DEBUG&&console.log(n.step,"WS",i,s),t[s]=i}function Zg(n){const e=n.stack,t=n.store,i=e.pop();_.DEBUG&&console.log(n.step,"RS",i);const s=t&&t[i]||0;e.push(s)}function eA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"WCVTP",t,i),n.cvt[i]=t/64}function tA(n){const e=n.stack,t=e.pop();_.DEBUG&&console.log(n.step,"RCVT",t),e.push(n.cvt[t]*64)}function Za(n,e){const t=e.stack,i=t.pop(),s=e.z2[i];_.DEBUG&&console.log(e.step,"GC["+n+"]",i),t.push(e.dpv.distance(s,An,n,!1)*64)}function el(n,e){const t=e.stack,i=t.pop(),s=t.pop(),o=e.z1[i],a=e.z0[s],c=e.dpv.distance(a,o,n,n);_.DEBUG&&console.log(e.step,"MD["+n+"]",i,s,"->",c),e.stack.push(Math.round(c*64))}function nA(n){_.DEBUG&&console.log(n.step,"MPPEM[]"),n.stack.push(n.ppem)}function iA(n){_.DEBUG&&console.log(n.step,"FLIPON[]"),n.autoFlip=!0}function sA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"LT[]",t,i),e.push(i<t?1:0)}function oA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"LTEQ[]",t,i),e.push(i<=t?1:0)}function rA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"GT[]",t,i),e.push(i>t?1:0)}function aA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"GTEQ[]",t,i),e.push(i>=t?1:0)}function lA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"EQ[]",t,i),e.push(t===i?1:0)}function cA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"NEQ[]",t,i),e.push(t!==i?1:0)}function dA(n){const e=n.stack,t=e.pop();_.DEBUG&&console.log(n.step,"ODD[]",t),e.push(Math.trunc(t)%2?1:0)}function uA(n){const e=n.stack,t=e.pop();_.DEBUG&&console.log(n.step,"EVEN[]",t),e.push(Math.trunc(t)%2?0:1)}function hA(n){let e=n.stack.pop();_.DEBUG&&console.log(n.step,"IF[]",e),e||(Qa(n,!0),_.DEBUG&&console.log(n.step,"EIF[]"))}function fA(n){_.DEBUG&&console.log(n.step,"EIF[]")}function pA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"AND[]",t,i),e.push(t&&i?1:0)}function mA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"OR[]",t,i),e.push(t||i?1:0)}function gA(n){const e=n.stack,t=e.pop();_.DEBUG&&console.log(n.step,"NOT[]",t),e.push(t?0:1)}function Bs(n,e){const t=e.stack,i=t.pop(),s=e.fv,o=e.pv,a=e.ppem,c=e.deltaBase+(n-1)*16,l=e.deltaShift,d=e.z0;_.DEBUG&&console.log(e.step,"DELTAP["+n+"]",i,t);for(let h=0;h<i;h++){const f=t.pop(),p=t.pop();if(c+((p&240)>>4)!==a)continue;let m=(p&15)-8;m>=0&&m++,_.DEBUG&&console.log(e.step,"DELTAPFIX",f,"by",m*l);const C=d[f];s.setRelative(C,C,m*l,o)}}function AA(n){const t=n.stack.pop();_.DEBUG&&console.log(n.step,"SDB[]",t),n.deltaBase=t}function yA(n){const t=n.stack.pop();_.DEBUG&&console.log(n.step,"SDS[]",t),n.deltaShift=Math.pow(.5,t)}function CA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"ADD[]",t,i),e.push(i+t)}function EA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"SUB[]",t,i),e.push(i-t)}function bA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"DIV[]",t,i),e.push(i*64/t)}function wA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"MUL[]",t,i),e.push(i*t/64)}function vA(n){const e=n.stack,t=e.pop();_.DEBUG&&console.log(n.step,"ABS[]",t),e.push(Math.abs(t))}function IA(n){const e=n.stack;let t=e.pop();_.DEBUG&&console.log(n.step,"NEG[]",t),e.push(-t)}function BA(n){const e=n.stack,t=e.pop();_.DEBUG&&console.log(n.step,"FLOOR[]",t),e.push(Math.floor(t/64)*64)}function xA(n){const e=n.stack,t=e.pop();_.DEBUG&&console.log(n.step,"CEILING[]",t),e.push(Math.ceil(t/64)*64)}function li(n,e){const t=e.stack,i=t.pop();_.DEBUG&&console.log(e.step,"ROUND[]"),t.push(e.round(i/64)*64)}function SA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"WCVTF[]",t,i),n.cvt[i]=t*n.ppem/n.font.unitsPerEm}function xs(n,e){const t=e.stack,i=t.pop(),s=e.ppem,o=e.deltaBase+(n-1)*16,a=e.deltaShift;_.DEBUG&&console.log(e.step,"DELTAC["+n+"]",i,t);for(let c=0;c<i;c++){const l=t.pop(),d=t.pop();if(o+((d&240)>>4)!==s)continue;let f=(d&15)-8;f>=0&&f++;const p=f*a;_.DEBUG&&console.log(e.step,"DELTACFIX",l,"by",p),e.cvt[l]+=p}}function TA(n){let e=n.stack.pop();_.DEBUG&&console.log(n.step,"SROUND[]",e),n.round=_a;let t;switch(e&192){case 0:t=.5;break;case 64:t=1;break;case 128:t=2;break;default:throw new Error("invalid SROUND value")}switch(n.srPeriod=t,e&48){case 0:n.srPhase=0;break;case 16:n.srPhase=.25*t;break;case 32:n.srPhase=.5*t;break;case 48:n.srPhase=.75*t;break;default:throw new Error("invalid SROUND value")}e&=15,e===0?n.srThreshold=0:n.srThreshold=(e/8-.5)*t}function MA(n){let e=n.stack.pop();_.DEBUG&&console.log(n.step,"S45ROUND[]",e),n.round=_a;let t;switch(e&192){case 0:t=Math.sqrt(2)/2;break;case 64:t=Math.sqrt(2);break;case 128:t=2*Math.sqrt(2);break;default:throw new Error("invalid S45ROUND value")}switch(n.srPeriod=t,e&48){case 0:n.srPhase=0;break;case 16:n.srPhase=.25*t;break;case 32:n.srPhase=.5*t;break;case 48:n.srPhase=.75*t;break;default:throw new Error("invalid S45ROUND value")}e&=15,e===0?n.srThreshold=0:n.srThreshold=(e/8-.5)*t}function DA(n){_.DEBUG&&console.log(n.step,"ROFF[]"),n.round=ug}function kA(n){_.DEBUG&&console.log(n.step,"RUTG[]"),n.round=pg}function PA(n){_.DEBUG&&console.log(n.step,"RDTG[]"),n.round=mg}function FA(n){const e=n.stack.pop();_.DEBUG&&console.log(n.step,"SCANCTRL[]",e)}function tl(n,e){const t=e.stack,i=t.pop(),s=t.pop(),o=e.z2[i],a=e.z1[s];_.DEBUG&&console.log(e.step,"SDPVTL["+n+"]",i,s);let c,l;n?(c=o.y-a.y,l=a.x-o.x):(c=a.x-o.x,l=a.y-o.y),e.dpv=gn(c,l)}function NA(n){const e=n.stack,t=e.pop();let i=0;_.DEBUG&&console.log(n.step,"GETINFO[]",t),t&1&&(i=35),t&32&&(i|=4096),e.push(i)}function RA(n){const e=n.stack,t=e.pop(),i=e.pop(),s=e.pop();_.DEBUG&&console.log(n.step,"ROLL[]"),e.push(i),e.push(t),e.push(s)}function LA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"MAX[]",t,i),e.push(Math.max(i,t))}function OA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"MIN[]",t,i),e.push(Math.min(i,t))}function UA(n){const e=n.stack.pop();_.DEBUG&&console.log(n.step,"SCANTYPE[]",e)}function _A(n){const e=n.stack.pop();let t=n.stack.pop();switch(_.DEBUG&&console.log(n.step,"INSTCTRL[]",e,t),e){case 1:n.inhibitGridFit=!!t;return;case 2:n.ignoreCvt=!!t;return;default:throw new Error("invalid INSTCTRL[] selector")}}function At(n,e){const t=e.stack,i=e.prog;let s=e.ip;_.DEBUG&&console.log(e.step,"PUSHB["+n+"]");for(let o=0;o<n;o++)t.push(i[++s]);e.ip=s}function yt(n,e){let t=e.ip;const i=e.prog,s=e.stack;_.DEBUG&&console.log(e.ip,"PUSHW["+n+"]");for(let o=0;o<n;o++){let a=i[++t]<<8|i[++t];a&32768&&(a=-((a^65535)+1)),s.push(a)}e.ip=t}function K(n,e,t,i,s,o){const a=o.stack,c=n&&a.pop(),l=a.pop(),d=o.rp0,h=o.z0[d],f=o.z1[l],p=o.minDis,u=o.fv,m=o.dpv;let C,A,b,I;A=C=m.distance(f,h,!0,!0),b=A>=0?1:-1,A=Math.abs(A),n&&(I=o.cvt[c],i&&Math.abs(A-I)<o.cvCutIn&&(A=I)),t&&A<p&&(A=p),i&&(A=o.round(A)),u.setRelative(f,h,b*A,m),u.touch(f),_.DEBUG&&console.log(o.step,(n?"MIRP[":"MDRP[")+(e?"M":"m")+(t?">":"_")+(i?"R":"_")+(s===0?"Gr":s===1?"Bl":s===2?"Wh":"")+"]",n?c+"("+o.cvt[c]+","+I+")":"",l,"(d =",C,"->",b*A,")"),o.rp1=o.rp0,o.rp2=l,e&&(o.rp0=l)}Ra=[Va.bind(void 0,rt),Va.bind(void 0,nt),Ga.bind(void 0,rt),Ga.bind(void 0,nt),Ha.bind(void 0,rt),Ha.bind(void 0,nt),Ya.bind(void 0,0),Ya.bind(void 0,1),za.bind(void 0,0),za.bind(void 0,1),Ag,yg,Cg,Eg,bg,wg,vg,Ig,Bg,xg,Sg,Tg,Mg,Dg,kg,Pg,Fg,Ng,Rg,Lg,void 0,void 0,Og,Is,Ug,_g,Qg,Hg,Yg,void 0,void 0,void 0,Vg,Gg,zg,void 0,Wa.bind(void 0,0),Wa.bind(void 0,1),ja.bind(void 0,rt),ja.bind(void 0,nt),Ka.bind(void 0,0),Ka.bind(void 0,1),$a.bind(void 0,0),$a.bind(void 0,1),Xa.bind(void 0,0),Xa.bind(void 0,1),Wg,jg,qa.bind(void 0,0),qa.bind(void 0,1),Kg,$g,Ja.bind(void 0,0),Ja.bind(void 0,1),Xg,qg,Jg,Zg,eA,tA,Za.bind(void 0,0),Za.bind(void 0,1),void 0,el.bind(void 0,0),el.bind(void 0,1),nA,void 0,iA,void 0,void 0,sA,oA,rA,aA,lA,cA,dA,uA,hA,fA,pA,mA,gA,Bs.bind(void 0,1),AA,yA,CA,EA,bA,wA,vA,IA,BA,xA,li.bind(void 0,0),li.bind(void 0,1),li.bind(void 0,2),li.bind(void 0,3),void 0,void 0,void 0,void 0,SA,Bs.bind(void 0,2),Bs.bind(void 0,3),xs.bind(void 0,1),xs.bind(void 0,2),xs.bind(void 0,3),TA,MA,void 0,void 0,DA,void 0,kA,PA,Is,Is,void 0,void 0,void 0,void 0,void 0,FA,tl.bind(void 0,0),tl.bind(void 0,1),NA,void 0,RA,LA,OA,UA,_A,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,At.bind(void 0,1),At.bind(void 0,2),At.bind(void 0,3),At.bind(void 0,4),At.bind(void 0,5),At.bind(void 0,6),At.bind(void 0,7),At.bind(void 0,8),yt.bind(void 0,1),yt.bind(void 0,2),yt.bind(void 0,3),yt.bind(void 0,4),yt.bind(void 0,5),yt.bind(void 0,6),yt.bind(void 0,7),yt.bind(void 0,8),K.bind(void 0,0,0,0,0,0),K.bind(void 0,0,0,0,0,1),K.bind(void 0,0,0,0,0,2),K.bind(void 0,0,0,0,0,3),K.bind(void 0,0,0,0,1,0),K.bind(void 0,0,0,0,1,1),K.bind(void 0,0,0,0,1,2),K.bind(void 0,0,0,0,1,3),K.bind(void 0,0,0,1,0,0),K.bind(void 0,0,0,1,0,1),K.bind(void 0,0,0,1,0,2),K.bind(void 0,0,0,1,0,3),K.bind(void 0,0,0,1,1,0),K.bind(void 0,0,0,1,1,1),K.bind(void 0,0,0,1,1,2),K.bind(void 0,0,0,1,1,3),K.bind(void 0,0,1,0,0,0),K.bind(void 0,0,1,0,0,1),K.bind(void 0,0,1,0,0,2),K.bind(void 0,0,1,0,0,3),K.bind(void 0,0,1,0,1,0),K.bind(void 0,0,1,0,1,1),K.bind(void 0,0,1,0,1,2),K.bind(void 0,0,1,0,1,3),K.bind(void 0,0,1,1,0,0),K.bind(void 0,0,1,1,0,1),K.bind(void 0,0,1,1,0,2),K.bind(void 0,0,1,1,0,3),K.bind(void 0,0,1,1,1,0),K.bind(void 0,0,1,1,1,1),K.bind(void 0,0,1,1,1,2),K.bind(void 0,0,1,1,1,3),K.bind(void 0,1,0,0,0,0),K.bind(void 0,1,0,0,0,1),K.bind(void 0,1,0,0,0,2),K.bind(void 0,1,0,0,0,3),K.bind(void 0,1,0,0,1,0),K.bind(void 0,1,0,0,1,1),K.bind(void 0,1,0,0,1,2),K.bind(void 0,1,0,0,1,3),K.bind(void 0,1,0,1,0,0),K.bind(void 0,1,0,1,0,1),K.bind(void 0,1,0,1,0,2),K.bind(void 0,1,0,1,0,3),K.bind(void 0,1,0,1,1,0),K.bind(void 0,1,0,1,1,1),K.bind(void 0,1,0,1,1,2),K.bind(void 0,1,0,1,1,3),K.bind(void 0,1,1,0,0,0),K.bind(void 0,1,1,0,0,1),K.bind(void 0,1,1,0,0,2),K.bind(void 0,1,1,0,0,3),K.bind(void 0,1,1,0,1,0),K.bind(void 0,1,1,0,1,1),K.bind(void 0,1,1,0,1,2),K.bind(void 0,1,1,0,1,3),K.bind(void 0,1,1,1,0,0),K.bind(void 0,1,1,1,0,1),K.bind(void 0,1,1,1,0,2),K.bind(void 0,1,1,1,0,3),K.bind(void 0,1,1,1,1,0),K.bind(void 0,1,1,1,1,1),K.bind(void 0,1,1,1,1,2),K.bind(void 0,1,1,1,1,3)];const QA=Array.from||(n=>n.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]?|[^\uD800-\uDFFF]|./g)||[]);function le(n){n=n||{},n.empty||($t(n.familyName,"When creating a new Font object, familyName is required."),$t(n.styleName,"When creating a new Font object, styleName is required."),$t(n.unitsPerEm,"When creating a new Font object, unitsPerEm is required."),$t(n.ascender,"When creating a new Font object, ascender is required."),$t(n.descender,"When creating a new Font object, descender is required."),$t(n.descender<0,"Descender should be negative (e.g. -512)."),this.names={fontFamily:{en:n.familyName||" "},fontSubfamily:{en:n.styleName||" "},fullName:{en:n.fullName||n.familyName+" "+n.styleName},postScriptName:{en:n.postScriptName||(n.familyName+n.styleName).replace(/\s/g,"")},designer:{en:n.designer||" "},designerURL:{en:n.designerURL||" "},manufacturer:{en:n.manufacturer||" "},manufacturerURL:{en:n.manufacturerURL||" "},license:{en:n.license||" "},licenseURL:{en:n.licenseURL||" "},version:{en:n.version||"Version 0.1"},description:{en:n.description||" "},copyright:{en:n.copyright||" "},trademark:{en:n.trademark||" "}},this.unitsPerEm=n.unitsPerEm||1e3,this.ascender=n.ascender,this.descender=n.descender,this.createdTimestamp=n.createdTimestamp,this.tables={os2:{usWeightClass:n.weightClass||this.usWeightClasses.MEDIUM,usWidthClass:n.widthClass||this.usWidthClasses.MEDIUM,fsSelection:n.fsSelection||this.fsSelectionValues.REGULAR}}),this.supported=!0,this.glyphs=new jt.GlyphSet(this,n.glyphs||[]),this.encoding=new Xr(this),this.position=new pn(this),this.substitution=new We(this),this.tables=this.tables||{},Object.defineProperty(this,"hinting",{get:function(){if(this._hinting)return this._hinting;if(this.outlinesFormat==="truetype")return this._hinting=new Oa(this)}})}le.prototype.hasChar=function(n){return this.encoding.charToGlyphIndex(n)!==null},le.prototype.charToGlyphIndex=function(n){return this.encoding.charToGlyphIndex(n)},le.prototype.charToGlyph=function(n){const e=this.charToGlyphIndex(n);let t=this.glyphs.get(e);return t||(t=this.glyphs.get(0)),t},le.prototype.stringToGlyphs=function(n,e){e=e||this.defaultRenderOptions;const t=QA(n),i=[];for(let c=0;c<t.length;c+=1){const l=t[c];i.push(this.charToGlyphIndex(l))}let s=i.length;if(e.features){const c=e.script||this.substitution.getDefaultScriptName();let l=[];e.features.liga&&(l=l.concat(this.substitution.getFeature("liga",c,e.language))),e.features.rlig&&(l=l.concat(this.substitution.getFeature("rlig",c,e.language)));for(let d=0;d<s;d+=1)for(let h=0;h<l.length;h++){const f=l[h],p=f.sub,u=p.length;let m=0;for(;m<u&&p[m]===i[d+m];)m++;m===u&&(i.splice(d,u,f.by),s=s-u+1)}}const o=new Array(s),a=this.glyphs.get(0);for(let c=0;c<s;c+=1)o[c]=this.glyphs.get(i[c])||a;return o},le.prototype.nameToGlyphIndex=function(n){return this.glyphNames.nameToGlyphIndex(n)},le.prototype.nameToGlyph=function(n){const e=this.nameToGlyphIndex(n);let t=this.glyphs.get(e);return t||(t=this.glyphs.get(0)),t},le.prototype.glyphIndexToName=function(n){return this.glyphNames.glyphIndexToName?this.glyphNames.glyphIndexToName(n):""},le.prototype.getKerningValue=function(n,e){n=n.index||n,e=e.index||e;const t=this.position.defaultKerningTables;return t?this.position.getKerningValue(t,n,e):this.kerningPairs[n+","+e]||0},le.prototype.defaultRenderOptions={kerning:!0,features:{liga:!0,rlig:!0}},le.prototype.forEachGlyph=function(n,e,t,i,s,o){e=e!==void 0?e:0,t=t!==void 0?t:0,i=i!==void 0?i:72,s=s||this.defaultRenderOptions;const a=1/this.unitsPerEm*i,c=this.stringToGlyphs(n,s);let l;if(s.kerning){const d=s.script||this.position.getDefaultScriptName();l=this.position.getKerningTables(d,s.language)}for(let d=0;d<c.length;d+=1){const h=c[d];if(o.call(this,h,e,t,i,s),h.advanceWidth&&(e+=h.advanceWidth*a),s.kerning&&d<c.length-1){const f=l?this.position.getKerningValue(l,h.index,c[d+1].index):this.getKerningValue(h,c[d+1]);e+=f*a}s.letterSpacing?e+=s.letterSpacing*i:s.tracking&&(e+=s.tracking/1e3*i)}return e},le.prototype.getPath=function(n,e,t,i,s){const o=new Ie;return this.forEachGlyph(n,e,t,i,s,function(a,c,l,d){const h=a.getPath(c,l,d,s,this);o.extend(h)}),o},le.prototype.getPaths=function(n,e,t,i,s){const o=[];return this.forEachGlyph(n,e,t,i,s,function(a,c,l,d){const h=a.getPath(c,l,d,s,this);o.push(h)}),o},le.prototype.getAdvanceWidth=function(n,e,t){return this.forEachGlyph(n,0,0,e,t,function(){})},le.prototype.draw=function(n,e,t,i,s,o){this.getPath(e,t,i,s,o).draw(n)},le.prototype.drawPoints=function(n,e,t,i,s,o){this.forEachGlyph(e,t,i,s,o,function(a,c,l,d){a.drawPoints(n,c,l,d)})},le.prototype.drawMetrics=function(n,e,t,i,s,o){this.forEachGlyph(e,t,i,s,o,function(a,c,l,d){a.drawMetrics(n,c,l,d)})},le.prototype.getEnglishName=function(n){const e=this.names[n];if(e)return e.en},le.prototype.validate=function(){const n=this;function e(i,s){}function t(i){const s=n.getEnglishName(i);s&&s.trim().length>0}t("fontFamily"),t("weightName"),t("manufacturer"),t("copyright"),t("version"),this.unitsPerEm>0},le.prototype.toTables=function(){return ng.fontToTable(this)},le.prototype.toBuffer=function(){return console.warn("Font.toBuffer is deprecated. Use Font.toArrayBuffer instead."),this.toArrayBuffer()},le.prototype.toArrayBuffer=function(){const e=this.toTables().encode(),t=new ArrayBuffer(e.length),i=new Uint8Array(t);for(let s=0;s<e.length;s++)i[s]=e[s];return t},le.prototype.download=function(n){const e=this.getEnglishName("fontFamily"),t=this.getEnglishName("fontSubfamily");n=n||e.replace(/\s/g,"")+"-"+t+".otf";const i=this.toArrayBuffer();if(sg())if(window.URL=window.URL||window.webkitURL,window.URL){const s=new DataView(i),o=new Blob([s],{type:"font/opentype"});let a=document.createElement("a");a.href=window.URL.createObjectURL(o),a.download=n;let c=document.createEvent("MouseEvents");c.initEvent("click",!0,!1),a.dispatchEvent(c)}else console.warn("Font file could not be downloaded. Try using a different browser.");else{const s=require("fs"),o=rg(i);s.writeFileSync(n,o)}},le.prototype.fsSelectionValues={ITALIC:1,UNDERSCORE:2,NEGATIVE:4,OUTLINED:8,STRIKEOUT:16,BOLD:32,REGULAR:64,USER_TYPO_METRICS:128,WWS:256,OBLIQUE:512},le.prototype.usWidthClasses={ULTRA_CONDENSED:1,EXTRA_CONDENSED:2,CONDENSED:3,SEMI_CONDENSED:4,MEDIUM:5,SEMI_EXPANDED:6,EXPANDED:7,EXTRA_EXPANDED:8,ULTRA_EXPANDED:9},le.prototype.usWeightClasses={THIN:100,EXTRA_LIGHT:200,LIGHT:300,NORMAL:400,MEDIUM:500,SEMI_BOLD:600,BOLD:700,EXTRA_BOLD:800,BLACK:900};function nl(n,e){const t=JSON.stringify(n);let i=256;for(let s in e){let o=parseInt(s);if(!(!o||o<256)){if(JSON.stringify(e[s])===t)return o;i<=o&&(i=o+1)}}return e[i]=n,i}function VA(n,e,t){const i=nl(e.name,t);return[{name:"tag_"+n,type:"TAG",value:e.tag},{name:"minValue_"+n,type:"FIXED",value:e.minValue<<16},{name:"defaultValue_"+n,type:"FIXED",value:e.defaultValue<<16},{name:"maxValue_"+n,type:"FIXED",value:e.maxValue<<16},{name:"flags_"+n,type:"USHORT",value:0},{name:"nameID_"+n,type:"USHORT",value:i}]}function GA(n,e,t){const i={},s=new q.Parser(n,e);return i.tag=s.parseTag(),i.minValue=s.parseFixed(),i.defaultValue=s.parseFixed(),i.maxValue=s.parseFixed(),s.skip("uShort",1),i.name=t[s.parseUShort()]||{},i}function HA(n,e,t,i){const s=nl(e.name,i),o=[{name:"nameID_"+n,type:"USHORT",value:s},{name:"flags_"+n,type:"USHORT",value:0}];for(let a=0;a<t.length;++a){const c=t[a].tag;o.push({name:"axis_"+n+" "+c,type:"FIXED",value:e.coordinates[c]<<16})}return o}function YA(n,e,t,i){const s={},o=new q.Parser(n,e);s.name=i[o.parseUShort()]||{},o.skip("uShort",1),s.coordinates={};for(let a=0;a<t.length;++a)s.coordinates[t[a].tag]=o.parseFixed();return s}function zA(n,e){const t=new ee.Table("fvar",[{name:"version",type:"ULONG",value:65536},{name:"offsetToData",type:"USHORT",value:0},{name:"countSizePairs",type:"USHORT",value:2},{name:"axisCount",type:"USHORT",value:n.axes.length},{name:"axisSize",type:"USHORT",value:20},{name:"instanceCount",type:"USHORT",value:n.instances.length},{name:"instanceSize",type:"USHORT",value:4+n.axes.length*4}]);t.offsetToData=t.sizeOf();for(let i=0;i<n.axes.length;i++)t.fields=t.fields.concat(VA(i,n.axes[i],e));for(let i=0;i<n.instances.length;i++)t.fields=t.fields.concat(HA(i,n.instances[i],n.axes,e));return t}function WA(n,e,t){const i=new q.Parser(n,e),s=i.parseULong();ne.argument(s===65536,"Unsupported fvar table version.");const o=i.parseOffset16();i.skip("uShort",1);const a=i.parseUShort(),c=i.parseUShort(),l=i.parseUShort(),d=i.parseUShort(),h=[];for(let u=0;u<a;u++)h.push(GA(n,e+o+u*c,t));const f=[],p=e+o+a*c;for(let u=0;u<l;u++)f.push(YA(n,p+u*d,h,t));return{axes:h,instances:f}}const jA={make:zA,parse:WA},je=new Array(10);je[1]=function(){const e=this.offset+this.relativeOffset,t=this.parseUShort();if(t===1)return{posFormat:1,coverage:this.parsePointer(G.coverage),value:this.parseValueRecord()};if(t===2)return{posFormat:2,coverage:this.parsePointer(G.coverage),values:this.parseValueRecordList()};ne.assert(!1,"0x"+e.toString(16)+": GPOS lookup type 1 format must be 1 or 2.")},je[2]=function(){const e=this.offset+this.relativeOffset,t=this.parseUShort();ne.assert(t===1||t===2,"0x"+e.toString(16)+": GPOS lookup type 2 format must be 1 or 2.");const i=this.parsePointer(G.coverage),s=this.parseUShort(),o=this.parseUShort();if(t===1)return{posFormat:t,coverage:i,valueFormat1:s,valueFormat2:o,pairSets:this.parseList(G.pointer(G.list(function(){return{secondGlyph:this.parseUShort(),value1:this.parseValueRecord(s),value2:this.parseValueRecord(o)}})))};if(t===2){const a=this.parsePointer(G.classDef),c=this.parsePointer(G.classDef),l=this.parseUShort(),d=this.parseUShort();return{posFormat:t,coverage:i,valueFormat1:s,valueFormat2:o,classDef1:a,classDef2:c,class1Count:l,class2Count:d,classRecords:this.parseList(l,G.list(d,function(){return{value1:this.parseValueRecord(s),value2:this.parseValueRecord(o)}}))}}},je[3]=function(){return{error:"GPOS Lookup 3 not supported"}},je[4]=function(){return{error:"GPOS Lookup 4 not supported"}},je[5]=function(){return{error:"GPOS Lookup 5 not supported"}},je[6]=function(){return{error:"GPOS Lookup 6 not supported"}},je[7]=function(){return{error:"GPOS Lookup 7 not supported"}},je[8]=function(){return{error:"GPOS Lookup 8 not supported"}},je[9]=function(){return{error:"GPOS Lookup 9 not supported"}};function KA(n,e){e=e||0;const t=new G(n,e),i=t.parseVersion(1);return ne.argument(i===1||i===1.1,"Unsupported GPOS table version "+i),i===1?{version:i,scripts:t.parseScriptList(),features:t.parseFeatureList(),lookups:t.parseLookupList(je)}:{version:i,scripts:t.parseScriptList(),features:t.parseFeatureList(),lookups:t.parseLookupList(je),variations:t.parseFeatureVariationsList()}}const $A=new Array(10);function XA(n){return new ee.Table("GPOS",[{name:"version",type:"ULONG",value:65536},{name:"scripts",type:"TABLE",value:new ee.ScriptList(n.scripts)},{name:"features",type:"TABLE",value:new ee.FeatureList(n.features)},{name:"lookups",type:"TABLE",value:new ee.LookupList(n.lookups,$A)}])}const qA={parse:KA,make:XA};function JA(n){const e={};n.skip("uShort");const t=n.parseUShort();ne.argument(t===0,"Unsupported kern sub-table version."),n.skip("uShort",2);const i=n.parseUShort();n.skip("uShort",3);for(let s=0;s<i;s+=1){const o=n.parseUShort(),a=n.parseUShort(),c=n.parseShort();e[o+","+a]=c}return e}function ZA(n){const e={};n.skip("uShort"),n.parseULong()>1&&console.warn("Only the first kern subtable is supported."),n.skip("uLong");const s=n.parseUShort()&255;if(n.skip("uShort"),s===0){const o=n.parseUShort();n.skip("uShort",3);for(let a=0;a<o;a+=1){const c=n.parseUShort(),l=n.parseUShort(),d=n.parseShort();e[c+","+l]=d}}return e}function ey(n,e){const t=new q.Parser(n,e),i=t.parseUShort();if(i===0)return JA(t);if(i===1)return ZA(t);throw new Error("Unsupported kern table version ("+i+").")}const ty={parse:ey};function ny(n,e,t,i){const s=new q.Parser(n,e),o=i?s.parseUShort:s.parseULong,a=[];for(let c=0;c<t+1;c+=1){let l=o.call(s);i&&(l*=2),a.push(l)}return a}const iy={parse:ny};function sy(n,e){require("fs").readFile(n,function(i,s){if(i)return e(i.message);e(null,og(s))})}function oy(n,e){const t=new XMLHttpRequest;t.open("get",n,!0),t.responseType="arraybuffer",t.onload=function(){return t.response?e(null,t.response):e("Font could not be loaded: "+t.statusText)},t.onerror=function(){e("Font could not be loaded")},t.send()}function il(n,e){const t=[];let i=12;for(let s=0;s<e;s+=1){const o=q.getTag(n,i),a=q.getULong(n,i+4),c=q.getULong(n,i+8),l=q.getULong(n,i+12);t.push({tag:o,checksum:a,offset:c,length:l,compression:!1}),i+=16}return t}function ry(n,e){const t=[];let i=44;for(let s=0;s<e;s+=1){const o=q.getTag(n,i),a=q.getULong(n,i+4),c=q.getULong(n,i+8),l=q.getULong(n,i+12);let d;c<l?d="WOFF":d=!1,t.push({tag:o,offset:a,compression:d,compressedLength:c,length:l}),i+=20}return t}function be(n,e){if(e.compression==="WOFF"){const t=new Uint8Array(n.buffer,e.offset+2,e.compressedLength-2),i=new Uint8Array(e.length);if(Up(t,i),i.byteLength!==e.length)throw new Error("Decompression error: "+e.tag+" decompressed length doesn't match recorded length");return{data:new DataView(i.buffer,0),offset:0}}else return{data:n,offset:e.offset}}function ay(n){let e,t;const i=new le({empty:!0}),s=new DataView(n,0);let o,a=[];const c=q.getTag(s,0);if(c==="\0\0\0"||c==="true"||c==="typ1")i.outlinesFormat="truetype",o=q.getUShort(s,4),a=il(s,o);else if(c==="OTTO")i.outlinesFormat="cff",o=q.getUShort(s,4),a=il(s,o);else if(c==="wOFF"){const R=q.getTag(s,4);if(R==="\0\0\0")i.outlinesFormat="truetype";else if(R==="OTTO")i.outlinesFormat="cff";else throw new Error("Unsupported OpenType flavor "+c);o=q.getUShort(s,12),a=ry(s,o)}else throw new Error("Unsupported OpenType signature "+c);let l,d,h,f,p,u,m,C,A,b,I;for(let R=0;R<o;R+=1){const T=a[R];let B;switch(T.tag){case"cmap":B=be(s,T),i.tables.cmap=$r.parse(B.data,B.offset),i.encoding=new qr(i.tables.cmap);break;case"cvt ":B=be(s,T),I=new q.Parser(B.data,B.offset),i.tables.cvt=I.parseShortList(T.length/2);break;case"fvar":d=T;break;case"fpgm":B=be(s,T),I=new q.Parser(B.data,B.offset),i.tables.fpgm=I.parseByteList(T.length);break;case"head":B=be(s,T),i.tables.head=da.parse(B.data,B.offset),i.unitsPerEm=i.tables.head.unitsPerEm,e=i.tables.head.indexToLocFormat;break;case"hhea":B=be(s,T),i.tables.hhea=ua.parse(B.data,B.offset),i.ascender=i.tables.hhea.ascender,i.descender=i.tables.hhea.descender,i.numberOfHMetrics=i.tables.hhea.numberOfHMetrics;break;case"hmtx":u=T;break;case"ltag":B=be(s,T),t=fa.parse(B.data,B.offset);break;case"maxp":B=be(s,T),i.tables.maxp=pa.parse(B.data,B.offset),i.numGlyphs=i.tables.maxp.numGlyphs;break;case"name":A=T;break;case"OS/2":B=be(s,T),i.tables.os2=Cs.parse(B.data,B.offset);break;case"post":B=be(s,T),i.tables.post=wa.parse(B.data,B.offset),i.glyphNames=new fs(i.tables.post);break;case"prep":B=be(s,T),I=new q.Parser(B.data,B.offset),i.tables.prep=I.parseByteList(T.length);break;case"glyf":h=T;break;case"loca":C=T;break;case"CFF ":l=T;break;case"kern":m=T;break;case"GPOS":f=T;break;case"GSUB":p=T;break;case"meta":b=T;break}}const k=be(s,A);if(i.tables.name=ba.parse(k.data,k.offset,t),i.names=i.tables.name,h&&C){const R=e===0,T=be(s,C),B=iy.parse(T.data,T.offset,i.numGlyphs,R),g=be(s,h);i.glyphs=Na.parse(g.data,g.offset,B,i)}else if(l){const R=be(s,l);ca.parse(R.data,R.offset,i)}else throw new Error("Font doesn't contain TrueType or CFF outlines.");const P=be(s,u);if(ha.parse(P.data,P.offset,i.numberOfHMetrics,i.numGlyphs,i.glyphs),im(i),m){const R=be(s,m);i.kerningPairs=ty.parse(R.data,R.offset)}else i.kerningPairs={};if(f){const R=be(s,f);i.tables.gpos=qA.parse(R.data,R.offset),i.position.init()}if(p){const R=be(s,p);i.tables.gsub=va.parse(R.data,R.offset)}if(d){const R=be(s,d);i.tables.fvar=jA.parse(R.data,R.offset,i.names)}if(b){const R=be(s,b);i.tables.meta=Ia.parse(R.data,R.offset),i.metas=i.tables.meta}return i}function ly(n,e){(typeof window>"u"?sy:oy)(n,function(s,o){if(s)return e(s);let a;try{a=ay(o)}catch(c){return e(c,null)}return e(null,a)})}const Ss=1e-12;function yn(n){if(!Array.isArray(n)||n.length===0)return n||[];const e=n[0],t=n[n.length-1];if(!e||!t||e.length<2||t.length<2)return n;const i=e[0]??0,s=e[1]??0,o=t[0]??0,a=t[1]??0;return(Math.abs(i-o)>Ss||Math.abs(s-a)>Ss)&&n.push([i,s]),n}function Dt(n){let e=0;if(!n)return 0;for(let t=0;t<n.length-1;t++){const i=n[t],s=n[t+1];if(!i||!s)continue;const o=i[0]??0,a=i[1]??0,c=s[0]??0,l=s[1]??0;e+=o*l-c*a}return e/2}function ci(n,e=Ss){const t=[];if(!n)return t;for(const i of n){if(!i||i.length<2)continue;const s=t[t.length-1],o=i[0]??0,a=i[1]??0;if(!s){t.push([o,a]);continue}const c=s[0]??0,l=s[1]??0;(Math.abs(o-c)>e||Math.abs(a-l)>e)&&t.push([o,a])}return t}function cy(n,e,t,i,s=16){const o=[],a=n?.[0]??0,c=n?.[1]??0,l=t?.[0]??0,d=t?.[1]??0,h=i?.[0]??0,f=i?.[1]??0,p=e?.[0]??0,u=e?.[1]??0;for(let m=0;m<=s;m++){const C=m/s,A=1-C,b=A*A*A*a+3*A*A*C*l+3*A*C*C*h+C*C*C*p,I=A*A*A*c+3*A*A*C*d+3*A*C*C*f+C*C*C*u;o.push([b,I])}return o}function sl(n,e){if(!n||!e)return!1;const t=n[0]??0,i=n[1]??0;let s=!1;for(let o=0,a=e.length-1;o<e.length;a=o++){const c=e[o],l=e[a];if(!c||!l)continue;const d=c[0]??0,h=c[1]??0,f=l[0]??0,p=l[1]??0;h>i!=p>i&&t<(f-d)*(i-h)/(p-h+0)+d&&(s=!s)}return s}function Ts(n){return n?(Dt(n)<0&&n.reverse(),yn(n),n):[]}function dy(n){return n?(Dt(n)>0&&n.reverse(),yn(n),n):[]}function ol(n,e=16){if(!n||!Array.isArray(n.commands))return[];const t=[];let i=[];for(const s of n.commands){let o=function(c){const l=c.x!==void 0?c.x:0,d=c.y!==void 0?-c.y:0;return[l,d]};const a=s.type;if(a==="M")i.length&&t.push(ci(i)),i=[o(s)];else if(a==="L")i.push(o(s));else if(a==="Q"){const l=i[i.length-1]||o(s),d=[],h=s.x??0,f=s.y??0,p=s.x1??0,u=s.y1??0,m=l[0]??0,C=l[1]??0;for(let A=1;A<=e;A++){const b=A/e,I=1-b,k=I*I*m+2*I*b*p+b*b*h,P=I*I*C+2*I*b*u+b*b*-f;d.push([k,P])}d.length?i.push(...d):i.push(o(s))}else if(a==="C"){const l=i[i.length-1]||o(s),d=[s.x1||0,-(s.y1||0)],h=[s.x2||0,-(s.y2||0)],f=[s.x||0,-(s.y||0)],p=cy(l,f,d,h,e);p.length>1?i.push(...p.slice(1)):i.push(f)}else a==="Z"||a==="z"?(i.length&&t.push(ci(i)),i=[]):s.x!==void 0&&s.y!==void 0&&i.push(o(s))}return i.length&&t.push(ci(i)),t.map(s=>yn(s)).filter(s=>s&&s.length>=4)}function Ms(n,e){if(!n)return null;const t=n.map(i=>yn(i.slice()));return{type:"Feature",geometry:{type:"Polygon",coordinates:t},properties:{...e.properties||{},rings:t.length,polygons:1}}}function uy(n,e,t={}){t=Object.assign({sampleSegments:16,simplifyTolerance:0,epsArea:1e-24,debug:!1,scale:1,widthScale:.6,fillWinding:"auto"},t||{scale:1});const i=!!t.debug;if(!n||!n.geometry||!Array.isArray(n.geometry.coordinates))return{type:"FeatureCollection",features:[]};const s=n.geometry.coordinates,o=n.properties||{},a=o.text||o.label||"",c=o.rotation??0,l=t.sampleSegments||16,d=t.epsArea||1e-24,f=o.height/.9||1,p=(t.scale||1)*f,u=-c*Math.PI/180,m=Math.cos(u),C=Math.sin(u),A=o.attachmentPoint||"bottom-left",b=[];if(!e||typeof e.getPaths!="function")return{type:"FeatureCollection",features:b};const I=e.getPaths(a,0,0,t.fontSize||1)||[];let k=[];for(const L of I){const V=ol(L,l);for(const M of V)if(M)for(const E of M)E&&k.push(E)}let P=1/0,R=1/0,T=-1/0,B=-1/0;for(const L of k){if(!L)continue;const V=L[0]??0,M=L[1]??0;P=Math.min(P,V),R=Math.min(R,M),T=Math.max(T,V),B=Math.max(B,M)}const g=T-P,N=B-R;let w=0,S=0;switch(A){case"top-left":w=0,S=-N;break;case"top-center":w=-g/2,S=N;break;case"top-right":w=-g,S=N;break;case"center-left":w=0,S=N/2;break;case"center":w=-g/2,S=N/2;break;case"center-right":w=-g,S=N/2;break;case"bottom-left":w=0,S=0;break;case"bottom-center":w=-g/2,S=0;break;case"bottom-right":w=-g,S=0;break;default:w=0,S=0}for(const L of I){const V=ol(L,l);if(!V||V.length===0)continue;const M=V.map(F=>{if(!F)return[];const Q=F.map(O=>{if(!O)return[0,0];let x=(O[0]??0)+w,U=(O[1]??0)+S;x=x*(t.widthScale||.6);const H=x*m-U*C,j=x*C+U*m;return[s[0]+H*p,s[1]+j*p]});return yn(ci(Q))}).filter(F=>F&&F.length>=4&&Math.abs(Dt(F))>d);if(M.length===0)continue;let E=1;if(t.fillWinding==="positive")E=1;else if(t.fillWinding==="negative")E=-1;else{let F=0,Q=-1;for(let U=0;U<M.length;U++){const H=M[U];if(!H)continue;const j=Dt(H);Math.abs(j)>Q&&(Q=Math.abs(j),F=U)}const O=M[F],x=O?Dt(O):0;E=x>=0?1:-1,i&&console.log("[simple] auto fillSign=",E,"largest signed area=",x)}const y=M.map((F,Q)=>({idx:Q,ring:F,signedArea:Dt(F),absArea:Math.abs(Dt(F))}));for(const F of y)F.isFilled=F.signedArea*E>0,i&&console.log("[simple] ring",F.idx,"signedArea=",F.signedArea.toExponential(),"isFilled=",F.isFilled);const v=y.filter(F=>F.isFilled).sort((F,Q)=>F.absArea-Q.absArea),D=y.filter(F=>!F.isFilled).sort((F,Q)=>Q.absArea-F.absArea);for(const F of v)F.holes=[];for(const F of D){const Q=(function(x){let U=0,H=0;if(!x||x.length===0)return[0,0];for(const j of x)j&&(U+=j[0]??0,H+=j[1]??0);return[U/x.length,H/x.length]})(F.ring);let O=null;for(const x of v)sl(Q,x.ring)&&(O===null||x.absArea<O.absArea&&x.idx<F.idx||x.absArea>O.absArea&&x.idx<F.idx&&D.length==1)&&(O=x);if(O){if(O.absArea<F.absArea&&D.length>1)for(const x of v)sl(Q,x.ring)&&x.absArea>F.absArea&&x.holes.push(F.ring);else O.holes.push(F.ring);F.assigned=!0}else F.assigned=!1,i&&console.log("[simple] hole not assigned idx=",F.idx)}for(const F of v){const Q=Ts(F.ring.slice()),O=(F.holes||[]).map(x=>dy(x.slice()));b.push(Ms([Q,...O],n))}for(const F of D)F.assigned||b.push(Ms([Ts(F.ring.slice())],n));if(v.length===0)for(const F of y)b.push(Ms([Ts(F.ring.slice())],n))}return{type:"FeatureCollection",features:b}}class hy extends tt{constructor(e,t){super(e,t),this.type="label",this._centerCoord=null,this._plotInstance=this,this.fontUrl="https://leiting.chenxisoft.com/resource/font/HanaMinA.ttf",this.labelText="点击编辑文本",this.fontSize=10,this.color="#ff0000",this.polygonEntities=[],t&&(this.fontSize=t.fontSize||this.fontSize,this.color=t.color||this.color,this.labelText=t.text||this.labelText)}start(e){this.startCreate(e)}startCreate(e){try{this.state="creating",this.forbidDrawWorld(!0);const t=window.Cesium||this.viewer._cesiumWidget.cesium||this.viewer.scene.cesium,i=this;if(!t){console.error("无法获取Cesium对象");return}this.handler&&this.handler.destroy(),this.handler=new t.ScreenSpaceEventHandler(this.viewer.scene.canvas),this.handler.setInputAction(function(s){if(!s||!s.position)return;let o=i.getCatesian3FromPX(s.position);o&&(i.positions=[o],i._centerCoord=o,i.createLabel(o,function(){i.endCreate(e)}))},t.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(function(s){if(!s||!s.position)return;i.getCatesian3FromPX(s.position)&&i.state},t.ScreenSpaceEventType.MOUSE_MOVE),this.handler.setInputAction(function(s){!s||!s.position||i.endCreate()},t.ScreenSpaceEventType.RIGHT_CLICK)}catch(t){console.error("启动创建标签功能时出错:",t),e&&e(null)}}createLabel(e,t){const i=window.Cesium||this.viewer._cesiumWidget.cesium||this.viewer.scene.cesium,s=this;if(!e){console.error("创建标签时位置参数无效"),t&&t();return}if(!i){console.error("创建标签时无法获取Cesium对象"),t&&t();return}this.clearPolygonEntities(),ly(this.fontUrl,(o,a)=>{try{if(o){console.error("加载字体失败:",o),t&&t();return}const c=i.Cartographic.fromCartesian(e),l=i.Math.toDegrees(c.longitude),d=i.Math.toDegrees(c.latitude),h={type:"Feature",geometry:{type:"Point",coordinates:[l,d]},properties:{text:s.labelText||"",rotation:0}},f={sampleSegments:16,fontSize:s.fontSize,scale:10},p=uy(h,a,f);if(!p||!p.features||!Array.isArray(p.features)){console.error("文本转换为多边形失败"),t&&t();return}s.drawGeoJsonLocal(p,[l,d],1,a),s.entity={_centerCoord:s._centerCoord,_plotInstance:s._plotInstance,position:e,label:{text:s.labelText},updatePosition:function(u){s.updatePositions([u])},getPosition:function(){return s._centerCoord},type:s.type,objId:s.objId,isDraggable:!0,setPosition:function(u){s._centerCoord=u,s.positions[0]=u,s.createLabel(u)}},s.addClickEditHandler(),t&&t()}catch(c){console.error("创建文本标签时发生错误:",c);try{s.clearPolygonEntities()}catch(l){console.error("清理标签多边形实体时出错:",l)}t&&t()}})}drawGeoJsonLocal(e,t,i=1,s){try{const o=window.Cesium||this.viewer._cesiumWidget.cesium||this.viewer.scene.cesium;if(!e||!t||!Array.isArray(t)||t.length!==2){console.error("drawGeoJsonLocal: 参数无效");return}const a=t[0],c=t[1],l=o.Cartesian3.fromDegrees(a,c,0),d=o.Transforms.eastNorthUpToFixedFrame(l),h=i*1;this.clearPolygonEntities();let f=[];for(const k of e.features||[]){if(!k||!k.geometry||k.geometry.type!=="Polygon")continue;const P=k.geometry.coordinates||[];for(const R of P)R&&Array.isArray(R)&&(f=f.concat(R))}let p=1/0,u=1/0,m=-1/0,C=-1/0;for(const k of f)Array.isArray(k)&&k.length>=2&&(p=Math.min(p,k[0]),u=Math.min(u,k[1]),m=Math.max(m,k[0]),C=Math.max(C,k[1]));const A=(p+m)/2,b=(u+C)/2,I=k=>{const P=(k[0]-A)*h,R=(k[1]-b)*h,T=new o.Cartesian3(P,R,0);return o.Matrix4.multiplyByPoint(d,T,new o.Cartesian3)};for(const k of e.features||[]){if(!k||!k.geometry||k.geometry.type!=="Polygon")continue;const P=k.geometry.coordinates||[];if(P.length>0)try{const R=P[0]||[];if(R.length===0)continue;const T=R.map(I);let B;if(P.length>1){const N=P.slice(1).map(w=>!w||!Array.isArray(w)||w.length===0?null:new o.PolygonHierarchy(w.map(I))).filter(Boolean);B=new o.PolygonHierarchy(T,N)}else B=new o.PolygonHierarchy(T);const g=this.viewer.entities.add({polygon:{hierarchy:B,material:o.Color.fromCssColorString(this.color||"#000000"),outline:!1},_labelOwner:this.objId});this.polygonEntities.push(g)}catch(R){console.warn("创建多边形实体时出错:",R);continue}}}catch(o){console.error("drawGeoJsonLocal: 发生错误:",o)}}clearPolygonEntities(){for(let e of this.polygonEntities)this.viewer.entities.remove(e);this.polygonEntities=[]}addClickEditHandler(){const e=this,t=window.Cesium||this.viewer._cesiumWidget.cesium||this.viewer.scene.cesium;if(!t){console.error("添加点击编辑事件时无法获取Cesium对象");return}this.editHandler&&(this.editHandler.destroy(),this.editHandler=null),this.editHandler=new t.ScreenSpaceEventHandler(this.viewer.scene.canvas),this.editHandler.setInputAction(function(i){if(!i||!i.position)return;const s=e.viewer.scene.pick(i.position);t.defined(s)&&s.id&&s.id._labelOwner===e.objId&&(i.preventDefault(),e.editText())},t.ScreenSpaceEventType.LEFT_CLICK),this.editHandler.setInputAction(function(i){if(!i||!i.position)return;const s=e.viewer.scene.pick(i.position);t.defined(s)&&s.id&&s.id._labelOwner===e.objId&&(i.preventDefault(),e.openStyleEditor())},t.ScreenSpaceEventType.RIGHT_CLICK)}editText(){const e=this;(function(i,s){const o=document.createElement("div");o.style.position="fixed",o.style.top="0",o.style.left="0",o.style.width="100%",o.style.height="100%",o.style.backgroundColor="rgba(0, 0, 0, 0.5)",o.style.display="flex",o.style.justifyContent="center",o.style.alignItems="center",o.style.zIndex="10000";const a=document.createElement("div");a.style.backgroundColor="white",a.style.padding="20px",a.style.borderRadius="5px",a.style.width="500px",a.style.maxWidth="90vw",a.style.boxShadow="0 4px 8px rgba(0, 0, 0, 0.2)";const c=document.createElement("h3");c.textContent="编辑文本",c.style.marginTop="0";const l=document.createElement("textarea");l.value=i,l.style.width="100%",l.style.height="150px",l.style.marginBottom="10px",l.style.fontSize="14px",l.style.padding="8px",l.style.boxSizing="border-box";const d=document.createElement("div");d.style.display="flex",d.style.justifyContent="flex-end",d.style.gap="10px";const h=document.createElement("button");h.textContent="取消",h.addEventListener("click",function(){document.body.removeChild(o),s(null)});const f=document.createElement("button");f.textContent="确认",f.addEventListener("click",function(){document.body.removeChild(o),s(l.value)}),d.appendChild(h),d.appendChild(f),a.appendChild(c),a.appendChild(l),a.appendChild(d),o.appendChild(a),document.body.appendChild(o),l.focus();const p=function(u){u.key==="Escape"&&(document.body.removeChild(o),document.removeEventListener("keydown",p),s(null))};document.addEventListener("keydown",p)})(this.labelText,function(i){i!==null&&(e.labelText=i||"点击编辑文本",e._centerCoord&&e.createLabel(e._centerCoord))})}endCreate(e){try{this.state="endCreate",this.handler&&(this.handler.destroy(),this.handler=null),this.forbidDrawWorld(!1),this.entity&&!this.entity.objId&&(this.entity.objId=this.objId),e&&e(this.entity)}catch(t){console.error("结束创建标签时出错:",t),e&&e(null)}}updatePositions(e){try{if(!e||!e.length){console.warn("更新标签位置时参数无效");return}if(!(window.Cesium||this.viewer._cesiumWidget.cesium||this.viewer.scene.cesium)){console.error("更新标签位置时无法获取Cesium对象");return}this.positions=e,this._centerCoord=e[0],this.entity&&(this.entity.position=e[0]),this.createLabel(e[0])}catch(t){console.error("更新标签位置时出错:",t)}}moveEntity(e){try{const t=window.Cesium||this.viewer._cesiumWidget.cesium||this.viewer.scene.cesium;if(!t){console.error("移动实体时无法获取Cesium对象");return}if(!e||!this._centerCoord)return;const i=t.Cartesian3.add(this._centerCoord,e,new t.Cartesian3);this.updatePositions([i])}catch(t){console.error("移动实体时出错:",t)}}setStyle(e){e&&(e.color&&(this.color=e.color),e.fontSize&&(this.fontSize=e.fontSize),e.text!==void 0&&(this.labelText=e.text),this._centerCoord&&this.createLabel(this._centerCoord))}openStyleEditor(){const e=this;(function(i,s){const o=document.createElement("div");o.style.position="fixed",o.style.top="0",o.style.left="0",o.style.width="100%",o.style.height="100%",o.style.backgroundColor="rgba(0, 0, 0, 0.5)",o.style.display="flex",o.style.justifyContent="center",o.style.alignItems="center",o.style.zIndex="10000";const a=document.createElement("div");a.style.backgroundColor="white",a.style.padding="20px",a.style.borderRadius="5px",a.style.width="400px",a.style.maxWidth="90vw",a.style.boxShadow="0 4px 8px rgba(0, 0, 0, 0.2)";const c=document.createElement("h3");c.textContent="编辑样式",c.style.marginTop="0";const l=document.createElement("div");l.style.marginBottom="15px";const d=document.createElement("label");d.textContent="文本颜色: ",d.style.display="block",d.style.marginBottom="5px";const h=document.createElement("input");h.type="color",h.value=i.color,h.style.width="50px",l.appendChild(d),l.appendChild(h);const f=document.createElement("div");f.style.marginBottom="15px";const p=document.createElement("label");p.textContent="字体大小: ",p.style.display="block",p.style.marginBottom="5px";const u=document.createElement("input");u.type="number",u.value=i.fontSize,u.min="8",u.max="200",u.step="1",u.style.width="100%",u.style.padding="5px",u.style.boxSizing="border-box",f.appendChild(p),f.appendChild(u);const m=document.createElement("div");m.style.display="flex",m.style.justifyContent="flex-end",m.style.gap="10px",m.style.marginTop="20px";const C=document.createElement("button");C.textContent="取消",C.addEventListener("click",function(){document.body.removeChild(o),s(null)});const A=document.createElement("button");A.textContent="确认",A.addEventListener("click",function(){document.body.removeChild(o),s({color:h.value,fontSize:parseInt(u.value)})}),m.appendChild(C),m.appendChild(A),a.appendChild(c),a.appendChild(l),a.appendChild(f),a.appendChild(m),o.appendChild(a),document.body.appendChild(o);const b=function(I){I.key==="Escape"&&(document.body.removeChild(o),document.removeEventListener("keydown",b),s(null))};document.addEventListener("keydown",b)})(this.getStyle(),function(i){i&&e.setStyle(i)})}getStyle(){return{color:this.color,fontSize:this.fontSize,text:this.labelText}}destroy(){try{try{this.clearPolygonEntities()}catch(e){console.warn("清理标签多边形实体时出错:",e)}if(this.handler){try{this.handler.destroy()}catch(e){console.warn("销毁事件处理器时出错:",e)}this.handler=null}if(this.editHandler){try{this.editHandler.destroy()}catch(e){console.warn("销毁编辑事件处理器时出错:",e)}this.editHandler=null}this._centerCoord=null,this._plotInstance=null,this.entity=null,this.positions=null,this.objId=null;try{super.destroy()}catch(e){console.warn("调用父类destroy方法时出错:",e)}}catch(e){console.error("销毁CreateLabel对象时发生错误:",e)}}syncFromEntity(){this.entity&&this.entity.position&&(this._centerCoord=this.entity.position,this._plotInstance=this)}getEntityPositions(){return this.positions}calculateCenter(){return this._centerCoord}}class fy extends tt{constructor(e,t){super(e,t),this.type="point",this.viewer=e;let i={color:Cesium.Color.AQUA,pixelSize:10,outlineWidth:1};this.style=Object.assign(i,t||{}),this.position=null}start(e){!this.prompt&&this.promptStyle.show&&(this.prompt=new ft(this.viewer,this.promptStyle)),this.state="startCreate";let t=this;this.handler||(this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas)),this.handler.setInputAction(function(i){let s=t.getCatesian3FromPX(i.position,t.viewer);s&&(t.entity=t.createPoint(s),t.position=s,t.handler&&(t.handler.destroy(),t.handler=null),t.prompt&&(t.prompt.destroy(),t.prompt=null),t.state="endCreate",e&&e(t.entity))},Cesium.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(function(i){t.prompt.update(i.endPosition,"单击新增"),t.state="creating"},Cesium.ScreenSpaceEventType.MOUSE_MOVE)}endCreate(){let e=this;e.handler&&(e.handler.destroy(),e.handler=null),e.prompt&&(e.prompt.destroy(),e.prompt=null),e.state="endCreate"}done(){this.state=="startCreate"?this.destroy():this.state=="creating"?this.destroy():(this.state=="startEdit"||this.state=="editing")&&this.endEdit()}createByPositions(e,t){if(!e)return;this.state="startCreate";let i=e instanceof Cesium.Cartesian3?e:Cesium.Cartesian3.fromDegrees(e[0],e[1],e[2]);this.position=i,i&&(this.entity=this.createPoint(i),t&&t(this.entity),this.state="endCreate")}setStyle(e){if(e){if(e.color){let t=Cesium.Color.fromCssColorString(e.color||"#ffff00");t=t.withAlpha(e.colorAlpha),this.entity.point.color=t}if(this.entity.point.outlineWidth=Number(e.outlineWidth),e.outlineColor){let t=Cesium.Color.fromCssColorString(e.outlineColor||"#000000");t=t.withAlpha(e.outlineColorAlpha),this.entity.point.outlineColor=t}this.entity.point.heightReference=Number(e.heightReference),this.entity.point.pixelSize=Number(e.pixelSize),this.style=Object.assign(this.style,e)}}getStyle(){let e={},t=this.entity.point,i=t.color.getValue();e.colorAlpha=i.alpha,e.color=new Cesium.Color(i.red,i.green,i.blue,1).toCssHexString(),e.outlineWidth=t.outlineWidth._value;let s=t.outlineColor.getValue();return e.outlineColorAlpha=s.alpha,e.outlineColor=new Cesium.Color(s.red,s.green,s.blue,1).toCssHexString(),t.heightReference!=null&&(e.heightReference=t.heightReference.getValue()),e.pixelSize=Number(t.pixelSize),e}getPositions(e){return e?ae.cartesianToLnglat(this.position):this.position}getLnglats(){return this.getPositions(!0)}startEdit(e){if(this.state=="startEdit"||this.state=="editing"||!this.entity)return;this.state="startEdit",this.modifyHandler||(this.modifyHandler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas));let t=this,i;this.modifyHandler.setInputAction(function(s){let o=t.viewer.scene.pick(s.position);Cesium.defined(o)&&o.id&&(i=o.id,t.forbidDrawWorld(!0))},Cesium.ScreenSpaceEventType.LEFT_DOWN),this.modifyHandler.setInputAction(function(s){if(!i)return;let o=t.getCatesian3FromPX(s.endPosition,t.viewer);o&&(t.entity&&(t.entity.position.setValue(o),t.position=o,t.state="editing"),e&&e())},Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.modifyHandler.setInputAction(function(s){i&&(t.forbidDrawWorld(!1),t.modifyHandler&&(t.modifyHandler.destroy(),t.modifyHandler=null,t.state="editing"))},Cesium.ScreenSpaceEventType.LEFT_UP)}endEdit(e){this.modifyHandler&&(this.modifyHandler.destroy(),this.modifyHandler=null,e&&e(this.entity)),this.forbidDrawWorld(!1),this.state="endEdit"}createPoint(e){if(!e)return;let t=this.viewer.entities.add({position:e,point:{color:this.style.color instanceof Cesium.Color?this.style.color:this.style.color?Cesium.Color.fromCssColorString(this.style.color).withAlpha(this.style.colorAlpha||1):Cesium.Color.WHITE,outlineColor:this.style.outlineColor instanceof Cesium.Color?this.style.outlineColor:this.style.outlineColor?Cesium.Color.fromCssColorString(this.style.outlineColor).withAlpha(this.style.outlineColorAlpha||1):Cesium.Color.BLACK,outlineWidth:this.style.outlineWidth||4,pixelSize:this.style.pixelSize||20,disableDepthTestDistance:Number.MAX_VALUE}});return t.objId=this.objId,t}}class py extends tt{constructor(e,t){super(e,t),this.type="polygon",this.viewer=e,this.entity=null,this.polyline=null;let i={outlineColor:"#000000",outlineWidth:2};this.style=Object.assign(i,t||{}),this.outline=null}start(e){!this.prompt&&this.promptStyle.show&&(this.prompt=new ft(this.viewer,this.promptStyle)),this.state="startCreate";let t=this;this.handler||(this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas)),this.handler.setInputAction(function(i){let s=t.getCatesian3FromPX(i.position,t.viewer,[]);if(!s||(t.movePush&&(t.positions.pop(),t.movePush=!1),t.positions.some(c=>Math.abs(c.x-s.x)<1e-6&&Math.abs(c.y-s.y)<1e-6&&Math.abs(c.z-s.z)<1e-6)))return;t.positions.push(s);let a=t.createPoint(s);a.wz=t.positions.length-1,t.controlPoints.push(a)},Cesium.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(function(i){if(t.positions.length<1){t.prompt.update(i.endPosition,"单击开始绘制"),t.state="startCreate";return}t.prompt&&t.prompt.update(i.endPosition,"双击结束,右键取消上一步");let s=t.getCatesian3FromPX(i.endPosition,t.viewer,[]);t.positions.length>=1&&(t.state="creating",t.movePush?t.positions[t.positions.length-1]=s:(t.positions.push(s),t.movePush=!0),t.positions.length==2&&(Cesium.defined(t.polyline)||(t.polyline=t.createPolyline())),t.positions.length==3&&(Cesium.defined(t.entity)||(t.entity=t.createPolygon(t.style),!t.style.outline&&t.polyline&&(t.polyline.show=!1),t.entity.objId=t.objId)))},Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.handler.setInputAction(function(i){t.entity&&(t.positions.splice(t.positions.length-2,1),t.viewer.entities.remove(t.controlPoints.pop()),t.positions.length==2&&t.entity&&(t.viewer.entities.remove(t.entity),t.entity=null,t.polyline&&(t.polyline.show=!0)),t.positions.length==1&&(t.polyline&&(t.viewer.entities.remove(t.polyline),t.polyline=null),t.prompt&&t.prompt.update(i.endPosition,"单击开始绘制"),t.positions=[],t.movePush=!1))},Cesium.ScreenSpaceEventType.RIGHT_CLICK),this.handler.setInputAction(function(i){t.entity&&(t.endCreate(),e&&e(t.entity))},Cesium.ScreenSpaceEventType.LEFT_DOUBLE_CLICK)}endCreate(){let e=this;e.state="endCreate",e.handler&&(e.handler.destroy(),e.handler=null),e.movePush=!1,e.prompt&&(e.prompt.destroy(),e.prompt=null),e.viewer.trackedEntity=void 0,e.viewer.scene.camera.lookAtTransform(Cesium.Matrix4.IDENTITY)}done(){this.state=="startCreate"?this.destroy():this.state=="creating"?this.positions.length<=2&&this.movePush==!0?this.destroy():this.endCreate():(this.state=="startEdit"||this.state=="editing")&&this.endEdit()}createByPositions(e,t){if(!e)return;this.state="startCreate";let i=e[0]instanceof Cesium.Cartesian3?e:ae.lnglatsToCartesians(e);if(i){this.entity=this.createPolygon(),this.polyline=this.createPolyline(),this.polyline.show=this.style.outline,this.positions=i;for(let s=0;s<i.length;s++){let o=i[s],a=Cesium.Cartographic.fromCartesian(i[s]),c=this.createPoint(o);c.point.heightReference=this.style.heightReference,c.ctgc=a,c.wz=this.controlPoints.length,this.controlPoints.push(c)}this.state="endCreate",this.entity.objId=this.objId,t&&t(this.entity)}}getStyle(){if(!this.entity)return;let e={},t=this.entity.polygon;if(t.material instanceof Cesium.ColorMaterialProperty){e.material="common";let s=t.material.color.getValue();e.colorAlpha=s.alpha,e.color=new Cesium.Color(s.red,s.green,s.blue,1).toCssHexString()}if(e.fill=t.fill?t.fill.getValue():!1,t.heightReference){let s=t.heightReference.getValue();e.heightReference=Number(s)}let i=this.polyline.polyline;if(i&&this.polyline.show){e.outlineWidth=i.width.getValue(),e.outline=!0;let s=i.material.color.getValue();e.outlineColorAlpha=s.alpha,e.outlineColor=new Cesium.Color(s.red,s.green,s.blue,1).toCssHexString()}else e.outline=!1;return e}setStyle(e){if(!e)return;this.polyline.show=e.outline;let t=this.polyline.polyline;t.width=e.outlineWidth,this.polyline.clampToGround=!!e.heightReference;let s=(e.outlineColor instanceof Cesium.Color?e.outlineColor:Cesium.Color.fromCssColorString(e.outlineColor)).withAlpha(e.outlineColorAlpha||1);t.material=s,e.heightReference!=null&&(this.entity.polygon.heightReference=Number(e.heightReference));let a=(e.color instanceof Cesium.Color?e.color:Cesium.Color.fromCssColorString(e.color)).withAlpha(e.colorAlpha||1);this.entity.polygon.material=a,e.fill!=null&&(this.entity.polygon.fill=e.fill),this.style=Object.assign(this.style,e)}createPolygon(){let e=this;this.style.color=this.style.color||Cesium.Color.WHITE,this.style.outlineColor=this.style.outlineColor||Cesium.Color.BLACK;let t={polygon:{hierarchy:new Cesium.CallbackProperty(function(){return new Cesium.PolygonHierarchy(e.positions)},!1),heightReference:Number(this.style.heightReference),show:!0,fill:this.style.fill==null?!0:this.style.fill,material:this.style.color instanceof Cesium.Color?this.style.color:Cesium.Color.fromCssColorString(this.style.color).withAlpha(this.style.colorAlpha||1)}};return this.style.heightReference||(t.polygon.height=0,t.polygon.perPositionHeight=!0),this.viewer.entities.add(t)}createPolyline(){let e=this;return this.viewer.entities.add({polyline:{positions:new Cesium.CallbackProperty(function(){return e.positions.concat(e.positions[0])},!1),clampToGround:!!this.style.heightReference,material:this.style.outlineColor instanceof Cesium.Color?this.style.outlineColor:Cesium.Color.fromCssColorString(this.style.outlineColor).withAlpha(this.style.outlineColorAlpha||1),width:this.style.outlineWidth||1}})}destroy(){this.handler&&(this.handler.destroy(),this.handler=null),this.modifyHandler&&(this.modifyHandler.destroy(),this.modifyHandler=null),this.entity&&(this.viewer.entities.remove(this.entity),this.entity=null),this.polyline&&(this.viewer.entities.remove(this.polyline),this.polyline=null),this.positions=[],this.style=null,this.modifyPoint&&(this.viewer.entities.remove(this.modifyPoint),this.modifyPoint=null);for(let e=0;e<this.controlPoints.length;e++){let t=this.controlPoints[e];this.viewer.entities.remove(t)}this.controlPoints=[],this.state="no",this.prompt&&this.prompt.destroy(),this.polyline&&(this.polyline=null,this.viewer.entities.remove(this.polyline)),this.forbidDrawWorld(!1)}}class my extends tt{constructor(e,t){super(e,t),this.type="rectangle",this.viewer=e,this.style=t||{},this.leftup=null,this.rightdown=null,this.leftdownPoint=null,this.rightupPoint=null,this.entity=null,this.handler=null,this.modifyHandler=null,this.modifyPoint=null,this._dragStartCart=null,this._dragStartCartCarto=null}start(e){!this.prompt&&this.promptStyle?.show&&(this.prompt=new ft(this.viewer,this.promptStyle)),this.state="startCreate",this.handler||(this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas));const t=this;this.handler.setInputAction(function(i){const s=t.getCatesian3FromPX(i.position,t.viewer,[]);if(s)if(t.entity)t.endCreate(),e&&e(t.entity);else{t.leftup=s.clone(),t.rightdown=s.clone(),t.entity=t._createPolyline();const o=t._calcCornerCartesian("leftdown"),a=t._calcCornerCartesian("rightup");t.leftdownPoint=t.createPoint(o),t.leftdownPoint.typeAttr="leftdown",t.leftdownPoint.show=!1,t.rightupPoint=t.createPoint(a),t.rightupPoint.typeAttr="rightup",t.rightupPoint.show=!1}},Cesium.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(function(i){if(!t.entity){t.prompt?.update(i.endPosition,"单击开始绘制");return}t.prompt?.update(i.endPosition,"单击结束");const s=t.getCatesian3FromPX(i.endPosition,t.viewer,[]);s&&(t.rightdown=s.clone(),t._updatePolyline(),t._updateAuxPoints(),t.state="creating")},Cesium.ScreenSpaceEventType.MOUSE_MOVE)}endCreate(){this.handler?.destroy(),this.handler=null,this.leftdownPoint&&(this.leftdownPoint.show=!1),this.rightupPoint&&(this.rightupPoint.show=!1),this.prompt?.destroy(),this.prompt=null,this.state="endCreate"}startEdit(e){if(!this.entity)return;this.state="startEdit",this.modifyHandler||(this.modifyHandler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas));const t=this;this.leftdownPoint&&(this.leftdownPoint.show=!0),this.rightupPoint&&(this.rightupPoint.show=!0),this.modifyHandler.setInputAction(function(i){const s=t.viewer.scene.pick(i.position);if(!s?.id)return;t.modifyPoint=s.id;const o=t.getCatesian3FromPX(i.position,t.viewer,[t.entity,t.modifyPoint]);o&&(t._dragStartCart=o,t._dragStartCartCarto=Cesium.Ellipsoid.WGS84.cartesianToCartographic(o),t.forbidDrawWorld(!0))},Cesium.ScreenSpaceEventType.LEFT_DOWN),this.modifyHandler.setInputAction(function(i){if(!t.modifyPoint)return;const s=t.getCatesian3FromPX(i.endPosition,t.viewer,[t.entity,t.modifyPoint]);s&&(t.modifyPoint.typeAttr==="leftdown"?t._dragCorner(s,"leftdown"):t.modifyPoint.typeAttr==="rightup"&&t._dragCorner(s,"rightup"),t._updatePolyline(),t._updateAuxPoints(),e&&e(),t.state="editing")},Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.modifyHandler.setInputAction(function(){t.modifyPoint=null,t._dragStartCart=null,t._dragStartCartCarto=null,t.forbidDrawWorld(!1),t._updatePolyline(),e&&e(t.entity),t.state="editing"},Cesium.ScreenSpaceEventType.LEFT_UP)}endEdit(e){this.leftdownPoint&&(this.leftdownPoint.show=!1),this.rightupPoint&&(this.rightupPoint.show=!1),this.modifyHandler?.destroy(),this.modifyHandler=null,this.forbidDrawWorld(!1),this.state="endEdit",e&&e(this.entity)}_createPolyline(){const e=this,t=this.viewer.entities.add({polyline:{positions:new Cesium.CallbackProperty(()=>e._buildRectPositions(),!1),width:this.style.outlineWidth||this.style.width||5,material:this.style.color instanceof Cesium.Color?this.style.color:Cesium.Color.fromCssColorString(this.style.color||"#00FF00"),clampToGround:!1}});return t._plotInstance=this,t.objId=this.objId,t}_updatePolyline(){if(!this.entity)return;const e=this._buildRectPositions();try{const t=this.entity.polyline.positions;if(t&&typeof t.getValue=="function")return;if(t&&typeof t.setValue=="function"){t.setValue(e);return}this.entity.polyline.positions=e}catch{this.entity.polyline.positions=e}}_buildRectPositions(){if(!this.leftup||!this.rightdown)return[];const e=this._calcCornerCartesian("leftdown"),t=this.leftup,i=this._calcCornerCartesian("rightup"),s=this.rightdown;return[e,s,i,t,e]}_calcCornerCartesian(e){const t=Cesium.Ellipsoid.WGS84,i=t.cartesianToCartographic(this.leftup),s=t.cartesianToCartographic(this.rightdown),o=Math.min(i.longitude,s.longitude),a=Math.max(i.longitude,s.longitude),c=Math.min(i.latitude,s.latitude),l=Math.max(i.latitude,s.latitude);if(e==="leftdown")return Cesium.Cartesian3.fromRadians(o,c);if(e==="rightup")return Cesium.Cartesian3.fromRadians(a,l)}_updateAuxPoints(){if(!this.leftup||!this.rightdown)return;const e=this._calcCornerCartesian("leftdown"),t=this._calcCornerCartesian("rightup");this.leftdownPoint&&(this.leftdownPoint.position=e),this.rightupPoint&&(this.rightupPoint.position=t)}_dragCorner(e,t){const i=Cesium.Ellipsoid.WGS84,s=i.cartesianToCartographic(this.leftup),o=i.cartesianToCartographic(this.rightdown);let a=Math.min(s.longitude,o.longitude),c=Math.max(s.longitude,o.longitude),l=Math.min(s.latitude,o.latitude),d=Math.max(s.latitude,o.latitude);const h=i.cartesianToCartographic(e);t==="leftdown"?(a=h.longitude,l=h.latitude):(c=h.longitude,d=h.latitude),this.leftup=Cesium.Cartesian3.fromRadians(a,d),this.rightdown=Cesium.Cartesian3.fromRadians(c,l)}syncFromEntity(){if(!this.entity||!this.leftup||!this.rightdown)return;const e=Cesium.Cartesian3.midpoint(this.leftup,this.rightdown,new Cesium.Cartesian3),t=this.entity._centerCoord;if(!t)return;const i=t.x-e.x,s=t.y-e.y,o=t.z-e.z;this.leftup=new Cesium.Cartesian3(this.leftup.x+i,this.leftup.y+s,this.leftup.z+o),this.rightdown=new Cesium.Cartesian3(this.rightdown.x+i,this.rightdown.y+s,this.rightdown.z+o);const a=this.entity.objId,c=this.entity._plotInstance;this.leftdownPoint&&this.viewer.entities.remove(this.leftdownPoint),this.rightupPoint&&this.viewer.entities.remove(this.rightupPoint),this.leftdownPoint=this.rightupPoint=null,this.viewer.entities.remove(this.entity),this.entity=this._createPolyline(),this.entity._plotInstance=c,this.entity.objId=a;const l=this._calcCornerCartesian("leftdown"),d=this._calcCornerCartesian("rightup");this.leftdownPoint=this.createPoint(l),this.leftdownPoint.typeAttr="leftdown",this.leftdownPoint.show=this.state==="editing",this.rightupPoint=this.createPoint(d),this.rightupPoint.typeAttr="rightup",this.rightupPoint.show=this.state==="editing"}updatePositions(e){if(!e||e.length<1)return!1;try{if(!this.leftup||!this.rightdown)return!1;let t;if(e[0]instanceof Cesium.Cartesian3)t=e[0];else return!1;this.leftup=Cesium.Cartesian3.add(this.leftup,t,new Cesium.Cartesian3),this.rightdown=Cesium.Cartesian3.add(this.rightdown,t,new Cesium.Cartesian3),this._updatePolyline(),this._updateAuxPoints();try{this.viewer.scene.requestRender()}catch{}return!0}catch(t){return console.warn("Failed to update rectangle positions:",t),!1}}getPositions(e){return e?ae.cartesiansToLnglats([this.leftup,this.rightdown],this.viewer):[this.leftup,this.rightdown]}getStyle(){const e=this.entity.polyline,t=e.material.color.getValue();return{color:new Cesium.Color(t.red,t.green,t.blue,1).toCssHexString(),colorAlpha:t.alpha,outlineWidth:e.width.getValue()}}setStyle(e){if(!this.entity)return;const t={...this.style,...e};let i=t.color instanceof Cesium.Color?t.color:Cesium.Color.fromCssColorString(t.color||"#00FF00");t.colorAlpha!=null&&(i=i.withAlpha(t.colorAlpha)),this.entity.polyline.material=i,this.entity.polyline.width=t.outlineWidth||t.width||5,this.style=t}destroy(){try{this.handler?.destroy(),this.modifyHandler?.destroy(),this.entity&&this.viewer.entities.remove(this.entity),this.entity=null,this.leftdownPoint&&this.viewer.entities.remove(this.leftdownPoint),this.rightupPoint&&this.viewer.entities.remove(this.rightupPoint),this.leftdownPoint=this.rightupPoint=null,this.prompt?.destroy(),this.prompt=null}catch{}}createByPositions(e,t){if(!e||e.length<2)return!1;const i=e[0]instanceof Cesium.Cartesian3?e:ae.lnglatsToCartesians(e);if(!i||i.length<2)return!1;if(i.length===2)this.leftup=Cesium.Cartesian3.clone(i[0]),this.rightdown=Cesium.Cartesian3.clone(i[1]);else if(i.length>=4){let s=1/0,o=1/0,a=-1/0,c=-1/0;i.forEach(l=>{const d=Cesium.Ellipsoid.WGS84.cartesianToCartographic(l);d&&(s=Math.min(s,d.longitude),o=Math.min(o,d.latitude),a=Math.max(a,d.longitude),c=Math.max(c,d.latitude))}),this.leftup=Cesium.Cartesian3.fromRadians(s,c),this.rightdown=Cesium.Cartesian3.fromRadians(a,o)}if(this.entity?this._updatePolyline():this.entity=this._createPolyline(),!this.leftdownPoint){const s=this._calcCornerCartesian("leftdown");this.leftdownPoint=this.createPoint(s),this.leftdownPoint.typeAttr="leftdown",this.leftdownPoint.show=!1}if(!this.rightupPoint){const s=this._calcCornerCartesian("rightup");this.rightupPoint=this.createPoint(s),this.rightupPoint.typeAttr="rightup",this.rightupPoint.show=!1}this._updateAuxPoints(),this.state="endCreate";try{this.viewer.scene.requestRender()}catch(s){console.error("requestRender error:",s)}return t&&t(this.entity),!0}}class gy extends tt{constructor(e,t){super(e,t),t=t||{},this.movePush=!1,this.type="polyline",this.maxPointNum=t.maxPointNum||Number.MAX_VALUE}updatePositions(e){if(!e||e.length<1)return!1;let t=e[0]instanceof Cesium.Cartesian3?e:util.lnglatsToCartesians(e);return t?(this.positions=t,this.updateControlPoints(),!0):!1}updateControlPoints(){for(let e=0;e<this.controlPoints.length;e++)this.viewer.entities.remove(this.controlPoints[e]);this.controlPoints=[];for(let e=0;e<this.positions.length;e++){let t=this.positions[e],i=this.createPoint(t);this.style.clampToGround&&(i.point.heightReference=1),i.wz=this.controlPoints.length,this.controlPoints.push(i)}}start(e){!this.prompt&&this.promptStyle.show&&(this.prompt=new ft(this.viewer,this.promptStyle)),this.state="startCreate";let t=this;this.handler||(this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas)),this.handler.setInputAction(function(i){let s=t.getCatesian3FromPX(i.position,t.viewer,[t.entity]);if(!s)return;t.movePush&&(t.positions.pop(),t.movePush=!1),t.positions.push(s);let o=t.createPoint(s);o.wz=t.positions.length-1,t.controlPoints.push(o),t.positions.length==t.maxPointNum&&(t.endCreate(),e&&e(t.entity))},Cesium.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(function(i){if(t.state="creating",t.positions.length<1){t.prompt.update(i.endPosition,"单击开始绘制"),t.state="startCreate";return}t.prompt.update(i.endPosition,"右键取消上一步,双击结束");let s=t.getCatesian3FromPX(i.endPosition,t.viewer,[t.entity]);s&&(t.movePush?t.positions[t.positions.length-1]=s:(t.positions.push(s),t.movePush=!0),t.positions.length==2&&(Cesium.defined(t.entity)||(t.entity=t.createPolyline())))},Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.handler.setInputAction(function(i){t.entity&&(t.positions.splice(t.positions.length-2,1),t.viewer.entities.remove(t.controlPoints.pop()),t.positions.length==1&&(t.entity&&(t.viewer.entities.remove(t.entity),t.entity=null),t.prompt.update(i.endPosition,"单击开始绘制"),t.movePush=!1,t.positions=[]))},Cesium.ScreenSpaceEventType.RIGHT_CLICK),this.handler.setInputAction(function(i){t.entity&&(t.endCreate(),e&&e(t.entity))},Cesium.ScreenSpaceEventType.LEFT_DOUBLE_CLICK)}endCreate(){let e=this;e.state="endCreate",e.handler&&(e.handler.destroy(),e.handler=null),e.positions.pop(),e.viewer.entities.remove(e.controlPoints.pop()),e.prompt&&(e.prompt.destroy(),e.prompt=null),e.viewer.trackedEntity=void 0,e.viewer.scene.camera.lookAtTransform(Cesium.Matrix4.IDENTITY)}done(){this.state=="startCreate"?this.destroy():this.state=="creating"?this.positions.length<=2&&this.movePush==!0?this.destroy():this.endCreate():(this.state=="startEdit"||this.state=="editing")&&this.endEdit()}createByPositions(e,t){if(!e||e.length<1)return;this.state="startCreate";let i=e[0]instanceof Cesium.Cartesian3?e:util.lnglatsToCartesians(e);if(i){this.entity=this.createPolyline(this.style),this.positions=i,t&&t(this.entity);for(let s=0;s<i.length;s++){let o=i[s],a=this.createPoint(o);this.style.clampToGround&&(a.point.heightReference=1),a.wz=this.controlPoints.length,this.controlPoints.push(a)}this.state="endCreate"}}setStyle(e){if(!e)return;let t=this.getMaterial(e.material,e);this.entity.polyline.material=t,this.entity.polyline.clampToGround=!!e.clampToGround,e.width&&(this.entity.polyline.width=e.width||3),this.style=Object.assign(this.style,e)}getStyle(){if(!this.entity)return;let e={},t=this.entity.polyline;this.style.animateType!=null&&(e.animateType=this.style.animateType,e.image=this.style.image,e.duration=this.style.duration),t.material instanceof Cesium.ColorMaterialProperty?e.material="common":(e.material="flowline",t.material instanceof animate.FlowLineMaterial,e.duration=t.material._duration,e.image=t.material.url);let i=t.material.color.getValue();e.colorAlpha=i.alpha,e.color=new Cesium.Color(i.red,i.green,i.blue,1).toCssHexString(),e.width=t.width._value;let s=t.clampToGround?t.clampToGround.getValue():!1;return e.clampToGround=!!s,e}createPolyline(){let e=this,t=this.viewer.entities.add({polyline:{positions:new Cesium.CallbackProperty(function(){return e.positions},!1),show:!0,material:this.getMaterial(this.style.animateType,this.style),width:this.style.width||3,clampToGround:this.style.clampToGround}});return t.objId=this.objId,t}getMaterial(e,t){t=t||{};let i=null,s=t.color||Cesium.Color.WHITE;return s=s instanceof Cesium.Color?s:Cesium.Color.fromCssColorString(t.color),s=s.withAlpha(t.colorAlpha||1),e=="flowline"||e=="flyline"||(i=s),i}updatePositions(e){if(!e||e.length<1)return!1;let t=e[0]instanceof Cesium.Cartesian3?e:util.lnglatsToCartesians(e);return t?(this.positions=t,this.updateControlPoints(),!0):!1}updateControlPoints(){for(let e=0;e<this.controlPoints.length;e++)this.viewer.entities.remove(this.controlPoints[e]);this.controlPoints=[];for(let e=0;e<this.positions.length;e++){let t=this.positions[e],i=this.createPoint(t);this.style.clampToGround&&(i.point.heightReference=1),i.wz=this.controlPoints.length,this.controlPoints.push(i)}}getPositions(e){return e?util.cartesiansToLnglats(this.positions,this.viewer):this.positions}}class Ay extends tt{constructor(e,t={}){super(e,t),this.type="freehandLine",this.maxPositions=t.maxPositions||1e4,this.minDistance=t.minDistance||2,this.renderInterval=t.renderInterval||30,this.style=Object.assign({smoothness:2,angleThreshold:3,curveResolution:3},t||{}),this.positions=[],this._stagingBuffer=[],this._flushScheduled=!1,this._flushRAF=null,this._lastFlushTime=0,this.isDrawing=!1,this.handler=null,this.startPointEntity=null,this.entity=null,this.lastAddPosition=null}start(e){if(this.state==="creating"||this.state==="startCreate")return;if(this.state="startCreate",this.positions=[],this._stagingBuffer.length=0,this._lastFlushTime=0,this.isDrawing=!1,this.lastAddPosition=null,this._cancelFlush(),!this.prompt&&this.promptStyle&&this.promptStyle.show&&Promise.resolve().then(()=>Qr).then(({default:i})=>{this.prompt=new i(this.viewer,this.promptStyle)}),this.handler){try{this.handler.destroy()}catch{}this.handler=null}if(this.entity){try{this.viewer.entities.remove(this.entity)}catch{}this.entity=null}if(this.startPointEntity){try{this.viewer.entities.remove(this.startPointEntity)}catch{}this.startPointEntity=null}this.entity=this.createFreehandLine();const t=this;this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas),this.handler.setInputAction(function(i){t.state="creating",t.isDrawing=!0,t.forbidDrawWorld(!0),t.positions=[],t._stagingBuffer.length=0,t.lastAddPosition=null;let s=t._fastPick(i.position);if(!s){t.isDrawing=!1;return}const o=Cesium.Cartesian3.clone(s);if(t._pushToStaging(o),t.lastAddPosition=o,t.startPointEntity){try{t.viewer.entities.remove(t.startPointEntity)}catch{}t.startPointEntity=null}t.startPointEntity=t.viewer.entities.add({position:o,point:{pixelSize:6,color:Cesium.Color.RED,outlineColor:Cesium.Color.WHITE,outlineWidth:1}}),t._scheduleFlush(!0)},Cesium.ScreenSpaceEventType.LEFT_DOWN),this.handler.setInputAction(function(i){if(!t.isDrawing){t.prompt&&i&&i.endPosition&&t.prompt.update(i.endPosition,"单击开始绘制");return}if(t.prompt&&i&&i.endPosition&&t.prompt.update(i.endPosition,"松键结束"),!i||!i.endPosition||t.positions.length+t._stagingBuffer.length>=t.maxPositions)return;let s=t._fastPick(i.endPosition);if(!s||t.lastAddPosition&&Cesium.Cartesian3.distance(t.lastAddPosition,s)<=t.minDistance)return;const o=Cesium.Cartesian3.clone(s);t._pushToStaging(o),t.lastAddPosition=o,t._scheduleFlush()},Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.handler.setInputAction(function(i){if(t.isDrawing){if(t.prompt&&t.prompt.update(null,"单击结束绘制"),t.isDrawing=!1,t.forbidDrawWorld(!1),t.startPointEntity){try{t.viewer.entities.remove(t.startPointEntity)}catch{}t.startPointEntity=null}t._scheduleFlush(!0),t.endCreate(e)}},Cesium.ScreenSpaceEventType.LEFT_UP),this.handler.setInputAction(function(i){if(t.isDrawing){if(t.prompt&&t.prompt.update(null,"单击结束绘制"),t.isDrawing=!1,t.forbidDrawWorld(!1),t.startPointEntity){try{t.viewer.entities.remove(t.startPointEntity)}catch{}t.startPointEntity=null}t._scheduleFlush(!0),t.endCreate(e)}},Cesium.ScreenSpaceEventType.RIGHT_DOWN)}_pushToStaging(e){this._stagingBuffer.push(e)}_scheduleFlush(e=!1){if(this._flushRAF){e&&(this._forceImmediate=!0);return}this._forceImmediate=e||!1;const t=this,i=function(){t._flushRAF=null;const s=performance.now();(t._forceImmediate||s-t._lastFlushTime>=t.renderInterval)&&(t._flushToPositions(),t._lastFlushTime=s),t._forceImmediate=!1};this._flushRAF=requestAnimationFrame(i)}_cancelFlush(){if(this._flushRAF){try{cancelAnimationFrame(this._flushRAF)}catch{}this._flushRAF=null}this._forceImmediate=!1}_fastPick(e){if(this.viewer.scene.mode===Cesium.SceneMode.SCENE2D){const i=this.viewer.camera.getPickRay(e);let s=null;return i&&(s=this.viewer.scene.globe.pick(i,this.viewer.scene)),s||(s=this.viewer.camera.pickEllipsoid(e,this.viewer.scene.globe.ellipsoid)),s}let t=null;try{t=this.viewer.scene.pickPosition(e)}catch{}if(!t){const i=this.viewer.camera.getPickRay(e);i&&(t=this.viewer.scene.globe.pick(i,this.viewer.scene))}return t}_flushToPositions(){if(!this._stagingBuffer||this._stagingBuffer.length===0)return;const e=this._stagingBuffer;this._stagingBuffer=[];const t=Math.max(0,Math.min(2,Number(this.style.smoothness||1)));let i=e;if(t>0){const c=(h,f)=>{if(!h||h.length<2)return h;f=Math.max(1,f|0);const p=[h[0]],u=h.length;for(let m=0;m<u-1;m++){const C=m>0?h[m-1]:h[m],A=h[m],b=h[m+1],I=m+2<u?h[m+2]:h[m+1];for(let k=1;k<f;k++){const P=k/f,R=P*P,T=R*P,B=-.5*C.x+1.5*A.x-1.5*b.x+.5*I.x,g=-.5*C.y+1.5*A.y-1.5*b.y+.5*I.y,N=-.5*C.z+1.5*A.z-1.5*b.z+.5*I.z,w=C.x-2.5*A.x+2*b.x-.5*I.x,S=C.y-2.5*A.y+2*b.y-.5*I.y,L=C.z-2.5*A.z+2*b.z-.5*I.z,V=-.5*C.x+.5*b.x,M=-.5*C.y+.5*b.y,E=-.5*C.z+.5*b.z,y=A.x,v=A.y,D=A.z,F=B*T+w*R+V*P+y,Q=g*T+S*R+M*P+v,O=N*T+L*R+E*P+D;p.push(new Cesium.Cartesian3(F,Q,O))}p.push(b)}return p},l=Math.max(1,Number(this.style.curveResolution)||1);i.length<200&&l>1&&(i=c(i,l));const d=h=>{if(!h||h.length<2)return h;const f=[];f.push(h[0]);for(let p=0;p<h.length-1;p++){const u=h[p],m=h[p+1],C=new Cesium.Cartesian3(u.x*.75+m.x*.25,u.y*.75+m.y*.25,u.z*.75+m.z*.25),A=new Cesium.Cartesian3(u.x*.25+m.x*.75,u.y*.25+m.y*.75,u.z*.25+m.z*.75);f.push(C),f.push(A)}return f.push(h[h.length-1]),f};i=i.slice(),i.length<300&&(i=d(i),t===2&&i.length<300&&(i=d(i)))}const s=(Number(this.style.angleThreshold)||6)*(Math.PI/180),o=this.positions,a=(c,l,d,h)=>{if(!c||!l||!d)return!1;const f=l.x-c.x,p=l.y-c.y,u=l.z-c.z,m=d.x-l.x,C=d.y-l.y,A=d.z-l.z,b=Math.hypot(f,p,u),I=Math.hypot(m,C,A);if(b===0||I===0)return!1;const k=(f*m+p*C+u*A)/(b*I),P=Math.max(-1,Math.min(1,k)),R=Math.acos(P);return Math.abs(R)<=h};for(let c=0;c<i.length;c++){const l=i[c];if(o.length===0){o.push(Cesium.Cartesian3.clone(l));continue}const d=o[o.length-1];if(!(Cesium.Cartesian3.distance(d,l)<=this.minDistance*.5)){if(o.length>=2){const f=o[o.length-2],p=o[o.length-1],u=l;if(a(f,p,u,s)){o.pop(),o.push(Cesium.Cartesian3.clone(u));continue}}if(o.push(Cesium.Cartesian3.clone(l)),o.length>this.maxPositions){const f=o.length-this.maxPositions;f>0&&o.splice(0,f)}}}try{this.viewer.scene.requestRender()}catch{}}endCreate(e){if(this.state==="endCreate")return;if(this.state="endCreate",this.handler){try{this.handler.destroy()}catch{}this.handler=null}if(this.prompt){try{this.prompt.destroy()}catch{}this.prompt=null}if(this._flushToPositions(),this._cancelFlush(),!this.positions||this.positions.length<2){if(this.entity){try{this.viewer.entities.remove(this.entity)}catch{}this.entity=null}e&&e(null);return}const t=this.positions.map(i=>Cesium.Cartesian3.clone(i));this.positions=t;try{this.viewer.scene.requestRender()}catch{}e&&e(this.entity)}done(e){this.isDrawing&&(this.isDrawing=!1,this.forbidDrawWorld(!1),this.endCreate(e))}createFreehandLine(){const e=this,t=this.getMaterial(this.style.animateType,this.style),i=this.viewer.entities.add({polyline:{positions:new Cesium.CallbackProperty(function(){return e.positions||[]},!1),show:!0,material:t,width:this.style.width||3,clampToGround:!!this.style.clampToGround||!1}});return i.objId=this.objId||null,this.entity=i,i}getMaterial(e,t){t=t||{};try{let i=t.color||Cesium.Color.RED;typeof i=="string"&&(i=Cesium.Color.fromCssColorString(i));const s=t.colorAlpha!==void 0?t.colorAlpha:1;return i=i.withAlpha(s),i}catch{return Cesium.Color.RED}}updatePositions(e){if(!e||e.length<1)return!1;try{let t=[];if(e[0]instanceof Cesium.Cartesian3?t=e.map(i=>Cesium.Cartesian3.clone(i)):t=ae&&ae.lnglatsToCartesians?ae.lnglatsToCartesians(e):e,!t||t.length===0)return!1;this.positions=t.map(i=>Cesium.Cartesian3.clone(i)),this._stagingBuffer.length=0;try{this.viewer.scene.requestRender()}catch{}return!0}catch{return!1}}setStyle(e){if(!e||(this.style=Object.assign(this.style||{},e),!this.entity||!this.entity.polyline))return;const t=this.getMaterial(this.style.animateType,this.style);try{this.entity.polyline.material=t}catch{}if(e.width!==void 0)try{this.entity.polyline.width=e.width}catch{}if(e.clampToGround!==void 0)try{this.entity.polyline.clampToGround=!!e.clampToGround}catch{}}createByPositions(e,t){if(!e||e.length<1)return!1;const i=e[0]instanceof Cesium.Cartesian3?e:ae.lnglatsToCartesians(e);if(!i||i.length<1)return!1;this.positions=i.map(s=>Cesium.Cartesian3.clone(s)),this.entity||this.createFreehandLine(),this.state="endCreate";try{this.viewer.scene.requestRender()}catch{}return t&&t(this.entity),!0}destroy(){if(this._cancelFlush(),this.handler){try{this.handler.destroy()}catch{}this.handler=null}if(this.entity){try{this.viewer.entities.remove(this.entity)}catch{}this.entity=null}if(this.startPointEntity){try{this.viewer.entities.remove(this.startPointEntity)}catch{}this.startPointEntity=null}this.positions=[],this._stagingBuffer=[],this.isDrawing=!1;try{this.endCreate()}catch{}}}class yy extends tt{constructor(e,t={}){if(!e)throw new Error("CreateArrow requires viewer");if(super(e,t),this.type="arrow",this.style=t||{},this.arrowAngle=t.arrowAngle||Math.PI/6,this.positions=[],this.lineEntity=null,this.arrowEntity=null,this.controlPoints=[],this.handler=null,this._finalized=!1,this._editRenderHandler=null,this.Cesium=this._getCesium(),!this.Cesium)throw new Error("Cesium not found")}_getCesium(){return typeof window<"u"&&window.Cesium?window.Cesium:typeof Cesium<"u"?Cesium:this.viewer&&this.viewer.constructor&&this.viewer.constructor.Cesium?this.viewer.constructor.Cesium:null}start(e){if(!this.viewer||!this.Cesium)return e&&e(null),this;if(this.state==="creating"||this.state==="startCreate")return this;this.state="startCreate",this._cleanup(!1),!this.prompt&&this.promptStyle&&this.promptStyle.show&&Promise.resolve().then(()=>Qr).then(({default:i})=>{this.prompt=new i(this.viewer,this.promptStyle)}).catch(()=>{});try{this.forbidDrawWorld(!0)}catch{}const t=this;return this.handler=new this.Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas),this.handler.setInputAction(function(i){if(t.state==="startCreate"){t.state="creating",t._finalized=!1;let s=t.getCatesian3FromPX(i.position);if(!s)return;t.positions=[t.Cesium.Cartesian3.clone(s),t.Cesium.Cartesian3.clone(s)],t._createLineEntity(),t._createArrowEntity(),t._createControlPoints(),t.prompt&&i&&i.position&&t.prompt.update(i.position,"再次单击完成绘制")}else if(t.state==="creating"){if(t.state="endCreate",t._finalized=!0,t._finalizeEntities(),t.prompt){try{t.prompt.destroy()}catch{}t.prompt=null}if(t.handler){try{t.handler.destroy()}catch{}t.handler=null}try{t.forbidDrawWorld(!1)}catch{}e&&e(t.entity||t.lineEntity)}try{t.viewer.scene.requestRender()}catch{}},this.Cesium.ScreenSpaceEventType.LEFT_DOWN),this.handler.setInputAction(function(i){if(t.state==="startCreate"){t.prompt&&i&&i.endPosition&&t.prompt.update(i.endPosition,"单击开始绘制");return}if(t.state==="creating"){let s=t.getCatesian3FromPX(i.endPosition);if(!s)return;if(t.positions[1]=s,t.controlPoints[1])try{t.controlPoints[1].position.setValue(s)}catch{}try{t.viewer.scene.requestRender()}catch{}}},this.Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.handler.setInputAction(function(){if(t.state==="creating"){if(t.state="endCreate",t._finalized=!1,t.lineEntity){try{t.viewer.entities.remove(t.lineEntity)}catch{}t.lineEntity=null}if(t.arrowEntity){try{t.viewer.entities.remove(t.arrowEntity)}catch{}t.arrowEntity=null}t.controlPoints.length&&(t.controlPoints.forEach(i=>{try{t.viewer.entities.remove(i)}catch{}}),t.controlPoints=[])}if(t.prompt){try{t.prompt.destroy()}catch{}t.prompt=null}if(t.handler){try{t.handler.destroy()}catch{}t.handler=null}try{t.forbidDrawWorld(!1)}catch{}e&&e(null)},this.Cesium.ScreenSpaceEventType.RIGHT_DOWN),this}_computeArrowPositions(e,t){if(!e||!t)return[];const i=this.Cesium.Cartesian3.distance(e,t);if(i<=1e-6)return[];const s=this.style.arrowLengthFactor!==void 0?this.style.arrowLengthFactor:.15,o=this.style.arrowMinSize!==void 0?this.style.arrowMinSize:1.5,a=this.style.arrowMaxSize!==void 0?this.style.arrowMaxSize:Number.MAX_VALUE;let c=this.style.arrowFixedSize!==void 0?this.style.arrowFixedSize:i*s;c<o&&(c=o),c>a&&(c=a);const l=this.Cesium.Cartesian3.subtract(t,e,new this.Cesium.Cartesian3);this.Cesium.Cartesian3.normalize(l,l);const d=this.Cesium.Transforms.eastNorthUpToFixedFrame(t),h=this.Cesium.Matrix4.getColumn(d,2,new this.Cesium.Cartesian3),f=new this.Cesium.Cartesian3(l.x-h.x*this.Cesium.Cartesian3.dot(l,h),l.y-h.y*this.Cesium.Cartesian3.dot(l,h),l.z-h.z*this.Cesium.Cartesian3.dot(l,h));let p;this.Cesium.Cartesian3.magnitudeSquared(f)<1e-6?p=this.Cesium.Matrix4.getColumn(d,0,new this.Cesium.Cartesian3):(this.Cesium.Cartesian3.normalize(f,f),p=this.Cesium.Cartesian3.cross(h,f,new this.Cesium.Cartesian3),this.Cesium.Cartesian3.normalize(p,p));const u=this.Cesium.Cartesian3.multiplyByScalar(l,-c,new this.Cesium.Cartesian3),m=this.Cesium.Cartesian3.add(t,u,new this.Cesium.Cartesian3),C=this.style.arrowWidthScale!==void 0?this.style.arrowWidthScale:1,A=Math.sin(this.arrowAngle)*c*C,b=this.Cesium.Cartesian3.multiplyByScalar(p,A,new this.Cesium.Cartesian3),I=this.Cesium.Cartesian3.multiplyByScalar(p,-A,new this.Cesium.Cartesian3),k=this.Cesium.Cartesian3.add(m,b,new this.Cesium.Cartesian3),P=this.Cesium.Cartesian3.add(m,I,new this.Cesium.Cartesian3);return[t,k,P,t]}_createLineEntity(){if(this.lineEntity){try{this.viewer.entities.remove(this.lineEntity)}catch{}this.lineEntity=null}const e=this,t=this._getMaterial(),i=new this.Cesium.CallbackProperty(function(){return!e.positions||e.positions.length<2?[]:[e.positions[0],e.positions[1]]},!1);this.lineEntity=this.viewer.entities.add({polyline:{positions:i,material:t,width:this.style.width||3,clampToGround:!!this.style.clampToGround||!1},objId:this.objId}),this.entity=this.lineEntity}_createArrowEntity(){if(this.arrowEntity){try{this.viewer.entities.remove(this.arrowEntity)}catch{}this.arrowEntity=null}const e=this,t=this._getMaterial(),i=new this.Cesium.CallbackProperty(function(){if(!e.positions||e.positions.length<2)return[];const s=e.positions[0],o=e.positions[1];return e._computeArrowPositions(s,o)},!1);this.arrowEntity=this.viewer.entities.add({polyline:{positions:i,material:t,width:this.style.width||3,clampToGround:!!this.style.clampToGround||!1},objId:this.objId}),console.log("this.arrowEntity",this.arrowEntity)}_createControlPoints(){if(this.controlPoints&&this.controlPoints.length&&(this.controlPoints.forEach(e=>{try{this.viewer.entities.remove(e)}catch{}}),this.controlPoints=[]),!(!this.positions||this.positions.length<2))for(let e=0;e<2;e++)try{const t=this.createPoint(this.positions[e]);t.wz=e,this.controlPoints.push(t)}catch{}}_finalizeEntities(){if(this.lineEntity&&this.lineEntity.polyline)try{const e=this.Cesium.Cartesian3.clone(this.positions[0]),t=this.Cesium.Cartesian3.clone(this.positions[1]);this.lineEntity.polyline.positions=[e,t]}catch{}if(this.arrowEntity&&this.arrowEntity.polyline)try{const e=this.positions[0],t=this.positions[1];this.arrowEntity.polyline.positions=this._computeArrowPositions(e,t)}catch{}this.entity=this.lineEntity,this.entity&&(this.entity.arrowEntity=this.arrowEntity,this.entity.positions=[this.positions[0],this.positions[1]],this.positions=[this.positions[0],this.positions[1]]);try{this.viewer.scene.requestRender()}catch{}}startEdit(e){super.startEdit(e),(!this.controlPoints||this.controlPoints.length<2)&&this._createControlPoints();for(let t=0;t<this.controlPoints.length;t++)try{this.controlPoints[t].show=!0}catch{}if(this.lineEntity&&this.lineEntity.polyline)try{const t=this;this.lineEntity.polyline.positions=new this.Cesium.CallbackProperty(function(){return!t.positions||t.positions.length<2?[]:[t.positions[0],t.positions[1]]},!1)}catch{}if(this.arrowEntity&&this.arrowEntity.polyline)try{const t=this;this.arrowEntity.polyline.positions=new this.Cesium.CallbackProperty(function(){if(!t.positions||t.positions.length<2)return[];const i=t.positions[0],s=t.positions[1];return t._computeArrowPositions(i,s)},!1)}catch{}if(!this._editRenderHandler){this._editRenderHandler=new this.Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas);const t=this;this._editRenderHandler.setInputAction(function(i){if(t.modifyPoint)try{t.viewer.scene.requestRender()}catch{}},this.Cesium.ScreenSpaceEventType.MOUSE_MOVE)}}endEdit(e){if(super.endEdit(e),this._editRenderHandler){try{this._editRenderHandler.destroy()}catch{}this._editRenderHandler=null}this._finalized=!0,this._finalizeEntities()}createByPositions(e,t){if(!e||e.length<2)return!1;let i=e[0],s=e[1];if(!(i instanceof this.Cesium.Cartesian3))if(Array.isArray(i)&&i.length>=2)i=this.Cesium.Cartesian3.fromDegrees(i[0],i[1]),s=this.Cesium.Cartesian3.fromDegrees(s[0],s[1]);else return!1;return this.positions=[this.Cesium.Cartesian3.clone(i),this.Cesium.Cartesian3.clone(s)],this._createLineEntity(),this._createArrowEntity(),this._createControlPoints(),this._finalized=!0,this._finalizeEntities(),this.state="endCreate",t&&t(this.entity||this.lineEntity),!0}updatePositions(e){if(!e||e.length<2)return!1;let t=e[0],i=e[1];if(!(t instanceof this.Cesium.Cartesian3))if(Array.isArray(t)&&t.length>=2)t=this.Cesium.Cartesian3.fromDegrees(t[0],t[1]),i=this.Cesium.Cartesian3.fromDegrees(i[0],i[1]);else return!1;return this.positions=[this.Cesium.Cartesian3.clone(t),this.Cesium.Cartesian3.clone(i)],this.lineEntity||this._createLineEntity(),this.arrowEntity||this._createArrowEntity(),this._createControlPoints(),this._finalized=!0,this._finalizeEntities(),!0}setStyle(e){if(!e)return;this.style=Object.assign(this.style||{},e),e.arrowAngle!==void 0&&(this.arrowAngle=e.arrowAngle);const t=this._getMaterial();if(this.lineEntity&&this.lineEntity.polyline){try{this.lineEntity.polyline.material=t}catch{}if(e.width!==void 0)try{this.lineEntity.polyline.width=e.width}catch{}}if(this.arrowEntity&&this.arrowEntity.polyline)try{this.arrowEntity.polyline.material=t}catch{}}endCreate(e){if(this.state!=="endCreate"){if(this.state="endCreate",this.prompt){try{this.prompt.destroy()}catch{}this.prompt=null}if(this._finalized=!0,this._finalizeEntities(),this.handler){try{this.handler.destroy()}catch{}this.handler=null}try{this.forbidDrawWorld(!1)}catch{}e&&e(this.entity||this.lineEntity)}}done(e){this.isDrawing&&(this.isDrawing=!1,this.endCreate(e))}getEntity(){return this.entity||this.lineEntity}destroy(){this._cleanup(!0),this.state=null}_cleanup(e=!0){if(this.handler){try{this.handler.destroy()}catch{}this.handler=null}if(this._editRenderHandler){try{this._editRenderHandler.destroy()}catch{}this._editRenderHandler=null}if(e){if(this.lineEntity){try{this.viewer.entities.remove(this.lineEntity)}catch{}this.lineEntity=null}if(this.arrowEntity){try{this.viewer.entities.remove(this.arrowEntity)}catch{}this.arrowEntity=null}this.controlPoints&&this.controlPoints.length&&(this.controlPoints.forEach(t=>{try{this.viewer.entities.remove(t)}catch{}}),this.controlPoints=[]),this.entity=null}if(this.prompt){try{this.prompt.destroy()}catch{}this.prompt=null}this.positions=[],this.isDrawing=!1,this._finalized=!1;try{this.forbidDrawWorld(!1)}catch{}}_getMaterial(){try{let e=this.style.color||this.Cesium.Color.RED;typeof e=="string"&&(e=this.Cesium.Color.fromCssColorString(e));const t=this.style.colorAlpha!==void 0?this.style.colorAlpha:1;return e.withAlpha(t)}catch{return this.Cesium.Color.RED}}}class Cy{constructor(e,t){if(!e){console.warn("缺少必要参数!--viewer");return}if(t=t||{},this.viewer=e,this.Cesium=window.Cesium||window.cesium,this.entityObjArr=[],this.handler=null,!this.Cesium){console.error("Cesium实例未找到!");return}this.removeHandler=new this.Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas),this.startEditFun=null,this.endEditFun=null,this.removeFun=null,this.editingFun=void 0,this.deleteEntityObj=null,this.bindEdit(),this.bindRemove(),this.canEdit=t.canEdit==null?!0:t.canEdit,this.fireEdit=t.fireEdit==null?!0:t.fireEdit,this.nowDrawEntityObj=null,this.nowEditEntityObj=null}on(e,t){e=="startEdit"&&(this.startEditFun=t),e=="endEdit"&&(this.endEditFun=t),e=="remove"&&(this.removeFun=t),e=="endCreate"&&(this.endCreateFun=t),e=="editing"&&(this.editingFun=t)}openEdit(){this.canEdit=!0}closeEdit(){this.endEdit(),this.canEdit=!1}start(e){if(!e||!e.type)return;e.id=e.id||+(new Date().getTime()+""+Number(Math.random()*1e3).toFixed(0));let t=this;this.endEdit(),this.nowDrawEntityObj&&(this.nowDrawEntityObj.state=="startCreate"||this.nowDrawEntityObj.state=="creating")&&(this.nowDrawEntityObj.destroy(),this.nowDrawEntityObj=null);let i=this.createByType(e);if(i)return i.attr=e||{},i.start(function(s){t.nowDrawEntityObj=void 0,t.entityObjArr.push(i),e.success&&e.success(i,s),t.endCreateFun&&t.endCreateFun(i,s),e.show==!1&&i.setVisible(!1),t.canEdit&&t.fireEdit&&(i.startEdit(function(){t.editingFun&&t.editingFun(i,i.entity)}),t.nowEditEntityObj=i,t.startEditFun&&t.startEditFun(i,s))}),this.nowDrawEntityObj=i,i}end(){this.nowDrawEntityObj}startEditOne(e){if(!this.canEdit)return;this.nowEditEntityObj&&(this.nowEditEntityObj.endEdit(),this.endEditFun&&this.endEditFun(this.nowEditEntityObj,this.nowEditEntityObj.getEntity()),this.nowEditEntityObj=null);let t=this;e&&(e.startEdit(function(){t.editingFun&&t.editingFun(e,e.entity)}),this.startEditFun&&this.startEditFun(e,e.getEntity()),this.nowEditEntityObj=e)}updateOneStyle(e,t){e&&e.setStyle(t)}createByPositions(e){if(e=e||{},e||(e={}),!e.positions)return;e.id=e.id||+(new Date().getTime()+""+Number(Math.random()*1e3).toFixed(0));let t=this,i=this.createByType(e);if(i)return i.attr=e,i.createByPositions(e.positions,function(s){t.entityObjArr.push(i),i.setStyle(e.style),e.success&&e.success(i,s),t.endCreateFun&&t.endCreateFun(i,s),e.show==!1&&i.setVisible(!1),t.canEdit&&t.fireEdit&&(i.startEdit(function(){t.editingFun&&t.editingFun(i,i.entity)}),t.startEditFun&&t.startEditFun(i,s),t.nowEditEntityObj=i)}),i}createByGeojson(e){let{features:t}=e,i=[];for(let s=0;s<t.length;s++){let o=t[s];const{properties:a,geometry:c}=o;let l=a.plotType;const d=c.type,h=c.coordinates;let f=[],p="";switch(d){case"LineString":f=ae.lnglatsToCartesians(h),p="polyline";break;case"Polygon":f=ae.lnglatsToCartesians(h[0]),p="polygon";break;case"Point":f=ae.lnglatsToCartesians([h])[0],p=l;break}this.fireEdit=!1;let u=this.createByPositions({type:p,styleType:l,positions:f,style:a.style});u&&i.push(u)}return i}toGeojson(){let e={type:"FeatureCollection",features:[]};if(this.entityObjArr.length==0)return null;for(let t=0;t<this.entityObjArr.length;t++){let i=this.entityObjArr[t],s=i.getPositions(!0),o=[];for(let d=0;d<s.length;d++)o.push([s[d][0],s[d][1]]);let a=i.getStyle(),c=this.transType(i.type),l={type:"Feature",properties:{plotType:i.type,style:a},geometry:{type:c,coordinates:[]}};switch(c){case"Polygon":l.geometry.coordinates=[o];break;case"Point":l.geometry.coordinates=o;break;case"LineString":l.geometry.coordinates=o;break}l.properties=Object.assign(l.properties,i.properties),e.features.push(l)}return e}transType(e){let t="";switch(e){case"polyline":t="LineString";break;case"polygon":t="Polygon";break;case"point":case"gltfModel":case"label":case"billboard":t="Point";break;default:t=e}return t}destroy(){this.nowEditEntityObj&&(this.nowEditEntityObj.destroy(),this.nowEditEntityObj=null),this.nowDrawEntityObj&&(this.nowDrawEntityObj.destroy(),this.nowDrawEntityObj=null);for(let e=0;e<this.entityObjArr.length;e++)this.entityObjArr[e].destroy();this.entityObjArr=[],this.nowEditEntityObj=null,this.handler&&(this.handler.destroy(),this.handler=null),this.removeHandler&&(this.removeHandler.destroy(),this.removeHandler=null)}removeOne(e){e&&e&&(e.state!="endCreate"||e.state!="endEdit"?e.destroy():this.removeByObjId(e.objId))}removeAll(){this.nowDrawEntityObj&&(this.nowDrawEntityObj.destroy(),this.nowDrawEntityObj=null),this.nowEditEntityObj&&(this.nowEditEntityObj.destroy(),this.nowEditEntityObj=null);for(let e=0;e<this.entityObjArr.length;e++)this.entityObjArr[e].destroy();this.entityObjArr=[],this.nowEditEntityObj=null}hasEntityObj(e){return e?this.getEntityObjByObjId(e.objId)!={}:!1}removeByObjId(e){let t=this.getEntityObjByObjId(e);this.entityObjArr.splice(t.index,1),this.removeFun&&this.removeFun(t.entityObj,t.entityObj.getEntity()),t.entityObj&&t.entityObj.destroy()}removeById(e){let t=this.getEntityObjById(e);this.entityObjArr.splice(t.index,1),this.removeFun&&this.removeFun(t.entityObj,t.entityObj.getEntity()),t.entityObj&&t.entityObj.destroy()}zoomToByObjId(e){let t=this.getEntityObjByObjId(e);t.entityObj&&t.entityObj.zoomTo()}getEntityObjByField(e,t){let i={};if(t)for(let s=0;s<this.entityObjArr.length;s++){let o=this.entityObjArr[s];if(o.attr[e]==t){i.entityObj=o,i.index=s;break}}else for(let s=0;s<this.entityObjArr.length;s++){let o=this.entityObjArr[s];if(o.attr.id==e){i.entityObj=o,i.index=s;break}}return i}setVisible(e,t){let i=this.getEntityObjByField("id",e);i.entityObj&&i.entityObj.setVisible(t)}getEntityObjByObjId(e){if(!e)return;let t={};for(let i=0;i<this.entityObjArr.length;i++){let s=this.entityObjArr[i];if(s.objId==e){t.entityObj=s,t.index=i;break}}return t}getEntityObjById(e){if(!e)return;let t={};for(let i=0;i<this.entityObjArr.length;i++){let s=this.entityObjArr[i];if(s.attr.id==e){t.entityObj=s,t.index=i;break}}return t}bindEdit(){let e=this;this.handler||(this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas)),this.handler.setInputAction(function(t){if(!e.canEdit||e.nowDrawEntityObj)return;const i=e.viewer.scene.drillPick(t.position)||[];let s=-1,o;for(let a=0;a<i.length&&s===-1;a++){const c=i[a].id;if(c){for(let l=0;l<e.entityObjArr.length;l++)if(c.objId==e.entityObjArr[l].objId&&e.entityObjArr[l].state!="startCreate"&&e.entityObjArr[l].state!="creating"){s=l,o=c;break}}}s!==-1?(e.nowEditEntityObj&&(e.nowEditEntityObj.endEdit(),e.endEditFun&&e.endEditFun(e.nowEditEntityObj,e.nowEditEntityObj.getEntity()),e.nowEditEntityObj=null),e.entityObjArr[s].startEdit(function(){e.editingFun&&e.editingFun(e.nowEditEntityObj,e.nowEditEntityObj.entity)}),e.startEditFun&&e.startEditFun(e.entityObjArr[s],o),e.nowEditEntityObj=e.entityObjArr[s]):e.nowEditEntityObj&&(e.nowEditEntityObj.endEdit(),e.endEditFun&&e.endEditFun(e.nowEditEntityObj,e.nowEditEntityObj.getEntity()),e.nowEditEntityObj=void 0)},Cesium.ScreenSpaceEventType.LEFT_CLICK)}bindRemove(){let e=this;this.handler||(this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas)),this.handler.setInputAction(function(t){if(!e.canEdit||e.nowDrawEntityObj)return;const i=e.viewer.scene.drillPick(t.position)||[];let s;for(let o=0;o<i.length;o++){const a=i[o].id;if(a){for(let c=0;c<e.entityObjArr.length;c++)if(a.objId==e.entityObjArr[c].objId){s=a.objId;break}if(s)break}}s&&e.createDelteDom(t.position,s)},Cesium.ScreenSpaceEventType.RIGHT_CLICK)}createDelteDom(e,t){if(!t)return;let i=window.document.createElement("span");i.style.background="rgba(0,0,0,0.5)",i.style.position="absolute",i.style.color="white",i.style.left=e.x+10+"px",i.style.top=e.y+10+"px",i.style.padding="4px",i.style.cursor="pointer",i.id="easy3d-plot-delete",i.setAttribute("objId",t),i.innerHTML="删除",window.document.getElementById(this.viewer.container.id).appendChild(i);const o=window.document.getElementById("easy3d-plot-delete");if(!o)return;let a=this;o.addEventListener("click",c=>{let l=i.getAttribute("objId");a.removeByObjId(l)}),document.addEventListener("click",function(){o.remove()})}endEdit(){this.nowEditEntityObj&&(this.nowEditEntityObj.endEdit(),this.endEditFun&&this.endEditFun(this.nowEditEntityObj,this.nowEditEntityObj.getEntity()),this.nowEditEntityObj=null);for(let e=0;e<this.entityObjArr.length;e++)this.entityObjArr[e].endEdit()}done(){this.nowEditEntityObj&&(this.nowEditEntityObj.done(),this.endEditFun&&this.endEditFun(this.nowEditEntityObj,this.nowEditEntityObj.getEntity()),this.nowEditEntityObj=void 0),this.nowDrawEntityObj&&(this.nowDrawEntityObj.done(),this.entityObjArr.push(this.nowDrawEntityObj),this.endCreateFun&&this.endCreateFun(this.nowDrawEntityObj,this.nowDrawEntityObj.getEntity()),this.nowDrawEntityObj=void 0)}getEntityObjArr(){return this.entityObjArr}createByType(e){let t,i="";return e=e||{},e.type=="polyline"&&(t=new gy(this.viewer,e.style),i="折线_"),e.type=="freehandLine"&&(t=new Ay(this.viewer,e.style),i="手绘线_"),e.type=="polygon"&&(t=new py(this.viewer,e.style),i="面_"),e.type=="billboard"&&(t=new Fp(this.viewer,e.style),i="图标_"),(e.type=="circle"||e.type=="ellipse")&&(t=new Np(this.viewer,e.style),i="圆_"),e.type=="rectangle"&&(t=new my(this.viewer,e.style),i="矩形_"),e.type=="gltfModel"&&(t=new Rp(this.viewer,e.style),i="模型_"),e.type=="point"&&(t=new fy(this.viewer,e.style),i="点_"),e.type=="label"&&(t=new hy(this.viewer,e.style),i="文字_"),e.type=="arrow"&&(t=new yy(this.viewer,e.style)),t&&(t.name=i+new Date().getTime()),t}}class rl{viewer;Cesium;drawTool;flatTool;tileset;tilesets;flatTools;selectedEntityObj;selectionOutline;centerHandle;_dragHandler;_listeners;currentColor;currentWidth;originalDoubleClickAction=null;constructor({viewer:e,cesium:t}){window.Cesium=t,this.viewer=e,this.Cesium=t,this.drawTool=null,this.flatTool=null,this.tileset=null,this.tilesets=null,this.flatTools=null,this.selectedEntityObj=null,this.selectionOutline=null,this.centerHandle=null,this._dragHandler=null,this._listeners=[],this.currentColor=this.Cesium.Color.fromCssColorString("#ff0000"),this.currentWidth=1,this.originalDoubleClickAction=this.viewer.screenSpaceEventHandler.getInputAction(this.Cesium.ScreenSpaceEventType.LEFT_DOUBLE_CLICK),this.viewer.screenSpaceEventHandler.removeInputAction(this.Cesium.ScreenSpaceEventType.LEFT_DOUBLE_CLICK),this.initDrawTool()}setCurrentColor(e){typeof e=="string"?this.currentColor=this.Cesium.Color.fromCssColorString(e):this.currentColor=e}setCurrentWidth(e){this.currentWidth=e}initDrawTool(){this.drawTool||(this.drawTool=new Cy(this.viewer,{canEdit:!0,fireEdit:!0}),this.drawTool.on("startEdit",(e,t)=>{this.selectedEntityObj=e,this.showEntityOutline(e)}),this.drawTool.on("endEdit",(e,t)=>{this.selectedEntityObj=null,this.hideEntityOutline()}),this.drawTool.on("remove",(e,t)=>{this.selectedEntityObj===e&&(this.selectedEntityObj=null,this.hideEntityOutline())}))}showEntityOutline(e){this.hideEntityOutline(),!(!e||!e.getEntity())&&this.createCenterHandle(e)}hideEntityOutline(){if(this.selectionOutline){try{this.viewer.entities.remove(this.selectionOutline)}catch{}this.selectionOutline=null}if(this.centerHandle){try{this.viewer.entities.remove(this.centerHandle)}catch{}this.centerHandle=null}if(this._dragHandler){try{this._dragHandler.destroy()}catch{}this._dragHandler=null}}createCenterHandle(e){if(!e||!e.getEntity())return;if(this.centerHandle){try{this.viewer.entities.remove(this.centerHandle)}catch{}this.centerHandle=null}const t=e.getEntity();let i=null;if(t._plotInstance&&typeof t._plotInstance.syncFromEntity=="function")try{t._plotInstance.syncFromEntity();const s=t._plotInstance;s.leftup&&s.rightdown&&(i=this.Cesium.Cartesian3.midpoint(s.leftup,s.rightdown,new this.Cesium.Cartesian3))}catch(s){console.warn("plotInstance.syncFromEntity failed",s)}if(!i){if(e.positions&&e.positions.length)i=this.calculateCenter(e.positions);else if(t.position&&t.position.getValue)i=t.position.getValue();else if(t.polyline&&t.polyline.positions&&t.polyline.positions.getValue){const s=t.polyline.positions.getValue();i=this.calculateCenter(s)}else if(t.polygon&&t.polygon.hierarchy&&t.polygon.hierarchy.getValue){const s=t.polygon.hierarchy.getValue().positions;i=this.calculateCenter(s)}else if(t.rectangle&&t.rectangle.coordinates&&t.rectangle.coordinates.getValue)try{const s=t.rectangle.coordinates.getValue(),o=(s.west+s.east)/2,a=(s.south+s.north)/2;i=this.Cesium.Cartesian3.fromRadians(o,a,0)}catch{}}i&&(this.centerHandle=this.viewer.entities.add({position:i,point:{pixelSize:10,color:this.Cesium.Color.WHITE,outlineColor:this.Cesium.Color.BLUE,outlineWidth:2}}),this.addDragHandler(e,i))}calculateCenter(e){if(!e||e.length===0)return null;const t=e.map(a=>a);let i=0,s=0,o=0;for(let a=0;a<t.length;a++)i+=t[a].x,s+=t[a].y,o+=t[a].z;return new this.Cesium.Cartesian3(i/t.length,s/t.length,o/t.length)}getEntityPositions(e){const t=e.getEntity();if(e.positions&&Array.isArray(e.positions))return e.positions.slice();if(t.polyline&&t.polyline.positions&&t.polyline.positions.getValue){const i=t.polyline.positions.getValue();return Array.isArray(i)?i.slice():[]}if(t.polygon&&t.polygon.hierarchy&&t.polygon.hierarchy.getValue){const i=t.polygon.hierarchy.getValue();return i&&i.positions?i.positions.slice():[]}if(t.position&&t.position.getValue)return[t.position.getValue()];if(t.rectangle&&t.rectangle.coordinates&&t.rectangle.coordinates.getValue){const i=t.rectangle.coordinates.getValue();return[this.Cesium.Cartesian3.fromDegrees(i.west,i.south),this.Cesium.Cartesian3.fromDegrees(i.east,i.south),this.Cesium.Cartesian3.fromDegrees(i.east,i.north),this.Cesium.Cartesian3.fromDegrees(i.west,i.north)]}return[]}addDragHandler(e,t){if(console.log("移动线段"),this._dragHandler){try{this._dragHandler.destroy()}catch{}this._dragHandler=null}let i=!1,s,o=0;const a=16,c=new this.Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas);this._dragHandler=c;const l=d=>{let h;try{h=this.viewer.scene.pickPosition(d)}catch{}if(!this.Cesium.defined(h)){const f=this.viewer.camera.getPickRay(d);f&&(h=this.viewer.scene.globe.pick(f,this.viewer.scene))}return this.Cesium.defined(h)||(h=this.viewer.scene.camera.pickEllipsoid(d,this.viewer.scene.globe.ellipsoid)),h};c.setInputAction(d=>{let h=!1;const f=this.viewer.scene.drillPick(d.position)||[];for(let p=0;p<f.length;p++){const u=f[p].id;if(u&&u===this.centerHandle){h=!0;break}}if(h){i=!0;const p=l(d.position);this.Cesium.defined(p)&&(s=p.clone()),o=performance.now(),this.viewer.scene.screenSpaceCameraController.enableRotate=!1,this.viewer.scene.screenSpaceCameraController.enableTranslate=!1,this.viewer.scene.screenSpaceCameraController.enableZoom=!1,this.viewer.scene.screenSpaceCameraController.enableTilt=!1,this.viewer.scene.screenSpaceCameraController.enableLook=!1}},this.Cesium.ScreenSpaceEventType.LEFT_DOWN),c.setInputAction(d=>{if(!i||!this.Cesium.defined(s))return;const h=performance.now();if(h-o<a)return;o=h;const f=l(d.endPosition);if(!this.Cesium.defined(f))return;const p=this.Cesium.Cartesian3.subtract(f,s,new this.Cesium.Cartesian3);if(this.centerHandle&&this.centerHandle.position&&this.centerHandle.position.setValue){const u=this.centerHandle.position.getValue(this.Cesium.JulianDate.now());if(u){const m=this.Cesium.Cartesian3.add(u,p,new this.Cesium.Cartesian3);this.centerHandle.position.setValue(m)}}this.moveEntity(e,p);try{this.viewer.scene.requestRender()}catch{}s=f.clone()},this.Cesium.ScreenSpaceEventType.MOUSE_MOVE),c.setInputAction(()=>{if(i){i=!1,this.viewer.scene.screenSpaceCameraController.enableRotate=!0,this.viewer.scene.screenSpaceCameraController.enableTranslate=!0,this.viewer.scene.screenSpaceCameraController.enableZoom=!0,this.viewer.scene.screenSpaceCameraController.enableTilt=!0,this.viewer.scene.screenSpaceCameraController.enableLook=!0;const d=e.getEntity();if(d.state="done",d&&d.rectangle&&d.rectangle.coordinates)try{const h=d.rectangle.coordinates.getValue?d.rectangle.coordinates.getValue():d.rectangle.coordinates;h&&d.rectangle.coordinates.setValue(h)}catch(h){console.warn("Failed to refresh rectangle coordinates",h)}e&&this.selectedEntityObj!==e&&this.showEntityOutline(e)}},this.Cesium.ScreenSpaceEventType.LEFT_UP)}moveEntity(e,t){const i=e.getEntity();if(!i)return;const s=o=>this.Cesium.Cartesian3.add(o,t,new this.Cesium.Cartesian3);if(i.position){const o=i.position.getValue?i.position.getValue():i.position,a=s(o);i.position.setValue?i.position.setValue(a):i.position=a,i.state="moving",e.positions&&e.positions.length===1&&(e.positions[0]=a);return}if(i.polyline){if(i._plotInstance&&i._plotInstance.type==="rectangle"&&typeof i._plotInstance.updatePositions=="function")try{const c=new this.Cesium.Cartesian3(t.x,t.y,t.z);if(i._plotInstance.updatePositions([c]))return}catch(c){console.warn("Failed to update rectangle positions:",c)}if(i._plotInstance&&i._plotInstance.type==="circle"&&typeof i._plotInstance.updatePositions=="function")try{const c=new this.Cesium.Cartesian3(t.x,t.y,t.z);if(i._plotInstance.updatePositions([c]))return}catch(c){console.warn("Failed to update circle positions:",c)}const a=(e.positions&&Array.isArray(e.positions)?e.positions:i.polyline.positions.getValue?i.polyline.positions.getValue():[]).map(c=>s(c));if(e.updatePositions&&typeof e.updatePositions=="function")e.updatePositions(a);else if(e.positions&&Array.isArray(e.positions)&&(e.positions=a),i.polyline&&i.polyline.positions)try{i.polyline.positions instanceof this.Cesium.CallbackProperty||(i.polyline.positions=a)}catch{i.polyline.positions=a}}}startFreehandLine(e={}){this.initDrawTool();const t=this.viewer.scene.mode===this.Cesium.SceneMode.SCENE2D;return this.drawTool.start({type:"freehandLine",style:Object.assign({color:this.currentColor,width:this.currentWidth,clampToGround:!t,smoothness:2,minDistance:.01,angleThreshold:.8,renderInterval:16,curveResolution:3},e)})}startArrow(e={}){this.initDrawTool();const t=this.viewer.scene.mode===this.Cesium.SceneMode.SCENE2D;return this.drawTool.start({type:"arrow",style:Object.assign({color:this.currentColor,width:this.currentWidth,clampToGround:!t},e)})}startStraightLine(e={}){this.initDrawTool();const t=this.viewer.scene.mode===this.Cesium.SceneMode.SCENE2D;return this.drawTool.start({type:"polyline",style:Object.assign({color:this.currentColor,width:this.currentWidth,clampToGround:!t},e)})}startEllipse(e={}){this.initDrawTool();const t=this.viewer.scene.mode===this.Cesium.SceneMode.SCENE2D;return this.drawTool.start({type:"circle",style:Object.assign({color:this.currentColor.withAlpha(1),outlineColor:this.currentColor,outlineWidth:this.currentWidth,outline:!0,fill:!1,clampToGround:!t},e)})}startImage(e,t){this.initDrawTool();const i=this.viewer.scene.mode===this.Cesium.SceneMode.SCENE2D;return this.drawTool.start({type:"billboard",style:Object.assign({image:e,width:t&&t.width?t.width:50,height:t&&t.height?t.height:50,clampToGround:!i},t)})}startRectangle(e={}){this.initDrawTool();const t=this.viewer.scene.mode===this.Cesium.SceneMode.SCENE2D;return this.drawTool.start({type:"rectangle",style:Object.assign({color:this.currentColor.withAlpha(1),outlineColor:this.currentColor,outlineWidth:this.currentWidth,clampToGround:!t},e)})}clearAll(){this.drawTool&&this.drawTool.removeAll(),this.hideEntityOutline()}destroy(){this.clearAll(),this.originalDoubleClickAction&&(this.viewer.screenSpaceEventHandler.setInputAction(this.originalDoubleClickAction,this.Cesium.ScreenSpaceEventType.LEFT_DOUBLE_CLICK),this.originalDoubleClickAction=null)}getAllEntities(){return this.drawTool&&typeof this.drawTool.getEntityObjArr=="function"?this.drawTool.getEntityObjArr():[]}saveAnnotations(){try{const e=this.getAllEntities(),t={freehand:[],arrow:[],text:[],image:[],polyline:[],rectangle:[],ellipse:[],other:[]};e.forEach(o=>{if(o&&typeof o=="object"){const a=o.type||o.constructor&&o.constructor.name,c={type:a,style:{}};switch(!0){case["freehandLine","CreateFreehandLine","polyline","CreatePolyline","arrow","CreateArrow"].includes(a):c.id=o.objId||o.id||Date.now().toString(),o.style&&(c.style={color:o.style.color,width:o.style.width,opacity:o.style.opacity,...o.style}),o.positions&&Array.isArray(o.positions)&&(c.positions=o.positions.map(l=>l&&typeof l=="object"&&l.x!==void 0&&l.y!==void 0&&l.z!==void 0?{x:l.x,y:l.y,z:l.z}:l)),["freehandLine","CreateFreehandLine"].includes(a)&&(c.isEdit=o.isEdit!==void 0?o.isEdit:!0,c.isFreehand=!0);break;case["rectangle","CreateRectangle"].includes(a):try{c.id=o.objId||o.id||Date.now().toString();let l=[];if(o.positions&&Array.isArray(o.positions)&&o.positions.length)l=o.positions.map(d=>({x:d.x,y:d.y,z:d.z}));else{const d=o.getEntity?o.getEntity():o;if(d)try{if(d.polyline&&d.polyline.positions&&d.polyline.positions.getValue){const h=d.polyline.positions.getValue(this.viewer.clock.currentTime);Array.isArray(h)&&(l=h.map(f=>({x:f.x,y:f.y,z:f.z})))}else if(d.rectangle&&d.rectangle.coordinates&&d.rectangle.coordinates.getValue){const h=d.rectangle.coordinates.getValue(this.viewer.clock.currentTime);l=[{west:h.west,south:h.south,east:h.east,north:h.north}]}}catch{}}o.style&&(c.style=Object.assign({},o.style)),l&&l.length&&(c.positions=l)}catch{}break;case["ellipse","CreateEllipse","circle","CreateCircle"].includes(a):try{c.id=o.objId||o.id||Date.now().toString();let l=[];const d=o.getEntity?o.getEntity():o;if(d&&d._plotInstance&&d._plotInstance.type==="circle"&&d._plotInstance.center&&d._plotInstance.radiusPoint){const h=d._plotInstance;l=[{x:h.center.x,y:h.center.y,z:h.center.z},{x:h.radiusPoint.x,y:h.radiusPoint.y,z:h.radiusPoint.z}]}else if(o.positions&&Array.isArray(o.positions)&&o.positions.length)l=o.positions.map(h=>({x:h.x,y:h.y,z:h.z}));else if(d)try{if(d.polyline&&d.polyline.positions&&d.polyline.positions.getValue){const h=d.polyline.positions.getValue(this.viewer.clock.currentTime);Array.isArray(h)&&(l=h.map(f=>({x:f.x,y:f.y,z:f.z})))}else if(d.ellipse&&d.ellipse.center&&d.ellipse.center.getValue&&d.ellipse.semiMajorAxis&&d.ellipse.semiMajorAxis.getValue){const h=d.ellipse.center.getValue(this.viewer.clock.currentTime),f=d.ellipse.semiMajorAxis.getValue(this.viewer.clock.currentTime);if(h&&f){const p={x:h.x,y:h.y,z:h.z||0},u={x:p.x+f,y:p.y,z:p.z};l=[p,u]}}}catch{}o.style&&(c.style=Object.assign({},o.style)),l&&l.length&&(c.positions=l)}catch{}break;case["label","CreateLabel"].includes(a):if(o.style)c.style=Object.assign({},o.style);else try{const l=o.getEntity?o.getEntity():o;if(l&&l.label){const d={};try{const h=l.label.fillColor&&l.label.fillColor.getValue?l.label.fillColor.getValue(this.viewer.clock.currentTime):l.label.fillColor;h&&(d.color=h)}catch{}l.label.font&&(d.font=l.label.font),c.style=d}}catch{}if(o.text)c.text=o.text;else try{const l=o.getEntity?o.getEntity():o;if(l&&l.label&&l.label.text){const d=l.label.text.getValue?l.label.text.getValue(this.viewer.clock.currentTime):l.label.text;d&&(c.text=d)}}catch{}if(o.position)c.position=o.position;else try{const l=o.getEntity?o.getEntity():o;if(l&&l.position&&l.position.getValue){const d=l.position.getValue(this.viewer.clock.currentTime);d&&(c.position={x:d.x,y:d.y,z:d.z})}}catch{}break;case["billboard","CreateBillboard"].includes(a):if(o.style)c.style=Object.assign({},o.style);else try{const l=o.getEntity?o.getEntity():o;if(l&&l.billboard){const d={};try{const h=l.billboard.image&&l.billboard.image.getValue?l.billboard.image.getValue(this.viewer.clock.currentTime):l.billboard.image;if(h){if(typeof h=="string")d.image=h;else if(h&&h.src)try{const f=h;if(typeof document<"u"&&f instanceof HTMLImageElement){const p=document.createElement("canvas");p.width=f.naturalWidth||f.width||1,p.height=f.naturalHeight||f.height||1;const u=p.getContext("2d");u?(u.drawImage(f,0,0),d.image=p.toDataURL()):d.image=f.src}else d.image=h.src}catch{d.image=h.src}}}catch{}l.billboard.width&&(d.width=l.billboard.width),l.billboard.height&&(d.height=l.billboard.height),c.style=d}}catch{}if(o.position)c.position=o.position;else try{const l=o.getEntity?o.getEntity():o;if(l&&l.position&&l.position.getValue){const d=l.position.getValue(this.viewer.clock.currentTime);d&&(c.position={x:d.x,y:d.y,z:d.z})}}catch{}break;default:o.style&&(c.style=o.style),o.position&&(c.position=o.position);break}switch(!0){case["freehandLine","CreateFreehandLine"].includes(a):t.freehand.push(c);break;case["arrow","CreateArrow"].includes(a):t.arrow.push(c);break;case["label","CreateLabel"].includes(a):t.text.push(c);break;case["billboard","CreateBillboard"].includes(a):t.image.push(c);break;case["polyline","CreatePolyline"].includes(a):t.polyline.push(c);break;case["rectangle","CreateRectangle"].includes(a):t.rectangle.push(c);break;case["ellipse","CreateEllipse","circle","CreateCircle"].includes(a):t.ellipse.push(c);break;default:t.other.push(c)}}});const i={version:"1.0",exportTime:new Date().toISOString(),totalEntities:e.length,annotations:t},s=JSON.stringify(i);return console.log("标注数据已按类型分类保存,只包含重绘所需信息:",s),s}catch(e){return console.error("保存标注失败:",e),!1}}loadAnnotations(e){try{const t=typeof e=="string"?JSON.parse(e):e;if(!t.annotations)return console.error("标注数据格式错误,缺少annotations字段"),!1;const i=t.annotations;let s=0;const o=(a,c)=>{Array.isArray(a)&&a.forEach(l=>{if(l.style){if(l.style.color&&typeof l.style.color=="object"){const d=l.style.color;l.style.color=`rgba(${Math.round(d.red*255)}, ${Math.round(d.green*255)}, ${Math.round(d.blue*255)}, ${d.alpha||1})`}if(l.style.outlineColor&&typeof l.style.outlineColor=="object"){const d=l.style.outlineColor;l.style.outlineColor=`rgba(${Math.round(d.red*255)}, ${Math.round(d.green*255)}, ${Math.round(d.blue*255)}, ${d.alpha||1})`}}switch(c){case"freehand":case"polyline":case"arrow":if(l.positions&&l.positions.length>0){const d=l.positions.map(p=>p&&typeof p=="object"?new this.Cesium.Cartesian3(p.x,p.y,p.z):p),h={type:c==="freehand"?"freehandLine":c,style:l.style||{},positions:d,id:l.id||+(new Date().getTime()+""+Number(Math.random()*1e3).toFixed(0))},f=this.drawTool.createByPositions(h);if(f&&f.getEntity()){s++,f.isEdit=!0;const p=f.getEntity();p&&!p._plotInstance&&(p._plotInstance=f),p&&!p.objId&&(p.objId=f.objId),console.log(`Loaded ${c} entity with objId: ${f.objId}`)}}break;case"rectangle":{try{if(l.positions&&l.positions.length){let d=[];if(l.positions[0]&&l.positions[0].x!==void 0)d=l.positions.map(h=>new this.Cesium.Cartesian3(h.x,h.y,h.z!==void 0?h.z:0));else if(l.positions[0]&&l.positions[0].west!==void 0){const h=l.positions[0];d=[this.Cesium.Cartesian3.fromRadians(h.west,h.south),this.Cesium.Cartesian3.fromRadians(h.east,h.south),this.Cesium.Cartesian3.fromRadians(h.east,h.north),this.Cesium.Cartesian3.fromRadians(h.west,h.north),this.Cesium.Cartesian3.fromRadians(h.west,h.south)]}if(d.length){const h=JSON.parse(JSON.stringify(l.style||{}));if(h.color&&typeof h.color=="string"&&!h.color.startsWith("rgba"))try{const u=JSON.parse(h.color);u.red!==void 0&&(h.color=`rgba(${Math.round(u.red*255)}, ${Math.round(u.green*255)}, ${Math.round(u.blue*255)}, ${u.alpha||1})`)}catch{}const f={type:"rectangle",positions:d,style:h,id:l.id||+(new Date().getTime()+""+Number(Math.random()*1e3).toFixed(0))};let p=null;try{p=this.drawTool.createByPositions(f)}catch(u){console.warn("drawTool.createByPositions(rectangle) failed",u)}if(p){s++,p.isEdit=!0;const u=p.getEntity?p.getEntity():p.entity||p;u&&(u._plotInstance=p,u.objId=p.objId||l.id,u.pickable=!0,u.polyline&&(u.polyline.pickWidth=10),console.log(`Loaded rectangle entity with objId: ${u.objId}, color: ${h.color}`))}}}}catch(d){console.warn("load rectangle failed",d)}break}case"text":if(l.position){const d=l.text||"文字标注",h={type:"label",style:l.style||{},text:d,position:new this.Cesium.Cartesian3(l.position.x,l.position.y,l.position.z||0)};h.style.fontSize||(h.style.fontSize=14),h.style.fontFamily||(h.style.fontFamily="Arial");let f;try{!h.positions&&h.position&&(h.positions=h.position),f=this.drawTool.createByPositions(h),!f&&this.drawTool.startText&&(console.log("使用startText创建文字"),this.drawTool.startText(h.style),this.drawTool.currentEntity&&(this.drawTool.currentEntity.text=d,this.drawTool.currentEntity.position=h.position,f=this.drawTool.currentEntity))}catch(p){console.log("创建文字失败",p)}if(!f)try{const p=this.viewer.entities.add({position:h.position,label:Object.assign({text:d,font:h.style&&h.style.font||"14pt Source Han Sans CN",fillColor:h.style&&h.style.fillColor||this.Cesium.Color.WHITE,outlineColor:h.style&&h.style.outlineColor||this.Cesium.Color.BLACK,outlineWidth:h.style&&h.style.outlineWidth||2,verticalOrigin:h.style&&h.style.verticalOrigin||this.Cesium.VerticalOrigin.BOTTOM,pixelOffset:h.style&&h.style.pixelOffset||new this.Cesium.Cartesian2(0,-10)},h.style&&h.style.label?h.style.label:{})}),u={getEntity:()=>p,entity:p,style:h.style||{},type:"label",objId:l.id||`label_${Date.now()}_${Math.random().toFixed(3)}`,isEdit:!0,destroy:()=>this.viewer.entities.remove(p)};try{p.objId=u.objId}catch{}this.drawTool&&(this.drawTool.entityObjArr||(this.drawTool.entityObjArr=[]),this.drawTool.entityObjArr.push(u)),f=u}catch(p){console.warn("回退创建文字实体失败",p)}f&&(s++,f.isEdit=!0)}break;case"image":if(l.position){const d={type:"billboard",style:l.style||{},position:new this.Cesium.Cartesian3(l.position.x,l.position.y,l.position.z||0)};d.style.image||(console.log("使用默认图片占位符"),d.style.image="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNlNTMyMzIiLz48L3N2Zz4="),d.style.width||(d.style.width=50),d.style.height||(d.style.height=50);let h;try{!d.positions&&d.position&&(d.positions=d.position),h=this.drawTool.createByPositions(d),!h&&this.drawTool.startImage&&(console.log("使用startImage创建图片"),this.drawTool.startImage(d.style.image,d.style),this.drawTool.currentEntity&&(this.drawTool.currentEntity.position=d.position,h=this.drawTool.currentEntity))}catch(f){console.log("创建图片失败",f)}if(!h)try{const f=d.style&&d.style.image?d.style.image:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNlNTMyMzIiLz48L3N2Zz4=",p=this.viewer.entities.add({position:d.position,billboard:{image:f,width:d.style&&d.style.width?d.style.width:50,height:d.style&&d.style.height?d.style.height:50,verticalOrigin:d.style&&d.style.verticalOrigin||this.Cesium.VerticalOrigin.CENTER,scale:d.style&&d.style.scale||1}}),u={getEntity:()=>p,entity:p,style:d.style||{},type:"billboard",objId:l.id||`billboard_${Date.now()}_${Math.random().toFixed(3)}`,isEdit:!0,destroy:()=>this.viewer.entities.remove(p)};try{p.objId=u.objId}catch{}this.drawTool&&(this.drawTool.entityObjArr||(this.drawTool.entityObjArr=[]),this.drawTool.entityObjArr.push(u)),h=u}catch(f){console.warn("回退创建图片实体失败",f)}h&&(s++,h.isEdit=!0)}break;case"ellipse":case"circle":{try{const d=JSON.parse(JSON.stringify(l.style||{}));if(d.color&&typeof d.color=="string"&&!d.color.startsWith("rgba"))try{const p=JSON.parse(d.color);p.red!==void 0&&(d.color=`rgba(${Math.round(p.red*255)}, ${Math.round(p.green*255)}, ${Math.round(p.blue*255)}, ${p.alpha||1})`)}catch{}let h=[],f=!1;if(l.positions&&l.positions.length&&(l.positions[0]&&l.positions[0].x!==void 0&&(h=l.positions.map(p=>new this.Cesium.Cartesian3(p.x,p.y,p.z!==void 0?p.z:0))),h.length)){const p={type:c,positions:h,style:d,id:l.id||+(new Date().getTime()+""+Number(Math.random()*1e3).toFixed(0))};let u=null;try{if(u=this.drawTool.createByPositions(p),u){s++,u.isEdit=!0;const m=u.getEntity?u.getEntity():u.entity||u;m&&(m._plotInstance=u,m.objId=u.objId||l.id,m.pickable=!0,m.polyline&&(m.polyline.pickWidth=10),console.log(`Loaded ${c} entity with objId: ${m.objId} using positions`)),f=!0}}catch(m){console.warn(`drawTool.createByPositions(${c}) failed`,m)}}if(!f&&l.center&&l.radius)try{const p=new this.Cesium.Cartesian3(l.center.x,l.center.y,l.center.z||0),u=this.Cesium.Cartesian3.add(p,new this.Cesium.Cartesian3(l.radius,0,0),new this.Cesium.Cartesian3),C={type:c,positions:[p,u],style:d,id:l.id||+(new Date().getTime()+""+Number(Math.random()*1e3).toFixed(0))};let A=null;try{if(A=this.drawTool.createByPositions(C),A){s++,A.isEdit=!0;const b=A.getEntity?A.getEntity():A.entity||A;b&&(b._plotInstance=A,b.objId=A.objId||l.id,b.pickable=!0,b.polyline&&(b.polyline.pickWidth=10),console.log(`Loaded ${c} entity with objId: ${b.objId} using center and radius`))}}catch(b){console.warn(`drawTool.createByPositions(${c}) with center/radius failed`,b)}}catch(p){console.warn(`Fallback creation for ${c} failed`,p)}}catch(d){console.warn(`load ${c} failed`,d)}break}default:console.log(`尝试加载未知类型实体: ${c}`);break}})};return Object.keys(i).forEach(a=>{o(i[a],a)}),console.log(`成功加载 ${s} 个标注实体`),this.drawTool&&typeof this.drawTool.bindEdit=="function"&&this.drawTool.bindEdit(),!0}catch(t){return console.error("加载标注失败:",t),!1}}changeEntityColor(e){try{if(!this.selectedEntityObj)return!1;if(this.selectedEntityObj.setStyle&&typeof this.selectedEntityObj.setStyle=="function")try{return this.selectedEntityObj.setStyle({color:e}),console.log("通过实体对象的setStyle方法修改颜色成功"),!0}catch(s){console.warn("通过setStyle修改颜色失败,尝试直接修改实体:",s)}const t=this.selectedEntityObj.getEntity();if(!t)return!1;let i;try{i=this.Cesium.Color.fromCssColorString(e)}catch(s){console.warn("Invalid color format:",e,s),i=e}if(t.polyline)try{t.polyline.material=new this.Cesium.ColorMaterialProperty(i)}catch{t.polyline.material=i}else if(t.polygon)try{t.polygon.material=new this.Cesium.ColorMaterialProperty(i)}catch{t.polygon.material=i}else if(t.rectangle){const s=t.rectangle.outline,o=t.rectangle.outlineWidth;try{t.rectangle.material=new this.Cesium.ColorMaterialProperty(i)}catch{t.rectangle.material=i}t.rectangle.outlineColor=i,s!==void 0&&(t.rectangle.outline=s),o!==void 0&&(t.rectangle.outlineWidth=o)}else if(t.ellipse||t.circle){const s=t.ellipse||t.circle,o=s.outline,a=s.outlineColor,c=s.outlineWidth;s.material=i,o!==void 0&&(s.outline=o),a!==void 0&&(s.outlineColor=a),c!==void 0&&(s.outlineWidth=c)}return!0}catch(t){return console.error("changeEntityColor failed",t),!1}}changeColor(e){return this.changeEntityColor(e)}setLineWidth(e){if(!this.selectedEntityObj)return!1;const t=this.selectedEntityObj.getEntity();let i=2;if(typeof e=="number")i=e;else switch(e){case"thin":i=2;break;case"medium":i=4;break;case"thick":i=8;break}if(t.polyline)t.polyline.width=i;else if(t.polygon&&t.polygon.outline)t.polygon.outlineWidth=i;else if(t.rectangle&&t.rectangle.outline)t.rectangle.outlineWidth=i;else if((t.ellipse||t.circle)&&(t.ellipse?.outline||t.circle?.outline)){const s=t.ellipse||t.circle;s.outlineWidth=i}return!0}changeWidth(e){return this.setLineWidth(e)}deleteSelectedEntity(){if(!this.selectedEntityObj)return!1;if(typeof this.drawTool.removeOne=="function")this.drawTool.removeOne(this.selectedEntityObj);else if(typeof this.drawTool.remove=="function")this.drawTool.remove(this.selectedEntityObj);else return console.error("No remove method found on drawTool"),!1;return this.selectedEntityObj=null,this.hideEntityOutline(),!0}}class Ds{viewer;cesium;handler=null;measureEntities=[];originalDoubleClickAction=null;onMeasure=()=>{};activePoints=[];floatingPoint=null;activeShape=null;type=null;unit="m";cursorPosition=null;isSnapping=!1;snapIndicator=null;isMobile=!1;lastTapTime=0;tapTimeout=null;originalPickEnabled=!0;constructor({viewer:e,cesium:t}){this.viewer=e,this.cesium=t,this.isMobile="ontouchstart"in window||navigator.maxTouchPoints>0;const i=this.cesium;this.originalDoubleClickAction=this.viewer.screenSpaceEventHandler.getInputAction(i.ScreenSpaceEventType.LEFT_DOUBLE_CLICK),this.viewer.screenSpaceEventHandler.removeInputAction(i.ScreenSpaceEventType.LEFT_DOUBLE_CLICK)}setUnit(e){this.unit=e}setSnapping(e){this.isSnapping=e,!e&&this.snapIndicator&&(this.viewer.entities.remove(this.snapIndicator),this.snapIndicator=null)}start(e){const t=this.cesium;this.clearActive(),this.type=e,this.viewer.scene&&this.viewer.scene.screenSpaceCameraController&&(this.originalPickEnabled=this.viewer.scene.screenSpaceCameraController.enableInputs),this.handler=new t.ScreenSpaceEventHandler(this.viewer.scene.canvas),this.handler.setInputAction(i=>{if(this.isMobile&&this.type==="area"){const s=Date.now(),o=s-this.lastTapTime;if(this.lastTapTime=s,o<300&&o>0){this.tapTimeout&&(clearTimeout(this.tapTimeout),this.tapTimeout=null),this.finish();return}this.tapTimeout=setTimeout(()=>{const a=this.getPickPosition(i.position);a&&this.addPoint(a),this.tapTimeout=null},300)}else{const s=this.getPickPosition(i.position);s&&this.addPoint(s)}},t.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(i=>{const s=this.getPickPosition(i.endPosition);s&&(this.cursorPosition=s,this.updateFloatingPoint(s))},t.ScreenSpaceEventType.MOUSE_MOVE),this.type==="area"&&!this.isMobile&&this.handler.setInputAction(()=>{this.finish()},t.ScreenSpaceEventType.LEFT_DOUBLE_CLICK)}addPoint(e){const t=this.cesium;this.activePoints.push(e);const i=this.viewer.entities.add({position:e,point:{pixelSize:8,color:t.Color.YELLOW,outlineColor:t.Color.BLACK,outlineWidth:2,disableDepthTestDistance:Number.POSITIVE_INFINITY}});if(this.measureEntities.push(i),this.type==="distance"){if(this.activePoints.length===1)this.onMeasure(null),this.activeShape=this.viewer.entities.add({polyline:{positions:new t.CallbackProperty(()=>{if(this.activePoints.length===0)return[];const s=[...this.activePoints];return this.cursorPosition&&s.push(this.cursorPosition),s},!1),width:2,material:t.Color.YELLOW,depthFailMaterial:t.Color.YELLOW}}),this.measureEntities.push(this.activeShape);else if(this.activePoints.length===2){const s=this.activePoints[0],o=this.activePoints[1];this.activeShape&&(this.viewer.entities.remove(this.activeShape),this.activeShape=null);const a=this.viewer.entities.add({polyline:{positions:[s,o],width:2,material:t.Color.YELLOW,depthFailMaterial:t.Color.YELLOW}});this.measureEntities.push(a);const c=t.Cartesian3.distance(s,o),l=t.Cartesian3.midpoint(s,o,new t.Cartesian3);this.addLabel(l,this.formatDistance(c));const d=t.Transforms.eastNorthUpToFixedFrame(s),h=t.Matrix4.inverse(d,new t.Matrix4),f=t.Matrix4.multiplyByPoint(h,o,new t.Cartesian3),p=f.x,u=f.y,m=f.z,C=t.Matrix4.getColumn(d,0,new t.Cartesian3),A=t.Matrix4.getColumn(d,1,new t.Cartesian3),b=t.Cartesian3.multiplyByScalar(C,p,new t.Cartesian3),I=t.Cartesian3.add(s,b,new t.Cartesian3),k=t.Cartesian3.multiplyByScalar(A,u,new t.Cartesian3),P=t.Cartesian3.add(I,k,new t.Cartesian3);if(this.viewer.scene.mode!==t.SceneMode.SCENE2D){const R=this.viewer.entities.add({polyline:{positions:[s,I],width:2,material:new t.PolylineDashMaterialProperty({color:t.Color.RED}),depthFailMaterial:new t.PolylineDashMaterialProperty({color:new t.Color(1,0,0,.5)})}}),T=this.viewer.entities.add({polyline:{positions:[I,P],width:2,material:new t.PolylineDashMaterialProperty({color:t.Color.GREEN}),depthFailMaterial:new t.PolylineDashMaterialProperty({color:new t.Color(0,1,0,.5)})}}),B=this.viewer.entities.add({polyline:{positions:[P,o],width:2,material:new t.PolylineDashMaterialProperty({color:t.Color.BLUE}),depthFailMaterial:new t.PolylineDashMaterialProperty({color:new t.Color(0,0,1,.5)})}});this.measureEntities.push(R,T,B)}this.onMeasure({type:"distance",dx:p,dy:u,dz:m,dist:c}),this.activePoints=[]}}else if(this.type==="angle"){if(this.activePoints.length===1)this.onMeasure(null);else if(this.activePoints.length===2)this.activeShape=this.viewer.entities.add({polyline:{positions:new t.CallbackProperty(()=>{if(this.activePoints.length<2)return[];const s=[...this.activePoints];return this.cursorPosition&&s.push(this.cursorPosition),s},!1),width:2,material:t.Color.YELLOW,depthFailMaterial:t.Color.YELLOW}}),this.measureEntities.push(this.activeShape);else if(this.activePoints.length===3){const s=this.activePoints[0],o=this.activePoints[1],a=this.activePoints[2];if(this.activeShape){this.viewer.entities.remove(this.activeShape);const l=this.viewer.entities.add({polyline:{positions:[s,o,a],width:2,material:t.Color.YELLOW,depthFailMaterial:t.Color.YELLOW}});this.measureEntities.push(l)}const c=this.calculateAngle(s,o,a);this.addLabel(o,`${c.toFixed(1)}°`),this.onMeasure({type:"angle",angle:c}),this.finish()}}else this.type==="area"&&this.activePoints.length===1&&(this.onMeasure(null),this.activeShape=this.viewer.entities.add({polygon:{hierarchy:new t.CallbackProperty(()=>{if(this.activePoints.length===0)return new t.PolygonHierarchy([]);const s=[...this.activePoints];return this.cursorPosition&&s.push(this.cursorPosition),new t.PolygonHierarchy(s)},!1),material:t.Color.YELLOW.withAlpha(.3),perPositionHeight:!0,outline:!0,outlineColor:t.Color.YELLOW,outlineWidth:2},polyline:{positions:new t.CallbackProperty(()=>{const s=[...this.activePoints];return this.cursorPosition&&(s.push(this.cursorPosition),s.push(s[0])),s},!1),width:2,material:t.Color.YELLOW,depthFailMaterial:t.Color.YELLOW,clampToGround:!1}}),this.measureEntities.push(this.activeShape))}updateFloatingPoint(e){const t=this.cesium;this.floatingPoint||(this.floatingPoint=this.viewer.entities.add({position:new t.CallbackProperty(()=>this.cursorPosition,!1),point:{pixelSize:5,color:t.Color.RED,disableDepthTestDistance:Number.POSITIVE_INFINITY}}))}finish(){const e=this.cesium;if(this.type==="distance"&&this.activePoints.length>1){let t=0;for(let s=0;s<this.activePoints.length-1;s++)t+=e.Cartesian3.distance(this.activePoints[s],this.activePoints[s+1]);const i=this.activePoints[this.activePoints.length-1];this.addLabel(i,`Total: ${this.formatDistance(t)}`)}else if(this.type==="area"&&this.activePoints.length>=3){const t=this.calculateArea(this.activePoints),i=this.calculateCenter(this.activePoints);this.addLabel(i,`面积: ${this.formatArea(t)}`),this.onMeasure({type:"area",area:t})}this.clearActive()}clearAll(){this.clear(),this.onMeasure(null)}clear(){this.clearActive(),this.measureEntities.forEach(e=>this.viewer.entities.remove(e)),this.measureEntities=[]}stop(){this.clearActive(),this.onMeasure(null)}destroy(){if(this.clear(),this.originalDoubleClickAction){const e=this.cesium;this.viewer.screenSpaceEventHandler.setInputAction(this.originalDoubleClickAction,e.ScreenSpaceEventType.LEFT_DOUBLE_CLICK),this.originalDoubleClickAction=null}}clearActive(){const e=this.cesium;if(this.handler&&(this.handler.destroy(),this.handler=null),this.tapTimeout&&(clearTimeout(this.tapTimeout),this.tapTimeout=null),this.lastTapTime=0,this.viewer.scene&&this.viewer.scene.screenSpaceCameraController&&!this.originalPickEnabled&&(this.viewer.scene.screenSpaceCameraController.enableInputs=!0),this.floatingPoint&&(this.viewer.entities.remove(this.floatingPoint),this.floatingPoint=null),this.snapIndicator&&(this.viewer.entities.remove(this.snapIndicator),this.snapIndicator=null),this.activeShape){if(this.type==="distance"){const t=[...this.activePoints];this.viewer.entities.remove(this.activeShape);const i=this.viewer.entities.add({polyline:{positions:t,width:2,material:e.Color.YELLOW,depthFailMaterial:e.Color.YELLOW}});this.measureEntities.push(i)}else if(this.type==="area"){const t=[...this.activePoints];this.viewer.entities.remove(this.activeShape);const i=this.viewer.entities.add({polygon:{hierarchy:new e.PolygonHierarchy(t),material:e.Color.YELLOW.withAlpha(.3),perPositionHeight:!0,outline:!0,outlineColor:e.Color.YELLOW,outlineWidth:2},polyline:{positions:[...t,t[0]],width:2,material:e.Color.YELLOW,depthFailMaterial:e.Color.YELLOW}});this.measureEntities.push(i)}this.activeShape=null}this.activePoints=[],this.type=null,this.cursorPosition=null}getPickPosition(e){const t=this.cesium;let i;try{i=this.viewer.scene.pickPosition(e)}catch{}if(!i||!t.defined(i)){const s=this.viewer.camera.getPickRay(e);s&&(i=this.viewer.scene.globe.pick(s,this.viewer.scene))}if((!i||!t.defined(i))&&(i=this.viewer.scene.camera.pickEllipsoid(e,this.viewer.scene.globe.ellipsoid)),!i||!t.defined(i))return null;if(this.isSnapping){const s=this.snapToVertex(e);if(s)i=s;else{const o=this.snapTo3DTileFeature(e);o&&(i=o)}}return this.isSnapping&&(this.snapIndicator||(this.snapIndicator=this.viewer.entities.add({position:new t.CallbackProperty(()=>this.cursorPosition,!1),point:{pixelSize:10,color:t.Color.GREEN.withAlpha(.5),outlineColor:t.Color.GREEN,outlineWidth:2,disableDepthTestDistance:Number.POSITIVE_INFINITY}}))),i}snapTo3DTileFeature(e){const t=this.cesium,i=10,s=[{x:0,y:0},{x:-i,y:0},{x:i,y:0},{x:0,y:-i},{x:0,y:i},{x:-i,y:-i},{x:i,y:-i},{x:-i,y:i},{x:i,y:i}];for(let o=0;o<s.length;o++){const a=s[o];if(!a)continue;const c=new t.Cartesian2(e.x+a.x,e.y+a.y);let l=null;try{l=this.viewer.scene.pick(c)}catch{}if(t.defined(l)&&(l instanceof t.Cesium3DTileFeature||l.primitive&&l.primitive instanceof t.PointPrimitive))try{const d=this.viewer.scene.pickPosition(c);if(d)return d}catch{}}return null}snapToVertex(e){const t=this.cesium,i=this.viewer.entities.values;let s=20,o=null;for(let a=0;a<i.length;a++){const c=i[a];if(!c.show)continue;let l=[];if(c.polyline&&c.polyline.positions){const d=c.polyline.positions.getValue(t.JulianDate.now());d&&(l=d)}else if(c.polygon&&c.polygon.hierarchy){const d=c.polygon.hierarchy.getValue(t.JulianDate.now());d&&d.positions&&(l=d.positions)}else if(c.position){const d=c.position.getValue(t.JulianDate.now());d&&(l=[d])}else if(c.rectangle&&c.rectangle.coordinates){const d=c.rectangle.coordinates.getValue(t.JulianDate.now());d&&(l=[t.Cartesian3.fromRadians(d.west,d.south),t.Cartesian3.fromRadians(d.east,d.south),t.Cartesian3.fromRadians(d.east,d.north),t.Cartesian3.fromRadians(d.west,d.north)])}for(let d=0;d<l.length;d++){const h=l[d];try{const f=this.viewer.scene.cartesianToCanvasCoordinates(h);if(f){const p=t.Cartesian2.distance(f,e);p<s&&(s=p,o=h)}}catch{}}}return o}addLabel(e,t){const i=this.cesium,s=this.viewer.entities.add({position:e,label:{text:t,font:"14px sans-serif",fillColor:i.Color.WHITE,style:i.LabelStyle.FILL_AND_OUTLINE,outlineWidth:2,verticalOrigin:i.VerticalOrigin.BOTTOM,pixelOffset:new i.Cartesian2(0,-10),disableDepthTestDistance:Number.POSITIVE_INFINITY,showBackground:!0,backgroundColor:new i.Color(0,0,0,.5)}});this.measureEntities.push(s)}formatDistance(e){return this.unit==="mm"?`${(e*1e3).toFixed(0)}mm`:this.unit==="cm"?`${(e*100).toFixed(1)}cm`:`${e.toFixed(2)}m`}calculateAngle(e,t,i){const s=this.cesium,o=s.Cartesian3.subtract(e,t,new s.Cartesian3),a=s.Cartesian3.subtract(i,t,new s.Cartesian3);s.Cartesian3.normalize(o,o),s.Cartesian3.normalize(a,a);const c=s.Cartesian3.dot(o,a),l=Math.max(-1,Math.min(1,c)),d=Math.acos(l);return s.Math.toDegrees(d)}calculateArea(e){const t=this.cesium;if(e.length<3)return 0;const i=e[0],s=new t.Cartesian3(0,0,0);for(let o=1;o<e.length-1;o++){const a=e[o],c=e[o+1],l=t.Cartesian3.subtract(a,i,new t.Cartesian3),d=t.Cartesian3.subtract(c,i,new t.Cartesian3),h=t.Cartesian3.cross(l,d,new t.Cartesian3);t.Cartesian3.add(s,h,s)}return t.Cartesian3.magnitude(s)*.5}calculateCenter(e){const t=this.cesium;if(!e||e.length===0)return null;let i=0,s=0,o=0;for(let a=0;a<e.length;a++)i+=e[a].x,s+=e[a].y,o+=e[a].z;return new t.Cartesian3(i/e.length,s/e.length,o/e.length)}formatArea(e){return e>1e6?`${(e/1e6).toFixed(2)} km²`:`${e.toFixed(2)} m²`}}const we=r.reactive({visible:!1,type:"info",title:"",description:"",closable:!1,showIcon:!0,duration:3});let Ae=null,al=null,ll=!1,ks=null,di=null,Ps=null;function Ey(){if(di||typeof document>"u")return;const n=`
29
+ `;this.promptDiv=window.document.createElement("div"),this.promptDiv.className=`easy3d-prompt ${this.opt.className}`,this.promptDiv.id=f,this.promptDiv.innerHTML=p,window.document.getElementById(r).appendChild(this.promptDiv);const m=window.document.getElementById(`prompt-close-${this.opt.id}`);let E=this;m&&m.addEventListener("click",A=>{E.hide(),E.opt.close&&E.opt.close()}),this.promptDom=window.document.getElementById(f),this.position=this.transPosition(this.opt.position),i==2&&this.bindRender(),this.opt.show==!1&&this.hide(),this.containerW=this.viewer.container.offsetWidth,this.containerH=this.viewer.container.offsetHeight,this.containerLeft=this.viewer.container.offsetLeft,this.containerTop=this.viewer.container.offsetTop,this.contentW=Math.ceil(Number(this.promptDom.offsetWidth)),this.contentH=this.promptDom.offsetHeight,this.opt.success&&this.opt.success()}destroy(){this.promptDiv&&(window.document.getElementById(this.viewer.container.id).removeChild(this.promptDiv),this.promptDiv=null),this.rendHandler&&(this.rendHandler(),this.rendHandler=null)}bindRender(){let e=this;this.rendHandler=this.viewer.scene.postRender.addEventListener(function(){if(!e.isShow&&e.promptDom){e.promptDom.style.display="none";return}if(e.position)if(e.position instanceof Cesium.Cartesian3){let t=Cesium.SceneTransforms.wgs84ToWindowCoordinates(e.viewer.scene,e.position);if(!t)return;new Cesium.EllipsoidalOccluder(e.viewer.scene.globe.ellipsoid,e.viewer.scene.camera.position).isPointVisible(e.position)?e.promptDom&&(e.promptDom.style.display="block"):e.promptDom&&(e.promptDom.style.display="none"),e.setByPX({x:t.x,y:t.y})}else e.setByPX({x:e.position.x,y:e.position.y})},this)}update(e,t){e instanceof Cesium.Cartesian3&&(this.position=e.clone(),e=Cesium.SceneTransforms.wgs84ToWindowCoordinates(this.viewer.scene,e)),this.contentW=Math.ceil(Number(this.promptDom.offsetWidth)),this.contentH=this.promptDom.offsetHeight,e&&this.setByPX(e),t&&this.setContent(t)}isInView(){if(!this.position)return!1;let e=null;this.position instanceof Cesium.Cartesian2?e=this.position:e=Cesium.SceneTransforms.wgs84ToWindowCoordinates(this.viewer.scene,this.position);const i=new Cesium.EllipsoidalOccluder(this.viewer.scene.globe.ellipsoid,this.viewer.scene.camera.position).isPointVisible(this.position);let s=!1;return e?(e.x>this.containerLeft&&e.x<this.containerLeft+this.containerW&&e.y>this.containerTop&&e.y<this.containerTop+this.containerH&&(s=!0),i&&s):s}setVisible(e){this.isInView(this.position)&&e?(this.isShow=!0,this.promptDom&&(this.promptDom.style.display="block")):(this.isShow=!1,this.promptDom&&(this.promptDom.style.display="none"))}show(){this.setVisible(!0)}hide(){this.setVisible(!1)}setContent(e){let t=window.document.getElementById(`prompt-content-${this.opt.id}`);t.innerHTML=e}setByPX(e){e&&this.promptDom&&(this.promptDom.offsetWidth,this.promptDom.offsetHeight,this.opt.type==1?(this.promptDom.style.left=Number(e.x)+Number(this.opt.offset.x||0)+"px",this.promptDom.style.top=Number(e.y)+Number(this.opt.offset.y||0)+"px"):(this.promptDom.style.left=Number(e.x)+Number(this.opt.offset.x||0)-Number(this.contentW)/2+"px",this.promptDom.style.top=Number(e.y)+Number(this.opt.offset.y||0)-Number(this.contentH)+"px"))}transPosition(e){let t;return Array.isArray(e)?t=Cesium.Cartesian3.fromDegrees(e[0],e[1],e[2]||0).clone():e instanceof Cesium.Cartesian3?t=e.clone():t=e,t}}const Qr=Object.freeze(Object.defineProperty({__proto__:null,default:ft},Symbol.toStringTag,{value:"Module"}));let ae={};ae.cartesianToLnglat=function(n,e){if(!n)return[];var t=Cesium.Cartographic.fromCartesian(n),i=Cesium.Math.toDegrees(t.latitude),s=Cesium.Math.toDegrees(t.longitude),r=t.height;return[s,i,r]},ae.getViewCenter=n=>{if(n){var e=n.camera.computeViewRectangle(),t=e.west/Math.PI*180,i=e.north/Math.PI*180,s=e.east/Math.PI*180,r=e.south/Math.PI*180;return[(s+t)/2,(i+r)/2]}},ae.cartesiansToLnglats=function(n,e){if(!(!n||n.length<1)){if(e=e||window.viewer,!e){console.log("util.cartesiansToLnglats方法缺少viewer对象");return}for(var t=[],i=0;i<n.length;i++)t.push(ae.cartesianToLnglat(n[i],e));return t}},ae.lnglatsToCartesians=function(n){if(!(!n||n.length<1)){for(var e=[],t=0;t<n.length;t++){var i=Cesium.Cartesian3.fromDegrees(n[t][0],n[t][1],n[t][2]||0);e.push(i)}return e}},ae.flyTo=function(n,e){if(!e){console.log("util.flyTo缺少viewer对象");return}n=n||{};let t=n.center;if(!t){console.log("缺少定位坐标!");return}if(t instanceof Cesium.Cartesian3&&e.camera.flyToBoundingSphere(new Cesium.BoundingSphere(t),{offset:new Cesium.HeadingPitchRange(Cesium.Math.toRadians(n.heading||0),Cesium.Math.toRadians(n.pitch||-60),n.range||1e4)}),t instanceof Array){var i=new Cesium.BoundingSphere(Cesium.Cartesian3.fromDegrees(t[0],t[1],t[2]));e.camera.flyToBoundingSphere(i,{offset:new Cesium.HeadingPitchRange(Cesium.Math.toRadians(n.heading||0),Cesium.Math.toRadians(n.pitch||-60),n.range||1e4)})}},ae.getCameraView=function(n){if(n=n||window.viewer,!n){console.log("util.getCameraView缺少viewer对象");return}var e=n.camera,t=e.position,i=e.heading,s=e.pitch,r=e.roll,a=Cesium.Cartographic.fromCartesian(t),c={x:Cesium.Math.toDegrees(a.longitude),y:Cesium.Math.toDegrees(a.latitude),z:a.height,heading:Cesium.Math.toDegrees(i),pitch:Cesium.Math.toDegrees(s),roll:Cesium.Math.toDegrees(r)};return c},ae.setCameraView=function(n,e){if(e=e||window.viewer,!e){console.log("util.setCameraView缺少viewer对象");return}if(n){var t=n.destination||Cesium.Cartesian3.fromDegrees(n.x,n.y,n.z);e.camera.flyTo({destination:t,orientation:{heading:Cesium.Math.toRadians(n.heading||0),pitch:Cesium.Math.toRadians(n.pitch||0),roll:Cesium.Math.toRadians(n.roll||0)},duration:n.duration===void 0?3:n.duration,complete:n.complete})}},ae.computeAreaOfTriangle=function(n,e,t){if(!n||!e||!t)return console.log("传入坐标有误!"),0;var i=Cesium.Cartesian3.distance(n,e),s=Cesium.Cartesian3.distance(e,t),r=Cesium.Cartesian3.distance(t,n),a=(i+s+r)/2;return Math.sqrt(a*(a-i)*(a-s)*(a-r))};class tt{constructor(e,t){this.viewer=e,this.style=t||{},this.objId=+(new Date().getTime()+""+Number(Math.random()*1e3).toFixed(0)),this.handler=void 0,this.modifyHandler=void 0,this.type="",this.positions=[],this.state=null,this.prompt=null,this.controlPoints=[],this.modifyPoint=null,this.entity=null,this.pointStyle={},this.promptStyle=this.style.prompt||{show:!0},this.properties={},this.clientScale=1}getCatesian3FromPX(e){if(e=this.transpx(e),this.viewer.scene.mode===Cesium.SceneMode.SCENE2D){let r=this.viewer.camera.getPickRay(e),a=null;return r&&(a=this.viewer.scene.globe.pick(r,this.viewer.scene)),a||(a=this.viewer.camera.pickEllipsoid(e,this.viewer.scene.globe.ellipsoid)),a}let t=this.viewer.scene.drillPick(e);this.viewer.scene.render();let i,s=!1;for(let r=0;r<t.length;r++)if(t[r]&&t[r].primitive&&t[r].primitive instanceof Cesium.Cesium3DTileset){s=!0;break}if(s)i=this.viewer.scene.pickPosition(e);else{let r=this.viewer.camera.getPickRay(e);if(!r)return null;i=this.viewer.scene.globe.pick(r,this.viewer.scene)}return i}setClientScale(e){e=e||1,this.clientScale=e}transpx(e){return{x:e.x/(this.clientScale||1),y:e.y/(this.clientScale||1)}}getEntity(){return this.entity}getPositions(e){return e?ae.cartesiansToLnglats(this.positions,this.viewer):this.positions}getLnglats(){return ae.cartesiansToLnglats(this.positions,this.viewer)}setOwnProp(e){this.entity&&(this.entity.ownProp=e)}remove(){this.entity&&(this.state="no",this.viewer.entities.remove(this.entity),this.entity=null)}setVisible(e){this.entity&&(this.entity.show=e)}forbidDrawWorld(e){this.viewer.scene.screenSpaceCameraController.enableRotate=!e,this.viewer.scene.screenSpaceCameraController.enableTilt=!e,this.viewer.scene.screenSpaceCameraController.enableTranslate=!e,this.viewer.scene.screenSpaceCameraController.enableInputs=!e}destroy(){this.handler&&(this.handler.destroy(),this.handler=null),this.modifyHandler&&(this.modifyHandler.destroy(),this.modifyHandler=null),this.entity&&(this.viewer.entities.remove(this.entity),this.entity=null),this.positions=[],this.style=null;for(var e=0;e<this.controlPoints.length;e++){var t=this.controlPoints[e];this.viewer.entities.remove(t)}this.controlPoints=[],this.modifyPoint=null,this.prompt&&(this.prompt.destroy(),this.prompt=null),this.state="no",this.forbidDrawWorld(!1)}startEdit(e){if(this.state=="startEdit"||this.state=="editing"||!this.entity)return;this.state="startEdit",this.modifyHandler||(this.modifyHandler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas));let t=this;for(let i=0;i<t.controlPoints.length;i++){let s=t.controlPoints[i];s&&(s.show=!0)}this.entity.show=!0,this.modifyHandler.setInputAction(function(i){if(!t.entity)return;let s=t.viewer.scene.pick(i.position);Cesium.defined(s)&&s.id&&(s.id.objId||(t.modifyPoint=s.id),t.forbidDrawWorld(!0))},Cesium.ScreenSpaceEventType.LEFT_DOWN),this.modifyHandler.setInputAction(function(i){if(t.positions.length<1||!t.modifyPoint)return;let s=t.getCatesian3FromPX(i.endPosition,t.viewer,[t.entity,t.modifyPoint]);s&&(t.modifyPoint.position.setValue(s),t.positions[t.modifyPoint.wz]=s,t.state="editing",e&&e())},Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.modifyHandler.setInputAction(function(i){t.modifyPoint&&(t.modifyPoint=null,t.forbidDrawWorld(!1),t.state="editing")},Cesium.ScreenSpaceEventType.LEFT_UP)}endEdit(e){for(let t=0;t<this.controlPoints.length;t++){let i=this.controlPoints[t];i&&(i.show=!1)}this.modifyHandler&&(this.modifyHandler.destroy(),this.modifyHandler=null,e&&e(this.entity)),this.forbidDrawWorld(!1),this.state="endEdit"}endCreate(){}done(){}createPoint(e){if(!e)return;this.pointStyle.color=this.pointStyle.color||Cesium.Color.CORNFLOWERBLUE,this.pointStyle.outlineColor=this.pointStyle.color||Cesium.Color.CORNFLOWERBLUE;let t=this.pointStyle.color instanceof Cesium.Color?this.pointStyle.color:Cesium.Color.fromCssColorString(this.pointStyle.color);t=t.withAlpha(this.pointStyle.colorAlpha||1);let i=this.pointStyle.outlineColor instanceof Cesium.Color?this.pointStyle.outlineColor:Cesium.Color.fromCssColorString(this.pointStyle.outlineColor);return i=i.withAlpha(this.pointStyle.outlineColorAlpha||1),this.viewer.entities.add({position:e,point:{pixelSize:this.pointStyle.property||10,color:t,outlineWidth:this.pointStyle.outlineWidth||0,outlineColor:i,disableDepthTestDistance:Number.POSITIVE_INFINITY},show:!1})}transfromLineMaterial(e){if(!e)return;let t={};if(e instanceof Cesium.Color){let i=e.color.getValue();t.colorAlpha=i.alpha,t.colorHex=new Cesium.Color(i.red,i.green,i.blue,1).toCssHexString()}return t}transfromGonMaterial(e){if(!e)return;let t={};if(e instanceof Cesium.Color){let i=e.color.getValue();t.colorAlpha=i.alpha,t.colorHex=new Cesium.Color(i.red,i.green,i.blue,1).toCssHexString()}return t}setAttr(e){this.properties.attr=e||{}}getAttr(){return this.properties.attr}zoomTo(){this.entity&&this.viewer.zoomTo(this.entity)}}const Pp="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAptJREFUOE+FVD1oU1EYvecVCU5acHFqsggKSlUcdDGZuvhToeAgYuIuaUcHMZ0c2+JuAg4dKrS6iFPiooMUAyqCS5PFTVpBKJKa4/nez817yateeOTm3vOd75zv3u/C5QySx50b3HMO89oupyBdzTvOHawBR3t5sRhfJH+tiqiu9X4UDJH80Tc169ywGCeZcY7CDZaB6b00hyckd6WKbW2WFLQoYCtPga0JW40I3Y6wt4T1alOE382OBuaBk7l20gnIHQkoyEFA5/YrQClUGhKS/YZ+FmVpVhuejNzXemhfwU4BWAUKywlxRBoYfguYkWohosXBruY14JS3Sf6Ik1CJpqRkaAe0ovSyeGJrRPrNiJr6ziu+K8LPCqBqdraYtdRPMms/GmRPxNiTGiP3g/ykcrELnKuKcNtAPeBCKHkU/EUKgw5wWvsJ4VcLFPbMGOG2HdBN4GJJhO9UVMju5VaacHxOfjClsux0AJd8kkj5+7LdEOAKRNgWoYEqGVBWbVvqoTpRiSsTicUhQidC0ZBvjFAXdE4WJwe5qUM7ovtmmGtmbWKQr0UYiHDOCF9JmdXwulTkgddj8O2JrkrQ5EuJQRW4URThhv2pAwvT+YTNotaLQO0fJXlhTaFTXrBTXlfA0CypPndy6vPU6nMVeOAvdDox+Tx0IA4V8G4n7pRnVht7XbRYi1swCiOfyIF7DDzMeUia1v8ftd8H7lvipPVs47dZOqb+1I2v+ReEbMSWGxnLZBgTPyYFK8molyMlK9aXpk6krgHU1/JqGmPN5qaipJplYMm7ytiISA9kn7LvevpVzwZSRmWnlAb6WNWeqX6r66SXacm78ZbHlahuChhaj1uL6TH146dmSsIW8ChTggRx6N06zO7/1v8CLeIaJJK0e+4AAAAASUVORK5CYII=";class Np extends tt{constructor(e,t){super(e,t),this.type="billboard",this.viewer=e;let i={verticalOrigin:Cesium.VerticalOrigin.BOTTOM,scale:1};this.style=Object.assign({},i,t||{}),this.entity=null,this.style.hasOwnProperty("image")||console.warn("CreateBillboard: 未在 style 中指定 image,后续将使用回退图或占位图。"),this.position=null,this._defaultFallback=Pp,this.prompt=null,this.modifyHandler=null,this._globalMouseUpHandler=null,this._isDragging=!1,this._editPickedEntity=null,this.controlPoints=[],this.modifyPoint=null,this._isScaling=!1,this._fileInput=null}_preloadImage(e,t=7e3){return new Promise((i,s)=>{if(!e)return s(new Error("empty url"));try{const r=new window.Image;r.crossOrigin="anonymous";let a=!1;const c=()=>{a||(a=!0,clearTimeout(d),i(r))},l=h=>{a||(a=!0,clearTimeout(d),s(new Error("image load error: "+e)))};r.onload=c,r.onerror=l;const d=setTimeout(()=>{a||(a=!0,r.onload=r.onerror=null,s(new Error("image load timeout: "+e)))},t);r.src=e}catch(r){s(r)}})}createBillboard(e){if(!e)return;const t=this.style.fallbackImage||this._defaultFallback,i=this.viewer.entities.add({position:e,billboard:{image:t,scale:this.style.scale||1,pixelOffset:this.style.pixelOffset,heightReference:this.style.heightReference==null?Cesium.HeightReference.CLAMP_TO_GROUND:Number(this.style.heightReference),verticalOrigin:Cesium.VerticalOrigin.BOTTOM,color:this.style.color?this.style.color instanceof Cesium.Color?this.style.color.withAlpha(this.style.colorAlpha||1):Cesium.Color.fromCssColorString(this.style.color).withAlpha(this.style.colorAlpha||1):Cesium.Color.WHITE}});i.objId=this.objId;const s=this.style.image;if(s)this._preloadImage(s,7e3).then(r=>{try{i.billboard.image=r,this.style.image=s}catch(a){console.warn("CreateBillboard: set billboard image element failed, fallback to url string",a);try{i.billboard.image=s}catch{}}try{this.viewer.scene.requestRender()}catch{}}).catch(r=>{console.error("CreateBillboard: image load failed:",r.message," URL:",s," 使用回退图:",t);try{this.viewer.scene.requestRender()}catch{}});else try{this.viewer.scene.requestRender()}catch{}return this.position=e.clone(),this.entity=i,i}updateBillboardImage(e){if(!this.entity||!this.entity.billboard)return;const t=this.style.fallbackImage||this._defaultFallback;if(!e){try{this.entity.billboard.image=t}catch{}this.style.image=t;try{this.viewer.scene.requestRender()}catch{}return}try{this.entity.billboard.image=t}catch{}this._preloadImage(e,7e3).then(i=>{try{this.entity.billboard.image=i}catch(s){console.warn("CreateBillboard: set billboard image element failed, fallback to url string",s);try{this.entity.billboard.image=e}catch{}}this.style.image=e;try{this.viewer.scene.requestRender()}catch{}}).catch(i=>{console.error("CreateBillboard: updateBillboardImage failed to load:",i.message," URL:",e);try{this.entity.billboard.image=t}catch{}this.style.image=t;try{this.viewer.scene.requestRender()}catch{}})}start(e){!this.prompt&&this.promptStyle.show&&(this.prompt=new ft(this.viewer,this.promptStyle)),this.state="startCreate";let t=this;this.handler||(this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas)),this.handler.setInputAction(function(i){let s=t.getCatesian3FromPX(i.position,t.viewer);if(s){if(t.position=s.clone(),t.entity=t.createBillboard(t.position),t.handler){try{t.handler.destroy()}catch{}t.handler=null}if(t.prompt){try{t.prompt.destroy()}catch{}t.prompt=null}t.state="endCreate",e&&e(t.entity)}},Cesium.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(function(i){t.prompt&&t.prompt.update&&t.prompt.update(i.endPosition,"单击新增"),t.state="creating"},Cesium.ScreenSpaceEventType.MOUSE_MOVE)}endCreate(){let e=this;if(e.handler){try{e.handler.destroy()}catch{}e.handler=null}if(e.prompt){try{e.prompt.destroy()}catch{}e.prompt=null}e.state="endCreate"}done(){this.state=="startCreate"?this.destroy():this.state=="creating"?this.destroy():(this.state=="startEdit"||this.state=="editing")&&this.endEdit()}createByPositions(e,t){if(!e)return;this.state="startCreate";let i=null;e instanceof Cesium.Cartesian3?i=e.clone():i=Cesium.Cartesian3.fromDegrees(Number(e[0]),Number(e[1]),Number(e[2]||0)),i&&(this.position=i.clone(),this.entity=this.createBillboard(this.position),t&&t(this.entity),this.state="endCreate")}setStyle(e){if(!e)return;let t=this.entity&&this.entity.billboard;if(t){if(e.image!=null&&this.updateBillboardImage(e.image),e.heightReference!=null){let i=1;e.heightReference==!0?i=1:i=Number(e.heightReference);try{t.heightReference=i}catch{}}if(e.scale!=null)try{t.scale=Number(e.scale)}catch{}if(e.color){let i=e.color instanceof Cesium.Color?e.color:Cesium.Color.fromCssColorString(e.color);i=i.withAlpha(e.colorAlpha||1);try{t.color=i}catch{}}}this.style=Object.assign(this.style,e)}getStyle(){let e={},t=this.entity&&this.entity.billboard;if(e.image=this.style.image,t&&t.heightReference)try{let i=t.heightReference.getValue();e.heightReference=Number(i)}catch{}if(t&&t.scale)try{e.scale=t.scale.getValue()}catch{}if(t&&t.color)try{let i=t.color.getValue();e.colorAlpha=i.alpha,e.color=new Cesium.Color(i.red,i.green,i.blue,1).toCssHexString()}catch{}return e}startEdit(e){if(this._cleanupEditState(),!this.entity)return;this.state="startEdit",this.controlPoints=[],this.showControlPoints(),this.modifyHandler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas);let t=this,i=null,s=!1;const r=()=>{if(s){if(s=!1,t.entity&&Cesium.defined(t.entity.position))try{t.position=t.entity.position.getValue(Cesium.JulianDate.now()).clone()}catch(a){console.warn("更新位置引用失败:",a)}i=null,t._isDragging=!1,t._editPickedEntity=null,t.modifyPoint=null;try{t.forbidDrawWorld(!1)}catch{}t.state="editing"}};window.addEventListener("mouseup",r,!0),this._globalMouseUpHandler=r,this.modifyHandler.setInputAction(function(a){const c=t.viewer.scene.pick(a.position);if(Cesium.defined(c)&&c.id){if(c.id===t.entity){i=c.id,s=!0,t._isDragging=!0,t._editPickedEntity=i,t.modifyPoint=null;try{t.forbidDrawWorld(!0)}catch{}}else if(t.controlPoints.includes(c.id)){t.modifyPoint=c.id,s=!0,t._isDragging=!0,i=t.entity;try{t.forbidDrawWorld(!0)}catch{}}}},Cesium.ScreenSpaceEventType.LEFT_DOWN),this.modifyHandler.setInputAction(function(a){if(!s)return;let c=t.getCatesian3FromPX(a.endPosition,t.viewer);if(c){if(Cesium.defined(i)){try{i.position.setValue(c)}catch{i.position=c}t.position=c.clone(),t.controlPoints&&t.controlPoints.length>0&&t.controlPoints.forEach(l=>{try{l.position.setValue(c)}catch(d){console.warn("更新控制点位置失败:",d);try{l.position=c.clone()}catch(h){console.error("重新设置控制点位置失败:",h)}}})}t.state="editing",e&&e()}},Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.modifyHandler.setInputAction(function(){if(s){if(s=!1,t.entity&&Cesium.defined(t.entity.position))try{t.position=t.entity.position.getValue(Cesium.JulianDate.now()).clone()}catch(a){console.warn("更新位置引用失败:",a)}t._isDragging=!1,t._editPickedEntity=null,t.modifyPoint=null;try{t.forbidDrawWorld(!1)}catch{}t.state="editing"}},Cesium.ScreenSpaceEventType.LEFT_UP),this.modifyHandler.setInputAction(function(){if(t._isScaling){t._isScaling=!1,t._isDragging=!1,t._scalingControlPoint=null,delete t._initialScale,delete t._initialMousePosition,t.viewer.canvas.style.cursor="",t._hideScaleHint();try{t.forbidDrawWorld(!1)}catch{}}if(s){s=!1,t._isDragging=!1,t._editPickedEntity=null,t.modifyPoint=null;try{t.forbidDrawWorld(!1)}catch{}}if(t.hideControlPoints(),t.modifyHandler){try{t.modifyHandler.destroy()}catch{}t.modifyHandler=null}t._globalMouseUpHandler&&(window.removeEventListener("mouseup",t._globalMouseUpHandler,!0),t._globalMouseUpHandler=null),t.state="endEdit"},Cesium.ScreenSpaceEventType.RIGHT_CLICK),this.modifyHandler.setInputAction(function(a){const c=t.viewer.scene.pick(a.position);Cesium.defined(c)&&c.id===t.entity&&t._handleDoubleClick()},Cesium.ScreenSpaceEventType.LEFT_DOUBLE_CLICK)}createControlPoint(e){return e?this.viewer.entities.add({position:e,point:{pixelSize:8,color:Cesium.Color.WHITE,outlineColor:Cesium.Color.BLACK,outlineWidth:2,disableDepthTestDistance:Number.MAX_VALUE}}):null}createYellowControlPoint(e){if(!e)return null;const t=this.viewer.entities.add({position:e,point:{pixelSize:10,color:Cesium.Color.YELLOW,outlineColor:Cesium.Color.BLACK,outlineWidth:2,disableDepthTestDistance:Number.MAX_VALUE}});return t.isYellowControl=!0,t}createScaleControlPoint(e,t){if(!e)return null;let i=Cesium.Color.GREEN;t==="bottomLeft"&&(i=Cesium.Color.BLUE);const s=this.viewer.entities.add({position:e,point:{pixelSize:10,color:i,outlineColor:Cesium.Color.BLACK,outlineWidth:2,disableDepthTestDistance:Number.MAX_VALUE}});return s.isScaleControl=!0,s.corner=t,s}_calculateSpecialPosition(e){return this._calculateCornerPosition(e,"bottomRight")}_calculateCornerPosition(e,t){if(!e)return null;const s=50*(this.style.scale||1),r=this.viewer.camera,a=new Cesium.Cartesian3,c=new Cesium.Cartesian3,l=new Cesium.Cartesian3;Cesium.Cartesian3.clone(r.direction,a),Cesium.Cartesian3.clone(r.right,c),Cesium.Cartesian3.clone(r.up,l),Cesium.Cartesian3.normalize(a,a),Cesium.Cartesian3.normalize(c,c),Cesium.Cartesian3.normalize(l,l);const d=new Cesium.Cartesian3;Cesium.Cartesian3.multiplyByScalar(c,s,d),Cesium.Cartesian3.multiplyByScalar(l,s,l),Cesium.Cartesian3.add(d,l,d);const h=new Cesium.Ray(e,a),f=this.viewer.scene.globe.pick(h,this.viewer.scene),u=Cesium.Cartesian3.distance(e,f||e)*.001;return Cesium.Cartesian3.multiplyByScalar(d,u,d),Cesium.Cartesian3.add(e,d,new Cesium.Cartesian3)}showControlPoints(){if(this.controlPoints=this.controlPoints||[],this._isDragging){this.position&&this.controlPoints.length>0&&this.controlPoints.forEach(e=>{try{e.position.setValue(this.position)}catch{try{e.position=this.position.clone()}catch(i){console.warn("更新拖拽中控制点位置失败:",i)}}});return}if(this.controlPoints.length>0&&([...this.controlPoints].forEach(t=>{try{this.viewer&&this.viewer.entities&&t&&this.viewer.entities.remove(t)}catch(i){console.warn("移除控制点失败:",i)}}),this.controlPoints.length=0),this.position&&this.viewer&&!this._isDragging){const e=this.createControlPoint(this.position);e&&(e.wz=0,this.controlPoints.push(e))}}hideControlPoints(){this.controlPoints&&Array.isArray(this.controlPoints)&&this.controlPoints.length>0?([...this.controlPoints].forEach(t=>{try{this.viewer&&this.viewer.entities&&t&&this.viewer.entities.remove(t)}catch(i){console.warn("移除控制点失败:",i)}}),this.controlPoints.length=0):(!this.controlPoints||!Array.isArray(this.controlPoints))&&(this.controlPoints=[]),this.topRightControlPoint=null,this.bottomLeftControlPoint=null,this.scaleControlPoint=null,this.modifyPoint=null}endEdit(e){if(this.hideControlPoints(),this.modifyHandler){try{this.modifyHandler.destroy()}catch{}this.modifyHandler=null}if(this._globalMouseUpHandler){try{window.removeEventListener("mouseup",this._globalMouseUpHandler,!0)}catch{}this._globalMouseUpHandler=null}try{this.forbidDrawWorld(!1)}catch{}this.viewer&&this.viewer.canvas&&(this.viewer.canvas.style.cursor=""),this._isDragging=!1,this._editPickedEntity=null,this.modifyPoint=null,this.state="endEdit",e&&e(this.entity)}_cleanupEditState(){if(this._globalMouseUpHandler){try{window.removeEventListener("mouseup",this._globalMouseUpHandler,!0)}catch{}this._globalMouseUpHandler=null}if(this.modifyHandler){try{this.modifyHandler.destroy()}catch{}this.modifyHandler=null}this.controlPoints=this.controlPoints||[],this.hideControlPoints(),this._isDragging=!1,this._editPickedEntity=null,this.modifyPoint=null;try{this.forbidDrawWorld(!1)}catch{}}_showScaleHint(e){this._scaleHintElement||(this._scaleHintElement=document.createElement("div"),this._scaleHintElement.style.position="absolute",this._scaleHintElement.style.background="rgba(0, 0, 0, 0.7)",this._scaleHintElement.style.color="white",this._scaleHintElement.style.padding="4px 8px",this._scaleHintElement.style.borderRadius="4px",this._scaleHintElement.style.fontSize="12px",this._scaleHintElement.style.pointerEvents="none",this._scaleHintElement.style.zIndex="10000",document.body.appendChild(this._scaleHintElement)),this._scaleHintElement.textContent=`缩放: ${e.toFixed(2)}x`,this._scaleHintElement.style.left=`${window.event.clientX+10}px`,this._scaleHintElement.style.top=`${window.event.clientY-30}px`,this._scaleHintElement.style.display="block"}_hideScaleHint(){this._scaleHintElement&&(this._scaleHintElement.style.display="none")}move(e){if(!this.entity)return;let t=null;e instanceof Cesium.Cartesian3?t=e:t=Cesium.Cartesian3.fromDegrees(Number(e[0]),Number(e[1]),Number(e[2]||0));try{this.entity.position.setValue(t.clone())}catch{this.entity.position=t.clone()}this.position=t.clone(),this.state="editing"}_createFileInput(){if(this._fileInput)return this._fileInput;const e=document.createElement("input");return e.type="file",e.accept="image/*",e.style.display="none",e.onchange=t=>{this._handleFileUpload(t)},document.body.appendChild(e),this._fileInput=e,e}_handleFileUpload(e){const t=e.target.files[0];if(!t)return;if(!t.type.match("image.*")){console.warn("请选择有效的图片文件");return}const i=new FileReader;i.onload=s=>{this.updateBillboardImage(s.target.result),this._fileInput&&(this._fileInput.value="")},i.onerror=s=>{console.error("文件读取失败:",s)},i.readAsDataURL(t)}_handleDoubleClick(){this._createFileInput().click()}editImage(e){return e?(this.updateBillboardImage(e),!0):(console.warn("CreateBillboard.editImage: 未提供有效的图片URL"),!1)}remove(){try{this.endEdit()}catch{}if(this.entity){this.state="no";try{this.viewer.entities.remove(this.entity)}catch{}this.entity=null}}getPositions(e){return e?ae.cartesianToLnglat(this.position,this.viewer):this.position}getLnglats(){return this.getPositions(!0)}setPosition(e){let t=null;e instanceof Cesium.Cartesian3?t=e:t=Cesium.Cartesian3.fromDegrees(e[0],e[1],e[2]||0);try{this.entity.position.setValue(t.clone())}catch{this.entity.position=t.clone()}this.position=t.clone()}destroy(){try{this.endEdit()}catch{}if(this.handler){try{this.handler.destroy()}catch{}this.handler=null}if(this.entity){try{this.viewer.entities.remove(this.entity)}catch{}this.entity=null}if(this.prompt){try{this.prompt.destroy()}catch{}this.prompt=null}this.position=null,this.state="no",this._isDragging=!1,this._editPickedEntity=null}}class Fp extends tt{constructor(e,t){super(e,t),this.type="circle",this.viewer=e,this.style=t||{},this.center=null,this.radiusPoint=null,this.radiusPointEntity=null,this.entity=null,this.handler=null,this.modifyHandler=null,this.modifyPoint=null,this._dragStartCart=null,this._dragStartCartCarto=null,this.pointsCount=64}start(e){!this.prompt&&this.promptStyle?.show&&(this.prompt=new ft(this.viewer,this.promptStyle)),this.state="startCreate",this.handler||(this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas));const t=this;this.handler.setInputAction(function(i){const s=t.getCatesian3FromPX(i.position,t.viewer,[]);s&&(t.entity?(t.endCreate(),e&&e(t.entity)):(t.center=s.clone(),t.radiusPoint=s.clone(),t.entity=t._createPolyline(),t.radiusPointEntity=t.createPoint(t.radiusPoint),t.radiusPointEntity.typeAttr="radius",t.radiusPointEntity.show=!1))},Cesium.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(function(i){if(!t.entity){t.prompt?.update(i.endPosition,"单击开始绘制");return}t.prompt?.update(i.endPosition,"单击结束");const s=t.getCatesian3FromPX(i.endPosition,t.viewer,[]);s&&(t.radiusPoint=s.clone(),t._updatePolyline(),t._updateAuxPoints(),t.state="creating")},Cesium.ScreenSpaceEventType.MOUSE_MOVE)}endCreate(){this.handler?.destroy(),this.handler=null,this.radiusPointEntity&&(this.radiusPointEntity.show=!1),this.prompt?.destroy(),this.prompt=null,this.state="endCreate"}startEdit(e){if(!this.entity)return;this.state="startEdit",this.modifyHandler||(this.modifyHandler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas));const t=this;this.radiusPointEntity&&(this.radiusPointEntity.show=!0),this.modifyHandler.setInputAction(function(i){const s=t.viewer.scene.pick(i.position);if(!s?.id)return;t.modifyPoint=s.id;const r=t.getCatesian3FromPX(i.position,t.viewer,[t.entity,t.modifyPoint]);r&&(t._dragStartCart=r,t._dragStartCartCarto=Cesium.Ellipsoid.WGS84.cartesianToCartographic(r),t.forbidDrawWorld(!0))},Cesium.ScreenSpaceEventType.LEFT_DOWN),this.modifyHandler.setInputAction(function(i){if(!t.modifyPoint)return;const s=t.getCatesian3FromPX(i.endPosition,t.viewer,[t.entity,t.modifyPoint]);s&&(t.modifyPoint.typeAttr==="radius"&&(t.radiusPoint=s.clone()),t._updatePolyline(),t._updateAuxPoints(),e&&e(),t.state="editing")},Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.modifyHandler.setInputAction(function(){t.modifyPoint=null,t._dragStartCart=null,t._dragStartCartCarto=null,t.forbidDrawWorld(!1),t._updatePolyline(),e&&e(t.entity),t.state="editing"},Cesium.ScreenSpaceEventType.LEFT_UP)}endEdit(e){this.radiusPointEntity&&(this.radiusPointEntity.show=!1),this.modifyHandler?.destroy(),this.modifyHandler=null,this.forbidDrawWorld(!1),this.state="endEdit",e&&e(this.entity)}_createPolyline(){const e=this,t=this.viewer.entities.add({polyline:{positions:new Cesium.CallbackProperty(()=>e._buildCirclePositions(),!1),width:this.style.outlineWidth||this.style.width||5,material:this.style.color instanceof Cesium.Color?this.style.color:Cesium.Color.fromCssColorString(this.style.color||"#00FF00"),clampToGround:!1}});return t._plotInstance=this,t.objId=this.objId,t}_updatePolyline(){if(!this.entity)return;const e=this._buildCirclePositions();try{const t=this.entity.polyline.positions;if(t&&typeof t.getValue=="function")return;if(t&&typeof t.setValue=="function"){t.setValue(e);return}this.entity.polyline.positions=e}catch{this.entity.polyline.positions=e}}_buildCirclePositions(){if(!this.center||!this.radiusPoint)return[];const e=[],t=Cesium.Ellipsoid.WGS84,i=t.cartesianToCartographic(this.center),s=t.cartesianToCartographic(this.radiusPoint),r=Math.abs(s.longitude-i.longitude),a=Math.abs(s.latitude-i.latitude);for(let c=0;c<=this.pointsCount;c++){const l=c/this.pointsCount*Math.PI*2,d=i.longitude+r*Math.cos(l),h=i.latitude+a*Math.sin(l);e.push(Cesium.Cartesian3.fromRadians(d,h))}return e}_updateAuxPoints(){!this.radiusPoint||!this.radiusPointEntity||(this.radiusPointEntity.position=this.radiusPoint)}syncFromEntity(){if(!this.entity||!this.center||!this.radiusPoint)return;const e=this.center,t=this.entity._centerCoord;if(!t)return;const i=t.x-e.x,s=t.y-e.y,r=t.z-e.z;this.center=new Cesium.Cartesian3(this.center.x+i,this.center.y+s,this.center.z+r),this.radiusPoint=new Cesium.Cartesian3(this.radiusPoint.x+i,this.radiusPoint.y+s,this.radiusPoint.z+r);const a=this.entity.objId,c=this.entity._plotInstance;this.radiusPointEntity&&this.viewer.entities.remove(this.radiusPointEntity),this.radiusPointEntity=null,this.viewer.entities.remove(this.entity),this.entity=this._createPolyline(),this.entity._plotInstance=c,this.entity.objId=a,this.radiusPointEntity=this.createPoint(this.radiusPoint),this.radiusPointEntity.typeAttr="radius",this.radiusPointEntity.show=this.state==="editing"}updatePositions(e){if(!e||e.length<1)return!1;try{if(!this.center||!this.radiusPoint)return!1;let t;if(e[0]instanceof Cesium.Cartesian3)t=e[0];else return!1;this.center=Cesium.Cartesian3.add(this.center,t,new Cesium.Cartesian3),this.radiusPoint=Cesium.Cartesian3.add(this.radiusPoint,t,new Cesium.Cartesian3),this._updatePolyline(),this._updateAuxPoints();try{this.viewer.scene.requestRender()}catch{}return!0}catch(t){return console.warn("Failed to update circle positions:",t),!1}}getPositions(e){return e?ae.cartesiansToLnglats([this.center,this.radiusPoint],this.viewer):[this.center,this.radiusPoint]}getStyle(){const e=this.entity.polyline,t=e.material.color.getValue();return{color:new Cesium.Color(t.red,t.green,t.blue,1).toCssHexString(),colorAlpha:t.alpha,outlineWidth:e.width.getValue()}}setStyle(e){if(!this.entity)return;const t={...this.style,...e};let i=t.color instanceof Cesium.Color?t.color:Cesium.Color.fromCssColorString(t.color||"#00FF00");t.colorAlpha!=null&&(i=i.withAlpha(t.colorAlpha)),this.entity.polyline.material=i,this.entity.polyline.width=t.outlineWidth||t.width||5,this.style=t}destroy(){try{this.handler?.destroy(),this.modifyHandler?.destroy(),this.entity&&this.viewer.entities.remove(this.entity),this.entity=null,this.radiusPointEntity&&this.viewer.entities.remove(this.radiusPointEntity),this.radiusPointEntity=null,this.prompt?.destroy(),this.prompt=null}catch{}}_manageRadiusPointEntity(){this.radiusPointEntity?this.radiusPoint&&(this.radiusPointEntity.position=this.radiusPoint):(this.radiusPointEntity=this.createPoint(this.radiusPoint),this.radiusPointEntity&&(this.radiusPointEntity.typeAttr="radius",this.radiusPointEntity.show=!1))}createByPositions(e,t){try{if(!e||e.length===0)return console.error("createByPositions: positions array is empty or undefined"),t&&t(null),this;const i=e[0]instanceof Cesium.Cartesian3?e:ae.lnglatsToCartesians(e);if(!i||i.length===0)return console.error("createByPositions: failed to convert positions to Cartesian3"),t&&t(null),this;if(i.length>=2)this.center=Cesium.Cartesian3.clone(i[0]),this.radiusPoint=Cesium.Cartesian3.clone(i[1]);else if(i.length===1)this.center=Cesium.Cartesian3.clone(i[0]),this._createDefaultRadiusPoint();else return console.error("createByPositions: invalid positions array"),t&&t(null),this;this.entity?this._updatePolyline():this.entity=this._createPolyline(),this._manageRadiusPointEntity(),this._updateAuxPoints(),this.state="endCreate";try{this.viewer.scene.requestRender()}catch(s){console.error("requestRender error:",s)}return t&&t(this.entity),this}catch(i){return console.error("createByPositions error:",i),t&&t(null),this}}}class Rp extends tt{constructor(e,t){if(super(e,t),this.type="gltfModel",t=t||{},this.viewer=e,!t.uri){console.warn("请输入模型地址!");return}let i={heading:0,pitch:0,roll:0,minimumPixelSize:24,maximumScale:120};this.style=Object.assign(i,t||{}),this.modelUri=t.uri,this.entity=null}start(e){!this.prompt&&this.promptStyle.show&&(this.prompt=new ft(this.viewer,this.promptStyle)),this.state="startCreate";let t=this;this.handler||(this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas)),this.handler.setInputAction(function(i){let s=t.getCatesian3FromPX(i.position,t.viewer);s&&(t.entity.position=s,t.position=s.clone()),t.endCreate(),e&&e(t.entity)},Cesium.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(function(i){t.prompt.update(i.endPosition,"单击新增"),t.state="creating";let s=t.getCatesian3FromPX(i.endPosition,t.viewer,[t.entity]);s&&(t.entity?t.entity.position=s:t.entity=t.createGltfModel(s.clone()))},Cesium.ScreenSpaceEventType.MOUSE_MOVE)}createByPositions(e,t){e&&(this.state="startCreate",e instanceof Cesium.Cartesian3?this.position=e:this.position=Cesium.Cartesian3.fromDegrees(e[0],e[1],e[2]||0),this.entity=this.createGltfModel(this.position),t(this.entity),this.state="endCreate")}startEdit(e){if(this.state=="startEdit"||this.state=="editing")return;this.modifyHandler||(this.modifyHandler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas));let t=this,i;this.state="startEdit",this.modifyHandler.setInputAction(function(s){let r=t.viewer.scene.pick(s.position);Cesium.defined(r)&&r.id&&(i=r.id,t.forbidDrawWorld(!0))},Cesium.ScreenSpaceEventType.LEFT_DOWN),this.modifyHandler.setInputAction(function(s){if(!i)return;let r=t.getCatesian3FromPX(s.endPosition,t.viewer,[t.entity]);r&&(t.entity&&(t.entity.position.setValue(r),t.position=r.clone()),t.state="editing",e&&e())},Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.modifyHandler.setInputAction(function(s){i&&(t.forbidDrawWorld(!1),t.modifyHandler&&(t.modifyHandler.destroy(),t.modifyHandler=null),t.state="editing")},Cesium.ScreenSpaceEventType.LEFT_UP)}endCreate(){let e=this;e.state="endCreate",e.handler&&(e.handler.destroy(),e.handler=null),e.prompt&&(e.prompt.destroy(),e.prompt=null)}done(){this.state=="startCreate"?this.destroy():this.state=="creating"?this.destroy():(this.state=="startEdit"||this.state=="editing")&&this.endEdit()}endEdit(e){this.modifyHandler&&(this.modifyHandler.destroy(),this.modifyHandler=null,e&&e(this.entity)),this.forbidDrawWorld(!1),this.state="endEdit"}createGltfModel(e){if(!e)return;let t=Cesium.Math.toRadians(this.style.heading),i=Cesium.Math.toRadians(this.style.pitch),s=Cesium.Math.toRadians(this.style.roll),r=new Cesium.HeadingPitchRoll(t,i,s),a=Cesium.Transforms.headingPitchRollQuaternion(e,r),c=this.viewer.entities.add({position:e,orientation:a,model:{uri:this.modelUri,minimumPixelSize:this.style.minimumPixelSize,maximumScale:this.style.maximumScale,scale:this.style.scale||1,heightReference:this.style.heightReference}});return c.objId=this.objId,c}getPositions(e){return e?ae.cartesianToLnglat(this.position,this.viewer):this.position}getStyle(){let e={},t=this.entity.model;e.minimumPixelSize=t.minimumPixelSize.getValue();let i=this.entity.orientation.getValue(),s=this.entity.position.getValue(this.viewer.clock.currentTime),r=ae.oreatationToHpr(s.clone(),i,!0)||{};e.heading=(r.heading||0)<360?r.heading+360:r.heading,e.pitch=r.pitch||0,e.roll=r.roll||0,e.scale=t.scale.getValue(),e.uri=t.uri.getValue();let a=this.entity.heightReference&&this.entity.heightReference.getValue();return a!=null&&(e.heightReference=Number(a)),e}setStyle(e){e&&(this.setOrientation(e.heading,e.pitch,e.roll),this.entity.model.scale.setValue(e.scale==null?1:e.scale),e.uri&&this.entity.model.uri.setValue(e.uri),e.heightReference!=null&&this.entity.model.heightReference.setValue(Number(e.heightReference)),this.style=Object.assign(this.style,e))}setOrientation(e,t,i){e=e||0,t=t||0,i=i||0,this.style.heading=e,this.style.pitch=t,this.style.roll=i;var s=Cesium.Math.toRadians(e||0),r=Cesium.Math.toRadians(t||0),a=Cesium.Math.toRadians(i||0),c=new Cesium.HeadingPitchRoll(s,r,a),l=this.entity.position._value,d=Cesium.Transforms.headingPitchRollQuaternion(l,c);this.entity&&(this.entity.orientation=d)}remove(){this.entity&&(this.state="no",this.viewer.entities.remove(this.entity),this.entity=null)}destroy(){this.handler&&(this.handler.destroy(),this.handler=null),this.modifyHandler&&(this.modifyHandler.destroy(),this.modifyHandler=null),this.entity&&(this.viewer.entities.remove(this.entity),this.entity=null),this.style=null,this.prompt&&(this.prompt.destroy(),this.prompt=null)}}String.prototype.codePointAt||(function(){var n=(function(){try{var t={},i=Object.defineProperty,s=i(t,t,t)&&i}catch{}return s})(),e=function(t){if(this==null)throw TypeError();var i=String(this),s=i.length,r=t?Number(t):0;if(r!=r&&(r=0),!(r<0||r>=s)){var a=i.charCodeAt(r),c;return a>=55296&&a<=56319&&s>r+1&&(c=i.charCodeAt(r+1),c>=56320&&c<=57343)?(a-55296)*1024+c-56320+65536:a}};n?n(String.prototype,"codePointAt",{value:e,configurable:!0,writable:!0}):String.prototype.codePointAt=e})();function Yt(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var ds,Vr;function Lp(){if(Vr)return ds;Vr=1;var n=0,e=-3;function t(){this.table=new Uint16Array(16),this.trans=new Uint16Array(288)}function i(g,R){this.source=g,this.sourceIndex=0,this.tag=0,this.bitcount=0,this.dest=R,this.destLen=0,this.ltree=new t,this.dtree=new t}var s=new t,r=new t,a=new Uint8Array(30),c=new Uint16Array(30),l=new Uint8Array(30),d=new Uint16Array(30),h=new Uint8Array([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),f=new t,p=new Uint8Array(320);function u(g,R,v,M){var L,V;for(L=0;L<v;++L)g[L]=0;for(L=0;L<30-v;++L)g[L+v]=L/v|0;for(V=M,L=0;L<30;++L)R[L]=V,V+=1<<g[L]}function m(g,R){var v;for(v=0;v<7;++v)g.table[v]=0;for(g.table[7]=24,g.table[8]=152,g.table[9]=112,v=0;v<24;++v)g.trans[v]=256+v;for(v=0;v<144;++v)g.trans[24+v]=v;for(v=0;v<8;++v)g.trans[168+v]=280+v;for(v=0;v<112;++v)g.trans[176+v]=144+v;for(v=0;v<5;++v)R.table[v]=0;for(R.table[5]=32,v=0;v<32;++v)R.trans[v]=v}var E=new Uint16Array(16);function A(g,R,v,M){var L,V;for(L=0;L<16;++L)g.table[L]=0;for(L=0;L<M;++L)g.table[R[v+L]]++;for(g.table[0]=0,V=0,L=0;L<16;++L)E[L]=V,V+=g.table[L];for(L=0;L<M;++L)R[v+L]&&(g.trans[E[R[v+L]]++]=L)}function b(g){g.bitcount--||(g.tag=g.source[g.sourceIndex++],g.bitcount=7);var R=g.tag&1;return g.tag>>>=1,R}function w(g,R,v){if(!R)return v;for(;g.bitcount<24;)g.tag|=g.source[g.sourceIndex++]<<g.bitcount,g.bitcount+=8;var M=g.tag&65535>>>16-R;return g.tag>>>=R,g.bitcount-=R,M+v}function B(g,R){for(;g.bitcount<24;)g.tag|=g.source[g.sourceIndex++]<<g.bitcount,g.bitcount+=8;var v=0,M=0,L=0,V=g.tag;do M=2*M+(V&1),V>>>=1,++L,v+=R.table[L],M-=R.table[L];while(M>=0);return g.tag=V,g.bitcount-=L,R.trans[v+M]}function D(g,R,v){var M,L,V,k,C,y;for(M=w(g,5,257),L=w(g,5,1),V=w(g,4,4),k=0;k<19;++k)p[k]=0;for(k=0;k<V;++k){var I=w(g,3,0);p[h[k]]=I}for(A(f,p,0,19),C=0;C<M+L;){var P=B(g,f);switch(P){case 16:var F=p[C-1];for(y=w(g,2,3);y;--y)p[C++]=F;break;case 17:for(y=w(g,3,3);y;--y)p[C++]=0;break;case 18:for(y=w(g,7,11);y;--y)p[C++]=0;break;default:p[C++]=P;break}}A(R,p,0,M),A(v,p,M,L)}function N(g,R,v){for(;;){var M=B(g,R);if(M===256)return n;if(M<256)g.dest[g.destLen++]=M;else{var L,V,k,C;for(M-=257,L=w(g,a[M],c[M]),V=B(g,v),k=g.destLen-w(g,l[V],d[V]),C=k;C<k+L;++C)g.dest[g.destLen++]=g.dest[C]}}}function S(g){for(var R,v,M;g.bitcount>8;)g.sourceIndex--,g.bitcount-=8;if(R=g.source[g.sourceIndex+1],R=256*R+g.source[g.sourceIndex],v=g.source[g.sourceIndex+3],v=256*v+g.source[g.sourceIndex+2],R!==(~v&65535))return e;for(g.sourceIndex+=4,M=R;M;--M)g.dest[g.destLen++]=g.source[g.sourceIndex++];return g.bitcount=0,n}function x(g,R){var v=new i(g,R),M,L,V;do{switch(M=b(v),L=w(v,2,0),L){case 0:V=S(v);break;case 1:V=N(v,s,r);break;case 2:D(v,v.ltree,v.dtree),V=N(v,v.ltree,v.dtree);break;default:V=e}if(V!==n)throw new Error("Data error")}while(!M);return v.destLen<v.dest.length?typeof v.dest.slice=="function"?v.dest.slice(0,v.destLen):v.dest.subarray(0,v.destLen):v.dest}return m(s,r),u(a,c,4,3),u(l,d,2,1),a[28]=0,c[28]=258,ds=x,ds}var Op=Lp();const Up=Yt(Op);function zt(n,e,t,i,s){return Math.pow(1-s,3)*n+3*Math.pow(1-s,2)*s*e+3*(1-s)*Math.pow(s,2)*t+Math.pow(s,3)*i}function pt(){this.x1=Number.NaN,this.y1=Number.NaN,this.x2=Number.NaN,this.y2=Number.NaN}pt.prototype.isEmpty=function(){return isNaN(this.x1)||isNaN(this.y1)||isNaN(this.x2)||isNaN(this.y2)},pt.prototype.addPoint=function(n,e){typeof n=="number"&&((isNaN(this.x1)||isNaN(this.x2))&&(this.x1=n,this.x2=n),n<this.x1&&(this.x1=n),n>this.x2&&(this.x2=n)),typeof e=="number"&&((isNaN(this.y1)||isNaN(this.y2))&&(this.y1=e,this.y2=e),e<this.y1&&(this.y1=e),e>this.y2&&(this.y2=e))},pt.prototype.addX=function(n){this.addPoint(n,null)},pt.prototype.addY=function(n){this.addPoint(null,n)},pt.prototype.addBezier=function(n,e,t,i,s,r,a,c){const l=[n,e],d=[t,i],h=[s,r],f=[a,c];this.addPoint(n,e),this.addPoint(a,c);for(let p=0;p<=1;p++){const u=6*l[p]-12*d[p]+6*h[p],m=-3*l[p]+9*d[p]-9*h[p]+3*f[p],E=3*d[p]-3*l[p];if(m===0){if(u===0)continue;const B=-E/u;0<B&&B<1&&(p===0&&this.addX(zt(l[p],d[p],h[p],f[p],B)),p===1&&this.addY(zt(l[p],d[p],h[p],f[p],B)));continue}const A=Math.pow(u,2)-4*E*m;if(A<0)continue;const b=(-u+Math.sqrt(A))/(2*m);0<b&&b<1&&(p===0&&this.addX(zt(l[p],d[p],h[p],f[p],b)),p===1&&this.addY(zt(l[p],d[p],h[p],f[p],b)));const w=(-u-Math.sqrt(A))/(2*m);0<w&&w<1&&(p===0&&this.addX(zt(l[p],d[p],h[p],f[p],w)),p===1&&this.addY(zt(l[p],d[p],h[p],f[p],w)))}},pt.prototype.addQuad=function(n,e,t,i,s,r){const a=n+.6666666666666666*(t-n),c=e+2/3*(i-e),l=a+1/3*(s-n),d=c+1/3*(r-e);this.addBezier(n,e,a,c,l,d,s,r)};function Be(){this.commands=[],this.fill="black",this.stroke=null,this.strokeWidth=1}Be.prototype.moveTo=function(n,e){this.commands.push({type:"M",x:n,y:e})},Be.prototype.lineTo=function(n,e){this.commands.push({type:"L",x:n,y:e})},Be.prototype.curveTo=Be.prototype.bezierCurveTo=function(n,e,t,i,s,r){this.commands.push({type:"C",x1:n,y1:e,x2:t,y2:i,x:s,y:r})},Be.prototype.quadTo=Be.prototype.quadraticCurveTo=function(n,e,t,i){this.commands.push({type:"Q",x1:n,y1:e,x:t,y:i})},Be.prototype.close=Be.prototype.closePath=function(){this.commands.push({type:"Z"})},Be.prototype.extend=function(n){if(n.commands)n=n.commands;else if(n instanceof pt){const e=n;this.moveTo(e.x1,e.y1),this.lineTo(e.x2,e.y1),this.lineTo(e.x2,e.y2),this.lineTo(e.x1,e.y2),this.close();return}Array.prototype.push.apply(this.commands,n)},Be.prototype.getBoundingBox=function(){const n=new pt;let e=0,t=0,i=0,s=0;for(let r=0;r<this.commands.length;r++){const a=this.commands[r];switch(a.type){case"M":n.addPoint(a.x,a.y),e=i=a.x,t=s=a.y;break;case"L":n.addPoint(a.x,a.y),i=a.x,s=a.y;break;case"Q":n.addQuad(i,s,a.x1,a.y1,a.x,a.y),i=a.x,s=a.y;break;case"C":n.addBezier(i,s,a.x1,a.y1,a.x2,a.y2,a.x,a.y),i=a.x,s=a.y;break;case"Z":i=e,s=t;break;default:throw new Error("Unexpected path command "+a.type)}}return n.isEmpty()&&n.addPoint(0,0),n},Be.prototype.draw=function(n){n.beginPath();for(let e=0;e<this.commands.length;e+=1){const t=this.commands[e];t.type==="M"?n.moveTo(t.x,t.y):t.type==="L"?n.lineTo(t.x,t.y):t.type==="C"?n.bezierCurveTo(t.x1,t.y1,t.x2,t.y2,t.x,t.y):t.type==="Q"?n.quadraticCurveTo(t.x1,t.y1,t.x,t.y):t.type==="Z"&&n.closePath()}this.fill&&(n.fillStyle=this.fill,n.fill()),this.stroke&&(n.strokeStyle=this.stroke,n.lineWidth=this.strokeWidth,n.stroke())},Be.prototype.toPathData=function(n){n=n!==void 0?n:2;function e(s){return Math.round(s)===s?""+Math.round(s):s.toFixed(n)}function t(){let s="";for(let r=0;r<arguments.length;r+=1){const a=arguments[r];a>=0&&r>0&&(s+=" "),s+=e(a)}return s}let i="";for(let s=0;s<this.commands.length;s+=1){const r=this.commands[s];r.type==="M"?i+="M"+t(r.x,r.y):r.type==="L"?i+="L"+t(r.x,r.y):r.type==="C"?i+="C"+t(r.x1,r.y1,r.x2,r.y2,r.x,r.y):r.type==="Q"?i+="Q"+t(r.x1,r.y1,r.x,r.y):r.type==="Z"&&(i+="Z")}return i},Be.prototype.toSVG=function(n){let e='<path d="';return e+=this.toPathData(n),e+='"',this.fill&&this.fill!=="black"&&(this.fill===null?e+=' fill="none"':e+=' fill="'+this.fill+'"'),this.stroke&&(e+=' stroke="'+this.stroke+'" stroke-width="'+this.strokeWidth+'"'),e+="/>",e},Be.prototype.toDOMElement=function(n){const e=this.toPathData(n),t=document.createElementNS("http://www.w3.org/2000/svg","path");return t.setAttribute("d",e),t};function Gr(n){throw new Error(n)}function Hr(n,e){n||Gr(e)}const ne={fail:Gr,argument:Hr,assert:Hr},Yr=32768,zr=2147483648,Wt={},W={},te={};function Ye(n){return function(){return n}}W.BYTE=function(n){return ne.argument(n>=0&&n<=255,"Byte value should be between 0 and 255."),[n]},te.BYTE=Ye(1),W.CHAR=function(n){return[n.charCodeAt(0)]},te.CHAR=Ye(1),W.CHARARRAY=function(n){const e=[];for(let t=0;t<n.length;t+=1)e[t]=n.charCodeAt(t);return e},te.CHARARRAY=function(n){return n.length},W.USHORT=function(n){return[n>>8&255,n&255]},te.USHORT=Ye(2),W.SHORT=function(n){return n>=Yr&&(n=-(2*Yr-n)),[n>>8&255,n&255]},te.SHORT=Ye(2),W.UINT24=function(n){return[n>>16&255,n>>8&255,n&255]},te.UINT24=Ye(3),W.ULONG=function(n){return[n>>24&255,n>>16&255,n>>8&255,n&255]},te.ULONG=Ye(4),W.LONG=function(n){return n>=zr&&(n=-(2*zr-n)),[n>>24&255,n>>16&255,n>>8&255,n&255]},te.LONG=Ye(4),W.FIXED=W.ULONG,te.FIXED=te.ULONG,W.FWORD=W.SHORT,te.FWORD=te.SHORT,W.UFWORD=W.USHORT,te.UFWORD=te.USHORT,W.LONGDATETIME=function(n){return[0,0,0,0,n>>24&255,n>>16&255,n>>8&255,n&255]},te.LONGDATETIME=Ye(8),W.TAG=function(n){return ne.argument(n.length===4,"Tag should be exactly 4 ASCII characters."),[n.charCodeAt(0),n.charCodeAt(1),n.charCodeAt(2),n.charCodeAt(3)]},te.TAG=Ye(4),W.Card8=W.BYTE,te.Card8=te.BYTE,W.Card16=W.USHORT,te.Card16=te.USHORT,W.OffSize=W.BYTE,te.OffSize=te.BYTE,W.SID=W.USHORT,te.SID=te.USHORT,W.NUMBER=function(n){return n>=-107&&n<=107?[n+139]:n>=108&&n<=1131?(n=n-108,[(n>>8)+247,n&255]):n>=-1131&&n<=-108?(n=-n-108,[(n>>8)+251,n&255]):n>=-32768&&n<=32767?W.NUMBER16(n):W.NUMBER32(n)},te.NUMBER=function(n){return W.NUMBER(n).length},W.NUMBER16=function(n){return[28,n>>8&255,n&255]},te.NUMBER16=Ye(3),W.NUMBER32=function(n){return[29,n>>24&255,n>>16&255,n>>8&255,n&255]},te.NUMBER32=Ye(5),W.REAL=function(n){let e=n.toString();const t=/\.(\d*?)(?:9{5,20}|0{5,20})\d{0,2}(?:e(.+)|$)/.exec(e);if(t){const r=parseFloat("1e"+((t[2]?+t[2]:0)+t[1].length));e=(Math.round(n*r)/r).toString()}let i="";for(let r=0,a=e.length;r<a;r+=1){const c=e[r];c==="e"?i+=e[++r]==="-"?"c":"b":c==="."?i+="a":c==="-"?i+="e":i+=c}i+=i.length&1?"f":"ff";const s=[30];for(let r=0,a=i.length;r<a;r+=2)s.push(parseInt(i.substr(r,2),16));return s},te.REAL=function(n){return W.REAL(n).length},W.NAME=W.CHARARRAY,te.NAME=te.CHARARRAY,W.STRING=W.CHARARRAY,te.STRING=te.CHARARRAY,Wt.UTF8=function(n,e,t){const i=[],s=t;for(let r=0;r<s;r++,e+=1)i[r]=n.getUint8(e);return String.fromCharCode.apply(null,i)},Wt.UTF16=function(n,e,t){const i=[],s=t/2;for(let r=0;r<s;r++,e+=2)i[r]=n.getUint16(e);return String.fromCharCode.apply(null,i)},W.UTF16=function(n){const e=[];for(let t=0;t<n.length;t+=1){const i=n.charCodeAt(t);e[e.length]=i>>8&255,e[e.length]=i&255}return e},te.UTF16=function(n){return n.length*2};const us={"x-mac-croatian":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈ƫȅ ÀÃÕŒœĐ—“”‘’÷◊©⁄€‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ","x-mac-cyrillic":"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°Ґ£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµґЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю","x-mac-gaelic":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØḂ±≤≥ḃĊċḊḋḞḟĠġṀæøṁṖṗɼƒſṠ«»… ÀÃÕŒœ–—“”‘’ṡẛÿŸṪ€‹›Ŷŷṫ·Ỳỳ⁊ÂÊÁËÈÍÎÏÌÓÔ♣ÒÚÛÙıÝýŴŵẄẅẀẁẂẃ","x-mac-greek":"Ĺ²É³ÖÜ΅àâä΄¨çéèê룙î‰ôö¦€ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ­","x-mac-icelandic":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüݰ¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄€ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ","x-mac-inuit":"ᐃᐄᐅᐆᐊᐋᐱᐲᐳᐴᐸᐹᑉᑎᑏᑐᑑᑕᑖᑦᑭᑮᑯᑰᑲᑳᒃᒋᒌᒍᒎᒐᒑ°ᒡᒥᒦ•¶ᒧ®©™ᒨᒪᒫᒻᓂᓃᓄᓅᓇᓈᓐᓯᓰᓱᓲᓴᓵᔅᓕᓖᓗᓘᓚᓛᓪᔨᔩᔪᔫᔭ… ᔮᔾᕕᕖᕗ–—“”‘’ᕘᕙᕚᕝᕆᕇᕈᕉᕋᕌᕐᕿᖀᖁᖂᖃᖄᖅᖏᖐᖑᖒᖓᖔᖕᙱᙲᙳᙴᙵᙶᖖᖠᖡᖢᖣᖤᖥᖦᕼŁł","x-mac-ce":"ÄĀāÉĄÖÜáąČäčĆć鏟ĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņѬ√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ",macintosh:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄€‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ","x-mac-romanian":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂȘ∞±≤≥¥µ∂∑∏π∫ªºΩăș¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄€‹›Țț‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ","x-mac-turkish":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛÙˆ˜¯˘˙˚¸˝˛ˇ"};Wt.MACSTRING=function(n,e,t,i){const s=us[i];if(s===void 0)return;let r="";for(let a=0;a<t;a++){const c=n.getUint8(e+a);c<=127?r+=String.fromCharCode(c):r+=s[c&127]}return r};const Kn=typeof WeakMap=="function"&&new WeakMap;let $n;const _p=function(n){if(!$n){$n={};for(let s in us)$n[s]=new String(s)}const e=$n[n];if(e===void 0)return;if(Kn){const s=Kn.get(e);if(s!==void 0)return s}const t=us[n];if(t===void 0)return;const i={};for(let s=0;s<t.length;s++)i[t.charCodeAt(s)]=s+128;return Kn&&Kn.set(e,i),i};W.MACSTRING=function(n,e){const t=_p(e);if(t===void 0)return;const i=[];for(let s=0;s<n.length;s++){let r=n.charCodeAt(s);if(r>=128&&(r=t[r],r===void 0))return;i[s]=r}return i},te.MACSTRING=function(n,e){const t=W.MACSTRING(n,e);return t!==void 0?t.length:0};function hs(n){return n>=-128&&n<=127}function Qp(n,e,t){let i=0;const s=n.length;for(;e<s&&i<64&&n[e]===0;)++e,++i;return t.push(128|i-1),e}function Vp(n,e,t){let i=0;const s=n.length;let r=e;for(;r<s&&i<64;){const a=n[r];if(!hs(a)||a===0&&r+1<s&&n[r+1]===0)break;++r,++i}t.push(i-1);for(let a=e;a<r;++a)t.push(n[a]+256&255);return r}function Gp(n,e,t){let i=0;const s=n.length;let r=e;for(;r<s&&i<64;){const a=n[r];if(a===0||hs(a)&&r+1<s&&hs(n[r+1]))break;++r,++i}t.push(64|i-1);for(let a=e;a<r;++a){const c=n[a];t.push(c+65536>>8&255,c+256&255)}return r}W.VARDELTAS=function(n){let e=0;const t=[];for(;e<n.length;){const i=n[e];i===0?e=Qp(n,e,t):i>=-128&&i<=127?e=Vp(n,e,t):e=Gp(n,e,t)}return t},W.INDEX=function(n){let e=1;const t=[e],i=[];for(let c=0;c<n.length;c+=1){const l=W.OBJECT(n[c]);Array.prototype.push.apply(i,l),e+=l.length,t.push(e)}if(i.length===0)return[0,0];const s=[],r=1+Math.floor(Math.log(e)/Math.log(2))/8|0,a=[void 0,W.BYTE,W.USHORT,W.UINT24,W.ULONG][r];for(let c=0;c<t.length;c+=1){const l=a(t[c]);Array.prototype.push.apply(s,l)}return Array.prototype.concat(W.Card16(n.length),W.OffSize(r),s,i)},te.INDEX=function(n){return W.INDEX(n).length},W.DICT=function(n){let e=[];const t=Object.keys(n),i=t.length;for(let s=0;s<i;s+=1){const r=parseInt(t[s],0),a=n[r];e=e.concat(W.OPERAND(a.value,a.type)),e=e.concat(W.OPERATOR(r))}return e},te.DICT=function(n){return W.DICT(n).length},W.OPERATOR=function(n){return n<1200?[n]:[12,n-1200]},W.OPERAND=function(n,e){let t=[];if(Array.isArray(e))for(let i=0;i<e.length;i+=1)ne.argument(n.length===e.length,"Not enough arguments given for type"+e),t=t.concat(W.OPERAND(n[i],e[i]));else if(e==="SID")t=t.concat(W.NUMBER(n));else if(e==="offset")t=t.concat(W.NUMBER32(n));else if(e==="number")t=t.concat(W.NUMBER(n));else if(e==="real")t=t.concat(W.REAL(n));else throw new Error("Unknown operand type "+e);return t},W.OP=W.BYTE,te.OP=te.BYTE;const Xn=typeof WeakMap=="function"&&new WeakMap;W.CHARSTRING=function(n){if(Xn){const i=Xn.get(n);if(i!==void 0)return i}let e=[];const t=n.length;for(let i=0;i<t;i+=1){const s=n[i];e=e.concat(W[s.type](s.value))}return Xn&&Xn.set(n,e),e},te.CHARSTRING=function(n){return W.CHARSTRING(n).length},W.OBJECT=function(n){const e=W[n.type];return ne.argument(e!==void 0,"No encoding function for type "+n.type),e(n.value)},te.OBJECT=function(n){const e=te[n.type];return ne.argument(e!==void 0,"No sizeOf function for type "+n.type),e(n.value)},W.TABLE=function(n){let e=[];const t=n.fields.length,i=[],s=[];for(let r=0;r<t;r+=1){const a=n.fields[r],c=W[a.type];ne.argument(c!==void 0,"No encoding function for field type "+a.type+" ("+a.name+")");let l=n[a.name];l===void 0&&(l=a.value);const d=c(l);a.type==="TABLE"?(s.push(e.length),e=e.concat([0,0]),i.push(d)):e=e.concat(d)}for(let r=0;r<i.length;r+=1){const a=s[r],c=e.length;ne.argument(c<65536,"Table "+n.tableName+" too big."),e[a]=c>>8,e[a+1]=c&255,e=e.concat(i[r])}return e},te.TABLE=function(n){let e=0;const t=n.fields.length;for(let i=0;i<t;i+=1){const s=n.fields[i],r=te[s.type];ne.argument(r!==void 0,"No sizeOf function for field type "+s.type+" ("+s.name+")");let a=n[s.name];a===void 0&&(a=s.value),e+=r(a),s.type==="TABLE"&&(e+=2)}return e},W.RECORD=W.TABLE,te.RECORD=te.TABLE,W.LITERAL=function(n){return n},te.LITERAL=function(n){return n.length};function ke(n,e,t){for(let i=0;i<e.length;i+=1){const s=e[i];this[s.name]=s.value}if(this.tableName=n,this.fields=e,t){const i=Object.keys(t);for(let s=0;s<i.length;s+=1){const r=i[s],a=t[r];this[r]!==void 0&&(this[r]=a)}}}ke.prototype.encode=function(){return W.TABLE(this)},ke.prototype.sizeOf=function(){return te.TABLE(this)};function un(n,e,t){t===void 0&&(t=e.length);const i=new Array(e.length+1);i[0]={name:n+"Count",type:"USHORT",value:t};for(let s=0;s<e.length;s++)i[s+1]={name:n+s,type:"USHORT",value:e[s]};return i}function fs(n,e,t){const i=e.length,s=new Array(i+1);s[0]={name:n+"Count",type:"USHORT",value:i};for(let r=0;r<i;r++)s[r+1]={name:n+r,type:"TABLE",value:t(e[r],r)};return s}function qn(n,e,t){const i=e.length;let s=[];s[0]={name:n+"Count",type:"USHORT",value:i};for(let r=0;r<i;r++)s=s.concat(t(e[r],r));return s}function Jn(n){n.format===1?ke.call(this,"coverageTable",[{name:"coverageFormat",type:"USHORT",value:1}].concat(un("glyph",n.glyphs))):ne.assert(!1,"Can't create coverage table format 2 yet.")}Jn.prototype=Object.create(ke.prototype),Jn.prototype.constructor=Jn;function Zn(n){ke.call(this,"scriptListTable",qn("scriptRecord",n,function(e,t){const i=e.script;let s=i.defaultLangSys;return ne.assert(!!s,"Unable to write GSUB: script "+e.tag+" has no default language system."),[{name:"scriptTag"+t,type:"TAG",value:e.tag},{name:"script"+t,type:"TABLE",value:new ke("scriptTable",[{name:"defaultLangSys",type:"TABLE",value:new ke("defaultLangSys",[{name:"lookupOrder",type:"USHORT",value:0},{name:"reqFeatureIndex",type:"USHORT",value:s.reqFeatureIndex}].concat(un("featureIndex",s.featureIndexes)))}].concat(qn("langSys",i.langSysRecords,function(r,a){const c=r.langSys;return[{name:"langSysTag"+a,type:"TAG",value:r.tag},{name:"langSys"+a,type:"TABLE",value:new ke("langSys",[{name:"lookupOrder",type:"USHORT",value:0},{name:"reqFeatureIndex",type:"USHORT",value:c.reqFeatureIndex}].concat(un("featureIndex",c.featureIndexes)))}]})))}]}))}Zn.prototype=Object.create(ke.prototype),Zn.prototype.constructor=Zn;function ei(n){ke.call(this,"featureListTable",qn("featureRecord",n,function(e,t){const i=e.feature;return[{name:"featureTag"+t,type:"TAG",value:e.tag},{name:"feature"+t,type:"TABLE",value:new ke("featureTable",[{name:"featureParams",type:"USHORT",value:i.featureParams}].concat(un("lookupListIndex",i.lookupListIndexes)))}]}))}ei.prototype=Object.create(ke.prototype),ei.prototype.constructor=ei;function ti(n,e){ke.call(this,"lookupListTable",fs("lookup",n,function(t){let i=e[t.lookupType];return ne.assert(!!i,"Unable to write GSUB lookup type "+t.lookupType+" tables."),new ke("lookupTable",[{name:"lookupType",type:"USHORT",value:t.lookupType},{name:"lookupFlag",type:"USHORT",value:t.lookupFlag}].concat(fs("subtable",t.subtables,i)))}))}ti.prototype=Object.create(ke.prototype),ti.prototype.constructor=ti;const ee={Table:ke,Record:ke,Coverage:Jn,ScriptList:Zn,FeatureList:ei,LookupList:ti,ushortList:un,tableList:fs,recordList:qn};function Wr(n,e){return n.getUint8(e)}function ni(n,e){return n.getUint16(e,!1)}function Hp(n,e){return n.getInt16(e,!1)}function ps(n,e){return n.getUint32(e,!1)}function jr(n,e){const t=n.getInt16(e,!1),i=n.getUint16(e+2,!1);return t+i/65535}function Yp(n,e){let t="";for(let i=e;i<e+4;i+=1)t+=String.fromCharCode(n.getInt8(i));return t}function zp(n,e,t){let i=0;for(let s=0;s<t;s+=1)i<<=8,i+=n.getUint8(e+s);return i}function Wp(n,e,t){const i=[];for(let s=e;s<t;s+=1)i.push(n.getUint8(s));return i}function jp(n){let e="";for(let t=0;t<n.length;t+=1)e+=String.fromCharCode(n[t]);return e}const Kp={byte:1,uShort:2,short:2,uLong:4,fixed:4,longDateTime:8,tag:4};function G(n,e){this.data=n,this.offset=e,this.relativeOffset=0}G.prototype.parseByte=function(){const n=this.data.getUint8(this.offset+this.relativeOffset);return this.relativeOffset+=1,n},G.prototype.parseChar=function(){const n=this.data.getInt8(this.offset+this.relativeOffset);return this.relativeOffset+=1,n},G.prototype.parseCard8=G.prototype.parseByte,G.prototype.parseUShort=function(){const n=this.data.getUint16(this.offset+this.relativeOffset);return this.relativeOffset+=2,n},G.prototype.parseCard16=G.prototype.parseUShort,G.prototype.parseSID=G.prototype.parseUShort,G.prototype.parseOffset16=G.prototype.parseUShort,G.prototype.parseShort=function(){const n=this.data.getInt16(this.offset+this.relativeOffset);return this.relativeOffset+=2,n},G.prototype.parseF2Dot14=function(){const n=this.data.getInt16(this.offset+this.relativeOffset)/16384;return this.relativeOffset+=2,n},G.prototype.parseULong=function(){const n=ps(this.data,this.offset+this.relativeOffset);return this.relativeOffset+=4,n},G.prototype.parseOffset32=G.prototype.parseULong,G.prototype.parseFixed=function(){const n=jr(this.data,this.offset+this.relativeOffset);return this.relativeOffset+=4,n},G.prototype.parseString=function(n){const e=this.data,t=this.offset+this.relativeOffset;let i="";this.relativeOffset+=n;for(let s=0;s<n;s++)i+=String.fromCharCode(e.getUint8(t+s));return i},G.prototype.parseTag=function(){return this.parseString(4)},G.prototype.parseLongDateTime=function(){let n=ps(this.data,this.offset+this.relativeOffset+4);return n-=2082844800,this.relativeOffset+=8,n},G.prototype.parseVersion=function(n){const e=ni(this.data,this.offset+this.relativeOffset),t=ni(this.data,this.offset+this.relativeOffset+2);return this.relativeOffset+=4,n===void 0&&(n=4096),e+t/n/10},G.prototype.skip=function(n,e){e===void 0&&(e=1),this.relativeOffset+=Kp[n]*e},G.prototype.parseULongList=function(n){n===void 0&&(n=this.parseULong());const e=new Array(n),t=this.data;let i=this.offset+this.relativeOffset;for(let s=0;s<n;s++)e[s]=t.getUint32(i),i+=4;return this.relativeOffset+=n*4,e},G.prototype.parseOffset16List=G.prototype.parseUShortList=function(n){n===void 0&&(n=this.parseUShort());const e=new Array(n),t=this.data;let i=this.offset+this.relativeOffset;for(let s=0;s<n;s++)e[s]=t.getUint16(i),i+=2;return this.relativeOffset+=n*2,e},G.prototype.parseShortList=function(n){const e=new Array(n),t=this.data;let i=this.offset+this.relativeOffset;for(let s=0;s<n;s++)e[s]=t.getInt16(i),i+=2;return this.relativeOffset+=n*2,e},G.prototype.parseByteList=function(n){const e=new Array(n),t=this.data;let i=this.offset+this.relativeOffset;for(let s=0;s<n;s++)e[s]=t.getUint8(i++);return this.relativeOffset+=n,e},G.prototype.parseList=function(n,e){e||(e=n,n=this.parseUShort());const t=new Array(n);for(let i=0;i<n;i++)t[i]=e.call(this);return t},G.prototype.parseList32=function(n,e){e||(e=n,n=this.parseULong());const t=new Array(n);for(let i=0;i<n;i++)t[i]=e.call(this);return t},G.prototype.parseRecordList=function(n,e){e||(e=n,n=this.parseUShort());const t=new Array(n),i=Object.keys(e);for(let s=0;s<n;s++){const r={};for(let a=0;a<i.length;a++){const c=i[a],l=e[c];r[c]=l.call(this)}t[s]=r}return t},G.prototype.parseRecordList32=function(n,e){e||(e=n,n=this.parseULong());const t=new Array(n),i=Object.keys(e);for(let s=0;s<n;s++){const r={};for(let a=0;a<i.length;a++){const c=i[a],l=e[c];r[c]=l.call(this)}t[s]=r}return t},G.prototype.parseStruct=function(n){if(typeof n=="function")return n.call(this);{const e=Object.keys(n),t={};for(let i=0;i<e.length;i++){const s=e[i],r=n[s];t[s]=r.call(this)}return t}},G.prototype.parseValueRecord=function(n){if(n===void 0&&(n=this.parseUShort()),n===0)return;const e={};return n&1&&(e.xPlacement=this.parseShort()),n&2&&(e.yPlacement=this.parseShort()),n&4&&(e.xAdvance=this.parseShort()),n&8&&(e.yAdvance=this.parseShort()),n&16&&(e.xPlaDevice=void 0,this.parseShort()),n&32&&(e.yPlaDevice=void 0,this.parseShort()),n&64&&(e.xAdvDevice=void 0,this.parseShort()),n&128&&(e.yAdvDevice=void 0,this.parseShort()),e},G.prototype.parseValueRecordList=function(){const n=this.parseUShort(),e=this.parseUShort(),t=new Array(e);for(let i=0;i<e;i++)t[i]=this.parseValueRecord(n);return t},G.prototype.parsePointer=function(n){const e=this.parseOffset16();if(e>0)return new G(this.data,this.offset+e).parseStruct(n)},G.prototype.parsePointer32=function(n){const e=this.parseOffset32();if(e>0)return new G(this.data,this.offset+e).parseStruct(n)},G.prototype.parseListOfLists=function(n){const e=this.parseOffset16List(),t=e.length,i=this.relativeOffset,s=new Array(t);for(let r=0;r<t;r++){const a=e[r];if(a===0){s[r]=void 0;continue}if(this.relativeOffset=a,n){const c=this.parseOffset16List(),l=new Array(c.length);for(let d=0;d<c.length;d++)this.relativeOffset=a+c[d],l[d]=n.call(this);s[r]=l}else s[r]=this.parseUShortList()}return this.relativeOffset=i,s},G.prototype.parseCoverage=function(){const n=this.offset+this.relativeOffset,e=this.parseUShort(),t=this.parseUShort();if(e===1)return{format:1,glyphs:this.parseUShortList(t)};if(e===2){const i=new Array(t);for(let s=0;s<t;s++)i[s]={start:this.parseUShort(),end:this.parseUShort(),index:this.parseUShort()};return{format:2,ranges:i}}throw new Error("0x"+n.toString(16)+": Coverage format must be 1 or 2.")},G.prototype.parseClassDef=function(){const n=this.offset+this.relativeOffset,e=this.parseUShort();if(e===1)return{format:1,startGlyph:this.parseUShort(),classes:this.parseUShortList()};if(e===2)return{format:2,ranges:this.parseRecordList({start:G.uShort,end:G.uShort,classId:G.uShort})};throw new Error("0x"+n.toString(16)+": ClassDef format must be 1 or 2.")},G.list=function(n,e){return function(){return this.parseList(n,e)}},G.list32=function(n,e){return function(){return this.parseList32(n,e)}},G.recordList=function(n,e){return function(){return this.parseRecordList(n,e)}},G.recordList32=function(n,e){return function(){return this.parseRecordList32(n,e)}},G.pointer=function(n){return function(){return this.parsePointer(n)}},G.pointer32=function(n){return function(){return this.parsePointer32(n)}},G.tag=G.prototype.parseTag,G.byte=G.prototype.parseByte,G.uShort=G.offset16=G.prototype.parseUShort,G.uShortList=G.prototype.parseUShortList,G.uLong=G.offset32=G.prototype.parseULong,G.uLongList=G.prototype.parseULongList,G.struct=G.prototype.parseStruct,G.coverage=G.prototype.parseCoverage,G.classDef=G.prototype.parseClassDef;const Kr={reserved:G.uShort,reqFeatureIndex:G.uShort,featureIndexes:G.uShortList};G.prototype.parseScriptList=function(){return this.parsePointer(G.recordList({tag:G.tag,script:G.pointer({defaultLangSys:G.pointer(Kr),langSysRecords:G.recordList({tag:G.tag,langSys:G.pointer(Kr)})})}))||[]},G.prototype.parseFeatureList=function(){return this.parsePointer(G.recordList({tag:G.tag,feature:G.pointer({featureParams:G.offset16,lookupListIndexes:G.uShortList})}))||[]},G.prototype.parseLookupList=function(n){return this.parsePointer(G.list(G.pointer(function(){const e=this.parseUShort();ne.argument(1<=e&&e<=9,"GPOS/GSUB lookup type "+e+" unknown.");const t=this.parseUShort(),i=t&16;return{lookupType:e,lookupFlag:t,subtables:this.parseList(G.pointer(n[e])),markFilteringSet:i?this.parseUShort():void 0}})))||[]},G.prototype.parseFeatureVariationsList=function(){return this.parsePointer32(function(){const n=this.parseUShort(),e=this.parseUShort();return ne.argument(n===1&&e<1,"GPOS/GSUB feature variations table unknown."),this.parseRecordList32({conditionSetOffset:G.offset32,featureTableSubstitutionOffset:G.offset32})})||[]};const q={getByte:Wr,getCard8:Wr,getUShort:ni,getCard16:ni,getShort:Hp,getULong:ps,getFixed:jr,getTag:Yp,getOffset:zp,getBytes:Wp,bytesToString:jp,Parser:G};function $p(n,e){e.parseUShort(),n.length=e.parseULong(),n.language=e.parseULong();let t;n.groupCount=t=e.parseULong(),n.glyphIndexMap={};for(let i=0;i<t;i+=1){const s=e.parseULong(),r=e.parseULong();let a=e.parseULong();for(let c=s;c<=r;c+=1)n.glyphIndexMap[c]=a,a++}}function Xp(n,e,t,i,s){n.length=e.parseUShort(),n.language=e.parseUShort();let r;n.segCount=r=e.parseUShort()>>1,e.skip("uShort",3),n.glyphIndexMap={};const a=new q.Parser(t,i+s+14),c=new q.Parser(t,i+s+16+r*2),l=new q.Parser(t,i+s+16+r*4),d=new q.Parser(t,i+s+16+r*6);let h=i+s+16+r*8;for(let f=0;f<r-1;f+=1){let p;const u=a.parseUShort(),m=c.parseUShort(),E=l.parseShort(),A=d.parseUShort();for(let b=m;b<=u;b+=1)A!==0?(h=d.offset+d.relativeOffset-2,h+=A,h+=(b-m)*2,p=q.getUShort(t,h),p!==0&&(p=p+E&65535)):p=b+E&65535,n.glyphIndexMap[b]=p}}function qp(n,e){const t={};t.version=q.getUShort(n,e),ne.argument(t.version===0,"cmap table version should be 0."),t.numTables=q.getUShort(n,e+2);let i=-1;for(let r=t.numTables-1;r>=0;r-=1){const a=q.getUShort(n,e+4+r*8),c=q.getUShort(n,e+4+r*8+2);if(a===3&&(c===0||c===1||c===10)||a===0&&(c===0||c===1||c===2||c===3||c===4)){i=q.getULong(n,e+4+r*8+4);break}}if(i===-1)throw new Error("No valid cmap sub-tables found.");const s=new q.Parser(n,e+i);if(t.format=s.parseUShort(),t.format===12)$p(t,s);else if(t.format===4)Xp(t,s,n,e,i);else throw new Error("Only format 4 and 12 cmap tables are supported (found format "+t.format+").");return t}function Jp(n,e,t){n.segments.push({end:e,start:e,delta:-(e-t),offset:0,glyphIndex:t})}function Zp(n){n.segments.push({end:65535,start:65535,delta:1,offset:0})}function em(n){let e=!0,t;for(t=n.length-1;t>0;t-=1)if(n.get(t).unicode>65535){console.log("Adding CMAP format 12 (needed!)"),e=!1;break}let i=[{name:"version",type:"USHORT",value:0},{name:"numTables",type:"USHORT",value:e?1:2},{name:"platformID",type:"USHORT",value:3},{name:"encodingID",type:"USHORT",value:1},{name:"offset",type:"ULONG",value:e?12:20}];e||(i=i.concat([{name:"cmap12PlatformID",type:"USHORT",value:3},{name:"cmap12EncodingID",type:"USHORT",value:10},{name:"cmap12Offset",type:"ULONG",value:0}])),i=i.concat([{name:"format",type:"USHORT",value:4},{name:"cmap4Length",type:"USHORT",value:0},{name:"language",type:"USHORT",value:0},{name:"segCountX2",type:"USHORT",value:0},{name:"searchRange",type:"USHORT",value:0},{name:"entrySelector",type:"USHORT",value:0},{name:"rangeShift",type:"USHORT",value:0}]);const s=new ee.Table("cmap",i);for(s.segments=[],t=0;t<n.length;t+=1){const u=n.get(t);for(let m=0;m<u.unicodes.length;m+=1)Jp(s,u.unicodes[m],t);s.segments=s.segments.sort(function(m,E){return m.start-E.start})}Zp(s);const r=s.segments.length;let a=0,c=[],l=[],d=[],h=[],f=[],p=[];for(t=0;t<r;t+=1){const u=s.segments[t];u.end<=65535&&u.start<=65535?(c=c.concat({name:"end_"+t,type:"USHORT",value:u.end}),l=l.concat({name:"start_"+t,type:"USHORT",value:u.start}),d=d.concat({name:"idDelta_"+t,type:"SHORT",value:u.delta}),h=h.concat({name:"idRangeOffset_"+t,type:"USHORT",value:u.offset}),u.glyphId!==void 0&&(f=f.concat({name:"glyph_"+t,type:"USHORT",value:u.glyphId}))):a+=1,!e&&u.glyphIndex!==void 0&&(p=p.concat({name:"cmap12Start_"+t,type:"ULONG",value:u.start}),p=p.concat({name:"cmap12End_"+t,type:"ULONG",value:u.end}),p=p.concat({name:"cmap12Glyph_"+t,type:"ULONG",value:u.glyphIndex}))}if(s.segCountX2=(r-a)*2,s.searchRange=Math.pow(2,Math.floor(Math.log(r-a)/Math.log(2)))*2,s.entrySelector=Math.log(s.searchRange/2)/Math.log(2),s.rangeShift=s.segCountX2-s.searchRange,s.fields=s.fields.concat(c),s.fields.push({name:"reservedPad",type:"USHORT",value:0}),s.fields=s.fields.concat(l),s.fields=s.fields.concat(d),s.fields=s.fields.concat(h),s.fields=s.fields.concat(f),s.cmap4Length=14+c.length*2+2+l.length*2+d.length*2+h.length*2+f.length*2,!e){const u=16+p.length*4;s.cmap12Offset=20+s.cmap4Length,s.fields=s.fields.concat([{name:"cmap12Format",type:"USHORT",value:12},{name:"cmap12Reserved",type:"USHORT",value:0},{name:"cmap12Length",type:"ULONG",value:u},{name:"cmap12Language",type:"ULONG",value:0},{name:"cmap12nGroups",type:"ULONG",value:p.length/3}]),s.fields=s.fields.concat(p)}return s}const $r={parse:qp,make:em},ii=[".notdef","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","endash","dagger","daggerdbl","periodcentered","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","questiondown","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","ring","cedilla","hungarumlaut","ogonek","caron","emdash","AE","ordfeminine","Lslash","Oslash","OE","ordmasculine","ae","dotlessi","lslash","oslash","oe","germandbls","onesuperior","logicalnot","mu","trademark","Eth","onehalf","plusminus","Thorn","onequarter","divide","brokenbar","degree","thorn","threequarters","twosuperior","registered","minus","eth","multiply","threesuperior","copyright","Aacute","Acircumflex","Adieresis","Agrave","Aring","Atilde","Ccedilla","Eacute","Ecircumflex","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Ntilde","Oacute","Ocircumflex","Odieresis","Ograve","Otilde","Scaron","Uacute","Ucircumflex","Udieresis","Ugrave","Yacute","Ydieresis","Zcaron","aacute","acircumflex","adieresis","agrave","aring","atilde","ccedilla","eacute","ecircumflex","edieresis","egrave","iacute","icircumflex","idieresis","igrave","ntilde","oacute","ocircumflex","odieresis","ograve","otilde","scaron","uacute","ucircumflex","udieresis","ugrave","yacute","ydieresis","zcaron","exclamsmall","Hungarumlautsmall","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","266 ff","onedotenleader","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","commasuperior","threequartersemdash","periodsuperior","questionsmall","asuperior","bsuperior","centsuperior","dsuperior","esuperior","isuperior","lsuperior","msuperior","nsuperior","osuperior","rsuperior","ssuperior","tsuperior","ff","ffi","ffl","parenleftinferior","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","exclamdownsmall","centoldstyle","Lslashsmall","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","Dotaccentsmall","Macronsmall","figuredash","hypheninferior","Ogoneksmall","Ringsmall","Cedillasmall","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","zerosuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall","001.000","001.001","001.002","001.003","Black","Bold","Book","Light","Medium","Regular","Roman","Semibold"],tm=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quoteright","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle","quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl","","endash","dagger","daggerdbl","periodcentered","","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand","","questiondown","","grave","acute","circumflex","tilde","macron","breve","dotaccent","dieresis","","ring","cedilla","","hungarumlaut","ogonek","caron","emdash","","","","","","","","","","","","","","","","","AE","","ordfeminine","","","","","Lslash","Oslash","OE","ordmasculine","","","","","","ae","","","","dotlessi","","","lslash","oslash","oe","germandbls"],nm=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","space","exclamsmall","Hungarumlautsmall","","dollaroldstyle","dollarsuperior","ampersandsmall","Acutesmall","parenleftsuperior","parenrightsuperior","twodotenleader","onedotenleader","comma","hyphen","period","fraction","zerooldstyle","oneoldstyle","twooldstyle","threeoldstyle","fouroldstyle","fiveoldstyle","sixoldstyle","sevenoldstyle","eightoldstyle","nineoldstyle","colon","semicolon","commasuperior","threequartersemdash","periodsuperior","questionsmall","","asuperior","bsuperior","centsuperior","dsuperior","esuperior","","","isuperior","","","lsuperior","msuperior","nsuperior","osuperior","","","rsuperior","ssuperior","tsuperior","","ff","fi","fl","ffi","ffl","parenleftinferior","","parenrightinferior","Circumflexsmall","hyphensuperior","Gravesmall","Asmall","Bsmall","Csmall","Dsmall","Esmall","Fsmall","Gsmall","Hsmall","Ismall","Jsmall","Ksmall","Lsmall","Msmall","Nsmall","Osmall","Psmall","Qsmall","Rsmall","Ssmall","Tsmall","Usmall","Vsmall","Wsmall","Xsmall","Ysmall","Zsmall","colonmonetary","onefitted","rupiah","Tildesmall","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","exclamdownsmall","centoldstyle","Lslashsmall","","","Scaronsmall","Zcaronsmall","Dieresissmall","Brevesmall","Caronsmall","","Dotaccentsmall","","","Macronsmall","","","figuredash","hypheninferior","","","Ogoneksmall","Ringsmall","Cedillasmall","","","","onequarter","onehalf","threequarters","questiondownsmall","oneeighth","threeeighths","fiveeighths","seveneighths","onethird","twothirds","","","zerosuperior","onesuperior","twosuperior","threesuperior","foursuperior","fivesuperior","sixsuperior","sevensuperior","eightsuperior","ninesuperior","zeroinferior","oneinferior","twoinferior","threeinferior","fourinferior","fiveinferior","sixinferior","seveninferior","eightinferior","nineinferior","centinferior","dollarinferior","periodinferior","commainferior","Agravesmall","Aacutesmall","Acircumflexsmall","Atildesmall","Adieresissmall","Aringsmall","AEsmall","Ccedillasmall","Egravesmall","Eacutesmall","Ecircumflexsmall","Edieresissmall","Igravesmall","Iacutesmall","Icircumflexsmall","Idieresissmall","Ethsmall","Ntildesmall","Ogravesmall","Oacutesmall","Ocircumflexsmall","Otildesmall","Odieresissmall","OEsmall","Oslashsmall","Ugravesmall","Uacutesmall","Ucircumflexsmall","Udieresissmall","Yacutesmall","Thornsmall","Ydieresissmall"],St=[".notdef",".null","nonmarkingreturn","space","exclam","quotedbl","numbersign","dollar","percent","ampersand","quotesingle","parenleft","parenright","asterisk","plus","comma","hyphen","period","slash","zero","one","two","three","four","five","six","seven","eight","nine","colon","semicolon","less","equal","greater","question","at","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","bracketleft","backslash","bracketright","asciicircum","underscore","grave","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","braceleft","bar","braceright","asciitilde","Adieresis","Aring","Ccedilla","Eacute","Ntilde","Odieresis","Udieresis","aacute","agrave","acircumflex","adieresis","atilde","aring","ccedilla","eacute","egrave","ecircumflex","edieresis","iacute","igrave","icircumflex","idieresis","ntilde","oacute","ograve","ocircumflex","odieresis","otilde","uacute","ugrave","ucircumflex","udieresis","dagger","degree","cent","sterling","section","bullet","paragraph","germandbls","registered","copyright","trademark","acute","dieresis","notequal","AE","Oslash","infinity","plusminus","lessequal","greaterequal","yen","mu","partialdiff","summation","product","pi","integral","ordfeminine","ordmasculine","Omega","ae","oslash","questiondown","exclamdown","logicalnot","radical","florin","approxequal","Delta","guillemotleft","guillemotright","ellipsis","nonbreakingspace","Agrave","Atilde","Otilde","OE","oe","endash","emdash","quotedblleft","quotedblright","quoteleft","quoteright","divide","lozenge","ydieresis","Ydieresis","fraction","currency","guilsinglleft","guilsinglright","fi","fl","daggerdbl","periodcentered","quotesinglbase","quotedblbase","perthousand","Acircumflex","Ecircumflex","Aacute","Edieresis","Egrave","Iacute","Icircumflex","Idieresis","Igrave","Oacute","Ocircumflex","apple","Ograve","Uacute","Ucircumflex","Ugrave","dotlessi","circumflex","tilde","macron","breve","dotaccent","ring","cedilla","hungarumlaut","ogonek","caron","Lslash","lslash","Scaron","scaron","Zcaron","zcaron","brokenbar","Eth","eth","Yacute","yacute","Thorn","thorn","minus","multiply","onesuperior","twosuperior","threesuperior","onehalf","onequarter","threequarters","franc","Gbreve","gbreve","Idotaccent","Scedilla","scedilla","Cacute","cacute","Ccaron","ccaron","dcroat"];function Xr(n){this.font=n}Xr.prototype.charToGlyphIndex=function(n){const e=n.codePointAt(0),t=this.font.glyphs;if(t)for(let i=0;i<t.length;i+=1){const s=t.get(i);for(let r=0;r<s.unicodes.length;r+=1)if(s.unicodes[r]===e)return i}return null};function qr(n){this.cmap=n}qr.prototype.charToGlyphIndex=function(n){return this.cmap.glyphIndexMap[n.codePointAt(0)]||0};function si(n,e){this.encoding=n,this.charset=e}si.prototype.charToGlyphIndex=function(n){const e=n.codePointAt(0),t=this.encoding[e];return this.charset.indexOf(t)};function ms(n){switch(n.version){case 1:this.names=St.slice();break;case 2:this.names=new Array(n.numberOfGlyphs);for(let e=0;e<n.numberOfGlyphs;e++)n.glyphNameIndex[e]<St.length?this.names[e]=St[n.glyphNameIndex[e]]:this.names[e]=n.names[n.glyphNameIndex[e]-St.length];break;case 2.5:this.names=new Array(n.numberOfGlyphs);for(let e=0;e<n.numberOfGlyphs;e++)this.names[e]=St[e+n.glyphNameIndex[e]];break;case 3:this.names=[];break;default:this.names=[];break}}ms.prototype.nameToGlyphIndex=function(n){return this.names.indexOf(n)},ms.prototype.glyphIndexToName=function(n){return this.names[n]};function im(n){let e;const t=n.tables.cmap.glyphIndexMap,i=Object.keys(t);for(let s=0;s<i.length;s+=1){const r=i[s],a=t[r];e=n.glyphs.get(a),e.addUnicode(parseInt(r))}for(let s=0;s<n.glyphs.length;s+=1)e=n.glyphs.get(s),n.cffEncoding?n.isCIDFont?e.name="gid"+s:e.name=n.cffEncoding.charset[s]:n.glyphNames.names&&(e.name=n.glyphNames.glyphIndexToName(s))}function sm(n,e,t,i,s){n.beginPath(),n.moveTo(e,t),n.lineTo(i,s),n.stroke()}const Tt={line:sm};function om(n,e){let t=e||new Be;return{configurable:!0,get:function(){return typeof t=="function"&&(t=t()),t},set:function(i){t=i}}}function Ge(n){this.bindConstructorValues(n)}Ge.prototype.bindConstructorValues=function(n){this.index=n.index||0,this.name=n.name||null,this.unicode=n.unicode||void 0,this.unicodes=n.unicodes||n.unicode!==void 0?[n.unicode]:[],n.xMin&&(this.xMin=n.xMin),n.yMin&&(this.yMin=n.yMin),n.xMax&&(this.xMax=n.xMax),n.yMax&&(this.yMax=n.yMax),n.advanceWidth&&(this.advanceWidth=n.advanceWidth),Object.defineProperty(this,"path",om(this,n.path))},Ge.prototype.addUnicode=function(n){this.unicodes.length===0&&(this.unicode=n),this.unicodes.push(n)},Ge.prototype.getBoundingBox=function(){return this.path.getBoundingBox()},Ge.prototype.getPath=function(n,e,t,i,s){n=n!==void 0?n:0,e=e!==void 0?e:0,t=t!==void 0?t:72;let r,a;i||(i={});let c=i.xScale,l=i.yScale;if(i.hinting&&s&&s.hinting&&(a=this.path&&s.hinting.exec(this,t)),a)r=s.hinting.getCommands(a),n=Math.round(n),e=Math.round(e),c=l=1;else{r=this.path.commands;const h=1/this.path.unitsPerEm*t;c===void 0&&(c=h),l===void 0&&(l=h)}const d=new Be;for(let h=0;h<r.length;h+=1){const f=r[h];f.type==="M"?d.moveTo(n+f.x*c,e+-f.y*l):f.type==="L"?d.lineTo(n+f.x*c,e+-f.y*l):f.type==="Q"?d.quadraticCurveTo(n+f.x1*c,e+-f.y1*l,n+f.x*c,e+-f.y*l):f.type==="C"?d.curveTo(n+f.x1*c,e+-f.y1*l,n+f.x2*c,e+-f.y2*l,n+f.x*c,e+-f.y*l):f.type==="Z"&&d.closePath()}return d},Ge.prototype.getContours=function(){if(this.points===void 0)return[];const n=[];let e=[];for(let t=0;t<this.points.length;t+=1){const i=this.points[t];e.push(i),i.lastPointOfContour&&(n.push(e),e=[])}return ne.argument(e.length===0,"There are still points left in the current contour."),n},Ge.prototype.getMetrics=function(){const n=this.path.commands,e=[],t=[];for(let s=0;s<n.length;s+=1){const r=n[s];r.type!=="Z"&&(e.push(r.x),t.push(r.y)),(r.type==="Q"||r.type==="C")&&(e.push(r.x1),t.push(r.y1)),r.type==="C"&&(e.push(r.x2),t.push(r.y2))}const i={xMin:Math.min.apply(null,e),yMin:Math.min.apply(null,t),xMax:Math.max.apply(null,e),yMax:Math.max.apply(null,t),leftSideBearing:this.leftSideBearing};return isFinite(i.xMin)||(i.xMin=0),isFinite(i.xMax)||(i.xMax=this.advanceWidth),isFinite(i.yMin)||(i.yMin=0),isFinite(i.yMax)||(i.yMax=0),i.rightSideBearing=this.advanceWidth-i.leftSideBearing-(i.xMax-i.xMin),i},Ge.prototype.draw=function(n,e,t,i,s){this.getPath(e,t,i,s).draw(n)},Ge.prototype.drawPoints=function(n,e,t,i){function s(d,h,f,p){const u=Math.PI*2;n.beginPath();for(let m=0;m<d.length;m+=1)n.moveTo(h+d[m].x*p,f+d[m].y*p),n.arc(h+d[m].x*p,f+d[m].y*p,2,0,u,!1);n.closePath(),n.fill()}e=e!==void 0?e:0,t=t!==void 0?t:0,i=i!==void 0?i:24;const r=1/this.path.unitsPerEm*i,a=[],c=[],l=this.path;for(let d=0;d<l.commands.length;d+=1){const h=l.commands[d];h.x!==void 0&&a.push({x:h.x,y:-h.y}),h.x1!==void 0&&c.push({x:h.x1,y:-h.y1}),h.x2!==void 0&&c.push({x:h.x2,y:-h.y2})}n.fillStyle="blue",s(a,e,t,r),n.fillStyle="red",s(c,e,t,r)},Ge.prototype.drawMetrics=function(n,e,t,i){let s;e=e!==void 0?e:0,t=t!==void 0?t:0,i=i!==void 0?i:24,s=1/this.path.unitsPerEm*i,n.lineWidth=1,n.strokeStyle="black",Tt.line(n,e,-1e4,e,1e4),Tt.line(n,-1e4,t,1e4,t);const r=this.xMin||0;let a=this.yMin||0;const c=this.xMax||0;let l=this.yMax||0;const d=this.advanceWidth||0;n.strokeStyle="blue",Tt.line(n,e+r*s,-1e4,e+r*s,1e4),Tt.line(n,e+c*s,-1e4,e+c*s,1e4),Tt.line(n,-1e4,t+-a*s,1e4,t+-a*s),Tt.line(n,-1e4,t+-l*s,1e4,t+-l*s),n.strokeStyle="green",Tt.line(n,e+d*s,-1e4,e+d*s,1e4)};function oi(n,e,t){Object.defineProperty(n,e,{get:function(){return n.path,n[t]},set:function(i){n[t]=i},enumerable:!0,configurable:!0})}function gs(n,e){if(this.font=n,this.glyphs={},Array.isArray(e))for(let t=0;t<e.length;t++)this.glyphs[t]=e[t];this.length=e&&e.length||0}gs.prototype.get=function(n){return typeof this.glyphs[n]=="function"&&(this.glyphs[n]=this.glyphs[n]()),this.glyphs[n]},gs.prototype.push=function(n,e){this.glyphs[n]=e,this.length++};function rm(n,e){return new Ge({index:e,font:n})}function am(n,e,t,i,s,r){return function(){const a=new Ge({index:e,font:n});return a.path=function(){t(a,i,s);const c=r(n.glyphs,a);return c.unitsPerEm=n.unitsPerEm,c},oi(a,"xMin","_xMin"),oi(a,"xMax","_xMax"),oi(a,"yMin","_yMin"),oi(a,"yMax","_yMax"),a}}function lm(n,e,t,i){return function(){const s=new Ge({index:e,font:n});return s.path=function(){const r=t(n,s,i);return r.unitsPerEm=n.unitsPerEm,r},s}}const jt={GlyphSet:gs,glyphLoader:rm,ttfGlyphLoader:am,cffGlyphLoader:lm};function Jr(n,e){if(n===e)return!0;if(Array.isArray(n)&&Array.isArray(e)){if(n.length!==e.length)return!1;for(let t=0;t<n.length;t+=1)if(!Jr(n[t],e[t]))return!1;return!0}else return!1}function As(n){let e;return n.length<1240?e=107:n.length<33900?e=1131:e=32768,e}function mt(n,e,t){const i=[],s=[],r=q.getCard16(n,e);let a,c;if(r!==0){const l=q.getByte(n,e+2);a=e+(r+1)*l+2;let d=e+3;for(let h=0;h<r+1;h+=1)i.push(q.getOffset(n,d,l)),d+=l;c=a+i[r]}else c=e+2;for(let l=0;l<i.length-1;l+=1){let d=q.getBytes(n,a+i[l],a+i[l+1]);t&&(d=t(d)),s.push(d)}return{objects:s,startOffset:e,endOffset:c}}function cm(n){let e="";const i=["0","1","2","3","4","5","6","7","8","9",".","E","E-",null,"-"];for(;;){const s=n.parseByte(),r=s>>4,a=s&15;if(r===15||(e+=i[r],a===15))break;e+=i[a]}return parseFloat(e)}function dm(n,e){let t,i,s,r;if(e===28)return t=n.parseByte(),i=n.parseByte(),t<<8|i;if(e===29)return t=n.parseByte(),i=n.parseByte(),s=n.parseByte(),r=n.parseByte(),t<<24|i<<16|s<<8|r;if(e===30)return cm(n);if(e>=32&&e<=246)return e-139;if(e>=247&&e<=250)return t=n.parseByte(),(e-247)*256+t+108;if(e>=251&&e<=254)return t=n.parseByte(),-(e-251)*256-t-108;throw new Error("Invalid b0 "+e)}function um(n){const e={};for(let t=0;t<n.length;t+=1){const i=n[t][0],s=n[t][1];let r;if(s.length===1?r=s[0]:r=s,e.hasOwnProperty(i)&&!isNaN(e[i]))throw new Error("Object "+e+" already has key "+i);e[i]=r}return e}function Zr(n,e,t){e=e!==void 0?e:0;const i=new q.Parser(n,e),s=[];let r=[];for(t=t!==void 0?t:n.length;i.relativeOffset<t;){let a=i.parseByte();a<=21?(a===12&&(a=1200+i.parseByte()),s.push([a,r]),r=[]):r.push(dm(i,a))}return um(s)}function hn(n,e){return e<=390?e=ii[e]:e=n[e-391],e}function ea(n,e,t){const i={};let s;for(let r=0;r<e.length;r+=1){const a=e[r];if(Array.isArray(a.type)){const c=[];c.length=a.type.length;for(let l=0;l<a.type.length;l++)s=n[a.op]!==void 0?n[a.op][l]:void 0,s===void 0&&(s=a.value!==void 0&&a.value[l]!==void 0?a.value[l]:null),a.type[l]==="SID"&&(s=hn(t,s)),c[l]=s;i[a.name]=c}else s=n[a.op],s===void 0&&(s=a.value!==void 0?a.value:null),a.type==="SID"&&(s=hn(t,s)),i[a.name]=s}return i}function hm(n,e){const t={};return t.formatMajor=q.getCard8(n,e),t.formatMinor=q.getCard8(n,e+1),t.size=q.getCard8(n,e+2),t.offsetSize=q.getCard8(n,e+3),t.startOffset=e,t.endOffset=e+4,t}const ta=[{name:"version",op:0,type:"SID"},{name:"notice",op:1,type:"SID"},{name:"copyright",op:1200,type:"SID"},{name:"fullName",op:2,type:"SID"},{name:"familyName",op:3,type:"SID"},{name:"weight",op:4,type:"SID"},{name:"isFixedPitch",op:1201,type:"number",value:0},{name:"italicAngle",op:1202,type:"number",value:0},{name:"underlinePosition",op:1203,type:"number",value:-100},{name:"underlineThickness",op:1204,type:"number",value:50},{name:"paintType",op:1205,type:"number",value:0},{name:"charstringType",op:1206,type:"number",value:2},{name:"fontMatrix",op:1207,type:["real","real","real","real","real","real"],value:[.001,0,0,.001,0,0]},{name:"uniqueId",op:13,type:"number"},{name:"fontBBox",op:5,type:["number","number","number","number"],value:[0,0,0,0]},{name:"strokeWidth",op:1208,type:"number",value:0},{name:"xuid",op:14,type:[],value:null},{name:"charset",op:15,type:"offset",value:0},{name:"encoding",op:16,type:"offset",value:0},{name:"charStrings",op:17,type:"offset",value:0},{name:"private",op:18,type:["number","offset"],value:[0,0]},{name:"ros",op:1230,type:["SID","SID","number"]},{name:"cidFontVersion",op:1231,type:"number",value:0},{name:"cidFontRevision",op:1232,type:"number",value:0},{name:"cidFontType",op:1233,type:"number",value:0},{name:"cidCount",op:1234,type:"number",value:8720},{name:"uidBase",op:1235,type:"number"},{name:"fdArray",op:1236,type:"offset"},{name:"fdSelect",op:1237,type:"offset"},{name:"fontName",op:1238,type:"SID"}],na=[{name:"subrs",op:19,type:"offset",value:0},{name:"defaultWidthX",op:20,type:"number",value:0},{name:"nominalWidthX",op:21,type:"number",value:0}];function fm(n,e){const t=Zr(n,0,n.byteLength);return ea(t,ta,e)}function ia(n,e,t,i){const s=Zr(n,e,t);return ea(s,na,i)}function sa(n,e,t,i){const s=[];for(let r=0;r<t.length;r+=1){const a=new DataView(new Uint8Array(t[r]).buffer),c=fm(a,i);c._subrs=[],c._subrsBias=0;const l=c.private[0],d=c.private[1];if(l!==0&&d!==0){const h=ia(n,d+e,l,i);if(c._defaultWidthX=h.defaultWidthX,c._nominalWidthX=h.nominalWidthX,h.subrs!==0){const f=d+h.subrs,p=mt(n,f+e);c._subrs=p.objects,c._subrsBias=As(c._subrs)}c._privateDict=h}s.push(c)}return s}function pm(n,e,t,i){let s,r;const a=new q.Parser(n,e);t-=1;const c=[".notdef"],l=a.parseCard8();if(l===0)for(let d=0;d<t;d+=1)s=a.parseSID(),c.push(hn(i,s));else if(l===1)for(;c.length<=t;){s=a.parseSID(),r=a.parseCard8();for(let d=0;d<=r;d+=1)c.push(hn(i,s)),s+=1}else if(l===2)for(;c.length<=t;){s=a.parseSID(),r=a.parseCard16();for(let d=0;d<=r;d+=1)c.push(hn(i,s)),s+=1}else throw new Error("Unknown charset format "+l);return c}function mm(n,e,t){let i;const s={},r=new q.Parser(n,e),a=r.parseCard8();if(a===0){const c=r.parseCard8();for(let l=0;l<c;l+=1)i=r.parseCard8(),s[i]=l}else if(a===1){const c=r.parseCard8();i=1;for(let l=0;l<c;l+=1){const d=r.parseCard8(),h=r.parseCard8();for(let f=d;f<=d+h;f+=1)s[f]=i,i+=1}}else throw new Error("Unknown encoding format "+a);return new si(s,t)}function gm(n,e,t){let i,s,r,a;const c=new Be,l=[];let d=0,h=!1,f=!1,p=0,u=0,m,E,A,b;if(n.isCIDFont){const S=n.tables.cff.topDict._fdSelect[e.index],x=n.tables.cff.topDict._fdArray[S];m=x._subrs,E=x._subrsBias,A=x._defaultWidthX,b=x._nominalWidthX}else m=n.tables.cff.topDict._subrs,E=n.tables.cff.topDict._subrsBias,A=n.tables.cff.topDict._defaultWidthX,b=n.tables.cff.topDict._nominalWidthX;let w=A;function B(S,x){f&&c.closePath(),c.moveTo(S,x),f=!0}function D(){let S;S=l.length%2!==0,S&&!h&&(w=l.shift()+b),d+=l.length>>1,l.length=0,h=!0}function N(S){let x,g,R,v,M,L,V,k,C,y,I,P,F=0;for(;F<S.length;){let Q=S[F];switch(F+=1,Q){case 1:D();break;case 3:D();break;case 4:l.length>1&&!h&&(w=l.shift()+b,h=!0),u+=l.pop(),B(p,u);break;case 5:for(;l.length>0;)p+=l.shift(),u+=l.shift(),c.lineTo(p,u);break;case 6:for(;l.length>0&&(p+=l.shift(),c.lineTo(p,u),l.length!==0);)u+=l.shift(),c.lineTo(p,u);break;case 7:for(;l.length>0&&(u+=l.shift(),c.lineTo(p,u),l.length!==0);)p+=l.shift(),c.lineTo(p,u);break;case 8:for(;l.length>0;)i=p+l.shift(),s=u+l.shift(),r=i+l.shift(),a=s+l.shift(),p=r+l.shift(),u=a+l.shift(),c.curveTo(i,s,r,a,p,u);break;case 10:M=l.pop()+E,L=m[M],L&&N(L);break;case 11:return;case 12:switch(Q=S[F],F+=1,Q){case 35:i=p+l.shift(),s=u+l.shift(),r=i+l.shift(),a=s+l.shift(),V=r+l.shift(),k=a+l.shift(),C=V+l.shift(),y=k+l.shift(),I=C+l.shift(),P=y+l.shift(),p=I+l.shift(),u=P+l.shift(),l.shift(),c.curveTo(i,s,r,a,V,k),c.curveTo(C,y,I,P,p,u);break;case 34:i=p+l.shift(),s=u,r=i+l.shift(),a=s+l.shift(),V=r+l.shift(),k=a,C=V+l.shift(),y=a,I=C+l.shift(),P=u,p=I+l.shift(),c.curveTo(i,s,r,a,V,k),c.curveTo(C,y,I,P,p,u);break;case 36:i=p+l.shift(),s=u+l.shift(),r=i+l.shift(),a=s+l.shift(),V=r+l.shift(),k=a,C=V+l.shift(),y=a,I=C+l.shift(),P=y+l.shift(),p=I+l.shift(),c.curveTo(i,s,r,a,V,k),c.curveTo(C,y,I,P,p,u);break;case 37:i=p+l.shift(),s=u+l.shift(),r=i+l.shift(),a=s+l.shift(),V=r+l.shift(),k=a+l.shift(),C=V+l.shift(),y=k+l.shift(),I=C+l.shift(),P=y+l.shift(),Math.abs(I-p)>Math.abs(P-u)?p=I+l.shift():u=P+l.shift(),c.curveTo(i,s,r,a,V,k),c.curveTo(C,y,I,P,p,u);break;default:console.log("Glyph "+e.index+": unknown operator 1200"+Q),l.length=0}break;case 14:l.length>0&&!h&&(w=l.shift()+b,h=!0),f&&(c.closePath(),f=!1);break;case 18:D();break;case 19:case 20:D(),F+=d+7>>3;break;case 21:l.length>2&&!h&&(w=l.shift()+b,h=!0),u+=l.pop(),p+=l.pop(),B(p,u);break;case 22:l.length>1&&!h&&(w=l.shift()+b,h=!0),p+=l.pop(),B(p,u);break;case 23:D();break;case 24:for(;l.length>2;)i=p+l.shift(),s=u+l.shift(),r=i+l.shift(),a=s+l.shift(),p=r+l.shift(),u=a+l.shift(),c.curveTo(i,s,r,a,p,u);p+=l.shift(),u+=l.shift(),c.lineTo(p,u);break;case 25:for(;l.length>6;)p+=l.shift(),u+=l.shift(),c.lineTo(p,u);i=p+l.shift(),s=u+l.shift(),r=i+l.shift(),a=s+l.shift(),p=r+l.shift(),u=a+l.shift(),c.curveTo(i,s,r,a,p,u);break;case 26:for(l.length%2&&(p+=l.shift());l.length>0;)i=p,s=u+l.shift(),r=i+l.shift(),a=s+l.shift(),p=r,u=a+l.shift(),c.curveTo(i,s,r,a,p,u);break;case 27:for(l.length%2&&(u+=l.shift());l.length>0;)i=p+l.shift(),s=u,r=i+l.shift(),a=s+l.shift(),p=r+l.shift(),u=a,c.curveTo(i,s,r,a,p,u);break;case 28:x=S[F],g=S[F+1],l.push((x<<24|g<<16)>>16),F+=2;break;case 29:M=l.pop()+n.gsubrsBias,L=n.gsubrs[M],L&&N(L);break;case 30:for(;l.length>0&&(i=p,s=u+l.shift(),r=i+l.shift(),a=s+l.shift(),p=r+l.shift(),u=a+(l.length===1?l.shift():0),c.curveTo(i,s,r,a,p,u),l.length!==0);)i=p+l.shift(),s=u,r=i+l.shift(),a=s+l.shift(),u=a+l.shift(),p=r+(l.length===1?l.shift():0),c.curveTo(i,s,r,a,p,u);break;case 31:for(;l.length>0&&(i=p+l.shift(),s=u,r=i+l.shift(),a=s+l.shift(),u=a+l.shift(),p=r+(l.length===1?l.shift():0),c.curveTo(i,s,r,a,p,u),l.length!==0);)i=p,s=u+l.shift(),r=i+l.shift(),a=s+l.shift(),p=r+l.shift(),u=a+(l.length===1?l.shift():0),c.curveTo(i,s,r,a,p,u);break;default:Q<32?console.log("Glyph "+e.index+": unknown operator "+Q):Q<247?l.push(Q-139):Q<251?(x=S[F],F+=1,l.push((Q-247)*256+x+108)):Q<255?(x=S[F],F+=1,l.push(-(Q-251)*256-x-108)):(x=S[F],g=S[F+1],R=S[F+2],v=S[F+3],F+=4,l.push((x<<24|g<<16|R<<8|v)/65536))}}}return N(t),e.advanceWidth=w,c}function Am(n,e,t,i){const s=[];let r;const a=new q.Parser(n,e),c=a.parseCard8();if(c===0)for(let l=0;l<t;l++){if(r=a.parseCard8(),r>=i)throw new Error("CFF table CID Font FDSelect has bad FD index value "+r+" (FD count "+i+")");s.push(r)}else if(c===3){const l=a.parseCard16();let d=a.parseCard16();if(d!==0)throw new Error("CFF Table CID Font FDSelect format 3 range has bad initial GID "+d);let h;for(let f=0;f<l;f++){if(r=a.parseCard8(),h=a.parseCard16(),r>=i)throw new Error("CFF table CID Font FDSelect has bad FD index value "+r+" (FD count "+i+")");if(h>t)throw new Error("CFF Table CID Font FDSelect format 3 range has bad GID "+h);for(;d<h;d++)s.push(r);d=h}if(h!==t)throw new Error("CFF Table CID Font FDSelect format 3 range has bad final GID "+h)}else throw new Error("CFF Table CID Font FDSelect table has unsupported format "+c);return s}function ym(n,e,t){t.tables.cff={};const i=hm(n,e),s=mt(n,i.endOffset,q.bytesToString),r=mt(n,s.endOffset),a=mt(n,r.endOffset,q.bytesToString),c=mt(n,a.endOffset);t.gsubrs=c.objects,t.gsubrsBias=As(t.gsubrs);const l=sa(n,e,r.objects,a.objects);if(l.length!==1)throw new Error("CFF table has too many fonts in 'FontSet' - count of fonts NameIndex.length = "+l.length);const d=l[0];if(t.tables.cff.topDict=d,d._privateDict&&(t.defaultWidthX=d._privateDict.defaultWidthX,t.nominalWidthX=d._privateDict.nominalWidthX),d.ros[0]!==void 0&&d.ros[1]!==void 0&&(t.isCIDFont=!0),t.isCIDFont){let m=d.fdArray,E=d.fdSelect;if(m===0||E===0)throw new Error("Font is marked as a CID font, but FDArray and/or FDSelect information is missing");m+=e;const A=mt(n,m),b=sa(n,e,A.objects,a.objects);d._fdArray=b,E+=e,d._fdSelect=Am(n,E,t.numGlyphs,b.length)}const h=e+d.private[1],f=ia(n,h,d.private[0],a.objects);if(t.defaultWidthX=f.defaultWidthX,t.nominalWidthX=f.nominalWidthX,f.subrs!==0){const m=h+f.subrs,E=mt(n,m);t.subrs=E.objects,t.subrsBias=As(t.subrs)}else t.subrs=[],t.subrsBias=0;const p=mt(n,e+d.charStrings);t.nGlyphs=p.objects.length;const u=pm(n,e+d.charset,t.nGlyphs,a.objects);d.encoding===0?t.cffEncoding=new si(tm,u):d.encoding===1?t.cffEncoding=new si(nm,u):t.cffEncoding=mm(n,e+d.encoding,u),t.encoding=t.encoding||t.cffEncoding,t.glyphs=new jt.GlyphSet(t);for(let m=0;m<t.nGlyphs;m+=1){const E=p.objects[m];t.glyphs.push(m,jt.cffGlyphLoader(t,m,gm,E))}}function oa(n,e){let t,i=ii.indexOf(n);return i>=0&&(t=i),i=e.indexOf(n),i>=0?t=i+ii.length:(t=ii.length+e.length,e.push(n)),t}function Cm(){return new ee.Record("Header",[{name:"major",type:"Card8",value:1},{name:"minor",type:"Card8",value:0},{name:"hdrSize",type:"Card8",value:4},{name:"major",type:"Card8",value:1}])}function Em(n){const e=new ee.Record("Name INDEX",[{name:"names",type:"INDEX",value:[]}]);e.names=[];for(let t=0;t<n.length;t+=1)e.names.push({name:"name_"+t,type:"NAME",value:n[t]});return e}function ra(n,e,t){const i={};for(let s=0;s<n.length;s+=1){const r=n[s];let a=e[r.name];a!==void 0&&!Jr(a,r.value)&&(r.type==="SID"&&(a=oa(a,t)),i[r.op]={name:r.name,type:r.type,value:a})}return i}function aa(n,e){const t=new ee.Record("Top DICT",[{name:"dict",type:"DICT",value:{}}]);return t.dict=ra(ta,n,e),t}function la(n){const e=new ee.Record("Top DICT INDEX",[{name:"topDicts",type:"INDEX",value:[]}]);return e.topDicts=[{name:"topDict_0",type:"TABLE",value:n}],e}function bm(n){const e=new ee.Record("String INDEX",[{name:"strings",type:"INDEX",value:[]}]);e.strings=[];for(let t=0;t<n.length;t+=1)e.strings.push({name:"string_"+t,type:"STRING",value:n[t]});return e}function wm(){return new ee.Record("Global Subr INDEX",[{name:"subrs",type:"INDEX",value:[]}])}function vm(n,e){const t=new ee.Record("Charsets",[{name:"format",type:"Card8",value:0}]);for(let i=0;i<n.length;i+=1){const s=n[i],r=oa(s,e);t.fields.push({name:"glyph_"+i,type:"SID",value:r})}return t}function Im(n){const e=[],t=n.path;e.push({name:"width",type:"NUMBER",value:n.advanceWidth});let i=0,s=0;for(let r=0;r<t.commands.length;r+=1){let a,c,l=t.commands[r];if(l.type==="Q"){const d=.3333333333333333,h=2/3;l={type:"C",x:l.x,y:l.y,x1:d*i+h*l.x1,y1:d*s+h*l.y1,x2:d*l.x+h*l.x1,y2:d*l.y+h*l.y1}}if(l.type==="M")a=Math.round(l.x-i),c=Math.round(l.y-s),e.push({name:"dx",type:"NUMBER",value:a}),e.push({name:"dy",type:"NUMBER",value:c}),e.push({name:"rmoveto",type:"OP",value:21}),i=Math.round(l.x),s=Math.round(l.y);else if(l.type==="L")a=Math.round(l.x-i),c=Math.round(l.y-s),e.push({name:"dx",type:"NUMBER",value:a}),e.push({name:"dy",type:"NUMBER",value:c}),e.push({name:"rlineto",type:"OP",value:5}),i=Math.round(l.x),s=Math.round(l.y);else if(l.type==="C"){const d=Math.round(l.x1-i),h=Math.round(l.y1-s),f=Math.round(l.x2-l.x1),p=Math.round(l.y2-l.y1);a=Math.round(l.x-l.x2),c=Math.round(l.y-l.y2),e.push({name:"dx1",type:"NUMBER",value:d}),e.push({name:"dy1",type:"NUMBER",value:h}),e.push({name:"dx2",type:"NUMBER",value:f}),e.push({name:"dy2",type:"NUMBER",value:p}),e.push({name:"dx",type:"NUMBER",value:a}),e.push({name:"dy",type:"NUMBER",value:c}),e.push({name:"rrcurveto",type:"OP",value:8}),i=Math.round(l.x),s=Math.round(l.y)}}return e.push({name:"endchar",type:"OP",value:14}),e}function Bm(n){const e=new ee.Record("CharStrings INDEX",[{name:"charStrings",type:"INDEX",value:[]}]);for(let t=0;t<n.length;t+=1){const i=n.get(t),s=Im(i);e.charStrings.push({name:i.name,type:"CHARSTRING",value:s})}return e}function xm(n,e){const t=new ee.Record("Private DICT",[{name:"dict",type:"DICT",value:{}}]);return t.dict=ra(na,n,e),t}function Sm(n,e){const t=new ee.Table("CFF ",[{name:"header",type:"RECORD"},{name:"nameIndex",type:"RECORD"},{name:"topDictIndex",type:"RECORD"},{name:"stringIndex",type:"RECORD"},{name:"globalSubrIndex",type:"RECORD"},{name:"charsets",type:"RECORD"},{name:"charStringsIndex",type:"RECORD"},{name:"privateDict",type:"RECORD"}]),i=1/e.unitsPerEm,s={version:e.version,fullName:e.fullName,familyName:e.familyName,weight:e.weightName,fontBBox:e.fontBBox||[0,0,0,0],fontMatrix:[i,0,0,i,0,0],charset:999,encoding:0,charStrings:999,private:[0,999]},r={},a=[];let c;for(let f=1;f<n.length;f+=1)c=n.get(f),a.push(c.name);const l=[];t.header=Cm(),t.nameIndex=Em([e.postScriptName]);let d=aa(s,l);t.topDictIndex=la(d),t.globalSubrIndex=wm(),t.charsets=vm(a,l),t.charStringsIndex=Bm(n),t.privateDict=xm(r,l),t.stringIndex=bm(l);const h=t.header.sizeOf()+t.nameIndex.sizeOf()+t.topDictIndex.sizeOf()+t.stringIndex.sizeOf()+t.globalSubrIndex.sizeOf();return s.charset=h,s.encoding=0,s.charStrings=s.charset+t.charsets.sizeOf(),s.private[1]=s.charStrings+t.charStringsIndex.sizeOf(),d=aa(s,l),t.topDictIndex=la(d),t}const ca={parse:ym,make:Sm};function Tm(n,e){const t={},i=new q.Parser(n,e);return t.version=i.parseVersion(),t.fontRevision=Math.round(i.parseFixed()*1e3)/1e3,t.checkSumAdjustment=i.parseULong(),t.magicNumber=i.parseULong(),ne.argument(t.magicNumber===1594834165,"Font header has wrong magic number."),t.flags=i.parseUShort(),t.unitsPerEm=i.parseUShort(),t.created=i.parseLongDateTime(),t.modified=i.parseLongDateTime(),t.xMin=i.parseShort(),t.yMin=i.parseShort(),t.xMax=i.parseShort(),t.yMax=i.parseShort(),t.macStyle=i.parseUShort(),t.lowestRecPPEM=i.parseUShort(),t.fontDirectionHint=i.parseShort(),t.indexToLocFormat=i.parseShort(),t.glyphDataFormat=i.parseShort(),t}function Mm(n){const e=Math.round(new Date().getTime()/1e3)+2082844800;let t=e;return n.createdTimestamp&&(t=n.createdTimestamp+2082844800),new ee.Table("head",[{name:"version",type:"FIXED",value:65536},{name:"fontRevision",type:"FIXED",value:65536},{name:"checkSumAdjustment",type:"ULONG",value:0},{name:"magicNumber",type:"ULONG",value:1594834165},{name:"flags",type:"USHORT",value:0},{name:"unitsPerEm",type:"USHORT",value:1e3},{name:"created",type:"LONGDATETIME",value:t},{name:"modified",type:"LONGDATETIME",value:e},{name:"xMin",type:"SHORT",value:0},{name:"yMin",type:"SHORT",value:0},{name:"xMax",type:"SHORT",value:0},{name:"yMax",type:"SHORT",value:0},{name:"macStyle",type:"USHORT",value:0},{name:"lowestRecPPEM",type:"USHORT",value:0},{name:"fontDirectionHint",type:"SHORT",value:2},{name:"indexToLocFormat",type:"SHORT",value:0},{name:"glyphDataFormat",type:"SHORT",value:0}],n)}const da={parse:Tm,make:Mm};function Dm(n,e){const t={},i=new q.Parser(n,e);return t.version=i.parseVersion(),t.ascender=i.parseShort(),t.descender=i.parseShort(),t.lineGap=i.parseShort(),t.advanceWidthMax=i.parseUShort(),t.minLeftSideBearing=i.parseShort(),t.minRightSideBearing=i.parseShort(),t.xMaxExtent=i.parseShort(),t.caretSlopeRise=i.parseShort(),t.caretSlopeRun=i.parseShort(),t.caretOffset=i.parseShort(),i.relativeOffset+=8,t.metricDataFormat=i.parseShort(),t.numberOfHMetrics=i.parseUShort(),t}function km(n){return new ee.Table("hhea",[{name:"version",type:"FIXED",value:65536},{name:"ascender",type:"FWORD",value:0},{name:"descender",type:"FWORD",value:0},{name:"lineGap",type:"FWORD",value:0},{name:"advanceWidthMax",type:"UFWORD",value:0},{name:"minLeftSideBearing",type:"FWORD",value:0},{name:"minRightSideBearing",type:"FWORD",value:0},{name:"xMaxExtent",type:"FWORD",value:0},{name:"caretSlopeRise",type:"SHORT",value:1},{name:"caretSlopeRun",type:"SHORT",value:0},{name:"caretOffset",type:"SHORT",value:0},{name:"reserved1",type:"SHORT",value:0},{name:"reserved2",type:"SHORT",value:0},{name:"reserved3",type:"SHORT",value:0},{name:"reserved4",type:"SHORT",value:0},{name:"metricDataFormat",type:"SHORT",value:0},{name:"numberOfHMetrics",type:"USHORT",value:0}],n)}const ua={parse:Dm,make:km};function Pm(n,e,t,i,s){let r,a;const c=new q.Parser(n,e);for(let l=0;l<i;l+=1){l<t&&(r=c.parseUShort(),a=c.parseShort());const d=s.get(l);d.advanceWidth=r,d.leftSideBearing=a}}function Nm(n){const e=new ee.Table("hmtx",[]);for(let t=0;t<n.length;t+=1){const i=n.get(t),s=i.advanceWidth||0,r=i.leftSideBearing||0;e.fields.push({name:"advanceWidth_"+t,type:"USHORT",value:s}),e.fields.push({name:"leftSideBearing_"+t,type:"SHORT",value:r})}return e}const ha={parse:Pm,make:Nm};function Fm(n){const e=new ee.Table("ltag",[{name:"version",type:"ULONG",value:1},{name:"flags",type:"ULONG",value:0},{name:"numTags",type:"ULONG",value:n.length}]);let t="";const i=12+n.length*4;for(let s=0;s<n.length;++s){let r=t.indexOf(n[s]);r<0&&(r=t.length,t+=n[s]),e.fields.push({name:"offset "+s,type:"USHORT",value:i+r}),e.fields.push({name:"length "+s,type:"USHORT",value:n[s].length})}return e.fields.push({name:"stringPool",type:"CHARARRAY",value:t}),e}function Rm(n,e){const t=new q.Parser(n,e),i=t.parseULong();ne.argument(i===1,"Unsupported ltag table version."),t.skip("uLong",1);const s=t.parseULong(),r=[];for(let a=0;a<s;a++){let c="";const l=e+t.parseUShort(),d=t.parseUShort();for(let h=l;h<l+d;++h)c+=String.fromCharCode(n.getInt8(h));r.push(c)}return r}const fa={make:Fm,parse:Rm};function Lm(n,e){const t={},i=new q.Parser(n,e);return t.version=i.parseVersion(),t.numGlyphs=i.parseUShort(),t.version===1&&(t.maxPoints=i.parseUShort(),t.maxContours=i.parseUShort(),t.maxCompositePoints=i.parseUShort(),t.maxCompositeContours=i.parseUShort(),t.maxZones=i.parseUShort(),t.maxTwilightPoints=i.parseUShort(),t.maxStorage=i.parseUShort(),t.maxFunctionDefs=i.parseUShort(),t.maxInstructionDefs=i.parseUShort(),t.maxStackElements=i.parseUShort(),t.maxSizeOfInstructions=i.parseUShort(),t.maxComponentElements=i.parseUShort(),t.maxComponentDepth=i.parseUShort()),t}function Om(n){return new ee.Table("maxp",[{name:"version",type:"FIXED",value:20480},{name:"numGlyphs",type:"USHORT",value:n}])}const pa={parse:Lm,make:Om},ma=["copyright","fontFamily","fontSubfamily","uniqueID","fullName","version","postScriptName","trademark","manufacturer","designer","description","manufacturerURL","designerURL","license","licenseURL","reserved","preferredFamily","preferredSubfamily","compatibleFullName","sampleText","postScriptFindFontName","wwsFamily","wwsSubfamily"],ga={0:"en",1:"fr",2:"de",3:"it",4:"nl",5:"sv",6:"es",7:"da",8:"pt",9:"no",10:"he",11:"ja",12:"ar",13:"fi",14:"el",15:"is",16:"mt",17:"tr",18:"hr",19:"zh-Hant",20:"ur",21:"hi",22:"th",23:"ko",24:"lt",25:"pl",26:"hu",27:"es",28:"lv",29:"se",30:"fo",31:"fa",32:"ru",33:"zh",34:"nl-BE",35:"ga",36:"sq",37:"ro",38:"cz",39:"sk",40:"si",41:"yi",42:"sr",43:"mk",44:"bg",45:"uk",46:"be",47:"uz",48:"kk",49:"az-Cyrl",50:"az-Arab",51:"hy",52:"ka",53:"mo",54:"ky",55:"tg",56:"tk",57:"mn-CN",58:"mn",59:"ps",60:"ks",61:"ku",62:"sd",63:"bo",64:"ne",65:"sa",66:"mr",67:"bn",68:"as",69:"gu",70:"pa",71:"or",72:"ml",73:"kn",74:"ta",75:"te",76:"si",77:"my",78:"km",79:"lo",80:"vi",81:"id",82:"tl",83:"ms",84:"ms-Arab",85:"am",86:"ti",87:"om",88:"so",89:"sw",90:"rw",91:"rn",92:"ny",93:"mg",94:"eo",128:"cy",129:"eu",130:"ca",131:"la",132:"qu",133:"gn",134:"ay",135:"tt",136:"ug",137:"dz",138:"jv",139:"su",140:"gl",141:"af",142:"br",143:"iu",144:"gd",145:"gv",146:"ga",147:"to",148:"el-polyton",149:"kl",150:"az",151:"nn"},Um={0:0,1:0,2:0,3:0,4:0,5:0,6:0,7:0,8:0,9:0,10:5,11:1,12:4,13:0,14:6,15:0,16:0,17:0,18:0,19:2,20:4,21:9,22:21,23:3,24:29,25:29,26:29,27:29,28:29,29:0,30:0,31:4,32:7,33:25,34:0,35:0,36:0,37:0,38:29,39:29,40:0,41:5,42:7,43:7,44:7,45:7,46:7,47:7,48:7,49:7,50:4,51:24,52:23,53:7,54:7,55:7,56:7,57:27,58:7,59:4,60:4,61:4,62:4,63:26,64:9,65:9,66:9,67:13,68:13,69:11,70:10,71:12,72:17,73:16,74:14,75:15,76:18,77:19,78:20,79:22,80:30,81:0,82:0,83:0,84:4,85:28,86:28,87:28,88:0,89:0,90:0,91:0,92:0,93:0,94:0,128:0,129:0,130:0,131:0,132:0,133:0,134:0,135:7,136:4,137:26,138:0,139:0,140:0,141:0,142:0,143:28,144:0,145:0,146:0,147:0,148:6,149:0,150:0,151:0},Aa={1078:"af",1052:"sq",1156:"gsw",1118:"am",5121:"ar-DZ",15361:"ar-BH",3073:"ar",2049:"ar-IQ",11265:"ar-JO",13313:"ar-KW",12289:"ar-LB",4097:"ar-LY",6145:"ary",8193:"ar-OM",16385:"ar-QA",1025:"ar-SA",10241:"ar-SY",7169:"aeb",14337:"ar-AE",9217:"ar-YE",1067:"hy",1101:"as",2092:"az-Cyrl",1068:"az",1133:"ba",1069:"eu",1059:"be",2117:"bn",1093:"bn-IN",8218:"bs-Cyrl",5146:"bs",1150:"br",1026:"bg",1027:"ca",3076:"zh-HK",5124:"zh-MO",2052:"zh",4100:"zh-SG",1028:"zh-TW",1155:"co",1050:"hr",4122:"hr-BA",1029:"cs",1030:"da",1164:"prs",1125:"dv",2067:"nl-BE",1043:"nl",3081:"en-AU",10249:"en-BZ",4105:"en-CA",9225:"en-029",16393:"en-IN",6153:"en-IE",8201:"en-JM",17417:"en-MY",5129:"en-NZ",13321:"en-PH",18441:"en-SG",7177:"en-ZA",11273:"en-TT",2057:"en-GB",1033:"en",12297:"en-ZW",1061:"et",1080:"fo",1124:"fil",1035:"fi",2060:"fr-BE",3084:"fr-CA",1036:"fr",5132:"fr-LU",6156:"fr-MC",4108:"fr-CH",1122:"fy",1110:"gl",1079:"ka",3079:"de-AT",1031:"de",5127:"de-LI",4103:"de-LU",2055:"de-CH",1032:"el",1135:"kl",1095:"gu",1128:"ha",1037:"he",1081:"hi",1038:"hu",1039:"is",1136:"ig",1057:"id",1117:"iu",2141:"iu-Latn",2108:"ga",1076:"xh",1077:"zu",1040:"it",2064:"it-CH",1041:"ja",1099:"kn",1087:"kk",1107:"km",1158:"quc",1159:"rw",1089:"sw",1111:"kok",1042:"ko",1088:"ky",1108:"lo",1062:"lv",1063:"lt",2094:"dsb",1134:"lb",1071:"mk",2110:"ms-BN",1086:"ms",1100:"ml",1082:"mt",1153:"mi",1146:"arn",1102:"mr",1148:"moh",1104:"mn",2128:"mn-CN",1121:"ne",1044:"nb",2068:"nn",1154:"oc",1096:"or",1123:"ps",1045:"pl",1046:"pt",2070:"pt-PT",1094:"pa",1131:"qu-BO",2155:"qu-EC",3179:"qu",1048:"ro",1047:"rm",1049:"ru",9275:"smn",4155:"smj-NO",5179:"smj",3131:"se-FI",1083:"se",2107:"se-SE",8251:"sms",6203:"sma-NO",7227:"sms",1103:"sa",7194:"sr-Cyrl-BA",3098:"sr",6170:"sr-Latn-BA",2074:"sr-Latn",1132:"nso",1074:"tn",1115:"si",1051:"sk",1060:"sl",11274:"es-AR",16394:"es-BO",13322:"es-CL",9226:"es-CO",5130:"es-CR",7178:"es-DO",12298:"es-EC",17418:"es-SV",4106:"es-GT",18442:"es-HN",2058:"es-MX",19466:"es-NI",6154:"es-PA",15370:"es-PY",10250:"es-PE",20490:"es-PR",3082:"es",1034:"es",21514:"es-US",14346:"es-UY",8202:"es-VE",2077:"sv-FI",1053:"sv",1114:"syr",1064:"tg",2143:"tzm",1097:"ta",1092:"tt",1098:"te",1054:"th",1105:"bo",1055:"tr",1090:"tk",1152:"ug",1058:"uk",1070:"hsb",1056:"ur",2115:"uz-Cyrl",1091:"uz",1066:"vi",1106:"cy",1160:"wo",1157:"sah",1144:"ii",1130:"yo"};function _m(n,e,t){switch(n){case 0:if(e===65535)return"und";if(t)return t[e];break;case 1:return ga[e];case 3:return Aa[e]}}const ys="utf-16",Qm={0:"macintosh",1:"x-mac-japanese",2:"x-mac-chinesetrad",3:"x-mac-korean",6:"x-mac-greek",7:"x-mac-cyrillic",9:"x-mac-devanagai",10:"x-mac-gurmukhi",11:"x-mac-gujarati",12:"x-mac-oriya",13:"x-mac-bengali",14:"x-mac-tamil",15:"x-mac-telugu",16:"x-mac-kannada",17:"x-mac-malayalam",18:"x-mac-sinhalese",19:"x-mac-burmese",20:"x-mac-khmer",21:"x-mac-thai",22:"x-mac-lao",23:"x-mac-georgian",24:"x-mac-armenian",25:"x-mac-chinesesimp",26:"x-mac-tibetan",27:"x-mac-mongolian",28:"x-mac-ethiopic",29:"x-mac-ce",30:"x-mac-vietnamese",31:"x-mac-extarabic"},Vm={15:"x-mac-icelandic",17:"x-mac-turkish",18:"x-mac-croatian",24:"x-mac-ce",25:"x-mac-ce",26:"x-mac-ce",27:"x-mac-ce",28:"x-mac-ce",30:"x-mac-icelandic",37:"x-mac-romanian",38:"x-mac-ce",39:"x-mac-ce",40:"x-mac-ce",143:"x-mac-inuit",146:"x-mac-gaelic"};function ya(n,e,t){switch(n){case 0:return ys;case 1:return Vm[t]||Qm[e];case 3:if(e===1||e===10)return ys;break}}function Gm(n,e,t){const i={},s=new q.Parser(n,e),r=s.parseUShort(),a=s.parseUShort(),c=s.offset+s.parseUShort();for(let l=0;l<a;l++){const d=s.parseUShort(),h=s.parseUShort(),f=s.parseUShort(),p=s.parseUShort(),u=ma[p]||p,m=s.parseUShort(),E=s.parseUShort(),A=_m(d,f,t),b=ya(d,h,f);if(b!==void 0&&A!==void 0){let w;if(b===ys?w=Wt.UTF16(n,c+E,m):w=Wt.MACSTRING(n,c+E,m,b),w){let B=i[u];B===void 0&&(B=i[u]={}),B[A]=w}}}return r===1&&s.parseUShort(),i}function Cs(n){const e={};for(let t in n)e[n[t]]=parseInt(t);return e}function Ca(n,e,t,i,s,r){return new ee.Record("NameRecord",[{name:"platformID",type:"USHORT",value:n},{name:"encodingID",type:"USHORT",value:e},{name:"languageID",type:"USHORT",value:t},{name:"nameID",type:"USHORT",value:i},{name:"length",type:"USHORT",value:s},{name:"offset",type:"USHORT",value:r}])}function Hm(n,e){const t=n.length,i=e.length-t+1;e:for(let s=0;s<i;s++)for(;s<i;s++){for(let r=0;r<t;r++)if(e[s+r]!==n[r])continue e;return s}return-1}function Ea(n,e){let t=Hm(n,e);if(t<0){t=e.length;let i=0;const s=n.length;for(;i<s;++i)e.push(n[i])}return t}function Ym(n,e){let t;const i=[],s={},r=Cs(ma);for(let f in n){let p=r[f];if(p===void 0&&(p=f),t=parseInt(p),isNaN(t))throw new Error('Name table entry "'+f+'" does not exist, see nameTableNames for complete list.');s[t]=n[f],i.push(t)}const a=Cs(ga),c=Cs(Aa),l=[],d=[];for(let f=0;f<i.length;f++){t=i[f];const p=s[t];for(let u in p){const m=p[u];let E=1,A=a[u],b=Um[A];const w=ya(E,b,A);let B=W.MACSTRING(m,w);B===void 0&&(E=0,A=e.indexOf(u),A<0&&(A=e.length,e.push(u)),b=4,B=W.UTF16(m));const D=Ea(B,d);l.push(Ca(E,b,A,t,B.length,D));const N=c[u];if(N!==void 0){const S=W.UTF16(m),x=Ea(S,d);l.push(Ca(3,1,N,t,S.length,x))}}}l.sort(function(f,p){return f.platformID-p.platformID||f.encodingID-p.encodingID||f.languageID-p.languageID||f.nameID-p.nameID});const h=new ee.Table("name",[{name:"format",type:"USHORT",value:0},{name:"count",type:"USHORT",value:l.length},{name:"stringOffset",type:"USHORT",value:6+l.length*12}]);for(let f=0;f<l.length;f++)h.fields.push({name:"record_"+f,type:"RECORD",value:l[f]});return h.fields.push({name:"strings",type:"LITERAL",value:d}),h}const ba={parse:Gm,make:Ym},Es=[{begin:0,end:127},{begin:128,end:255},{begin:256,end:383},{begin:384,end:591},{begin:592,end:687},{begin:688,end:767},{begin:768,end:879},{begin:880,end:1023},{begin:11392,end:11519},{begin:1024,end:1279},{begin:1328,end:1423},{begin:1424,end:1535},{begin:42240,end:42559},{begin:1536,end:1791},{begin:1984,end:2047},{begin:2304,end:2431},{begin:2432,end:2559},{begin:2560,end:2687},{begin:2688,end:2815},{begin:2816,end:2943},{begin:2944,end:3071},{begin:3072,end:3199},{begin:3200,end:3327},{begin:3328,end:3455},{begin:3584,end:3711},{begin:3712,end:3839},{begin:4256,end:4351},{begin:6912,end:7039},{begin:4352,end:4607},{begin:7680,end:7935},{begin:7936,end:8191},{begin:8192,end:8303},{begin:8304,end:8351},{begin:8352,end:8399},{begin:8400,end:8447},{begin:8448,end:8527},{begin:8528,end:8591},{begin:8592,end:8703},{begin:8704,end:8959},{begin:8960,end:9215},{begin:9216,end:9279},{begin:9280,end:9311},{begin:9312,end:9471},{begin:9472,end:9599},{begin:9600,end:9631},{begin:9632,end:9727},{begin:9728,end:9983},{begin:9984,end:10175},{begin:12288,end:12351},{begin:12352,end:12447},{begin:12448,end:12543},{begin:12544,end:12591},{begin:12592,end:12687},{begin:43072,end:43135},{begin:12800,end:13055},{begin:13056,end:13311},{begin:44032,end:55215},{begin:55296,end:57343},{begin:67840,end:67871},{begin:19968,end:40959},{begin:57344,end:63743},{begin:12736,end:12783},{begin:64256,end:64335},{begin:64336,end:65023},{begin:65056,end:65071},{begin:65040,end:65055},{begin:65104,end:65135},{begin:65136,end:65279},{begin:65280,end:65519},{begin:65520,end:65535},{begin:3840,end:4095},{begin:1792,end:1871},{begin:1920,end:1983},{begin:3456,end:3583},{begin:4096,end:4255},{begin:4608,end:4991},{begin:5024,end:5119},{begin:5120,end:5759},{begin:5760,end:5791},{begin:5792,end:5887},{begin:6016,end:6143},{begin:6144,end:6319},{begin:10240,end:10495},{begin:40960,end:42127},{begin:5888,end:5919},{begin:66304,end:66351},{begin:66352,end:66383},{begin:66560,end:66639},{begin:118784,end:119039},{begin:119808,end:120831},{begin:1044480,end:1048573},{begin:65024,end:65039},{begin:917504,end:917631},{begin:6400,end:6479},{begin:6480,end:6527},{begin:6528,end:6623},{begin:6656,end:6687},{begin:11264,end:11359},{begin:11568,end:11647},{begin:19904,end:19967},{begin:43008,end:43055},{begin:65536,end:65663},{begin:65856,end:65935},{begin:66432,end:66463},{begin:66464,end:66527},{begin:66640,end:66687},{begin:66688,end:66735},{begin:67584,end:67647},{begin:68096,end:68191},{begin:119552,end:119647},{begin:73728,end:74751},{begin:119648,end:119679},{begin:7040,end:7103},{begin:7168,end:7247},{begin:7248,end:7295},{begin:43136,end:43231},{begin:43264,end:43311},{begin:43312,end:43359},{begin:43520,end:43615},{begin:65936,end:65999},{begin:66e3,end:66047},{begin:66208,end:66271},{begin:127024,end:127135}];function zm(n){for(let e=0;e<Es.length;e+=1){const t=Es[e];if(n>=t.begin&&n<t.end)return e}return-1}function Wm(n,e){const t={},i=new q.Parser(n,e);t.version=i.parseUShort(),t.xAvgCharWidth=i.parseShort(),t.usWeightClass=i.parseUShort(),t.usWidthClass=i.parseUShort(),t.fsType=i.parseUShort(),t.ySubscriptXSize=i.parseShort(),t.ySubscriptYSize=i.parseShort(),t.ySubscriptXOffset=i.parseShort(),t.ySubscriptYOffset=i.parseShort(),t.ySuperscriptXSize=i.parseShort(),t.ySuperscriptYSize=i.parseShort(),t.ySuperscriptXOffset=i.parseShort(),t.ySuperscriptYOffset=i.parseShort(),t.yStrikeoutSize=i.parseShort(),t.yStrikeoutPosition=i.parseShort(),t.sFamilyClass=i.parseShort(),t.panose=[];for(let s=0;s<10;s++)t.panose[s]=i.parseByte();return t.ulUnicodeRange1=i.parseULong(),t.ulUnicodeRange2=i.parseULong(),t.ulUnicodeRange3=i.parseULong(),t.ulUnicodeRange4=i.parseULong(),t.achVendID=String.fromCharCode(i.parseByte(),i.parseByte(),i.parseByte(),i.parseByte()),t.fsSelection=i.parseUShort(),t.usFirstCharIndex=i.parseUShort(),t.usLastCharIndex=i.parseUShort(),t.sTypoAscender=i.parseShort(),t.sTypoDescender=i.parseShort(),t.sTypoLineGap=i.parseShort(),t.usWinAscent=i.parseUShort(),t.usWinDescent=i.parseUShort(),t.version>=1&&(t.ulCodePageRange1=i.parseULong(),t.ulCodePageRange2=i.parseULong()),t.version>=2&&(t.sxHeight=i.parseShort(),t.sCapHeight=i.parseShort(),t.usDefaultChar=i.parseUShort(),t.usBreakChar=i.parseUShort(),t.usMaxContent=i.parseUShort()),t}function jm(n){return new ee.Table("OS/2",[{name:"version",type:"USHORT",value:3},{name:"xAvgCharWidth",type:"SHORT",value:0},{name:"usWeightClass",type:"USHORT",value:0},{name:"usWidthClass",type:"USHORT",value:0},{name:"fsType",type:"USHORT",value:0},{name:"ySubscriptXSize",type:"SHORT",value:650},{name:"ySubscriptYSize",type:"SHORT",value:699},{name:"ySubscriptXOffset",type:"SHORT",value:0},{name:"ySubscriptYOffset",type:"SHORT",value:140},{name:"ySuperscriptXSize",type:"SHORT",value:650},{name:"ySuperscriptYSize",type:"SHORT",value:699},{name:"ySuperscriptXOffset",type:"SHORT",value:0},{name:"ySuperscriptYOffset",type:"SHORT",value:479},{name:"yStrikeoutSize",type:"SHORT",value:49},{name:"yStrikeoutPosition",type:"SHORT",value:258},{name:"sFamilyClass",type:"SHORT",value:0},{name:"bFamilyType",type:"BYTE",value:0},{name:"bSerifStyle",type:"BYTE",value:0},{name:"bWeight",type:"BYTE",value:0},{name:"bProportion",type:"BYTE",value:0},{name:"bContrast",type:"BYTE",value:0},{name:"bStrokeVariation",type:"BYTE",value:0},{name:"bArmStyle",type:"BYTE",value:0},{name:"bLetterform",type:"BYTE",value:0},{name:"bMidline",type:"BYTE",value:0},{name:"bXHeight",type:"BYTE",value:0},{name:"ulUnicodeRange1",type:"ULONG",value:0},{name:"ulUnicodeRange2",type:"ULONG",value:0},{name:"ulUnicodeRange3",type:"ULONG",value:0},{name:"ulUnicodeRange4",type:"ULONG",value:0},{name:"achVendID",type:"CHARARRAY",value:"XXXX"},{name:"fsSelection",type:"USHORT",value:0},{name:"usFirstCharIndex",type:"USHORT",value:0},{name:"usLastCharIndex",type:"USHORT",value:0},{name:"sTypoAscender",type:"SHORT",value:0},{name:"sTypoDescender",type:"SHORT",value:0},{name:"sTypoLineGap",type:"SHORT",value:0},{name:"usWinAscent",type:"USHORT",value:0},{name:"usWinDescent",type:"USHORT",value:0},{name:"ulCodePageRange1",type:"ULONG",value:0},{name:"ulCodePageRange2",type:"ULONG",value:0},{name:"sxHeight",type:"SHORT",value:0},{name:"sCapHeight",type:"SHORT",value:0},{name:"usDefaultChar",type:"USHORT",value:0},{name:"usBreakChar",type:"USHORT",value:0},{name:"usMaxContext",type:"USHORT",value:0}],n)}const bs={parse:Wm,make:jm,unicodeRanges:Es,getUnicodeRange:zm};function Km(n,e){const t={},i=new q.Parser(n,e);switch(t.version=i.parseVersion(),t.italicAngle=i.parseFixed(),t.underlinePosition=i.parseShort(),t.underlineThickness=i.parseShort(),t.isFixedPitch=i.parseULong(),t.minMemType42=i.parseULong(),t.maxMemType42=i.parseULong(),t.minMemType1=i.parseULong(),t.maxMemType1=i.parseULong(),t.version){case 1:t.names=St.slice();break;case 2:t.numberOfGlyphs=i.parseUShort(),t.glyphNameIndex=new Array(t.numberOfGlyphs);for(let s=0;s<t.numberOfGlyphs;s++)t.glyphNameIndex[s]=i.parseUShort();t.names=[];for(let s=0;s<t.numberOfGlyphs;s++)if(t.glyphNameIndex[s]>=St.length){const r=i.parseChar();t.names.push(i.parseString(r))}break;case 2.5:t.numberOfGlyphs=i.parseUShort(),t.offset=new Array(t.numberOfGlyphs);for(let s=0;s<t.numberOfGlyphs;s++)t.offset[s]=i.parseChar();break}return t}function $m(){return new ee.Table("post",[{name:"version",type:"FIXED",value:196608},{name:"italicAngle",type:"FIXED",value:0},{name:"underlinePosition",type:"FWORD",value:0},{name:"underlineThickness",type:"FWORD",value:0},{name:"isFixedPitch",type:"ULONG",value:0},{name:"minMemType42",type:"ULONG",value:0},{name:"maxMemType42",type:"ULONG",value:0},{name:"minMemType1",type:"ULONG",value:0},{name:"maxMemType1",type:"ULONG",value:0}])}const wa={parse:Km,make:$m},ze=new Array(9);ze[1]=function(){const e=this.offset+this.relativeOffset,t=this.parseUShort();if(t===1)return{substFormat:1,coverage:this.parsePointer(G.coverage),deltaGlyphId:this.parseUShort()};if(t===2)return{substFormat:2,coverage:this.parsePointer(G.coverage),substitute:this.parseOffset16List()};ne.assert(!1,"0x"+e.toString(16)+": lookup type 1 format must be 1 or 2.")},ze[2]=function(){const e=this.parseUShort();return ne.argument(e===1,"GSUB Multiple Substitution Subtable identifier-format must be 1"),{substFormat:e,coverage:this.parsePointer(G.coverage),sequences:this.parseListOfLists()}},ze[3]=function(){const e=this.parseUShort();return ne.argument(e===1,"GSUB Alternate Substitution Subtable identifier-format must be 1"),{substFormat:e,coverage:this.parsePointer(G.coverage),alternateSets:this.parseListOfLists()}},ze[4]=function(){const e=this.parseUShort();return ne.argument(e===1,"GSUB ligature table identifier-format must be 1"),{substFormat:e,coverage:this.parsePointer(G.coverage),ligatureSets:this.parseListOfLists(function(){return{ligGlyph:this.parseUShort(),components:this.parseUShortList(this.parseUShort()-1)}})}};const Kt={sequenceIndex:G.uShort,lookupListIndex:G.uShort};ze[5]=function(){const e=this.offset+this.relativeOffset,t=this.parseUShort();if(t===1)return{substFormat:t,coverage:this.parsePointer(G.coverage),ruleSets:this.parseListOfLists(function(){const i=this.parseUShort(),s=this.parseUShort();return{input:this.parseUShortList(i-1),lookupRecords:this.parseRecordList(s,Kt)}})};if(t===2)return{substFormat:t,coverage:this.parsePointer(G.coverage),classDef:this.parsePointer(G.classDef),classSets:this.parseListOfLists(function(){const i=this.parseUShort(),s=this.parseUShort();return{classes:this.parseUShortList(i-1),lookupRecords:this.parseRecordList(s,Kt)}})};if(t===3){const i=this.parseUShort(),s=this.parseUShort();return{substFormat:t,coverages:this.parseList(i,G.pointer(G.coverage)),lookupRecords:this.parseRecordList(s,Kt)}}ne.assert(!1,"0x"+e.toString(16)+": lookup type 5 format must be 1, 2 or 3.")},ze[6]=function(){const e=this.offset+this.relativeOffset,t=this.parseUShort();if(t===1)return{substFormat:1,coverage:this.parsePointer(G.coverage),chainRuleSets:this.parseListOfLists(function(){return{backtrack:this.parseUShortList(),input:this.parseUShortList(this.parseShort()-1),lookahead:this.parseUShortList(),lookupRecords:this.parseRecordList(Kt)}})};if(t===2)return{substFormat:2,coverage:this.parsePointer(G.coverage),backtrackClassDef:this.parsePointer(G.classDef),inputClassDef:this.parsePointer(G.classDef),lookaheadClassDef:this.parsePointer(G.classDef),chainClassSet:this.parseListOfLists(function(){return{backtrack:this.parseUShortList(),input:this.parseUShortList(this.parseShort()-1),lookahead:this.parseUShortList(),lookupRecords:this.parseRecordList(Kt)}})};if(t===3)return{substFormat:3,backtrackCoverage:this.parseList(G.pointer(G.coverage)),inputCoverage:this.parseList(G.pointer(G.coverage)),lookaheadCoverage:this.parseList(G.pointer(G.coverage)),lookupRecords:this.parseRecordList(Kt)};ne.assert(!1,"0x"+e.toString(16)+": lookup type 6 format must be 1, 2 or 3.")},ze[7]=function(){const e=this.parseUShort();ne.argument(e===1,"GSUB Extension Substitution subtable identifier-format must be 1");const t=this.parseUShort(),i=new G(this.data,this.offset+this.parseULong());return{substFormat:1,lookupType:t,extension:ze[t].call(i)}},ze[8]=function(){const e=this.parseUShort();return ne.argument(e===1,"GSUB Reverse Chaining Contextual Single Substitution Subtable identifier-format must be 1"),{substFormat:e,coverage:this.parsePointer(G.coverage),backtrackCoverage:this.parseList(G.pointer(G.coverage)),lookaheadCoverage:this.parseList(G.pointer(G.coverage)),substitutes:this.parseUShortList()}};function Xm(n,e){e=e||0;const t=new G(n,e),i=t.parseVersion(1);return ne.argument(i===1||i===1.1,"Unsupported GSUB table version."),i===1?{version:i,scripts:t.parseScriptList(),features:t.parseFeatureList(),lookups:t.parseLookupList(ze)}:{version:i,scripts:t.parseScriptList(),features:t.parseFeatureList(),lookups:t.parseLookupList(ze),variations:t.parseFeatureVariationsList()}}const ri=new Array(9);ri[1]=function(e){return e.substFormat===1?new ee.Table("substitutionTable",[{name:"substFormat",type:"USHORT",value:1},{name:"coverage",type:"TABLE",value:new ee.Coverage(e.coverage)},{name:"deltaGlyphID",type:"USHORT",value:e.deltaGlyphId}]):new ee.Table("substitutionTable",[{name:"substFormat",type:"USHORT",value:2},{name:"coverage",type:"TABLE",value:new ee.Coverage(e.coverage)}].concat(ee.ushortList("substitute",e.substitute)))},ri[3]=function(e){return ne.assert(e.substFormat===1,"Lookup type 3 substFormat must be 1."),new ee.Table("substitutionTable",[{name:"substFormat",type:"USHORT",value:1},{name:"coverage",type:"TABLE",value:new ee.Coverage(e.coverage)}].concat(ee.tableList("altSet",e.alternateSets,function(t){return new ee.Table("alternateSetTable",ee.ushortList("alternate",t))})))},ri[4]=function(e){return ne.assert(e.substFormat===1,"Lookup type 4 substFormat must be 1."),new ee.Table("substitutionTable",[{name:"substFormat",type:"USHORT",value:1},{name:"coverage",type:"TABLE",value:new ee.Coverage(e.coverage)}].concat(ee.tableList("ligSet",e.ligatureSets,function(t){return new ee.Table("ligatureSetTable",ee.tableList("ligature",t,function(i){return new ee.Table("ligatureTable",[{name:"ligGlyph",type:"USHORT",value:i.ligGlyph}].concat(ee.ushortList("component",i.components,i.components.length+1)))}))})))};function qm(n){return new ee.Table("GSUB",[{name:"version",type:"ULONG",value:65536},{name:"scripts",type:"TABLE",value:new ee.ScriptList(n.scripts)},{name:"features",type:"TABLE",value:new ee.FeatureList(n.features)},{name:"lookups",type:"TABLE",value:new ee.LookupList(n.lookups,ri)}])}const va={parse:Xm,make:qm};function Jm(n,e){const t=new q.Parser(n,e),i=t.parseULong();ne.argument(i===1,"Unsupported META table version."),t.parseULong(),t.parseULong();const s=t.parseULong(),r={};for(let a=0;a<s;a++){const c=t.parseTag(),l=t.parseULong(),d=t.parseULong(),h=Wt.UTF8(n,e+l,d);r[c]=h}return r}function Zm(n){const e=Object.keys(n).length;let t="";const i=16+e*12,s=new ee.Table("meta",[{name:"version",type:"ULONG",value:1},{name:"flags",type:"ULONG",value:0},{name:"offset",type:"ULONG",value:i},{name:"numTags",type:"ULONG",value:e}]);for(let r in n){const a=t.length;t+=n[r],s.fields.push({name:"tag "+r,type:"TAG",value:r}),s.fields.push({name:"offset "+r,type:"ULONG",value:i+a}),s.fields.push({name:"length "+r,type:"ULONG",value:n[r].length})}return s.fields.push({name:"stringPool",type:"CHARARRAY",value:t}),s}const Ia={parse:Jm,make:Zm};function Ba(n){return Math.log(n)/Math.log(2)|0}function ws(n){for(;n.length%4!==0;)n.push(0);let e=0;for(let t=0;t<n.length;t+=4)e+=(n[t]<<24)+(n[t+1]<<16)+(n[t+2]<<8)+n[t+3];return e%=Math.pow(2,32),e}function xa(n,e,t,i){return new ee.Record("Table Record",[{name:"tag",type:"TAG",value:n!==void 0?n:""},{name:"checkSum",type:"ULONG",value:e!==void 0?e:0},{name:"offset",type:"ULONG",value:t!==void 0?t:0},{name:"length",type:"ULONG",value:i!==void 0?i:0}])}function Sa(n){const e=new ee.Table("sfnt",[{name:"version",type:"TAG",value:"OTTO"},{name:"numTables",type:"USHORT",value:0},{name:"searchRange",type:"USHORT",value:0},{name:"entrySelector",type:"USHORT",value:0},{name:"rangeShift",type:"USHORT",value:0}]);e.tables=n,e.numTables=n.length;const t=Math.pow(2,Ba(e.numTables));e.searchRange=16*t,e.entrySelector=Ba(t),e.rangeShift=e.numTables*16-e.searchRange;const i=[],s=[];let r=e.sizeOf()+xa().sizeOf()*e.numTables;for(;r%4!==0;)r+=1,s.push({name:"padding",type:"BYTE",value:0});for(let a=0;a<n.length;a+=1){const c=n[a];ne.argument(c.tableName.length===4,"Table name"+c.tableName+" is invalid.");const l=c.sizeOf(),d=xa(c.tableName,ws(c.encode()),r,l);for(i.push({name:d.tag+" Table Record",type:"RECORD",value:d}),s.push({name:c.tableName+" table",type:"RECORD",value:c}),r+=l,ne.argument(!isNaN(r),"Something went wrong calculating the offset.");r%4!==0;)r+=1,s.push({name:"padding",type:"BYTE",value:0})}return i.sort(function(a,c){return a.value.tag>c.value.tag?1:-1}),e.fields=e.fields.concat(i),e.fields=e.fields.concat(s),e}function Ta(n,e,t){for(let i=0;i<e.length;i+=1){const s=n.charToGlyphIndex(e[i]);if(s>0)return n.glyphs.get(s).getMetrics()}return t}function eg(n){let e=0;for(let t=0;t<n.length;t+=1)e+=n[t];return e/n.length}function tg(n){const e=[],t=[],i=[],s=[],r=[],a=[],c=[];let l,d=0,h=0,f=0,p=0,u=0;for(let T=0;T<n.glyphs.length;T+=1){const U=n.glyphs.get(T),H=U.unicode|0;if(isNaN(U.advanceWidth))throw new Error("Glyph "+U.name+" ("+T+"): advanceWidth is not a number.");(l>H||l===void 0)&&H>0&&(l=H),d<H&&(d=H);const j=bs.getUnicodeRange(H);if(j<32)h|=1<<j;else if(j<64)f|=1<<j-32;else if(j<96)p|=1<<j-64;else if(j<123)u|=1<<j-96;else throw new Error("Unicode ranges bits > 123 are reserved for internal usage");if(U.name===".notdef")continue;const X=U.getMetrics();e.push(X.xMin),t.push(X.yMin),i.push(X.xMax),s.push(X.yMax),a.push(X.leftSideBearing),c.push(X.rightSideBearing),r.push(U.advanceWidth)}const m={xMin:Math.min.apply(null,e),yMin:Math.min.apply(null,t),xMax:Math.max.apply(null,i),yMax:Math.max.apply(null,s),advanceWidthMax:Math.max.apply(null,r),advanceWidthAvg:eg(r),minLeftSideBearing:Math.min.apply(null,a),maxLeftSideBearing:Math.max.apply(null,a),minRightSideBearing:Math.min.apply(null,c)};m.ascender=n.ascender,m.descender=n.descender;const E=da.make({flags:3,unitsPerEm:n.unitsPerEm,xMin:m.xMin,yMin:m.yMin,xMax:m.xMax,yMax:m.yMax,lowestRecPPEM:3,createdTimestamp:n.createdTimestamp}),A=ua.make({ascender:m.ascender,descender:m.descender,advanceWidthMax:m.advanceWidthMax,minLeftSideBearing:m.minLeftSideBearing,minRightSideBearing:m.minRightSideBearing,xMaxExtent:m.maxLeftSideBearing+(m.xMax-m.xMin),numberOfHMetrics:n.glyphs.length}),b=pa.make(n.glyphs.length),w=bs.make({xAvgCharWidth:Math.round(m.advanceWidthAvg),usWeightClass:n.tables.os2.usWeightClass,usWidthClass:n.tables.os2.usWidthClass,usFirstCharIndex:l,usLastCharIndex:d,ulUnicodeRange1:h,ulUnicodeRange2:f,ulUnicodeRange3:p,ulUnicodeRange4:u,fsSelection:n.tables.os2.fsSelection,sTypoAscender:m.ascender,sTypoDescender:m.descender,sTypoLineGap:0,usWinAscent:m.yMax,usWinDescent:Math.abs(m.yMin),ulCodePageRange1:1,sxHeight:Ta(n,"xyvw",{yMax:Math.round(m.ascender/2)}).yMax,sCapHeight:Ta(n,"HIKLEFJMNTZBDPRAGOQSUVWXY",m).yMax,usDefaultChar:n.hasChar(" ")?32:0,usBreakChar:n.hasChar(" ")?32:0}),B=ha.make(n.glyphs),D=$r.make(n.glyphs),N=n.getEnglishName("fontFamily"),S=n.getEnglishName("fontSubfamily"),x=N+" "+S;let g=n.getEnglishName("postScriptName");g||(g=N.replace(/\s/g,"")+"-"+S);const R={};for(let T in n.names)R[T]=n.names[T];R.uniqueID||(R.uniqueID={en:n.getEnglishName("manufacturer")+":"+x}),R.postScriptName||(R.postScriptName={en:g}),R.preferredFamily||(R.preferredFamily=n.names.fontFamily),R.preferredSubfamily||(R.preferredSubfamily=n.names.fontSubfamily);const v=[],M=ba.make(R,v),L=v.length>0?fa.make(v):void 0,V=wa.make(),k=ca.make(n.glyphs,{version:n.getEnglishName("version"),fullName:x,familyName:N,weightName:S,postScriptName:g,unitsPerEm:n.unitsPerEm,fontBBox:[0,m.yMin,m.ascender,m.advanceWidthMax]}),C=n.metas&&Object.keys(n.metas).length>0?Ia.make(n.metas):void 0,y=[E,A,b,w,M,D,V,k,B];L&&y.push(L),n.tables.gsub&&y.push(va.make(n.tables.gsub)),C&&y.push(C);const I=Sa(y),P=I.encode(),F=ws(P),Q=I.fields;let O=!1;for(let T=0;T<Q.length;T+=1)if(Q[T].name==="head table"){Q[T].value.checkSumAdjustment=2981146554-F,O=!0;break}if(!O)throw new Error("Could not find head table with checkSum to adjust.");return I}const ng={make:Sa,fontToTable:tg,computeCheckSum:ws};function vs(n,e){let t=0,i=n.length-1;for(;t<=i;){const s=t+i>>>1,r=n[s].tag;if(r===e)return s;r<e?t=s+1:i=s-1}return-t-1}function Ma(n,e){let t=0,i=n.length-1;for(;t<=i;){const s=t+i>>>1,r=n[s];if(r===e)return s;r<e?t=s+1:i=s-1}return-t-1}function Da(n,e){let t,i=0,s=n.length-1;for(;i<=s;){const r=i+s>>>1;t=n[r];const a=t.start;if(a===e)return t;a<e?i=r+1:s=r-1}if(i>0)return t=n[i-1],e>t.end?0:t}function fn(n,e){this.font=n,this.tableName=e}fn.prototype={searchTag:vs,binSearch:Ma,getTable:function(n){let e=this.font.tables[this.tableName];return!e&&n&&(e=this.font.tables[this.tableName]=this.createDefaultTable()),e},getScriptNames:function(){let n=this.getTable();return n?n.scripts.map(function(e){return e.tag}):[]},getDefaultScriptName:function(){let n=this.getTable();if(!n)return;let e=!1;for(let t=0;t<n.scripts.length;t++){const i=n.scripts[t].tag;if(i==="DFLT")return i;i==="latn"&&(e=!0)}if(e)return"latn"},getScriptTable:function(n,e){const t=this.getTable(e);if(t){n=n||"DFLT";const i=t.scripts,s=vs(t.scripts,n);if(s>=0)return i[s].script;if(e){const r={tag:n,script:{defaultLangSys:{reserved:0,reqFeatureIndex:65535,featureIndexes:[]},langSysRecords:[]}};return i.splice(-1-s,0,r),r.script}}},getLangSysTable:function(n,e,t){const i=this.getScriptTable(n,t);if(i){if(!e||e==="dflt"||e==="DFLT")return i.defaultLangSys;const s=vs(i.langSysRecords,e);if(s>=0)return i.langSysRecords[s].langSys;if(t){const r={tag:e,langSys:{reserved:0,reqFeatureIndex:65535,featureIndexes:[]}};return i.langSysRecords.splice(-1-s,0,r),r.langSys}}},getFeatureTable:function(n,e,t,i){const s=this.getLangSysTable(n,e,i);if(s){let r;const a=s.featureIndexes,c=this.font.tables[this.tableName].features;for(let l=0;l<a.length;l++)if(r=c[a[l]],r.tag===t)return r.feature;if(i){const l=c.length;return ne.assert(l===0||t>=c[l-1].tag,"Features must be added in alphabetical order."),r={tag:t,feature:{params:0,lookupListIndexes:[]}},c.push(r),a.push(l),r.feature}}},getLookupTables:function(n,e,t,i,s){const r=this.getFeatureTable(n,e,t,s),a=[];if(r){let c;const l=r.lookupListIndexes,d=this.font.tables[this.tableName].lookups;for(let h=0;h<l.length;h++)c=d[l[h]],c.lookupType===i&&a.push(c);if(a.length===0&&s){c={lookupType:i,lookupFlag:0,subtables:[],markFilteringSet:void 0};const h=d.length;return d.push(c),l.push(h),[c]}}return a},getGlyphClass:function(n,e){switch(n.format){case 1:return n.startGlyph<=e&&e<n.startGlyph+n.classes.length?n.classes[e-n.startGlyph]:0;case 2:const t=Da(n.ranges,e);return t?t.classId:0}},getCoverageIndex:function(n,e){switch(n.format){case 1:const t=Ma(n.glyphs,e);return t>=0?t:-1;case 2:const i=Da(n.ranges,e);return i?i.index+e-i.start:-1}},expandCoverage:function(n){if(n.format===1)return n.glyphs;{const e=[],t=n.ranges;for(let i=0;i<t.length;i++){const s=t[i],r=s.start,a=s.end;for(let c=r;c<=a;c++)e.push(c)}return e}}};function pn(n){fn.call(this,n,"gpos")}pn.prototype=fn.prototype,pn.prototype.init=function(){const n=this.getDefaultScriptName();this.defaultKerningTables=this.getKerningTables(n)},pn.prototype.getKerningValue=function(n,e,t){for(let i=0;i<n.length;i++){const s=n[i].subtables;for(let r=0;r<s.length;r++){const a=s[r],c=this.getCoverageIndex(a.coverage,e);if(!(c<0))switch(a.posFormat){case 1:let l=a.pairSets[c];for(let p=0;p<l.length;p++){let u=l[p];if(u.secondGlyph===t)return u.value1&&u.value1.xAdvance||0}break;case 2:const d=this.getGlyphClass(a.classDef1,e),h=this.getGlyphClass(a.classDef2,t),f=a.classRecords[d][h];return f.value1&&f.value1.xAdvance||0}}}return 0},pn.prototype.getKerningTables=function(n,e){if(this.font.tables.gpos)return this.getLookupTables(n,e,"kern",2)};function We(n){fn.call(this,n,"gsub")}function ig(n,e){const t=n.length;if(t!==e.length)return!1;for(let i=0;i<t;i++)if(n[i]!==e[i])return!1;return!0}function ka(n,e,t){const i=n.subtables;for(let s=0;s<i.length;s++){const r=i[s];if(r.substFormat===e)return r}if(t)return i.push(t),t}We.prototype=fn.prototype,We.prototype.createDefaultTable=function(){return{version:1,scripts:[{tag:"DFLT",script:{defaultLangSys:{reserved:0,reqFeatureIndex:65535,featureIndexes:[]},langSysRecords:[]}}],features:[],lookups:[]}},We.prototype.getSingle=function(n,e,t){const i=[],s=this.getLookupTables(e,t,n,1);for(let r=0;r<s.length;r++){const a=s[r].subtables;for(let c=0;c<a.length;c++){const l=a[c],d=this.expandCoverage(l.coverage);let h;if(l.substFormat===1){const f=l.deltaGlyphId;for(h=0;h<d.length;h++){const p=d[h];i.push({sub:p,by:p+f})}}else{const f=l.substitute;for(h=0;h<d.length;h++)i.push({sub:d[h],by:f[h]})}}}return i},We.prototype.getAlternates=function(n,e,t){const i=[],s=this.getLookupTables(e,t,n,3);for(let r=0;r<s.length;r++){const a=s[r].subtables;for(let c=0;c<a.length;c++){const l=a[c],d=this.expandCoverage(l.coverage),h=l.alternateSets;for(let f=0;f<d.length;f++)i.push({sub:d[f],by:h[f]})}}return i},We.prototype.getLigatures=function(n,e,t){const i=[],s=this.getLookupTables(e,t,n,4);for(let r=0;r<s.length;r++){const a=s[r].subtables;for(let c=0;c<a.length;c++){const l=a[c],d=this.expandCoverage(l.coverage),h=l.ligatureSets;for(let f=0;f<d.length;f++){const p=d[f],u=h[f];for(let m=0;m<u.length;m++){const E=u[m];i.push({sub:[p].concat(E.components),by:E.ligGlyph})}}}}return i},We.prototype.addSingle=function(n,e,t,i){const s=this.getLookupTables(t,i,n,1,!0)[0],r=ka(s,2,{substFormat:2,coverage:{format:1,glyphs:[]},substitute:[]});ne.assert(r.coverage.format===1,"Ligature: unable to modify coverage table format "+r.coverage.format);const a=e.sub;let c=this.binSearch(r.coverage.glyphs,a);c<0&&(c=-1-c,r.coverage.glyphs.splice(c,0,a),r.substitute.splice(c,0,0)),r.substitute[c]=e.by},We.prototype.addAlternate=function(n,e,t,i){const s=this.getLookupTables(t,i,n,3,!0)[0],r=ka(s,1,{substFormat:1,coverage:{format:1,glyphs:[]},alternateSets:[]});ne.assert(r.coverage.format===1,"Ligature: unable to modify coverage table format "+r.coverage.format);const a=e.sub;let c=this.binSearch(r.coverage.glyphs,a);c<0&&(c=-1-c,r.coverage.glyphs.splice(c,0,a),r.alternateSets.splice(c,0,0)),r.alternateSets[c]=e.by},We.prototype.addLigature=function(n,e,t,i){const s=this.getLookupTables(t,i,n,4,!0)[0];let r=s.subtables[0];r||(r={substFormat:1,coverage:{format:1,glyphs:[]},ligatureSets:[]},s.subtables[0]=r),ne.assert(r.coverage.format===1,"Ligature: unable to modify coverage table format "+r.coverage.format);const a=e.sub[0],c=e.sub.slice(1),l={ligGlyph:e.by,components:c};let d=this.binSearch(r.coverage.glyphs,a);if(d>=0){const h=r.ligatureSets[d];for(let f=0;f<h.length;f++)if(ig(h[f].components,c))return;h.push(l)}else d=-1-d,r.coverage.glyphs.splice(d,0,a),r.ligatureSets.splice(d,0,[l])},We.prototype.getFeature=function(n,e,t){if(/ss\d\d/.test(n))return this.getSingle(n,e,t);switch(n){case"aalt":case"salt":return this.getSingle(n,e,t).concat(this.getAlternates(n,e,t));case"dlig":case"liga":case"rlig":return this.getLigatures(n,e,t)}},We.prototype.add=function(n,e,t,i){if(/ss\d\d/.test(n))return this.addSingle(n,e,t,i);switch(n){case"aalt":case"salt":return typeof e.by=="number"?this.addSingle(n,e,t,i):this.addAlternate(n,e,t,i);case"dlig":case"liga":case"rlig":return this.addLigature(n,e,t,i)}};function sg(){return typeof window<"u"}function og(n){const e=new ArrayBuffer(n.length),t=new Uint8Array(e);for(let i=0;i<n.length;++i)t[i]=n[i];return e}function rg(n){const e=new Buffer(n.byteLength),t=new Uint8Array(n);for(let i=0;i<e.length;++i)e[i]=t[i];return e}function $t(n,e){if(!n)throw e}function Pa(n,e,t,i,s){let r;return(e&i)>0?(r=n.parseByte(),(e&s)===0&&(r=-r),r=t+r):(e&s)>0?r=t:r=t+n.parseShort(),r}function ag(n,e,t){const i=new q.Parser(e,t);n.numberOfContours=i.parseShort(),n._xMin=i.parseShort(),n._yMin=i.parseShort(),n._xMax=i.parseShort(),n._yMax=i.parseShort();let s,r;if(n.numberOfContours>0){const a=n.endPointIndices=[];for(let l=0;l<n.numberOfContours;l+=1)a.push(i.parseUShort());n.instructionLength=i.parseUShort(),n.instructions=[];for(let l=0;l<n.instructionLength;l+=1)n.instructions.push(i.parseByte());const c=a[a.length-1]+1;s=[];for(let l=0;l<c;l+=1)if(r=i.parseByte(),s.push(r),(r&8)>0){const d=i.parseByte();for(let h=0;h<d;h+=1)s.push(r),l+=1}if(ne.argument(s.length===c,"Bad flags."),a.length>0){const l=[];let d;if(c>0){for(let p=0;p<c;p+=1)r=s[p],d={},d.onCurve=!!(r&1),d.lastPointOfContour=a.indexOf(p)>=0,l.push(d);let h=0;for(let p=0;p<c;p+=1)r=s[p],d=l[p],d.x=Pa(i,r,h,2,16),h=d.x;let f=0;for(let p=0;p<c;p+=1)r=s[p],d=l[p],d.y=Pa(i,r,f,4,32),f=d.y}n.points=l}else n.points=[]}else if(n.numberOfContours===0)n.points=[];else{n.isComposite=!0,n.points=[],n.components=[];let a=!0;for(;a;){s=i.parseUShort();const c={glyphIndex:i.parseUShort(),xScale:1,scale01:0,scale10:0,yScale:1,dx:0,dy:0};(s&1)>0?(s&2)>0?(c.dx=i.parseShort(),c.dy=i.parseShort()):c.matchedPoints=[i.parseUShort(),i.parseUShort()]:(s&2)>0?(c.dx=i.parseChar(),c.dy=i.parseChar()):c.matchedPoints=[i.parseByte(),i.parseByte()],(s&8)>0?c.xScale=c.yScale=i.parseF2Dot14():(s&64)>0?(c.xScale=i.parseF2Dot14(),c.yScale=i.parseF2Dot14()):(s&128)>0&&(c.xScale=i.parseF2Dot14(),c.scale01=i.parseF2Dot14(),c.scale10=i.parseF2Dot14(),c.yScale=i.parseF2Dot14()),n.components.push(c),a=!!(s&32)}if(s&256){n.instructionLength=i.parseUShort(),n.instructions=[];for(let c=0;c<n.instructionLength;c+=1)n.instructions.push(i.parseByte())}}}function Is(n,e){const t=[];for(let i=0;i<n.length;i+=1){const s=n[i],r={x:e.xScale*s.x+e.scale01*s.y+e.dx,y:e.scale10*s.x+e.yScale*s.y+e.dy,onCurve:s.onCurve,lastPointOfContour:s.lastPointOfContour};t.push(r)}return t}function lg(n){const e=[];let t=[];for(let i=0;i<n.length;i+=1){const s=n[i];t.push(s),s.lastPointOfContour&&(e.push(t),t=[])}return ne.argument(t.length===0,"There are still points left in the current contour."),e}function Na(n){const e=new Be;if(!n)return e;const t=lg(n);for(let i=0;i<t.length;++i){const s=t[i];let r=null,a=s[s.length-1],c=s[0];if(a.onCurve)e.moveTo(a.x,a.y);else if(c.onCurve)e.moveTo(c.x,c.y);else{const l={x:(a.x+c.x)*.5,y:(a.y+c.y)*.5};e.moveTo(l.x,l.y)}for(let l=0;l<s.length;++l)if(r=a,a=c,c=s[(l+1)%s.length],a.onCurve)e.lineTo(a.x,a.y);else{let d=c;r.onCurve||((a.x+r.x)*.5,(a.y+r.y)*.5),c.onCurve||(d={x:(a.x+c.x)*.5,y:(a.y+c.y)*.5}),e.quadraticCurveTo(a.x,a.y,d.x,d.y)}e.closePath()}return e}function cg(n,e){if(e.isComposite)for(let t=0;t<e.components.length;t+=1){const i=e.components[t],s=n.get(i.glyphIndex);if(s.getPath(),s.points){let r;if(i.matchedPoints===void 0)r=Is(s.points,i);else{if(i.matchedPoints[0]>e.points.length-1||i.matchedPoints[1]>s.points.length-1)throw Error("Matched points out of range in "+e.name);const a=e.points[i.matchedPoints[0]];let c=s.points[i.matchedPoints[1]];const l={xScale:i.xScale,scale01:i.scale01,scale10:i.scale10,yScale:i.yScale,dx:0,dy:0};c=Is([c],l)[0],l.dx=a.x-c.x,l.dy=a.y-c.y,r=Is(s.points,l)}e.points=e.points.concat(r)}}return Na(e.points)}function dg(n,e,t,i){const s=new jt.GlyphSet(i);for(let r=0;r<t.length-1;r+=1){const a=t[r],c=t[r+1];a!==c?s.push(r,jt.ttfGlyphLoader(i,r,ag,n,e+a,cg)):s.push(r,jt.glyphLoader(i,r))}return s}const Fa={getPath:Na,parse:dg};let Ra,Mt,La,Bs;function Oa(n){this.font=n,this.getCommands=function(e){return Fa.getPath(e).commands},this._fpgmState=this._prepState=void 0,this._errorState=0}function ug(n){return n}function Ua(n){return Math.sign(n)*Math.round(Math.abs(n))}function hg(n){return Math.sign(n)*Math.round(Math.abs(n*2))/2}function fg(n){return Math.sign(n)*(Math.round(Math.abs(n)+.5)-.5)}function pg(n){return Math.sign(n)*Math.ceil(Math.abs(n))}function mg(n){return Math.sign(n)*Math.floor(Math.abs(n))}const _a=function(n){const e=this.srPeriod;let t=this.srPhase;const i=this.srThreshold;let s=1;return n<0&&(n=-n,s=-1),n+=i-t,n=Math.trunc(n/e)*e,n+=t,n<0?t*s:n*s},nt={x:1,y:0,axis:"x",distance:function(n,e,t,i){return(t?n.xo:n.x)-(i?e.xo:e.x)},interpolate:function(n,e,t,i){let s,r,a,c,l,d,h;if(!i||i===this){if(s=n.xo-e.xo,r=n.xo-t.xo,l=e.x-e.xo,d=t.x-t.xo,a=Math.abs(s),c=Math.abs(r),h=a+c,h===0){n.x=n.xo+(l+d)/2;return}n.x=n.xo+(l*c+d*a)/h;return}if(s=i.distance(n,e,!0,!0),r=i.distance(n,t,!0,!0),l=i.distance(e,e,!1,!0),d=i.distance(t,t,!1,!0),a=Math.abs(s),c=Math.abs(r),h=a+c,h===0){nt.setRelative(n,n,(l+d)/2,i,!0);return}nt.setRelative(n,n,(l*c+d*a)/h,i,!0)},normalSlope:Number.NEGATIVE_INFINITY,setRelative:function(n,e,t,i,s){if(!i||i===this){n.x=(s?e.xo:e.x)+t;return}const r=s?e.xo:e.x,a=s?e.yo:e.y,c=r+t*i.x,l=a+t*i.y;n.x=c+(n.y-l)/i.normalSlope},slope:0,touch:function(n){n.xTouched=!0},touched:function(n){return n.xTouched},untouch:function(n){n.xTouched=!1}},rt={x:0,y:1,axis:"y",distance:function(n,e,t,i){return(t?n.yo:n.y)-(i?e.yo:e.y)},interpolate:function(n,e,t,i){let s,r,a,c,l,d,h;if(!i||i===this){if(s=n.yo-e.yo,r=n.yo-t.yo,l=e.y-e.yo,d=t.y-t.yo,a=Math.abs(s),c=Math.abs(r),h=a+c,h===0){n.y=n.yo+(l+d)/2;return}n.y=n.yo+(l*c+d*a)/h;return}if(s=i.distance(n,e,!0,!0),r=i.distance(n,t,!0,!0),l=i.distance(e,e,!1,!0),d=i.distance(t,t,!1,!0),a=Math.abs(s),c=Math.abs(r),h=a+c,h===0){rt.setRelative(n,n,(l+d)/2,i,!0);return}rt.setRelative(n,n,(l*c+d*a)/h,i,!0)},normalSlope:0,setRelative:function(n,e,t,i,s){if(!i||i===this){n.y=(s?e.yo:e.y)+t;return}const r=s?e.xo:e.x,a=s?e.yo:e.y,c=r+t*i.x,l=a+t*i.y;n.y=l+i.normalSlope*(n.x-c)},slope:Number.POSITIVE_INFINITY,touch:function(n){n.yTouched=!0},touched:function(n){return n.yTouched},untouch:function(n){n.yTouched=!1}};Object.freeze(nt),Object.freeze(rt);function mn(n,e){this.x=n,this.y=e,this.axis=void 0,this.slope=e/n,this.normalSlope=-n/e,Object.freeze(this)}mn.prototype.distance=function(n,e,t,i){return this.x*nt.distance(n,e,t,i)+this.y*rt.distance(n,e,t,i)},mn.prototype.interpolate=function(n,e,t,i){let s,r,a,c,l,d,h;if(a=i.distance(n,e,!0,!0),c=i.distance(n,t,!0,!0),s=i.distance(e,e,!1,!0),r=i.distance(t,t,!1,!0),l=Math.abs(a),d=Math.abs(c),h=l+d,h===0){this.setRelative(n,n,(s+r)/2,i,!0);return}this.setRelative(n,n,(s*d+r*l)/h,i,!0)},mn.prototype.setRelative=function(n,e,t,i,s){i=i||this;const r=s?e.xo:e.x,a=s?e.yo:e.y,c=r+t*i.x,l=a+t*i.y,d=i.normalSlope,h=this.slope,f=n.x,p=n.y;n.x=(h*f-d*c+l-p)/(h-d),n.y=h*(n.x-f)+p},mn.prototype.touch=function(n){n.xTouched=!0,n.yTouched=!0};function gn(n,e){const t=Math.sqrt(n*n+e*e);return n/=t,e/=t,n===1&&e===0?nt:n===0&&e===1?rt:new mn(n,e)}function at(n,e,t,i){this.x=this.xo=Math.round(n*64)/64,this.y=this.yo=Math.round(e*64)/64,this.lastPointOfContour=t,this.onCurve=i,this.prevPointOnContour=void 0,this.nextPointOnContour=void 0,this.xTouched=!1,this.yTouched=!1,Object.preventExtensions(this)}at.prototype.nextTouched=function(n){let e=this.nextPointOnContour;for(;!n.touched(e)&&e!==this;)e=e.nextPointOnContour;return e},at.prototype.prevTouched=function(n){let e=this.prevPointOnContour;for(;!n.touched(e)&&e!==this;)e=e.prevPointOnContour;return e};const An=Object.freeze(new at(0,0)),gg={cvCutIn:17/16,deltaBase:9,deltaShift:.125,loop:1,minDis:1,autoFlip:!0};function gt(n,e){switch(this.env=n,this.stack=[],this.prog=e,n){case"glyf":this.zp0=this.zp1=this.zp2=1,this.rp0=this.rp1=this.rp2=0;case"prep":this.fv=this.pv=this.dpv=nt,this.round=Ua}}Oa.prototype.exec=function(n,e){if(typeof e!="number")throw new Error("Point size is not a number!");if(this._errorState>2)return;const t=this.font;let i=this._prepState;if(!i||i.ppem!==e){let s=this._fpgmState;if(!s){gt.prototype=gg,s=this._fpgmState=new gt("fpgm",t.tables.fpgm),s.funcs=[],s.font=t,_.DEBUG&&(console.log("---EXEC FPGM---"),s.step=-1);try{Mt(s)}catch(a){console.log("Hinting error in FPGM:"+a),this._errorState=3;return}}gt.prototype=s,i=this._prepState=new gt("prep",t.tables.prep),i.ppem=e;const r=t.tables.cvt;if(r){const a=i.cvt=new Array(r.length),c=e/t.unitsPerEm;for(let l=0;l<r.length;l++)a[l]=r[l]*c}else i.cvt=[];_.DEBUG&&(console.log("---EXEC PREP---"),i.step=-1);try{Mt(i)}catch(a){this._errorState<2&&console.log("Hinting error in PREP:"+a),this._errorState=2}}if(!(this._errorState>1))try{return La(n,i)}catch(s){this._errorState<1&&(console.log("Hinting error:"+s),console.log("Note: further hinting errors are silenced")),this._errorState=1;return}},La=function(n,e){const t=e.ppem/e.font.unitsPerEm,i=t;let s=n.components,r,a,c;if(gt.prototype=e,!s)c=new gt("glyf",n.instructions),_.DEBUG&&(console.log("---EXEC GLYPH---"),c.step=-1),Bs(n,c,t,i),a=c.gZone;else{const l=e.font;a=[],r=[];for(let d=0;d<s.length;d++){const h=s[d],f=l.glyphs.get(h.glyphIndex);c=new gt("glyf",f.instructions),_.DEBUG&&(console.log("---EXEC COMP "+d+"---"),c.step=-1),Bs(f,c,t,i);const p=Math.round(h.dx*t),u=Math.round(h.dy*i),m=c.gZone,E=c.contours;for(let b=0;b<m.length;b++){const w=m[b];w.xTouched=w.yTouched=!1,w.xo=w.x=w.x+p,w.yo=w.y=w.y+u}const A=a.length;a.push.apply(a,m);for(let b=0;b<E.length;b++)r.push(E[b]+A)}n.instructions&&!c.inhibitGridFit&&(c=new gt("glyf",n.instructions),c.gZone=c.z0=c.z1=c.z2=a,c.contours=r,a.push(new at(0,0),new at(Math.round(n.advanceWidth*t),0)),_.DEBUG&&(console.log("---EXEC COMPOSITE---"),c.step=-1),Mt(c),a.length-=2)}return a},Bs=function(n,e,t,i){const s=n.points||[],r=s.length,a=e.gZone=e.z0=e.z1=e.z2=[],c=e.contours=[];let l;for(let f=0;f<r;f++)l=s[f],a[f]=new at(l.x*t,l.y*i,l.lastPointOfContour,l.onCurve);let d,h;for(let f=0;f<r;f++)l=a[f],d||(d=l,c.push(f)),l.lastPointOfContour?(l.nextPointOnContour=d,d.prevPointOnContour=l,d=void 0):(h=a[f+1],l.nextPointOnContour=h,h.prevPointOnContour=l);if(!e.inhibitGridFit){if(_.DEBUG){console.log("PROCESSING GLYPH",e.stack);for(let f=0;f<r;f++)console.log(f,a[f].x,a[f].y)}if(a.push(new at(0,0),new at(Math.round(n.advanceWidth*t),0)),Mt(e),a.length-=2,_.DEBUG){console.log("FINISHED GLYPH",e.stack);for(let f=0;f<r;f++)console.log(f,a[f].x,a[f].y)}}},Mt=function(n){let e=n.prog;if(!e)return;const t=e.length;let i;for(n.ip=0;n.ip<t;n.ip++){if(_.DEBUG&&n.step++,i=Ra[e[n.ip]],!i)throw new Error("unknown instruction: 0x"+Number(e[n.ip]).toString(16));i(n)}};function ai(n){const e=n.tZone=new Array(n.gZone.length);for(let t=0;t<e.length;t++)e[t]=new at(0,0)}function Qa(n,e){const t=n.prog;let i=n.ip,s=1,r;do if(r=t[++i],r===88)s++;else if(r===89)s--;else if(r===64)i+=t[i+1]+1;else if(r===65)i+=2*t[i+1]+1;else if(r>=176&&r<=183)i+=r-176+1;else if(r>=184&&r<=191)i+=(r-184+1)*2;else if(e&&s===1&&r===27)break;while(s>0);n.ip=i}function Va(n,e){_.DEBUG&&console.log(e.step,"SVTCA["+n.axis+"]"),e.fv=e.pv=e.dpv=n}function Ga(n,e){_.DEBUG&&console.log(e.step,"SPVTCA["+n.axis+"]"),e.pv=e.dpv=n}function Ha(n,e){_.DEBUG&&console.log(e.step,"SFVTCA["+n.axis+"]"),e.fv=n}function Ya(n,e){const t=e.stack,i=t.pop(),s=t.pop(),r=e.z2[i],a=e.z1[s];_.DEBUG&&console.log("SPVTL["+n+"]",i,s);let c,l;n?(c=r.y-a.y,l=a.x-r.x):(c=a.x-r.x,l=a.y-r.y),e.pv=e.dpv=gn(c,l)}function za(n,e){const t=e.stack,i=t.pop(),s=t.pop(),r=e.z2[i],a=e.z1[s];_.DEBUG&&console.log("SFVTL["+n+"]",i,s);let c,l;n?(c=r.y-a.y,l=a.x-r.x):(c=a.x-r.x,l=a.y-r.y),e.fv=gn(c,l)}function Ag(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"SPVFS[]",t,i),n.pv=n.dpv=gn(i,t)}function yg(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"SPVFS[]",t,i),n.fv=gn(i,t)}function Cg(n){const e=n.stack,t=n.pv;_.DEBUG&&console.log(n.step,"GPV[]"),e.push(t.x*16384),e.push(t.y*16384)}function Eg(n){const e=n.stack,t=n.fv;_.DEBUG&&console.log(n.step,"GFV[]"),e.push(t.x*16384),e.push(t.y*16384)}function bg(n){n.fv=n.pv,_.DEBUG&&console.log(n.step,"SFVTPV[]")}function wg(n){const e=n.stack,t=e.pop(),i=e.pop(),s=e.pop(),r=e.pop(),a=e.pop(),c=n.z0,l=n.z1,d=c[t],h=c[i],f=l[s],p=l[r],u=n.z2[a];_.DEBUG&&console.log("ISECT[], ",t,i,s,r,a);const m=d.x,E=d.y,A=h.x,b=h.y,w=f.x,B=f.y,D=p.x,N=p.y,S=(m-A)*(B-N)-(E-b)*(w-D),x=m*b-E*A,g=w*N-B*D;u.x=(x*(w-D)-g*(m-A))/S,u.y=(x*(B-N)-g*(E-b))/S}function vg(n){n.rp0=n.stack.pop(),_.DEBUG&&console.log(n.step,"SRP0[]",n.rp0)}function Ig(n){n.rp1=n.stack.pop(),_.DEBUG&&console.log(n.step,"SRP1[]",n.rp1)}function Bg(n){n.rp2=n.stack.pop(),_.DEBUG&&console.log(n.step,"SRP2[]",n.rp2)}function xg(n){const e=n.stack.pop();switch(_.DEBUG&&console.log(n.step,"SZP0[]",e),n.zp0=e,e){case 0:n.tZone||ai(n),n.z0=n.tZone;break;case 1:n.z0=n.gZone;break;default:throw new Error("Invalid zone pointer")}}function Sg(n){const e=n.stack.pop();switch(_.DEBUG&&console.log(n.step,"SZP1[]",e),n.zp1=e,e){case 0:n.tZone||ai(n),n.z1=n.tZone;break;case 1:n.z1=n.gZone;break;default:throw new Error("Invalid zone pointer")}}function Tg(n){const e=n.stack.pop();switch(_.DEBUG&&console.log(n.step,"SZP2[]",e),n.zp2=e,e){case 0:n.tZone||ai(n),n.z2=n.tZone;break;case 1:n.z2=n.gZone;break;default:throw new Error("Invalid zone pointer")}}function Mg(n){const e=n.stack.pop();switch(_.DEBUG&&console.log(n.step,"SZPS[]",e),n.zp0=n.zp1=n.zp2=e,e){case 0:n.tZone||ai(n),n.z0=n.z1=n.z2=n.tZone;break;case 1:n.z0=n.z1=n.z2=n.gZone;break;default:throw new Error("Invalid zone pointer")}}function Dg(n){n.loop=n.stack.pop(),_.DEBUG&&console.log(n.step,"SLOOP[]",n.loop)}function kg(n){_.DEBUG&&console.log(n.step,"RTG[]"),n.round=Ua}function Pg(n){_.DEBUG&&console.log(n.step,"RTHG[]"),n.round=fg}function Ng(n){const e=n.stack.pop();_.DEBUG&&console.log(n.step,"SMD[]",e),n.minDis=e/64}function Fg(n){_.DEBUG&&console.log(n.step,"ELSE[]"),Qa(n,!1)}function Rg(n){const e=n.stack.pop();_.DEBUG&&console.log(n.step,"JMPR[]",e),n.ip+=e-1}function Lg(n){const e=n.stack.pop();_.DEBUG&&console.log(n.step,"SCVTCI[]",e),n.cvCutIn=e/64}function Og(n){const e=n.stack;_.DEBUG&&console.log(n.step,"DUP[]"),e.push(e[e.length-1])}function xs(n){_.DEBUG&&console.log(n.step,"POP[]"),n.stack.pop()}function Ug(n){_.DEBUG&&console.log(n.step,"CLEAR[]"),n.stack.length=0}function _g(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"SWAP[]"),e.push(t),e.push(i)}function Qg(n){const e=n.stack;_.DEBUG&&console.log(n.step,"DEPTH[]"),e.push(e.length)}function Vg(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"LOOPCALL[]",t,i);const s=n.ip,r=n.prog;n.prog=n.funcs[t];for(let a=0;a<i;a++)Mt(n),_.DEBUG&&console.log(++n.step,a+1<i?"next loopcall":"done loopcall",a);n.ip=s,n.prog=r}function Gg(n){const e=n.stack.pop();_.DEBUG&&console.log(n.step,"CALL[]",e);const t=n.ip,i=n.prog;n.prog=n.funcs[e],Mt(n),n.ip=t,n.prog=i,_.DEBUG&&console.log(++n.step,"returning from",e)}function Hg(n){const e=n.stack,t=e.pop();_.DEBUG&&console.log(n.step,"CINDEX[]",t),e.push(e[e.length-t])}function Yg(n){const e=n.stack,t=e.pop();_.DEBUG&&console.log(n.step,"MINDEX[]",t),e.push(e.splice(e.length-t,1)[0])}function zg(n){if(n.env!=="fpgm")throw new Error("FDEF not allowed here");const e=n.stack,t=n.prog;let i=n.ip;const s=e.pop(),r=i;for(_.DEBUG&&console.log(n.step,"FDEF[]",s);t[++i]!==45;);n.ip=i,n.funcs[s]=t.slice(r+1,i)}function Wa(n,e){const t=e.stack.pop(),i=e.z0[t],s=e.fv,r=e.pv;_.DEBUG&&console.log(e.step,"MDAP["+n+"]",t);let a=r.distance(i,An);n&&(a=e.round(a)),s.setRelative(i,An,a,r),s.touch(i),e.rp0=e.rp1=t}function ja(n,e){const t=e.z2,i=t.length-2;let s,r,a;_.DEBUG&&console.log(e.step,"IUP["+n.axis+"]");for(let c=0;c<i;c++)s=t[c],!n.touched(s)&&(r=s.prevTouched(n),r!==s&&(a=s.nextTouched(n),r===a&&n.setRelative(s,s,n.distance(r,r,!1,!0),n,!0),n.interpolate(s,r,a,n)))}function Ka(n,e){const t=e.stack,i=n?e.rp1:e.rp2,s=(n?e.z0:e.z1)[i],r=e.fv,a=e.pv;let c=e.loop;const l=e.z2;for(;c--;){const d=t.pop(),h=l[d],f=a.distance(s,s,!1,!0);r.setRelative(h,h,f,a),r.touch(h),_.DEBUG&&console.log(e.step,(e.loop>1?"loop "+(e.loop-c)+": ":"")+"SHP["+(n?"rp1":"rp2")+"]",d)}e.loop=1}function $a(n,e){const t=e.stack,i=n?e.rp1:e.rp2,s=(n?e.z0:e.z1)[i],r=e.fv,a=e.pv,c=t.pop(),l=e.z2[e.contours[c]];let d=l;_.DEBUG&&console.log(e.step,"SHC["+n+"]",c);const h=a.distance(s,s,!1,!0);do d!==s&&r.setRelative(d,d,h,a),d=d.nextPointOnContour;while(d!==l)}function Xa(n,e){const t=e.stack,i=n?e.rp1:e.rp2,s=(n?e.z0:e.z1)[i],r=e.fv,a=e.pv,c=t.pop();_.DEBUG&&console.log(e.step,"SHZ["+n+"]",c);let l;switch(c){case 0:l=e.tZone;break;case 1:l=e.gZone;break;default:throw new Error("Invalid zone")}let d;const h=a.distance(s,s,!1,!0),f=l.length-2;for(let p=0;p<f;p++)d=l[p],r.setRelative(d,d,h,a)}function Wg(n){const e=n.stack;let t=n.loop;const i=n.fv,s=e.pop()/64,r=n.z2;for(;t--;){const a=e.pop(),c=r[a];_.DEBUG&&console.log(n.step,(n.loop>1?"loop "+(n.loop-t)+": ":"")+"SHPIX[]",a,s),i.setRelative(c,c,s),i.touch(c)}n.loop=1}function jg(n){const e=n.stack,t=n.rp1,i=n.rp2;let s=n.loop;const r=n.z0[t],a=n.z1[i],c=n.fv,l=n.dpv,d=n.z2;for(;s--;){const h=e.pop(),f=d[h];_.DEBUG&&console.log(n.step,(n.loop>1?"loop "+(n.loop-s)+": ":"")+"IP[]",h,t,"<->",i),c.interpolate(f,r,a,l),c.touch(f)}n.loop=1}function qa(n,e){const t=e.stack,i=t.pop()/64,s=t.pop(),r=e.z1[s],a=e.z0[e.rp0],c=e.fv,l=e.pv;c.setRelative(r,a,i,l),c.touch(r),_.DEBUG&&console.log(e.step,"MSIRP["+n+"]",i,s),e.rp1=e.rp0,e.rp2=s,n&&(e.rp0=s)}function Kg(n){const e=n.stack,t=n.rp0,i=n.z0[t];let s=n.loop;const r=n.fv,a=n.pv,c=n.z1;for(;s--;){const l=e.pop(),d=c[l];_.DEBUG&&console.log(n.step,(n.loop>1?"loop "+(n.loop-s)+": ":"")+"ALIGNRP[]",l),r.setRelative(d,i,0,a),r.touch(d)}n.loop=1}function $g(n){_.DEBUG&&console.log(n.step,"RTDG[]"),n.round=hg}function Ja(n,e){const t=e.stack,i=t.pop(),s=t.pop(),r=e.z0[s],a=e.fv,c=e.pv;let l=e.cvt[i];_.DEBUG&&console.log(e.step,"MIAP["+n+"]",i,"(",l,")",s);let d=c.distance(r,An);n&&(Math.abs(d-l)<e.cvCutIn&&(d=l),d=e.round(d)),a.setRelative(r,An,d,c),e.zp0===0&&(r.xo=r.x,r.yo=r.y),a.touch(r),e.rp0=e.rp1=s}function Xg(n){const e=n.prog;let t=n.ip;const i=n.stack,s=e[++t];_.DEBUG&&console.log(n.step,"NPUSHB[]",s);for(let r=0;r<s;r++)i.push(e[++t]);n.ip=t}function qg(n){let e=n.ip;const t=n.prog,i=n.stack,s=t[++e];_.DEBUG&&console.log(n.step,"NPUSHW[]",s);for(let r=0;r<s;r++){let a=t[++e]<<8|t[++e];a&32768&&(a=-((a^65535)+1)),i.push(a)}n.ip=e}function Jg(n){const e=n.stack;let t=n.store;t||(t=n.store=[]);const i=e.pop(),s=e.pop();_.DEBUG&&console.log(n.step,"WS",i,s),t[s]=i}function Zg(n){const e=n.stack,t=n.store,i=e.pop();_.DEBUG&&console.log(n.step,"RS",i);const s=t&&t[i]||0;e.push(s)}function eA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"WCVTP",t,i),n.cvt[i]=t/64}function tA(n){const e=n.stack,t=e.pop();_.DEBUG&&console.log(n.step,"RCVT",t),e.push(n.cvt[t]*64)}function Za(n,e){const t=e.stack,i=t.pop(),s=e.z2[i];_.DEBUG&&console.log(e.step,"GC["+n+"]",i),t.push(e.dpv.distance(s,An,n,!1)*64)}function el(n,e){const t=e.stack,i=t.pop(),s=t.pop(),r=e.z1[i],a=e.z0[s],c=e.dpv.distance(a,r,n,n);_.DEBUG&&console.log(e.step,"MD["+n+"]",i,s,"->",c),e.stack.push(Math.round(c*64))}function nA(n){_.DEBUG&&console.log(n.step,"MPPEM[]"),n.stack.push(n.ppem)}function iA(n){_.DEBUG&&console.log(n.step,"FLIPON[]"),n.autoFlip=!0}function sA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"LT[]",t,i),e.push(i<t?1:0)}function oA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"LTEQ[]",t,i),e.push(i<=t?1:0)}function rA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"GT[]",t,i),e.push(i>t?1:0)}function aA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"GTEQ[]",t,i),e.push(i>=t?1:0)}function lA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"EQ[]",t,i),e.push(t===i?1:0)}function cA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"NEQ[]",t,i),e.push(t!==i?1:0)}function dA(n){const e=n.stack,t=e.pop();_.DEBUG&&console.log(n.step,"ODD[]",t),e.push(Math.trunc(t)%2?1:0)}function uA(n){const e=n.stack,t=e.pop();_.DEBUG&&console.log(n.step,"EVEN[]",t),e.push(Math.trunc(t)%2?0:1)}function hA(n){let e=n.stack.pop();_.DEBUG&&console.log(n.step,"IF[]",e),e||(Qa(n,!0),_.DEBUG&&console.log(n.step,"EIF[]"))}function fA(n){_.DEBUG&&console.log(n.step,"EIF[]")}function pA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"AND[]",t,i),e.push(t&&i?1:0)}function mA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"OR[]",t,i),e.push(t||i?1:0)}function gA(n){const e=n.stack,t=e.pop();_.DEBUG&&console.log(n.step,"NOT[]",t),e.push(t?0:1)}function Ss(n,e){const t=e.stack,i=t.pop(),s=e.fv,r=e.pv,a=e.ppem,c=e.deltaBase+(n-1)*16,l=e.deltaShift,d=e.z0;_.DEBUG&&console.log(e.step,"DELTAP["+n+"]",i,t);for(let h=0;h<i;h++){const f=t.pop(),p=t.pop();if(c+((p&240)>>4)!==a)continue;let m=(p&15)-8;m>=0&&m++,_.DEBUG&&console.log(e.step,"DELTAPFIX",f,"by",m*l);const E=d[f];s.setRelative(E,E,m*l,r)}}function AA(n){const t=n.stack.pop();_.DEBUG&&console.log(n.step,"SDB[]",t),n.deltaBase=t}function yA(n){const t=n.stack.pop();_.DEBUG&&console.log(n.step,"SDS[]",t),n.deltaShift=Math.pow(.5,t)}function CA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"ADD[]",t,i),e.push(i+t)}function EA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"SUB[]",t,i),e.push(i-t)}function bA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"DIV[]",t,i),e.push(i*64/t)}function wA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"MUL[]",t,i),e.push(i*t/64)}function vA(n){const e=n.stack,t=e.pop();_.DEBUG&&console.log(n.step,"ABS[]",t),e.push(Math.abs(t))}function IA(n){const e=n.stack;let t=e.pop();_.DEBUG&&console.log(n.step,"NEG[]",t),e.push(-t)}function BA(n){const e=n.stack,t=e.pop();_.DEBUG&&console.log(n.step,"FLOOR[]",t),e.push(Math.floor(t/64)*64)}function xA(n){const e=n.stack,t=e.pop();_.DEBUG&&console.log(n.step,"CEILING[]",t),e.push(Math.ceil(t/64)*64)}function li(n,e){const t=e.stack,i=t.pop();_.DEBUG&&console.log(e.step,"ROUND[]"),t.push(e.round(i/64)*64)}function SA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"WCVTF[]",t,i),n.cvt[i]=t*n.ppem/n.font.unitsPerEm}function Ts(n,e){const t=e.stack,i=t.pop(),s=e.ppem,r=e.deltaBase+(n-1)*16,a=e.deltaShift;_.DEBUG&&console.log(e.step,"DELTAC["+n+"]",i,t);for(let c=0;c<i;c++){const l=t.pop(),d=t.pop();if(r+((d&240)>>4)!==s)continue;let f=(d&15)-8;f>=0&&f++;const p=f*a;_.DEBUG&&console.log(e.step,"DELTACFIX",l,"by",p),e.cvt[l]+=p}}function TA(n){let e=n.stack.pop();_.DEBUG&&console.log(n.step,"SROUND[]",e),n.round=_a;let t;switch(e&192){case 0:t=.5;break;case 64:t=1;break;case 128:t=2;break;default:throw new Error("invalid SROUND value")}switch(n.srPeriod=t,e&48){case 0:n.srPhase=0;break;case 16:n.srPhase=.25*t;break;case 32:n.srPhase=.5*t;break;case 48:n.srPhase=.75*t;break;default:throw new Error("invalid SROUND value")}e&=15,e===0?n.srThreshold=0:n.srThreshold=(e/8-.5)*t}function MA(n){let e=n.stack.pop();_.DEBUG&&console.log(n.step,"S45ROUND[]",e),n.round=_a;let t;switch(e&192){case 0:t=Math.sqrt(2)/2;break;case 64:t=Math.sqrt(2);break;case 128:t=2*Math.sqrt(2);break;default:throw new Error("invalid S45ROUND value")}switch(n.srPeriod=t,e&48){case 0:n.srPhase=0;break;case 16:n.srPhase=.25*t;break;case 32:n.srPhase=.5*t;break;case 48:n.srPhase=.75*t;break;default:throw new Error("invalid S45ROUND value")}e&=15,e===0?n.srThreshold=0:n.srThreshold=(e/8-.5)*t}function DA(n){_.DEBUG&&console.log(n.step,"ROFF[]"),n.round=ug}function kA(n){_.DEBUG&&console.log(n.step,"RUTG[]"),n.round=pg}function PA(n){_.DEBUG&&console.log(n.step,"RDTG[]"),n.round=mg}function NA(n){const e=n.stack.pop();_.DEBUG&&console.log(n.step,"SCANCTRL[]",e)}function tl(n,e){const t=e.stack,i=t.pop(),s=t.pop(),r=e.z2[i],a=e.z1[s];_.DEBUG&&console.log(e.step,"SDPVTL["+n+"]",i,s);let c,l;n?(c=r.y-a.y,l=a.x-r.x):(c=a.x-r.x,l=a.y-r.y),e.dpv=gn(c,l)}function FA(n){const e=n.stack,t=e.pop();let i=0;_.DEBUG&&console.log(n.step,"GETINFO[]",t),t&1&&(i=35),t&32&&(i|=4096),e.push(i)}function RA(n){const e=n.stack,t=e.pop(),i=e.pop(),s=e.pop();_.DEBUG&&console.log(n.step,"ROLL[]"),e.push(i),e.push(t),e.push(s)}function LA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"MAX[]",t,i),e.push(Math.max(i,t))}function OA(n){const e=n.stack,t=e.pop(),i=e.pop();_.DEBUG&&console.log(n.step,"MIN[]",t,i),e.push(Math.min(i,t))}function UA(n){const e=n.stack.pop();_.DEBUG&&console.log(n.step,"SCANTYPE[]",e)}function _A(n){const e=n.stack.pop();let t=n.stack.pop();switch(_.DEBUG&&console.log(n.step,"INSTCTRL[]",e,t),e){case 1:n.inhibitGridFit=!!t;return;case 2:n.ignoreCvt=!!t;return;default:throw new Error("invalid INSTCTRL[] selector")}}function At(n,e){const t=e.stack,i=e.prog;let s=e.ip;_.DEBUG&&console.log(e.step,"PUSHB["+n+"]");for(let r=0;r<n;r++)t.push(i[++s]);e.ip=s}function yt(n,e){let t=e.ip;const i=e.prog,s=e.stack;_.DEBUG&&console.log(e.ip,"PUSHW["+n+"]");for(let r=0;r<n;r++){let a=i[++t]<<8|i[++t];a&32768&&(a=-((a^65535)+1)),s.push(a)}e.ip=t}function $(n,e,t,i,s,r){const a=r.stack,c=n&&a.pop(),l=a.pop(),d=r.rp0,h=r.z0[d],f=r.z1[l],p=r.minDis,u=r.fv,m=r.dpv;let E,A,b,w;A=E=m.distance(f,h,!0,!0),b=A>=0?1:-1,A=Math.abs(A),n&&(w=r.cvt[c],i&&Math.abs(A-w)<r.cvCutIn&&(A=w)),t&&A<p&&(A=p),i&&(A=r.round(A)),u.setRelative(f,h,b*A,m),u.touch(f),_.DEBUG&&console.log(r.step,(n?"MIRP[":"MDRP[")+(e?"M":"m")+(t?">":"_")+(i?"R":"_")+(s===0?"Gr":s===1?"Bl":s===2?"Wh":"")+"]",n?c+"("+r.cvt[c]+","+w+")":"",l,"(d =",E,"->",b*A,")"),r.rp1=r.rp0,r.rp2=l,e&&(r.rp0=l)}Ra=[Va.bind(void 0,rt),Va.bind(void 0,nt),Ga.bind(void 0,rt),Ga.bind(void 0,nt),Ha.bind(void 0,rt),Ha.bind(void 0,nt),Ya.bind(void 0,0),Ya.bind(void 0,1),za.bind(void 0,0),za.bind(void 0,1),Ag,yg,Cg,Eg,bg,wg,vg,Ig,Bg,xg,Sg,Tg,Mg,Dg,kg,Pg,Ng,Fg,Rg,Lg,void 0,void 0,Og,xs,Ug,_g,Qg,Hg,Yg,void 0,void 0,void 0,Vg,Gg,zg,void 0,Wa.bind(void 0,0),Wa.bind(void 0,1),ja.bind(void 0,rt),ja.bind(void 0,nt),Ka.bind(void 0,0),Ka.bind(void 0,1),$a.bind(void 0,0),$a.bind(void 0,1),Xa.bind(void 0,0),Xa.bind(void 0,1),Wg,jg,qa.bind(void 0,0),qa.bind(void 0,1),Kg,$g,Ja.bind(void 0,0),Ja.bind(void 0,1),Xg,qg,Jg,Zg,eA,tA,Za.bind(void 0,0),Za.bind(void 0,1),void 0,el.bind(void 0,0),el.bind(void 0,1),nA,void 0,iA,void 0,void 0,sA,oA,rA,aA,lA,cA,dA,uA,hA,fA,pA,mA,gA,Ss.bind(void 0,1),AA,yA,CA,EA,bA,wA,vA,IA,BA,xA,li.bind(void 0,0),li.bind(void 0,1),li.bind(void 0,2),li.bind(void 0,3),void 0,void 0,void 0,void 0,SA,Ss.bind(void 0,2),Ss.bind(void 0,3),Ts.bind(void 0,1),Ts.bind(void 0,2),Ts.bind(void 0,3),TA,MA,void 0,void 0,DA,void 0,kA,PA,xs,xs,void 0,void 0,void 0,void 0,void 0,NA,tl.bind(void 0,0),tl.bind(void 0,1),FA,void 0,RA,LA,OA,UA,_A,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,At.bind(void 0,1),At.bind(void 0,2),At.bind(void 0,3),At.bind(void 0,4),At.bind(void 0,5),At.bind(void 0,6),At.bind(void 0,7),At.bind(void 0,8),yt.bind(void 0,1),yt.bind(void 0,2),yt.bind(void 0,3),yt.bind(void 0,4),yt.bind(void 0,5),yt.bind(void 0,6),yt.bind(void 0,7),yt.bind(void 0,8),$.bind(void 0,0,0,0,0,0),$.bind(void 0,0,0,0,0,1),$.bind(void 0,0,0,0,0,2),$.bind(void 0,0,0,0,0,3),$.bind(void 0,0,0,0,1,0),$.bind(void 0,0,0,0,1,1),$.bind(void 0,0,0,0,1,2),$.bind(void 0,0,0,0,1,3),$.bind(void 0,0,0,1,0,0),$.bind(void 0,0,0,1,0,1),$.bind(void 0,0,0,1,0,2),$.bind(void 0,0,0,1,0,3),$.bind(void 0,0,0,1,1,0),$.bind(void 0,0,0,1,1,1),$.bind(void 0,0,0,1,1,2),$.bind(void 0,0,0,1,1,3),$.bind(void 0,0,1,0,0,0),$.bind(void 0,0,1,0,0,1),$.bind(void 0,0,1,0,0,2),$.bind(void 0,0,1,0,0,3),$.bind(void 0,0,1,0,1,0),$.bind(void 0,0,1,0,1,1),$.bind(void 0,0,1,0,1,2),$.bind(void 0,0,1,0,1,3),$.bind(void 0,0,1,1,0,0),$.bind(void 0,0,1,1,0,1),$.bind(void 0,0,1,1,0,2),$.bind(void 0,0,1,1,0,3),$.bind(void 0,0,1,1,1,0),$.bind(void 0,0,1,1,1,1),$.bind(void 0,0,1,1,1,2),$.bind(void 0,0,1,1,1,3),$.bind(void 0,1,0,0,0,0),$.bind(void 0,1,0,0,0,1),$.bind(void 0,1,0,0,0,2),$.bind(void 0,1,0,0,0,3),$.bind(void 0,1,0,0,1,0),$.bind(void 0,1,0,0,1,1),$.bind(void 0,1,0,0,1,2),$.bind(void 0,1,0,0,1,3),$.bind(void 0,1,0,1,0,0),$.bind(void 0,1,0,1,0,1),$.bind(void 0,1,0,1,0,2),$.bind(void 0,1,0,1,0,3),$.bind(void 0,1,0,1,1,0),$.bind(void 0,1,0,1,1,1),$.bind(void 0,1,0,1,1,2),$.bind(void 0,1,0,1,1,3),$.bind(void 0,1,1,0,0,0),$.bind(void 0,1,1,0,0,1),$.bind(void 0,1,1,0,0,2),$.bind(void 0,1,1,0,0,3),$.bind(void 0,1,1,0,1,0),$.bind(void 0,1,1,0,1,1),$.bind(void 0,1,1,0,1,2),$.bind(void 0,1,1,0,1,3),$.bind(void 0,1,1,1,0,0),$.bind(void 0,1,1,1,0,1),$.bind(void 0,1,1,1,0,2),$.bind(void 0,1,1,1,0,3),$.bind(void 0,1,1,1,1,0),$.bind(void 0,1,1,1,1,1),$.bind(void 0,1,1,1,1,2),$.bind(void 0,1,1,1,1,3)];const QA=Array.from||(n=>n.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]?|[^\uD800-\uDFFF]|./g)||[]);function le(n){n=n||{},n.empty||($t(n.familyName,"When creating a new Font object, familyName is required."),$t(n.styleName,"When creating a new Font object, styleName is required."),$t(n.unitsPerEm,"When creating a new Font object, unitsPerEm is required."),$t(n.ascender,"When creating a new Font object, ascender is required."),$t(n.descender,"When creating a new Font object, descender is required."),$t(n.descender<0,"Descender should be negative (e.g. -512)."),this.names={fontFamily:{en:n.familyName||" "},fontSubfamily:{en:n.styleName||" "},fullName:{en:n.fullName||n.familyName+" "+n.styleName},postScriptName:{en:n.postScriptName||(n.familyName+n.styleName).replace(/\s/g,"")},designer:{en:n.designer||" "},designerURL:{en:n.designerURL||" "},manufacturer:{en:n.manufacturer||" "},manufacturerURL:{en:n.manufacturerURL||" "},license:{en:n.license||" "},licenseURL:{en:n.licenseURL||" "},version:{en:n.version||"Version 0.1"},description:{en:n.description||" "},copyright:{en:n.copyright||" "},trademark:{en:n.trademark||" "}},this.unitsPerEm=n.unitsPerEm||1e3,this.ascender=n.ascender,this.descender=n.descender,this.createdTimestamp=n.createdTimestamp,this.tables={os2:{usWeightClass:n.weightClass||this.usWeightClasses.MEDIUM,usWidthClass:n.widthClass||this.usWidthClasses.MEDIUM,fsSelection:n.fsSelection||this.fsSelectionValues.REGULAR}}),this.supported=!0,this.glyphs=new jt.GlyphSet(this,n.glyphs||[]),this.encoding=new Xr(this),this.position=new pn(this),this.substitution=new We(this),this.tables=this.tables||{},Object.defineProperty(this,"hinting",{get:function(){if(this._hinting)return this._hinting;if(this.outlinesFormat==="truetype")return this._hinting=new Oa(this)}})}le.prototype.hasChar=function(n){return this.encoding.charToGlyphIndex(n)!==null},le.prototype.charToGlyphIndex=function(n){return this.encoding.charToGlyphIndex(n)},le.prototype.charToGlyph=function(n){const e=this.charToGlyphIndex(n);let t=this.glyphs.get(e);return t||(t=this.glyphs.get(0)),t},le.prototype.stringToGlyphs=function(n,e){e=e||this.defaultRenderOptions;const t=QA(n),i=[];for(let c=0;c<t.length;c+=1){const l=t[c];i.push(this.charToGlyphIndex(l))}let s=i.length;if(e.features){const c=e.script||this.substitution.getDefaultScriptName();let l=[];e.features.liga&&(l=l.concat(this.substitution.getFeature("liga",c,e.language))),e.features.rlig&&(l=l.concat(this.substitution.getFeature("rlig",c,e.language)));for(let d=0;d<s;d+=1)for(let h=0;h<l.length;h++){const f=l[h],p=f.sub,u=p.length;let m=0;for(;m<u&&p[m]===i[d+m];)m++;m===u&&(i.splice(d,u,f.by),s=s-u+1)}}const r=new Array(s),a=this.glyphs.get(0);for(let c=0;c<s;c+=1)r[c]=this.glyphs.get(i[c])||a;return r},le.prototype.nameToGlyphIndex=function(n){return this.glyphNames.nameToGlyphIndex(n)},le.prototype.nameToGlyph=function(n){const e=this.nameToGlyphIndex(n);let t=this.glyphs.get(e);return t||(t=this.glyphs.get(0)),t},le.prototype.glyphIndexToName=function(n){return this.glyphNames.glyphIndexToName?this.glyphNames.glyphIndexToName(n):""},le.prototype.getKerningValue=function(n,e){n=n.index||n,e=e.index||e;const t=this.position.defaultKerningTables;return t?this.position.getKerningValue(t,n,e):this.kerningPairs[n+","+e]||0},le.prototype.defaultRenderOptions={kerning:!0,features:{liga:!0,rlig:!0}},le.prototype.forEachGlyph=function(n,e,t,i,s,r){e=e!==void 0?e:0,t=t!==void 0?t:0,i=i!==void 0?i:72,s=s||this.defaultRenderOptions;const a=1/this.unitsPerEm*i,c=this.stringToGlyphs(n,s);let l;if(s.kerning){const d=s.script||this.position.getDefaultScriptName();l=this.position.getKerningTables(d,s.language)}for(let d=0;d<c.length;d+=1){const h=c[d];if(r.call(this,h,e,t,i,s),h.advanceWidth&&(e+=h.advanceWidth*a),s.kerning&&d<c.length-1){const f=l?this.position.getKerningValue(l,h.index,c[d+1].index):this.getKerningValue(h,c[d+1]);e+=f*a}s.letterSpacing?e+=s.letterSpacing*i:s.tracking&&(e+=s.tracking/1e3*i)}return e},le.prototype.getPath=function(n,e,t,i,s){const r=new Be;return this.forEachGlyph(n,e,t,i,s,function(a,c,l,d){const h=a.getPath(c,l,d,s,this);r.extend(h)}),r},le.prototype.getPaths=function(n,e,t,i,s){const r=[];return this.forEachGlyph(n,e,t,i,s,function(a,c,l,d){const h=a.getPath(c,l,d,s,this);r.push(h)}),r},le.prototype.getAdvanceWidth=function(n,e,t){return this.forEachGlyph(n,0,0,e,t,function(){})},le.prototype.draw=function(n,e,t,i,s,r){this.getPath(e,t,i,s,r).draw(n)},le.prototype.drawPoints=function(n,e,t,i,s,r){this.forEachGlyph(e,t,i,s,r,function(a,c,l,d){a.drawPoints(n,c,l,d)})},le.prototype.drawMetrics=function(n,e,t,i,s,r){this.forEachGlyph(e,t,i,s,r,function(a,c,l,d){a.drawMetrics(n,c,l,d)})},le.prototype.getEnglishName=function(n){const e=this.names[n];if(e)return e.en},le.prototype.validate=function(){const n=this;function e(i,s){}function t(i){const s=n.getEnglishName(i);s&&s.trim().length>0}t("fontFamily"),t("weightName"),t("manufacturer"),t("copyright"),t("version"),this.unitsPerEm>0},le.prototype.toTables=function(){return ng.fontToTable(this)},le.prototype.toBuffer=function(){return console.warn("Font.toBuffer is deprecated. Use Font.toArrayBuffer instead."),this.toArrayBuffer()},le.prototype.toArrayBuffer=function(){const e=this.toTables().encode(),t=new ArrayBuffer(e.length),i=new Uint8Array(t);for(let s=0;s<e.length;s++)i[s]=e[s];return t},le.prototype.download=function(n){const e=this.getEnglishName("fontFamily"),t=this.getEnglishName("fontSubfamily");n=n||e.replace(/\s/g,"")+"-"+t+".otf";const i=this.toArrayBuffer();if(sg())if(window.URL=window.URL||window.webkitURL,window.URL){const s=new DataView(i),r=new Blob([s],{type:"font/opentype"});let a=document.createElement("a");a.href=window.URL.createObjectURL(r),a.download=n;let c=document.createEvent("MouseEvents");c.initEvent("click",!0,!1),a.dispatchEvent(c)}else console.warn("Font file could not be downloaded. Try using a different browser.");else{const s=require("fs"),r=rg(i);s.writeFileSync(n,r)}},le.prototype.fsSelectionValues={ITALIC:1,UNDERSCORE:2,NEGATIVE:4,OUTLINED:8,STRIKEOUT:16,BOLD:32,REGULAR:64,USER_TYPO_METRICS:128,WWS:256,OBLIQUE:512},le.prototype.usWidthClasses={ULTRA_CONDENSED:1,EXTRA_CONDENSED:2,CONDENSED:3,SEMI_CONDENSED:4,MEDIUM:5,SEMI_EXPANDED:6,EXPANDED:7,EXTRA_EXPANDED:8,ULTRA_EXPANDED:9},le.prototype.usWeightClasses={THIN:100,EXTRA_LIGHT:200,LIGHT:300,NORMAL:400,MEDIUM:500,SEMI_BOLD:600,BOLD:700,EXTRA_BOLD:800,BLACK:900};function nl(n,e){const t=JSON.stringify(n);let i=256;for(let s in e){let r=parseInt(s);if(!(!r||r<256)){if(JSON.stringify(e[s])===t)return r;i<=r&&(i=r+1)}}return e[i]=n,i}function VA(n,e,t){const i=nl(e.name,t);return[{name:"tag_"+n,type:"TAG",value:e.tag},{name:"minValue_"+n,type:"FIXED",value:e.minValue<<16},{name:"defaultValue_"+n,type:"FIXED",value:e.defaultValue<<16},{name:"maxValue_"+n,type:"FIXED",value:e.maxValue<<16},{name:"flags_"+n,type:"USHORT",value:0},{name:"nameID_"+n,type:"USHORT",value:i}]}function GA(n,e,t){const i={},s=new q.Parser(n,e);return i.tag=s.parseTag(),i.minValue=s.parseFixed(),i.defaultValue=s.parseFixed(),i.maxValue=s.parseFixed(),s.skip("uShort",1),i.name=t[s.parseUShort()]||{},i}function HA(n,e,t,i){const s=nl(e.name,i),r=[{name:"nameID_"+n,type:"USHORT",value:s},{name:"flags_"+n,type:"USHORT",value:0}];for(let a=0;a<t.length;++a){const c=t[a].tag;r.push({name:"axis_"+n+" "+c,type:"FIXED",value:e.coordinates[c]<<16})}return r}function YA(n,e,t,i){const s={},r=new q.Parser(n,e);s.name=i[r.parseUShort()]||{},r.skip("uShort",1),s.coordinates={};for(let a=0;a<t.length;++a)s.coordinates[t[a].tag]=r.parseFixed();return s}function zA(n,e){const t=new ee.Table("fvar",[{name:"version",type:"ULONG",value:65536},{name:"offsetToData",type:"USHORT",value:0},{name:"countSizePairs",type:"USHORT",value:2},{name:"axisCount",type:"USHORT",value:n.axes.length},{name:"axisSize",type:"USHORT",value:20},{name:"instanceCount",type:"USHORT",value:n.instances.length},{name:"instanceSize",type:"USHORT",value:4+n.axes.length*4}]);t.offsetToData=t.sizeOf();for(let i=0;i<n.axes.length;i++)t.fields=t.fields.concat(VA(i,n.axes[i],e));for(let i=0;i<n.instances.length;i++)t.fields=t.fields.concat(HA(i,n.instances[i],n.axes,e));return t}function WA(n,e,t){const i=new q.Parser(n,e),s=i.parseULong();ne.argument(s===65536,"Unsupported fvar table version.");const r=i.parseOffset16();i.skip("uShort",1);const a=i.parseUShort(),c=i.parseUShort(),l=i.parseUShort(),d=i.parseUShort(),h=[];for(let u=0;u<a;u++)h.push(GA(n,e+r+u*c,t));const f=[],p=e+r+a*c;for(let u=0;u<l;u++)f.push(YA(n,p+u*d,h,t));return{axes:h,instances:f}}const jA={make:zA,parse:WA},je=new Array(10);je[1]=function(){const e=this.offset+this.relativeOffset,t=this.parseUShort();if(t===1)return{posFormat:1,coverage:this.parsePointer(G.coverage),value:this.parseValueRecord()};if(t===2)return{posFormat:2,coverage:this.parsePointer(G.coverage),values:this.parseValueRecordList()};ne.assert(!1,"0x"+e.toString(16)+": GPOS lookup type 1 format must be 1 or 2.")},je[2]=function(){const e=this.offset+this.relativeOffset,t=this.parseUShort();ne.assert(t===1||t===2,"0x"+e.toString(16)+": GPOS lookup type 2 format must be 1 or 2.");const i=this.parsePointer(G.coverage),s=this.parseUShort(),r=this.parseUShort();if(t===1)return{posFormat:t,coverage:i,valueFormat1:s,valueFormat2:r,pairSets:this.parseList(G.pointer(G.list(function(){return{secondGlyph:this.parseUShort(),value1:this.parseValueRecord(s),value2:this.parseValueRecord(r)}})))};if(t===2){const a=this.parsePointer(G.classDef),c=this.parsePointer(G.classDef),l=this.parseUShort(),d=this.parseUShort();return{posFormat:t,coverage:i,valueFormat1:s,valueFormat2:r,classDef1:a,classDef2:c,class1Count:l,class2Count:d,classRecords:this.parseList(l,G.list(d,function(){return{value1:this.parseValueRecord(s),value2:this.parseValueRecord(r)}}))}}},je[3]=function(){return{error:"GPOS Lookup 3 not supported"}},je[4]=function(){return{error:"GPOS Lookup 4 not supported"}},je[5]=function(){return{error:"GPOS Lookup 5 not supported"}},je[6]=function(){return{error:"GPOS Lookup 6 not supported"}},je[7]=function(){return{error:"GPOS Lookup 7 not supported"}},je[8]=function(){return{error:"GPOS Lookup 8 not supported"}},je[9]=function(){return{error:"GPOS Lookup 9 not supported"}};function KA(n,e){e=e||0;const t=new G(n,e),i=t.parseVersion(1);return ne.argument(i===1||i===1.1,"Unsupported GPOS table version "+i),i===1?{version:i,scripts:t.parseScriptList(),features:t.parseFeatureList(),lookups:t.parseLookupList(je)}:{version:i,scripts:t.parseScriptList(),features:t.parseFeatureList(),lookups:t.parseLookupList(je),variations:t.parseFeatureVariationsList()}}const $A=new Array(10);function XA(n){return new ee.Table("GPOS",[{name:"version",type:"ULONG",value:65536},{name:"scripts",type:"TABLE",value:new ee.ScriptList(n.scripts)},{name:"features",type:"TABLE",value:new ee.FeatureList(n.features)},{name:"lookups",type:"TABLE",value:new ee.LookupList(n.lookups,$A)}])}const qA={parse:KA,make:XA};function JA(n){const e={};n.skip("uShort");const t=n.parseUShort();ne.argument(t===0,"Unsupported kern sub-table version."),n.skip("uShort",2);const i=n.parseUShort();n.skip("uShort",3);for(let s=0;s<i;s+=1){const r=n.parseUShort(),a=n.parseUShort(),c=n.parseShort();e[r+","+a]=c}return e}function ZA(n){const e={};n.skip("uShort"),n.parseULong()>1&&console.warn("Only the first kern subtable is supported."),n.skip("uLong");const s=n.parseUShort()&255;if(n.skip("uShort"),s===0){const r=n.parseUShort();n.skip("uShort",3);for(let a=0;a<r;a+=1){const c=n.parseUShort(),l=n.parseUShort(),d=n.parseShort();e[c+","+l]=d}}return e}function ey(n,e){const t=new q.Parser(n,e),i=t.parseUShort();if(i===0)return JA(t);if(i===1)return ZA(t);throw new Error("Unsupported kern table version ("+i+").")}const ty={parse:ey};function ny(n,e,t,i){const s=new q.Parser(n,e),r=i?s.parseUShort:s.parseULong,a=[];for(let c=0;c<t+1;c+=1){let l=r.call(s);i&&(l*=2),a.push(l)}return a}const iy={parse:ny};function sy(n,e){require("fs").readFile(n,function(i,s){if(i)return e(i.message);e(null,og(s))})}function oy(n,e){const t=new XMLHttpRequest;t.open("get",n,!0),t.responseType="arraybuffer",t.onload=function(){return t.response?e(null,t.response):e("Font could not be loaded: "+t.statusText)},t.onerror=function(){e("Font could not be loaded")},t.send()}function il(n,e){const t=[];let i=12;for(let s=0;s<e;s+=1){const r=q.getTag(n,i),a=q.getULong(n,i+4),c=q.getULong(n,i+8),l=q.getULong(n,i+12);t.push({tag:r,checksum:a,offset:c,length:l,compression:!1}),i+=16}return t}function ry(n,e){const t=[];let i=44;for(let s=0;s<e;s+=1){const r=q.getTag(n,i),a=q.getULong(n,i+4),c=q.getULong(n,i+8),l=q.getULong(n,i+12);let d;c<l?d="WOFF":d=!1,t.push({tag:r,offset:a,compression:d,compressedLength:c,length:l}),i+=20}return t}function we(n,e){if(e.compression==="WOFF"){const t=new Uint8Array(n.buffer,e.offset+2,e.compressedLength-2),i=new Uint8Array(e.length);if(Up(t,i),i.byteLength!==e.length)throw new Error("Decompression error: "+e.tag+" decompressed length doesn't match recorded length");return{data:new DataView(i.buffer,0),offset:0}}else return{data:n,offset:e.offset}}function ay(n){let e,t;const i=new le({empty:!0}),s=new DataView(n,0);let r,a=[];const c=q.getTag(s,0);if(c==="\0\0\0"||c==="true"||c==="typ1")i.outlinesFormat="truetype",r=q.getUShort(s,4),a=il(s,r);else if(c==="OTTO")i.outlinesFormat="cff",r=q.getUShort(s,4),a=il(s,r);else if(c==="wOFF"){const N=q.getTag(s,4);if(N==="\0\0\0")i.outlinesFormat="truetype";else if(N==="OTTO")i.outlinesFormat="cff";else throw new Error("Unsupported OpenType flavor "+c);r=q.getUShort(s,12),a=ry(s,r)}else throw new Error("Unsupported OpenType signature "+c);let l,d,h,f,p,u,m,E,A,b,w;for(let N=0;N<r;N+=1){const S=a[N];let x;switch(S.tag){case"cmap":x=we(s,S),i.tables.cmap=$r.parse(x.data,x.offset),i.encoding=new qr(i.tables.cmap);break;case"cvt ":x=we(s,S),w=new q.Parser(x.data,x.offset),i.tables.cvt=w.parseShortList(S.length/2);break;case"fvar":d=S;break;case"fpgm":x=we(s,S),w=new q.Parser(x.data,x.offset),i.tables.fpgm=w.parseByteList(S.length);break;case"head":x=we(s,S),i.tables.head=da.parse(x.data,x.offset),i.unitsPerEm=i.tables.head.unitsPerEm,e=i.tables.head.indexToLocFormat;break;case"hhea":x=we(s,S),i.tables.hhea=ua.parse(x.data,x.offset),i.ascender=i.tables.hhea.ascender,i.descender=i.tables.hhea.descender,i.numberOfHMetrics=i.tables.hhea.numberOfHMetrics;break;case"hmtx":u=S;break;case"ltag":x=we(s,S),t=fa.parse(x.data,x.offset);break;case"maxp":x=we(s,S),i.tables.maxp=pa.parse(x.data,x.offset),i.numGlyphs=i.tables.maxp.numGlyphs;break;case"name":A=S;break;case"OS/2":x=we(s,S),i.tables.os2=bs.parse(x.data,x.offset);break;case"post":x=we(s,S),i.tables.post=wa.parse(x.data,x.offset),i.glyphNames=new ms(i.tables.post);break;case"prep":x=we(s,S),w=new q.Parser(x.data,x.offset),i.tables.prep=w.parseByteList(S.length);break;case"glyf":h=S;break;case"loca":E=S;break;case"CFF ":l=S;break;case"kern":m=S;break;case"GPOS":f=S;break;case"GSUB":p=S;break;case"meta":b=S;break}}const B=we(s,A);if(i.tables.name=ba.parse(B.data,B.offset,t),i.names=i.tables.name,h&&E){const N=e===0,S=we(s,E),x=iy.parse(S.data,S.offset,i.numGlyphs,N),g=we(s,h);i.glyphs=Fa.parse(g.data,g.offset,x,i)}else if(l){const N=we(s,l);ca.parse(N.data,N.offset,i)}else throw new Error("Font doesn't contain TrueType or CFF outlines.");const D=we(s,u);if(ha.parse(D.data,D.offset,i.numberOfHMetrics,i.numGlyphs,i.glyphs),im(i),m){const N=we(s,m);i.kerningPairs=ty.parse(N.data,N.offset)}else i.kerningPairs={};if(f){const N=we(s,f);i.tables.gpos=qA.parse(N.data,N.offset),i.position.init()}if(p){const N=we(s,p);i.tables.gsub=va.parse(N.data,N.offset)}if(d){const N=we(s,d);i.tables.fvar=jA.parse(N.data,N.offset,i.names)}if(b){const N=we(s,b);i.tables.meta=Ia.parse(N.data,N.offset),i.metas=i.tables.meta}return i}function ly(n,e){(typeof window>"u"?sy:oy)(n,function(s,r){if(s)return e(s);let a;try{a=ay(r)}catch(c){return e(c,null)}return e(null,a)})}const Ms=1e-12;function yn(n){if(!Array.isArray(n)||n.length===0)return n||[];const e=n[0],t=n[n.length-1];if(!e||!t||e.length<2||t.length<2)return n;const i=e[0]??0,s=e[1]??0,r=t[0]??0,a=t[1]??0;return(Math.abs(i-r)>Ms||Math.abs(s-a)>Ms)&&n.push([i,s]),n}function Dt(n){let e=0;if(!n)return 0;for(let t=0;t<n.length-1;t++){const i=n[t],s=n[t+1];if(!i||!s)continue;const r=i[0]??0,a=i[1]??0,c=s[0]??0,l=s[1]??0;e+=r*l-c*a}return e/2}function ci(n,e=Ms){const t=[];if(!n)return t;for(const i of n){if(!i||i.length<2)continue;const s=t[t.length-1],r=i[0]??0,a=i[1]??0;if(!s){t.push([r,a]);continue}const c=s[0]??0,l=s[1]??0;(Math.abs(r-c)>e||Math.abs(a-l)>e)&&t.push([r,a])}return t}function cy(n,e,t,i,s=16){const r=[],a=n?.[0]??0,c=n?.[1]??0,l=t?.[0]??0,d=t?.[1]??0,h=i?.[0]??0,f=i?.[1]??0,p=e?.[0]??0,u=e?.[1]??0;for(let m=0;m<=s;m++){const E=m/s,A=1-E,b=A*A*A*a+3*A*A*E*l+3*A*E*E*h+E*E*E*p,w=A*A*A*c+3*A*A*E*d+3*A*E*E*f+E*E*E*u;r.push([b,w])}return r}function sl(n,e){if(!n||!e)return!1;const t=n[0]??0,i=n[1]??0;let s=!1;for(let r=0,a=e.length-1;r<e.length;a=r++){const c=e[r],l=e[a];if(!c||!l)continue;const d=c[0]??0,h=c[1]??0,f=l[0]??0,p=l[1]??0;h>i!=p>i&&t<(f-d)*(i-h)/(p-h+0)+d&&(s=!s)}return s}function Ds(n){return n?(Dt(n)<0&&n.reverse(),yn(n),n):[]}function dy(n){return n?(Dt(n)>0&&n.reverse(),yn(n),n):[]}function ol(n,e=16){if(!n||!Array.isArray(n.commands))return[];const t=[];let i=[];for(const s of n.commands){let r=function(c){const l=c.x!==void 0?c.x:0,d=c.y!==void 0?-c.y:0;return[l,d]};const a=s.type;if(a==="M")i.length&&t.push(ci(i)),i=[r(s)];else if(a==="L")i.push(r(s));else if(a==="Q"){const l=i[i.length-1]||r(s),d=[],h=s.x??0,f=s.y??0,p=s.x1??0,u=s.y1??0,m=l[0]??0,E=l[1]??0;for(let A=1;A<=e;A++){const b=A/e,w=1-b,B=w*w*m+2*w*b*p+b*b*h,D=w*w*E+2*w*b*u+b*b*-f;d.push([B,D])}d.length?i.push(...d):i.push(r(s))}else if(a==="C"){const l=i[i.length-1]||r(s),d=[s.x1||0,-(s.y1||0)],h=[s.x2||0,-(s.y2||0)],f=[s.x||0,-(s.y||0)],p=cy(l,f,d,h,e);p.length>1?i.push(...p.slice(1)):i.push(f)}else a==="Z"||a==="z"?(i.length&&t.push(ci(i)),i=[]):s.x!==void 0&&s.y!==void 0&&i.push(r(s))}return i.length&&t.push(ci(i)),t.map(s=>yn(s)).filter(s=>s&&s.length>=4)}function ks(n,e){if(!n)return null;const t=n.map(i=>yn(i.slice()));return{type:"Feature",geometry:{type:"Polygon",coordinates:t},properties:{...e.properties||{},rings:t.length,polygons:1}}}function uy(n,e,t={}){t=Object.assign({sampleSegments:16,simplifyTolerance:0,epsArea:1e-24,debug:!1,scale:1,widthScale:.6,fillWinding:"auto"},t||{scale:1});const i=!!t.debug;if(!n||!n.geometry||!Array.isArray(n.geometry.coordinates))return{type:"FeatureCollection",features:[]};const s=n.geometry.coordinates,r=n.properties||{},a=r.text||r.label||"",c=r.rotation??0,l=t.sampleSegments||16,d=t.epsArea||1e-24,f=r.height/.9||1,p=(t.scale||1)*f,u=-c*Math.PI/180,m=Math.cos(u),E=Math.sin(u),A=r.attachmentPoint||"bottom-left",b=[];if(!e||typeof e.getPaths!="function")return{type:"FeatureCollection",features:b};const w=e.getPaths(a,0,0,t.fontSize||1)||[];let B=[];for(const L of w){const V=ol(L,l);for(const k of V)if(k)for(const C of k)C&&B.push(C)}let D=1/0,N=1/0,S=-1/0,x=-1/0;for(const L of B){if(!L)continue;const V=L[0]??0,k=L[1]??0;D=Math.min(D,V),N=Math.min(N,k),S=Math.max(S,V),x=Math.max(x,k)}const g=S-D,R=x-N;let v=0,M=0;switch(A){case"top-left":v=0,M=-R;break;case"top-center":v=-g/2,M=R;break;case"top-right":v=-g,M=R;break;case"center-left":v=0,M=R/2;break;case"center":v=-g/2,M=R/2;break;case"center-right":v=-g,M=R/2;break;case"bottom-left":v=0,M=0;break;case"bottom-center":v=-g/2,M=0;break;case"bottom-right":v=-g,M=0;break;default:v=0,M=0}for(const L of w){const V=ol(L,l);if(!V||V.length===0)continue;const k=V.map(F=>{if(!F)return[];const Q=F.map(O=>{if(!O)return[0,0];let T=(O[0]??0)+v,U=(O[1]??0)+M;T=T*(t.widthScale||.6);const H=T*m-U*E,j=T*E+U*m;return[s[0]+H*p,s[1]+j*p]});return yn(ci(Q))}).filter(F=>F&&F.length>=4&&Math.abs(Dt(F))>d);if(k.length===0)continue;let C=1;if(t.fillWinding==="positive")C=1;else if(t.fillWinding==="negative")C=-1;else{let F=0,Q=-1;for(let U=0;U<k.length;U++){const H=k[U];if(!H)continue;const j=Dt(H);Math.abs(j)>Q&&(Q=Math.abs(j),F=U)}const O=k[F],T=O?Dt(O):0;C=T>=0?1:-1,i&&console.log("[simple] auto fillSign=",C,"largest signed area=",T)}const y=k.map((F,Q)=>({idx:Q,ring:F,signedArea:Dt(F),absArea:Math.abs(Dt(F))}));for(const F of y)F.isFilled=F.signedArea*C>0,i&&console.log("[simple] ring",F.idx,"signedArea=",F.signedArea.toExponential(),"isFilled=",F.isFilled);const I=y.filter(F=>F.isFilled).sort((F,Q)=>F.absArea-Q.absArea),P=y.filter(F=>!F.isFilled).sort((F,Q)=>Q.absArea-F.absArea);for(const F of I)F.holes=[];for(const F of P){const Q=(function(T){let U=0,H=0;if(!T||T.length===0)return[0,0];for(const j of T)j&&(U+=j[0]??0,H+=j[1]??0);return[U/T.length,H/T.length]})(F.ring);let O=null;for(const T of I)sl(Q,T.ring)&&(O===null||T.absArea<O.absArea&&T.idx<F.idx||T.absArea>O.absArea&&T.idx<F.idx&&P.length==1)&&(O=T);if(O){if(O.absArea<F.absArea&&P.length>1)for(const T of I)sl(Q,T.ring)&&T.absArea>F.absArea&&T.holes.push(F.ring);else O.holes.push(F.ring);F.assigned=!0}else F.assigned=!1,i&&console.log("[simple] hole not assigned idx=",F.idx)}for(const F of I){const Q=Ds(F.ring.slice()),O=(F.holes||[]).map(T=>dy(T.slice()));b.push(ks([Q,...O],n))}for(const F of P)F.assigned||b.push(ks([Ds(F.ring.slice())],n));if(I.length===0)for(const F of y)b.push(ks([Ds(F.ring.slice())],n))}return{type:"FeatureCollection",features:b}}class hy extends tt{constructor(e,t){super(e,t),this.type="label",this._centerCoord=null,this._plotInstance=this,this.fontUrl="https://leiting.chenxisoft.com/resource/font/HanaMinA.ttf",this.labelText="点击编辑文本",this.fontSize=10,this.color="#ff0000",this.polygonEntities=[],t&&(this.fontSize=t.fontSize||this.fontSize,this.color=t.color||this.color,this.labelText=t.text||this.labelText)}start(e){this.startCreate(e)}startCreate(e){try{this.state="creating",this.forbidDrawWorld(!0);const t=window.Cesium||this.viewer._cesiumWidget.cesium||this.viewer.scene.cesium,i=this;if(!t){console.error("无法获取Cesium对象");return}this.handler&&this.handler.destroy(),this.handler=new t.ScreenSpaceEventHandler(this.viewer.scene.canvas),this.handler.setInputAction(function(s){if(!s||!s.position)return;let r=i.getCatesian3FromPX(s.position);r&&(i.positions=[r],i._centerCoord=r,i.createLabel(r,function(){i.endCreate(e)}))},t.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(function(s){if(!s||!s.position)return;i.getCatesian3FromPX(s.position)&&i.state},t.ScreenSpaceEventType.MOUSE_MOVE),this.handler.setInputAction(function(s){!s||!s.position||i.endCreate()},t.ScreenSpaceEventType.RIGHT_CLICK)}catch(t){console.error("启动创建标签功能时出错:",t),e&&e(null)}}createLabel(e,t){const i=window.Cesium||this.viewer._cesiumWidget.cesium||this.viewer.scene.cesium,s=this;if(!e){console.error("创建标签时位置参数无效"),t&&t();return}if(!i){console.error("创建标签时无法获取Cesium对象"),t&&t();return}this.clearPolygonEntities(),ly(this.fontUrl,(r,a)=>{try{if(r){console.error("加载字体失败:",r),t&&t();return}const c=i.Cartographic.fromCartesian(e),l=i.Math.toDegrees(c.longitude),d=i.Math.toDegrees(c.latitude),h={type:"Feature",geometry:{type:"Point",coordinates:[l,d]},properties:{text:s.labelText||"",rotation:0}},f={sampleSegments:16,fontSize:s.fontSize,scale:10},p=uy(h,a,f);if(!p||!p.features||!Array.isArray(p.features)){console.error("文本转换为多边形失败"),t&&t();return}s.drawGeoJsonLocal(p,[l,d],1,a),s.entity={_centerCoord:s._centerCoord,_plotInstance:s._plotInstance,position:e,label:{text:s.labelText},updatePosition:function(u){s.updatePositions([u])},getPosition:function(){return s._centerCoord},type:s.type,objId:s.objId,isDraggable:!0,setPosition:function(u){s._centerCoord=u,s.positions[0]=u,s.createLabel(u)}},s.addClickEditHandler(),t&&t()}catch(c){console.error("创建文本标签时发生错误:",c);try{s.clearPolygonEntities()}catch(l){console.error("清理标签多边形实体时出错:",l)}t&&t()}})}drawGeoJsonLocal(e,t,i=1,s){try{const r=window.Cesium||this.viewer._cesiumWidget.cesium||this.viewer.scene.cesium;if(!e||!t||!Array.isArray(t)||t.length!==2){console.error("drawGeoJsonLocal: 参数无效");return}const a=t[0],c=t[1],l=r.Cartesian3.fromDegrees(a,c,0),d=r.Transforms.eastNorthUpToFixedFrame(l),h=i*1;this.clearPolygonEntities();let f=[];for(const B of e.features||[]){if(!B||!B.geometry||B.geometry.type!=="Polygon")continue;const D=B.geometry.coordinates||[];for(const N of D)N&&Array.isArray(N)&&(f=f.concat(N))}let p=1/0,u=1/0,m=-1/0,E=-1/0;for(const B of f)Array.isArray(B)&&B.length>=2&&(p=Math.min(p,B[0]),u=Math.min(u,B[1]),m=Math.max(m,B[0]),E=Math.max(E,B[1]));const A=(p+m)/2,b=(u+E)/2,w=B=>{const D=(B[0]-A)*h,N=(B[1]-b)*h,S=new r.Cartesian3(D,N,0);return r.Matrix4.multiplyByPoint(d,S,new r.Cartesian3)};for(const B of e.features||[]){if(!B||!B.geometry||B.geometry.type!=="Polygon")continue;const D=B.geometry.coordinates||[];if(D.length>0)try{const N=D[0]||[];if(N.length===0)continue;const S=N.map(w);let x;if(D.length>1){const R=D.slice(1).map(v=>!v||!Array.isArray(v)||v.length===0?null:new r.PolygonHierarchy(v.map(w))).filter(Boolean);x=new r.PolygonHierarchy(S,R)}else x=new r.PolygonHierarchy(S);const g=this.viewer.entities.add({polygon:{hierarchy:x,material:r.Color.fromCssColorString(this.color||"#000000"),outline:!1},_labelOwner:this.objId});this.polygonEntities.push(g)}catch(N){console.warn("创建多边形实体时出错:",N);continue}}}catch(r){console.error("drawGeoJsonLocal: 发生错误:",r)}}clearPolygonEntities(){for(let e of this.polygonEntities)this.viewer.entities.remove(e);this.polygonEntities=[]}addClickEditHandler(){const e=this,t=window.Cesium||this.viewer._cesiumWidget.cesium||this.viewer.scene.cesium;if(!t){console.error("添加点击编辑事件时无法获取Cesium对象");return}this.editHandler&&(this.editHandler.destroy(),this.editHandler=null),this.editHandler=new t.ScreenSpaceEventHandler(this.viewer.scene.canvas),this.editHandler.setInputAction(function(i){if(!i||!i.position)return;const s=e.viewer.scene.pick(i.position);t.defined(s)&&s.id&&s.id._labelOwner===e.objId&&(i.preventDefault(),e.editText())},t.ScreenSpaceEventType.LEFT_CLICK),this.editHandler.setInputAction(function(i){if(!i||!i.position)return;const s=e.viewer.scene.pick(i.position);t.defined(s)&&s.id&&s.id._labelOwner===e.objId&&(i.preventDefault(),e.openStyleEditor())},t.ScreenSpaceEventType.RIGHT_CLICK)}editText(){const e=this;(function(i,s){const r=document.createElement("div");r.style.position="fixed",r.style.top="0",r.style.left="0",r.style.width="100%",r.style.height="100%",r.style.backgroundColor="rgba(0, 0, 0, 0.5)",r.style.display="flex",r.style.justifyContent="center",r.style.alignItems="center",r.style.zIndex="10000";const a=document.createElement("div");a.style.backgroundColor="white",a.style.padding="20px",a.style.borderRadius="5px",a.style.width="500px",a.style.maxWidth="90vw",a.style.boxShadow="0 4px 8px rgba(0, 0, 0, 0.2)";const c=document.createElement("h3");c.textContent="编辑文本",c.style.marginTop="0";const l=document.createElement("textarea");l.value=i,l.style.width="100%",l.style.height="150px",l.style.marginBottom="10px",l.style.fontSize="14px",l.style.padding="8px",l.style.boxSizing="border-box";const d=document.createElement("div");d.style.display="flex",d.style.justifyContent="flex-end",d.style.gap="10px";const h=document.createElement("button");h.textContent="取消",h.addEventListener("click",function(){document.body.removeChild(r),s(null)});const f=document.createElement("button");f.textContent="确认",f.addEventListener("click",function(){document.body.removeChild(r),s(l.value)}),d.appendChild(h),d.appendChild(f),a.appendChild(c),a.appendChild(l),a.appendChild(d),r.appendChild(a),document.body.appendChild(r),l.focus();const p=function(u){u.key==="Escape"&&(document.body.removeChild(r),document.removeEventListener("keydown",p),s(null))};document.addEventListener("keydown",p)})(this.labelText,function(i){i!==null&&(e.labelText=i||"点击编辑文本",e._centerCoord&&e.createLabel(e._centerCoord))})}endCreate(e){try{this.state="endCreate",this.handler&&(this.handler.destroy(),this.handler=null),this.forbidDrawWorld(!1),this.entity&&!this.entity.objId&&(this.entity.objId=this.objId),e&&e(this.entity)}catch(t){console.error("结束创建标签时出错:",t),e&&e(null)}}updatePositions(e){try{if(!e||!e.length){console.warn("更新标签位置时参数无效");return}if(!(window.Cesium||this.viewer._cesiumWidget.cesium||this.viewer.scene.cesium)){console.error("更新标签位置时无法获取Cesium对象");return}this.positions=e,this._centerCoord=e[0],this.entity&&(this.entity.position=e[0]),this.createLabel(e[0])}catch(t){console.error("更新标签位置时出错:",t)}}moveEntity(e){try{const t=window.Cesium||this.viewer._cesiumWidget.cesium||this.viewer.scene.cesium;if(!t){console.error("移动实体时无法获取Cesium对象");return}if(!e||!this._centerCoord)return;const i=t.Cartesian3.add(this._centerCoord,e,new t.Cartesian3);this.updatePositions([i])}catch(t){console.error("移动实体时出错:",t)}}setStyle(e){e&&(e.color&&(this.color=e.color),e.fontSize&&(this.fontSize=e.fontSize),e.text!==void 0&&(this.labelText=e.text),this._centerCoord&&this.createLabel(this._centerCoord))}openStyleEditor(){const e=this;(function(i,s){const r=document.createElement("div");r.style.position="fixed",r.style.top="0",r.style.left="0",r.style.width="100%",r.style.height="100%",r.style.backgroundColor="rgba(0, 0, 0, 0.5)",r.style.display="flex",r.style.justifyContent="center",r.style.alignItems="center",r.style.zIndex="10000";const a=document.createElement("div");a.style.backgroundColor="white",a.style.padding="20px",a.style.borderRadius="5px",a.style.width="400px",a.style.maxWidth="90vw",a.style.boxShadow="0 4px 8px rgba(0, 0, 0, 0.2)";const c=document.createElement("h3");c.textContent="编辑样式",c.style.marginTop="0";const l=document.createElement("div");l.style.marginBottom="15px";const d=document.createElement("label");d.textContent="文本颜色: ",d.style.display="block",d.style.marginBottom="5px";const h=document.createElement("input");h.type="color",h.value=i.color,h.style.width="50px",l.appendChild(d),l.appendChild(h);const f=document.createElement("div");f.style.marginBottom="15px";const p=document.createElement("label");p.textContent="字体大小: ",p.style.display="block",p.style.marginBottom="5px";const u=document.createElement("input");u.type="number",u.value=i.fontSize,u.min="8",u.max="200",u.step="1",u.style.width="100%",u.style.padding="5px",u.style.boxSizing="border-box",f.appendChild(p),f.appendChild(u);const m=document.createElement("div");m.style.display="flex",m.style.justifyContent="flex-end",m.style.gap="10px",m.style.marginTop="20px";const E=document.createElement("button");E.textContent="取消",E.addEventListener("click",function(){document.body.removeChild(r),s(null)});const A=document.createElement("button");A.textContent="确认",A.addEventListener("click",function(){document.body.removeChild(r),s({color:h.value,fontSize:parseInt(u.value)})}),m.appendChild(E),m.appendChild(A),a.appendChild(c),a.appendChild(l),a.appendChild(f),a.appendChild(m),r.appendChild(a),document.body.appendChild(r);const b=function(w){w.key==="Escape"&&(document.body.removeChild(r),document.removeEventListener("keydown",b),s(null))};document.addEventListener("keydown",b)})(this.getStyle(),function(i){i&&e.setStyle(i)})}getStyle(){return{color:this.color,fontSize:this.fontSize,text:this.labelText}}destroy(){try{try{this.clearPolygonEntities()}catch(e){console.warn("清理标签多边形实体时出错:",e)}if(this.handler){try{this.handler.destroy()}catch(e){console.warn("销毁事件处理器时出错:",e)}this.handler=null}if(this.editHandler){try{this.editHandler.destroy()}catch(e){console.warn("销毁编辑事件处理器时出错:",e)}this.editHandler=null}this._centerCoord=null,this._plotInstance=null,this.entity=null,this.positions=null,this.objId=null;try{super.destroy()}catch(e){console.warn("调用父类destroy方法时出错:",e)}}catch(e){console.error("销毁CreateLabel对象时发生错误:",e)}}syncFromEntity(){this.entity&&this.entity.position&&(this._centerCoord=this.entity.position,this._plotInstance=this)}getEntityPositions(){return this.positions}calculateCenter(){return this._centerCoord}}class fy extends tt{constructor(e,t){super(e,t),this.type="point",this.viewer=e;let i={color:Cesium.Color.AQUA,pixelSize:10,outlineWidth:1};this.style=Object.assign(i,t||{}),this.position=null}start(e){!this.prompt&&this.promptStyle.show&&(this.prompt=new ft(this.viewer,this.promptStyle)),this.state="startCreate";let t=this;this.handler||(this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas)),this.handler.setInputAction(function(i){let s=t.getCatesian3FromPX(i.position,t.viewer);s&&(t.entity=t.createPoint(s),t.position=s,t.handler&&(t.handler.destroy(),t.handler=null),t.prompt&&(t.prompt.destroy(),t.prompt=null),t.state="endCreate",e&&e(t.entity))},Cesium.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(function(i){t.prompt.update(i.endPosition,"单击新增"),t.state="creating"},Cesium.ScreenSpaceEventType.MOUSE_MOVE)}endCreate(){let e=this;e.handler&&(e.handler.destroy(),e.handler=null),e.prompt&&(e.prompt.destroy(),e.prompt=null),e.state="endCreate"}done(){this.state=="startCreate"?this.destroy():this.state=="creating"?this.destroy():(this.state=="startEdit"||this.state=="editing")&&this.endEdit()}createByPositions(e,t){if(!e)return;this.state="startCreate";let i=e instanceof Cesium.Cartesian3?e:Cesium.Cartesian3.fromDegrees(e[0],e[1],e[2]);this.position=i,i&&(this.entity=this.createPoint(i),t&&t(this.entity),this.state="endCreate")}setStyle(e){if(e){if(e.color){let t=Cesium.Color.fromCssColorString(e.color||"#ffff00");t=t.withAlpha(e.colorAlpha),this.entity.point.color=t}if(this.entity.point.outlineWidth=Number(e.outlineWidth),e.outlineColor){let t=Cesium.Color.fromCssColorString(e.outlineColor||"#000000");t=t.withAlpha(e.outlineColorAlpha),this.entity.point.outlineColor=t}this.entity.point.heightReference=Number(e.heightReference),this.entity.point.pixelSize=Number(e.pixelSize),this.style=Object.assign(this.style,e)}}getStyle(){let e={},t=this.entity.point,i=t.color.getValue();e.colorAlpha=i.alpha,e.color=new Cesium.Color(i.red,i.green,i.blue,1).toCssHexString(),e.outlineWidth=t.outlineWidth._value;let s=t.outlineColor.getValue();return e.outlineColorAlpha=s.alpha,e.outlineColor=new Cesium.Color(s.red,s.green,s.blue,1).toCssHexString(),t.heightReference!=null&&(e.heightReference=t.heightReference.getValue()),e.pixelSize=Number(t.pixelSize),e}getPositions(e){return e?ae.cartesianToLnglat(this.position):this.position}getLnglats(){return this.getPositions(!0)}startEdit(e){if(this.state=="startEdit"||this.state=="editing"||!this.entity)return;this.state="startEdit",this.modifyHandler||(this.modifyHandler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas));let t=this,i;this.modifyHandler.setInputAction(function(s){let r=t.viewer.scene.pick(s.position);Cesium.defined(r)&&r.id&&(i=r.id,t.forbidDrawWorld(!0))},Cesium.ScreenSpaceEventType.LEFT_DOWN),this.modifyHandler.setInputAction(function(s){if(!i)return;let r=t.getCatesian3FromPX(s.endPosition,t.viewer);r&&(t.entity&&(t.entity.position.setValue(r),t.position=r,t.state="editing"),e&&e())},Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.modifyHandler.setInputAction(function(s){i&&(t.forbidDrawWorld(!1),t.modifyHandler&&(t.modifyHandler.destroy(),t.modifyHandler=null,t.state="editing"))},Cesium.ScreenSpaceEventType.LEFT_UP)}endEdit(e){this.modifyHandler&&(this.modifyHandler.destroy(),this.modifyHandler=null,e&&e(this.entity)),this.forbidDrawWorld(!1),this.state="endEdit"}createPoint(e){if(!e)return;let t=this.viewer.entities.add({position:e,point:{color:this.style.color instanceof Cesium.Color?this.style.color:this.style.color?Cesium.Color.fromCssColorString(this.style.color).withAlpha(this.style.colorAlpha||1):Cesium.Color.WHITE,outlineColor:this.style.outlineColor instanceof Cesium.Color?this.style.outlineColor:this.style.outlineColor?Cesium.Color.fromCssColorString(this.style.outlineColor).withAlpha(this.style.outlineColorAlpha||1):Cesium.Color.BLACK,outlineWidth:this.style.outlineWidth||4,pixelSize:this.style.pixelSize||20,disableDepthTestDistance:Number.MAX_VALUE}});return t.objId=this.objId,t}}class py extends tt{constructor(e,t){super(e,t),this.type="polygon",this.viewer=e,this.entity=null,this.polyline=null;let i={outlineColor:"#000000",outlineWidth:2};this.style=Object.assign(i,t||{}),this.outline=null}start(e){!this.prompt&&this.promptStyle.show&&(this.prompt=new ft(this.viewer,this.promptStyle)),this.state="startCreate";let t=this;this.handler||(this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas)),this.handler.setInputAction(function(i){let s=t.getCatesian3FromPX(i.position,t.viewer,[]);if(!s||(t.movePush&&(t.positions.pop(),t.movePush=!1),t.positions.some(c=>Math.abs(c.x-s.x)<1e-6&&Math.abs(c.y-s.y)<1e-6&&Math.abs(c.z-s.z)<1e-6)))return;t.positions.push(s);let a=t.createPoint(s);a.wz=t.positions.length-1,t.controlPoints.push(a)},Cesium.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(function(i){if(t.positions.length<1){t.prompt.update(i.endPosition,"单击开始绘制"),t.state="startCreate";return}t.prompt&&t.prompt.update(i.endPosition,"双击结束,右键取消上一步");let s=t.getCatesian3FromPX(i.endPosition,t.viewer,[]);t.positions.length>=1&&(t.state="creating",t.movePush?t.positions[t.positions.length-1]=s:(t.positions.push(s),t.movePush=!0),t.positions.length==2&&(Cesium.defined(t.polyline)||(t.polyline=t.createPolyline())),t.positions.length==3&&(Cesium.defined(t.entity)||(t.entity=t.createPolygon(t.style),!t.style.outline&&t.polyline&&(t.polyline.show=!1),t.entity.objId=t.objId)))},Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.handler.setInputAction(function(i){t.entity&&(t.positions.splice(t.positions.length-2,1),t.viewer.entities.remove(t.controlPoints.pop()),t.positions.length==2&&t.entity&&(t.viewer.entities.remove(t.entity),t.entity=null,t.polyline&&(t.polyline.show=!0)),t.positions.length==1&&(t.polyline&&(t.viewer.entities.remove(t.polyline),t.polyline=null),t.prompt&&t.prompt.update(i.endPosition,"单击开始绘制"),t.positions=[],t.movePush=!1))},Cesium.ScreenSpaceEventType.RIGHT_CLICK),this.handler.setInputAction(function(i){t.entity&&(t.endCreate(),e&&e(t.entity))},Cesium.ScreenSpaceEventType.LEFT_DOUBLE_CLICK)}endCreate(){let e=this;e.state="endCreate",e.handler&&(e.handler.destroy(),e.handler=null),e.movePush=!1,e.prompt&&(e.prompt.destroy(),e.prompt=null),e.viewer.trackedEntity=void 0,e.viewer.scene.camera.lookAtTransform(Cesium.Matrix4.IDENTITY)}done(){this.state=="startCreate"?this.destroy():this.state=="creating"?this.positions.length<=2&&this.movePush==!0?this.destroy():this.endCreate():(this.state=="startEdit"||this.state=="editing")&&this.endEdit()}createByPositions(e,t){if(!e)return;this.state="startCreate";let i=e[0]instanceof Cesium.Cartesian3?e:ae.lnglatsToCartesians(e);if(i){this.entity=this.createPolygon(),this.polyline=this.createPolyline(),this.polyline.show=this.style.outline,this.positions=i;for(let s=0;s<i.length;s++){let r=i[s],a=Cesium.Cartographic.fromCartesian(i[s]),c=this.createPoint(r);c.point.heightReference=this.style.heightReference,c.ctgc=a,c.wz=this.controlPoints.length,this.controlPoints.push(c)}this.state="endCreate",this.entity.objId=this.objId,t&&t(this.entity)}}getStyle(){if(!this.entity)return;let e={},t=this.entity.polygon;if(t.material instanceof Cesium.ColorMaterialProperty){e.material="common";let s=t.material.color.getValue();e.colorAlpha=s.alpha,e.color=new Cesium.Color(s.red,s.green,s.blue,1).toCssHexString()}if(e.fill=t.fill?t.fill.getValue():!1,t.heightReference){let s=t.heightReference.getValue();e.heightReference=Number(s)}let i=this.polyline.polyline;if(i&&this.polyline.show){e.outlineWidth=i.width.getValue(),e.outline=!0;let s=i.material.color.getValue();e.outlineColorAlpha=s.alpha,e.outlineColor=new Cesium.Color(s.red,s.green,s.blue,1).toCssHexString()}else e.outline=!1;return e}setStyle(e){if(!e)return;this.polyline.show=e.outline;let t=this.polyline.polyline;t.width=e.outlineWidth,this.polyline.clampToGround=!!e.heightReference;let s=(e.outlineColor instanceof Cesium.Color?e.outlineColor:Cesium.Color.fromCssColorString(e.outlineColor)).withAlpha(e.outlineColorAlpha||1);t.material=s,e.heightReference!=null&&(this.entity.polygon.heightReference=Number(e.heightReference));let a=(e.color instanceof Cesium.Color?e.color:Cesium.Color.fromCssColorString(e.color)).withAlpha(e.colorAlpha||1);this.entity.polygon.material=a,e.fill!=null&&(this.entity.polygon.fill=e.fill),this.style=Object.assign(this.style,e)}createPolygon(){let e=this;this.style.color=this.style.color||Cesium.Color.WHITE,this.style.outlineColor=this.style.outlineColor||Cesium.Color.BLACK;let t={polygon:{hierarchy:new Cesium.CallbackProperty(function(){return new Cesium.PolygonHierarchy(e.positions)},!1),heightReference:Number(this.style.heightReference),show:!0,fill:this.style.fill==null?!0:this.style.fill,material:this.style.color instanceof Cesium.Color?this.style.color:Cesium.Color.fromCssColorString(this.style.color).withAlpha(this.style.colorAlpha||1)}};return this.style.heightReference||(t.polygon.height=0,t.polygon.perPositionHeight=!0),this.viewer.entities.add(t)}createPolyline(){let e=this;return this.viewer.entities.add({polyline:{positions:new Cesium.CallbackProperty(function(){return e.positions.concat(e.positions[0])},!1),clampToGround:!!this.style.heightReference,material:this.style.outlineColor instanceof Cesium.Color?this.style.outlineColor:Cesium.Color.fromCssColorString(this.style.outlineColor).withAlpha(this.style.outlineColorAlpha||1),width:this.style.outlineWidth||1}})}destroy(){this.handler&&(this.handler.destroy(),this.handler=null),this.modifyHandler&&(this.modifyHandler.destroy(),this.modifyHandler=null),this.entity&&(this.viewer.entities.remove(this.entity),this.entity=null),this.polyline&&(this.viewer.entities.remove(this.polyline),this.polyline=null),this.positions=[],this.style=null,this.modifyPoint&&(this.viewer.entities.remove(this.modifyPoint),this.modifyPoint=null);for(let e=0;e<this.controlPoints.length;e++){let t=this.controlPoints[e];this.viewer.entities.remove(t)}this.controlPoints=[],this.state="no",this.prompt&&this.prompt.destroy(),this.polyline&&(this.polyline=null,this.viewer.entities.remove(this.polyline)),this.forbidDrawWorld(!1)}}class my extends tt{constructor(e,t){super(e,t),this.type="rectangle",this.viewer=e,this.style=t||{},this.leftup=null,this.rightdown=null,this.leftdownPoint=null,this.rightupPoint=null,this.entity=null,this.handler=null,this.modifyHandler=null,this.modifyPoint=null,this._dragStartCart=null,this._dragStartCartCarto=null}start(e){!this.prompt&&this.promptStyle?.show&&(this.prompt=new ft(this.viewer,this.promptStyle)),this.state="startCreate",this.handler||(this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas));const t=this;this.handler.setInputAction(function(i){const s=t.getCatesian3FromPX(i.position,t.viewer,[]);if(s)if(t.entity)t.endCreate(),e&&e(t.entity);else{t.leftup=s.clone(),t.rightdown=s.clone(),t.entity=t._createPolyline();const r=t._calcCornerCartesian("leftdown"),a=t._calcCornerCartesian("rightup");t.leftdownPoint=t.createPoint(r),t.leftdownPoint.typeAttr="leftdown",t.leftdownPoint.show=!1,t.rightupPoint=t.createPoint(a),t.rightupPoint.typeAttr="rightup",t.rightupPoint.show=!1}},Cesium.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(function(i){if(!t.entity){t.prompt?.update(i.endPosition,"单击开始绘制");return}t.prompt?.update(i.endPosition,"单击结束");const s=t.getCatesian3FromPX(i.endPosition,t.viewer,[]);s&&(t.rightdown=s.clone(),t._updatePolyline(),t._updateAuxPoints(),t.state="creating")},Cesium.ScreenSpaceEventType.MOUSE_MOVE)}endCreate(){this.handler?.destroy(),this.handler=null,this.leftdownPoint&&(this.leftdownPoint.show=!1),this.rightupPoint&&(this.rightupPoint.show=!1),this.prompt?.destroy(),this.prompt=null,this.state="endCreate"}startEdit(e){if(!this.entity)return;this.state="startEdit",this.modifyHandler||(this.modifyHandler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas));const t=this;this.leftdownPoint&&(this.leftdownPoint.show=!0),this.rightupPoint&&(this.rightupPoint.show=!0),this.modifyHandler.setInputAction(function(i){const s=t.viewer.scene.pick(i.position);if(!s?.id)return;t.modifyPoint=s.id;const r=t.getCatesian3FromPX(i.position,t.viewer,[t.entity,t.modifyPoint]);r&&(t._dragStartCart=r,t._dragStartCartCarto=Cesium.Ellipsoid.WGS84.cartesianToCartographic(r),t.forbidDrawWorld(!0))},Cesium.ScreenSpaceEventType.LEFT_DOWN),this.modifyHandler.setInputAction(function(i){if(!t.modifyPoint)return;const s=t.getCatesian3FromPX(i.endPosition,t.viewer,[t.entity,t.modifyPoint]);s&&(t.modifyPoint.typeAttr==="leftdown"?t._dragCorner(s,"leftdown"):t.modifyPoint.typeAttr==="rightup"&&t._dragCorner(s,"rightup"),t._updatePolyline(),t._updateAuxPoints(),e&&e(),t.state="editing")},Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.modifyHandler.setInputAction(function(){t.modifyPoint=null,t._dragStartCart=null,t._dragStartCartCarto=null,t.forbidDrawWorld(!1),t._updatePolyline(),e&&e(t.entity),t.state="editing"},Cesium.ScreenSpaceEventType.LEFT_UP)}endEdit(e){this.leftdownPoint&&(this.leftdownPoint.show=!1),this.rightupPoint&&(this.rightupPoint.show=!1),this.modifyHandler?.destroy(),this.modifyHandler=null,this.forbidDrawWorld(!1),this.state="endEdit",e&&e(this.entity)}_createPolyline(){const e=this,t=this.viewer.entities.add({polyline:{positions:new Cesium.CallbackProperty(()=>e._buildRectPositions(),!1),width:this.style.outlineWidth||this.style.width||5,material:this.style.color instanceof Cesium.Color?this.style.color:Cesium.Color.fromCssColorString(this.style.color||"#00FF00"),clampToGround:!1}});return t._plotInstance=this,t.objId=this.objId,t}_updatePolyline(){if(!this.entity)return;const e=this._buildRectPositions();try{const t=this.entity.polyline.positions;if(t&&typeof t.getValue=="function")return;if(t&&typeof t.setValue=="function"){t.setValue(e);return}this.entity.polyline.positions=e}catch{this.entity.polyline.positions=e}}_buildRectPositions(){if(!this.leftup||!this.rightdown)return[];const e=this._calcCornerCartesian("leftdown"),t=this.leftup,i=this._calcCornerCartesian("rightup"),s=this.rightdown;return[e,s,i,t,e]}_calcCornerCartesian(e){const t=Cesium.Ellipsoid.WGS84,i=t.cartesianToCartographic(this.leftup),s=t.cartesianToCartographic(this.rightdown),r=Math.min(i.longitude,s.longitude),a=Math.max(i.longitude,s.longitude),c=Math.min(i.latitude,s.latitude),l=Math.max(i.latitude,s.latitude);if(e==="leftdown")return Cesium.Cartesian3.fromRadians(r,c);if(e==="rightup")return Cesium.Cartesian3.fromRadians(a,l)}_updateAuxPoints(){if(!this.leftup||!this.rightdown)return;const e=this._calcCornerCartesian("leftdown"),t=this._calcCornerCartesian("rightup");this.leftdownPoint&&(this.leftdownPoint.position=e),this.rightupPoint&&(this.rightupPoint.position=t)}_dragCorner(e,t){const i=Cesium.Ellipsoid.WGS84,s=i.cartesianToCartographic(this.leftup),r=i.cartesianToCartographic(this.rightdown);let a=Math.min(s.longitude,r.longitude),c=Math.max(s.longitude,r.longitude),l=Math.min(s.latitude,r.latitude),d=Math.max(s.latitude,r.latitude);const h=i.cartesianToCartographic(e);t==="leftdown"?(a=h.longitude,l=h.latitude):(c=h.longitude,d=h.latitude),this.leftup=Cesium.Cartesian3.fromRadians(a,d),this.rightdown=Cesium.Cartesian3.fromRadians(c,l)}syncFromEntity(){if(!this.entity||!this.leftup||!this.rightdown)return;const e=Cesium.Cartesian3.midpoint(this.leftup,this.rightdown,new Cesium.Cartesian3),t=this.entity._centerCoord;if(!t)return;const i=t.x-e.x,s=t.y-e.y,r=t.z-e.z;this.leftup=new Cesium.Cartesian3(this.leftup.x+i,this.leftup.y+s,this.leftup.z+r),this.rightdown=new Cesium.Cartesian3(this.rightdown.x+i,this.rightdown.y+s,this.rightdown.z+r);const a=this.entity.objId,c=this.entity._plotInstance;this.leftdownPoint&&this.viewer.entities.remove(this.leftdownPoint),this.rightupPoint&&this.viewer.entities.remove(this.rightupPoint),this.leftdownPoint=this.rightupPoint=null,this.viewer.entities.remove(this.entity),this.entity=this._createPolyline(),this.entity._plotInstance=c,this.entity.objId=a;const l=this._calcCornerCartesian("leftdown"),d=this._calcCornerCartesian("rightup");this.leftdownPoint=this.createPoint(l),this.leftdownPoint.typeAttr="leftdown",this.leftdownPoint.show=this.state==="editing",this.rightupPoint=this.createPoint(d),this.rightupPoint.typeAttr="rightup",this.rightupPoint.show=this.state==="editing"}updatePositions(e){if(!e||e.length<1)return!1;try{if(!this.leftup||!this.rightdown)return!1;let t;if(e[0]instanceof Cesium.Cartesian3)t=e[0];else return!1;this.leftup=Cesium.Cartesian3.add(this.leftup,t,new Cesium.Cartesian3),this.rightdown=Cesium.Cartesian3.add(this.rightdown,t,new Cesium.Cartesian3),this._updatePolyline(),this._updateAuxPoints();try{this.viewer.scene.requestRender()}catch{}return!0}catch(t){return console.warn("Failed to update rectangle positions:",t),!1}}getPositions(e){return e?ae.cartesiansToLnglats([this.leftup,this.rightdown],this.viewer):[this.leftup,this.rightdown]}getStyle(){const e=this.entity.polyline,t=e.material.color.getValue();return{color:new Cesium.Color(t.red,t.green,t.blue,1).toCssHexString(),colorAlpha:t.alpha,outlineWidth:e.width.getValue()}}setStyle(e){if(!this.entity)return;const t={...this.style,...e};let i=t.color instanceof Cesium.Color?t.color:Cesium.Color.fromCssColorString(t.color||"#00FF00");t.colorAlpha!=null&&(i=i.withAlpha(t.colorAlpha)),this.entity.polyline.material=i,this.entity.polyline.width=t.outlineWidth||t.width||5,this.style=t}destroy(){try{this.handler?.destroy(),this.modifyHandler?.destroy(),this.entity&&this.viewer.entities.remove(this.entity),this.entity=null,this.leftdownPoint&&this.viewer.entities.remove(this.leftdownPoint),this.rightupPoint&&this.viewer.entities.remove(this.rightupPoint),this.leftdownPoint=this.rightupPoint=null,this.prompt?.destroy(),this.prompt=null}catch{}}createByPositions(e,t){if(!e||e.length<2)return!1;const i=e[0]instanceof Cesium.Cartesian3?e:ae.lnglatsToCartesians(e);if(!i||i.length<2)return!1;if(i.length===2)this.leftup=Cesium.Cartesian3.clone(i[0]),this.rightdown=Cesium.Cartesian3.clone(i[1]);else if(i.length>=4){let s=1/0,r=1/0,a=-1/0,c=-1/0;i.forEach(l=>{const d=Cesium.Ellipsoid.WGS84.cartesianToCartographic(l);d&&(s=Math.min(s,d.longitude),r=Math.min(r,d.latitude),a=Math.max(a,d.longitude),c=Math.max(c,d.latitude))}),this.leftup=Cesium.Cartesian3.fromRadians(s,c),this.rightdown=Cesium.Cartesian3.fromRadians(a,r)}if(this.entity?this._updatePolyline():this.entity=this._createPolyline(),!this.leftdownPoint){const s=this._calcCornerCartesian("leftdown");this.leftdownPoint=this.createPoint(s),this.leftdownPoint.typeAttr="leftdown",this.leftdownPoint.show=!1}if(!this.rightupPoint){const s=this._calcCornerCartesian("rightup");this.rightupPoint=this.createPoint(s),this.rightupPoint.typeAttr="rightup",this.rightupPoint.show=!1}this._updateAuxPoints(),this.state="endCreate";try{this.viewer.scene.requestRender()}catch(s){console.error("requestRender error:",s)}return t&&t(this.entity),!0}}class gy extends tt{constructor(e,t){super(e,t),t=t||{},this.movePush=!1,this.type="polyline",this.maxPointNum=t.maxPointNum||Number.MAX_VALUE}updatePositions(e){if(!e||e.length<1)return!1;let t=e[0]instanceof Cesium.Cartesian3?e:util.lnglatsToCartesians(e);return t?(this.positions=t,this.updateControlPoints(),!0):!1}updateControlPoints(){for(let e=0;e<this.controlPoints.length;e++)this.viewer.entities.remove(this.controlPoints[e]);this.controlPoints=[];for(let e=0;e<this.positions.length;e++){let t=this.positions[e],i=this.createPoint(t);this.style.clampToGround&&(i.point.heightReference=1),i.wz=this.controlPoints.length,this.controlPoints.push(i)}}start(e){!this.prompt&&this.promptStyle.show&&(this.prompt=new ft(this.viewer,this.promptStyle)),this.state="startCreate";let t=this;this.handler||(this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas)),this.handler.setInputAction(function(i){let s=t.getCatesian3FromPX(i.position,t.viewer,[t.entity]);if(!s)return;t.movePush&&(t.positions.pop(),t.movePush=!1),t.positions.push(s);let r=t.createPoint(s);r.wz=t.positions.length-1,t.controlPoints.push(r),t.positions.length==t.maxPointNum&&(t.endCreate(),e&&e(t.entity))},Cesium.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(function(i){if(t.state="creating",t.positions.length<1){t.prompt.update(i.endPosition,"单击开始绘制"),t.state="startCreate";return}t.prompt.update(i.endPosition,"右键取消上一步,双击结束");let s=t.getCatesian3FromPX(i.endPosition,t.viewer,[t.entity]);s&&(t.movePush?t.positions[t.positions.length-1]=s:(t.positions.push(s),t.movePush=!0),t.positions.length==2&&(Cesium.defined(t.entity)||(t.entity=t.createPolyline())))},Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.handler.setInputAction(function(i){t.entity&&(t.positions.splice(t.positions.length-2,1),t.viewer.entities.remove(t.controlPoints.pop()),t.positions.length==1&&(t.entity&&(t.viewer.entities.remove(t.entity),t.entity=null),t.prompt.update(i.endPosition,"单击开始绘制"),t.movePush=!1,t.positions=[]))},Cesium.ScreenSpaceEventType.RIGHT_CLICK),this.handler.setInputAction(function(i){t.entity&&(t.endCreate(),e&&e(t.entity))},Cesium.ScreenSpaceEventType.LEFT_DOUBLE_CLICK)}endCreate(){let e=this;e.state="endCreate",e.handler&&(e.handler.destroy(),e.handler=null),e.positions.pop(),e.viewer.entities.remove(e.controlPoints.pop()),e.prompt&&(e.prompt.destroy(),e.prompt=null),e.viewer.trackedEntity=void 0,e.viewer.scene.camera.lookAtTransform(Cesium.Matrix4.IDENTITY)}done(){this.state=="startCreate"?this.destroy():this.state=="creating"?this.positions.length<=2&&this.movePush==!0?this.destroy():this.endCreate():(this.state=="startEdit"||this.state=="editing")&&this.endEdit()}createByPositions(e,t){if(!e||e.length<1)return;this.state="startCreate";let i=e[0]instanceof Cesium.Cartesian3?e:util.lnglatsToCartesians(e);if(i){this.entity=this.createPolyline(this.style),this.positions=i,t&&t(this.entity);for(let s=0;s<i.length;s++){let r=i[s],a=this.createPoint(r);this.style.clampToGround&&(a.point.heightReference=1),a.wz=this.controlPoints.length,this.controlPoints.push(a)}this.state="endCreate"}}setStyle(e){if(!e)return;let t=this.getMaterial(e.material,e);this.entity.polyline.material=t,this.entity.polyline.clampToGround=!!e.clampToGround,e.width&&(this.entity.polyline.width=e.width||3),this.style=Object.assign(this.style,e)}getStyle(){if(!this.entity)return;let e={},t=this.entity.polyline;this.style.animateType!=null&&(e.animateType=this.style.animateType,e.image=this.style.image,e.duration=this.style.duration),t.material instanceof Cesium.ColorMaterialProperty?e.material="common":(e.material="flowline",t.material instanceof animate.FlowLineMaterial,e.duration=t.material._duration,e.image=t.material.url);let i=t.material.color.getValue();e.colorAlpha=i.alpha,e.color=new Cesium.Color(i.red,i.green,i.blue,1).toCssHexString(),e.width=t.width._value;let s=t.clampToGround?t.clampToGround.getValue():!1;return e.clampToGround=!!s,e}createPolyline(){let e=this,t=this.viewer.entities.add({polyline:{positions:new Cesium.CallbackProperty(function(){return e.positions},!1),show:!0,material:this.getMaterial(this.style.animateType,this.style),width:this.style.width||3,clampToGround:this.style.clampToGround}});return t.objId=this.objId,t}getMaterial(e,t){t=t||{};let i=null,s=t.color||Cesium.Color.WHITE;return s=s instanceof Cesium.Color?s:Cesium.Color.fromCssColorString(t.color),s=s.withAlpha(t.colorAlpha||1),e=="flowline"||e=="flyline"||(i=s),i}updatePositions(e){if(!e||e.length<1)return!1;let t=e[0]instanceof Cesium.Cartesian3?e:util.lnglatsToCartesians(e);return t?(this.positions=t,this.updateControlPoints(),!0):!1}updateControlPoints(){for(let e=0;e<this.controlPoints.length;e++)this.viewer.entities.remove(this.controlPoints[e]);this.controlPoints=[];for(let e=0;e<this.positions.length;e++){let t=this.positions[e],i=this.createPoint(t);this.style.clampToGround&&(i.point.heightReference=1),i.wz=this.controlPoints.length,this.controlPoints.push(i)}}getPositions(e){return e?util.cartesiansToLnglats(this.positions,this.viewer):this.positions}}class Ay extends tt{constructor(e,t={}){super(e,t),this.type="freehandLine",this.maxPositions=t.maxPositions||1e4,this.minDistance=t.minDistance||2,this.renderInterval=t.renderInterval||30,this.style=Object.assign({smoothness:2,angleThreshold:3,curveResolution:3},t||{}),this.positions=[],this._stagingBuffer=[],this._flushScheduled=!1,this._flushRAF=null,this._lastFlushTime=0,this.isDrawing=!1,this.handler=null,this.startPointEntity=null,this.entity=null,this.lastAddPosition=null}start(e){if(this.state==="creating"||this.state==="startCreate")return;if(this.state="startCreate",this.positions=[],this._stagingBuffer.length=0,this._lastFlushTime=0,this.isDrawing=!1,this.lastAddPosition=null,this._cancelFlush(),!this.prompt&&this.promptStyle&&this.promptStyle.show&&Promise.resolve().then(()=>Qr).then(({default:i})=>{this.prompt=new i(this.viewer,this.promptStyle)}),this.handler){try{this.handler.destroy()}catch{}this.handler=null}if(this.entity){try{this.viewer.entities.remove(this.entity)}catch{}this.entity=null}if(this.startPointEntity){try{this.viewer.entities.remove(this.startPointEntity)}catch{}this.startPointEntity=null}this.entity=this.createFreehandLine();const t=this;this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas),this.handler.setInputAction(function(i){t.state="creating",t.isDrawing=!0,t.forbidDrawWorld(!0),t.positions=[],t._stagingBuffer.length=0,t.lastAddPosition=null;let s=t._fastPick(i.position);if(!s){t.isDrawing=!1;return}const r=Cesium.Cartesian3.clone(s);if(t._pushToStaging(r),t.lastAddPosition=r,t.startPointEntity){try{t.viewer.entities.remove(t.startPointEntity)}catch{}t.startPointEntity=null}t.startPointEntity=t.viewer.entities.add({position:r,point:{pixelSize:6,color:Cesium.Color.RED,outlineColor:Cesium.Color.WHITE,outlineWidth:1}}),t._scheduleFlush(!0)},Cesium.ScreenSpaceEventType.LEFT_DOWN),this.handler.setInputAction(function(i){if(!t.isDrawing){t.prompt&&i&&i.endPosition&&t.prompt.update(i.endPosition,"单击开始绘制");return}if(t.prompt&&i&&i.endPosition&&t.prompt.update(i.endPosition,"松键结束"),!i||!i.endPosition||t.positions.length+t._stagingBuffer.length>=t.maxPositions)return;let s=t._fastPick(i.endPosition);if(!s||t.lastAddPosition&&Cesium.Cartesian3.distance(t.lastAddPosition,s)<=t.minDistance)return;const r=Cesium.Cartesian3.clone(s);t._pushToStaging(r),t.lastAddPosition=r,t._scheduleFlush()},Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.handler.setInputAction(function(i){if(t.isDrawing){if(t.prompt&&t.prompt.update(null,"单击结束绘制"),t.isDrawing=!1,t.forbidDrawWorld(!1),t.startPointEntity){try{t.viewer.entities.remove(t.startPointEntity)}catch{}t.startPointEntity=null}t._scheduleFlush(!0),t.endCreate(e)}},Cesium.ScreenSpaceEventType.LEFT_UP),this.handler.setInputAction(function(i){if(t.isDrawing){if(t.prompt&&t.prompt.update(null,"单击结束绘制"),t.isDrawing=!1,t.forbidDrawWorld(!1),t.startPointEntity){try{t.viewer.entities.remove(t.startPointEntity)}catch{}t.startPointEntity=null}t._scheduleFlush(!0),t.endCreate(e)}},Cesium.ScreenSpaceEventType.RIGHT_DOWN)}_pushToStaging(e){this._stagingBuffer.push(e)}_scheduleFlush(e=!1){if(this._flushRAF){e&&(this._forceImmediate=!0);return}this._forceImmediate=e||!1;const t=this,i=function(){t._flushRAF=null;const s=performance.now();(t._forceImmediate||s-t._lastFlushTime>=t.renderInterval)&&(t._flushToPositions(),t._lastFlushTime=s),t._forceImmediate=!1};this._flushRAF=requestAnimationFrame(i)}_cancelFlush(){if(this._flushRAF){try{cancelAnimationFrame(this._flushRAF)}catch{}this._flushRAF=null}this._forceImmediate=!1}_fastPick(e){if(this.viewer.scene.mode===Cesium.SceneMode.SCENE2D){const i=this.viewer.camera.getPickRay(e);let s=null;return i&&(s=this.viewer.scene.globe.pick(i,this.viewer.scene)),s||(s=this.viewer.camera.pickEllipsoid(e,this.viewer.scene.globe.ellipsoid)),s}let t=null;try{t=this.viewer.scene.pickPosition(e)}catch{}if(!t){const i=this.viewer.camera.getPickRay(e);i&&(t=this.viewer.scene.globe.pick(i,this.viewer.scene))}return t}_flushToPositions(){if(!this._stagingBuffer||this._stagingBuffer.length===0)return;const e=this._stagingBuffer;this._stagingBuffer=[];const t=Math.max(0,Math.min(2,Number(this.style.smoothness||1)));let i=e;if(t>0){const c=(h,f)=>{if(!h||h.length<2)return h;f=Math.max(1,f|0);const p=[h[0]],u=h.length;for(let m=0;m<u-1;m++){const E=m>0?h[m-1]:h[m],A=h[m],b=h[m+1],w=m+2<u?h[m+2]:h[m+1];for(let B=1;B<f;B++){const D=B/f,N=D*D,S=N*D,x=-.5*E.x+1.5*A.x-1.5*b.x+.5*w.x,g=-.5*E.y+1.5*A.y-1.5*b.y+.5*w.y,R=-.5*E.z+1.5*A.z-1.5*b.z+.5*w.z,v=E.x-2.5*A.x+2*b.x-.5*w.x,M=E.y-2.5*A.y+2*b.y-.5*w.y,L=E.z-2.5*A.z+2*b.z-.5*w.z,V=-.5*E.x+.5*b.x,k=-.5*E.y+.5*b.y,C=-.5*E.z+.5*b.z,y=A.x,I=A.y,P=A.z,F=x*S+v*N+V*D+y,Q=g*S+M*N+k*D+I,O=R*S+L*N+C*D+P;p.push(new Cesium.Cartesian3(F,Q,O))}p.push(b)}return p},l=Math.max(1,Number(this.style.curveResolution)||1);i.length<200&&l>1&&(i=c(i,l));const d=h=>{if(!h||h.length<2)return h;const f=[];f.push(h[0]);for(let p=0;p<h.length-1;p++){const u=h[p],m=h[p+1],E=new Cesium.Cartesian3(u.x*.75+m.x*.25,u.y*.75+m.y*.25,u.z*.75+m.z*.25),A=new Cesium.Cartesian3(u.x*.25+m.x*.75,u.y*.25+m.y*.75,u.z*.25+m.z*.75);f.push(E),f.push(A)}return f.push(h[h.length-1]),f};i=i.slice(),i.length<300&&(i=d(i),t===2&&i.length<300&&(i=d(i)))}const s=(Number(this.style.angleThreshold)||6)*(Math.PI/180),r=this.positions,a=(c,l,d,h)=>{if(!c||!l||!d)return!1;const f=l.x-c.x,p=l.y-c.y,u=l.z-c.z,m=d.x-l.x,E=d.y-l.y,A=d.z-l.z,b=Math.hypot(f,p,u),w=Math.hypot(m,E,A);if(b===0||w===0)return!1;const B=(f*m+p*E+u*A)/(b*w),D=Math.max(-1,Math.min(1,B)),N=Math.acos(D);return Math.abs(N)<=h};for(let c=0;c<i.length;c++){const l=i[c];if(r.length===0){r.push(Cesium.Cartesian3.clone(l));continue}const d=r[r.length-1];if(!(Cesium.Cartesian3.distance(d,l)<=this.minDistance*.5)){if(r.length>=2){const f=r[r.length-2],p=r[r.length-1],u=l;if(a(f,p,u,s)){r.pop(),r.push(Cesium.Cartesian3.clone(u));continue}}if(r.push(Cesium.Cartesian3.clone(l)),r.length>this.maxPositions){const f=r.length-this.maxPositions;f>0&&r.splice(0,f)}}}try{this.viewer.scene.requestRender()}catch{}}endCreate(e){if(this.state==="endCreate")return;if(this.state="endCreate",this.handler){try{this.handler.destroy()}catch{}this.handler=null}if(this.prompt){try{this.prompt.destroy()}catch{}this.prompt=null}if(this._flushToPositions(),this._cancelFlush(),!this.positions||this.positions.length<2){if(this.entity){try{this.viewer.entities.remove(this.entity)}catch{}this.entity=null}e&&e(null);return}const t=this.positions.map(i=>Cesium.Cartesian3.clone(i));this.positions=t;try{this.viewer.scene.requestRender()}catch{}e&&e(this.entity)}done(e){this.isDrawing&&(this.isDrawing=!1,this.forbidDrawWorld(!1),this.endCreate(e))}createFreehandLine(){const e=this,t=this.getMaterial(this.style.animateType,this.style),i=this.viewer.entities.add({polyline:{positions:new Cesium.CallbackProperty(function(){return e.positions||[]},!1),show:!0,material:t,width:this.style.width||3,clampToGround:!!this.style.clampToGround||!1}});return i.objId=this.objId||null,this.entity=i,i}getMaterial(e,t){t=t||{};try{let i=t.color||Cesium.Color.RED;typeof i=="string"&&(i=Cesium.Color.fromCssColorString(i));const s=t.colorAlpha!==void 0?t.colorAlpha:1;return i=i.withAlpha(s),i}catch{return Cesium.Color.RED}}updatePositions(e){if(!e||e.length<1)return!1;try{let t=[];if(e[0]instanceof Cesium.Cartesian3?t=e.map(i=>Cesium.Cartesian3.clone(i)):t=ae&&ae.lnglatsToCartesians?ae.lnglatsToCartesians(e):e,!t||t.length===0)return!1;this.positions=t.map(i=>Cesium.Cartesian3.clone(i)),this._stagingBuffer.length=0;try{this.viewer.scene.requestRender()}catch{}return!0}catch{return!1}}setStyle(e){if(!e||(this.style=Object.assign(this.style||{},e),!this.entity||!this.entity.polyline))return;const t=this.getMaterial(this.style.animateType,this.style);try{this.entity.polyline.material=t}catch{}if(e.width!==void 0)try{this.entity.polyline.width=e.width}catch{}if(e.clampToGround!==void 0)try{this.entity.polyline.clampToGround=!!e.clampToGround}catch{}}createByPositions(e,t){if(!e||e.length<1)return!1;const i=e[0]instanceof Cesium.Cartesian3?e:ae.lnglatsToCartesians(e);if(!i||i.length<1)return!1;this.positions=i.map(s=>Cesium.Cartesian3.clone(s)),this.entity||this.createFreehandLine(),this.state="endCreate";try{this.viewer.scene.requestRender()}catch{}return t&&t(this.entity),!0}destroy(){if(this._cancelFlush(),this.handler){try{this.handler.destroy()}catch{}this.handler=null}if(this.entity){try{this.viewer.entities.remove(this.entity)}catch{}this.entity=null}if(this.startPointEntity){try{this.viewer.entities.remove(this.startPointEntity)}catch{}this.startPointEntity=null}this.positions=[],this._stagingBuffer=[],this.isDrawing=!1;try{this.endCreate()}catch{}}}class yy extends tt{constructor(e,t={}){if(!e)throw new Error("CreateArrow requires viewer");if(super(e,t),this.type="arrow",this.style=t||{},this.arrowAngle=t.arrowAngle||Math.PI/6,this.positions=[],this.lineEntity=null,this.arrowEntity=null,this.controlPoints=[],this.handler=null,this._finalized=!1,this._editRenderHandler=null,this.Cesium=this._getCesium(),!this.Cesium)throw new Error("Cesium not found")}_getCesium(){return typeof window<"u"&&window.Cesium?window.Cesium:typeof Cesium<"u"?Cesium:this.viewer&&this.viewer.constructor&&this.viewer.constructor.Cesium?this.viewer.constructor.Cesium:null}start(e){if(!this.viewer||!this.Cesium)return e&&e(null),this;if(this.state==="creating"||this.state==="startCreate")return this;this.state="startCreate",this._cleanup(!1),!this.prompt&&this.promptStyle&&this.promptStyle.show&&Promise.resolve().then(()=>Qr).then(({default:i})=>{this.prompt=new i(this.viewer,this.promptStyle)}).catch(()=>{});try{this.forbidDrawWorld(!0)}catch{}const t=this;return this.handler=new this.Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas),this.handler.setInputAction(function(i){if(t.state==="startCreate"){t.state="creating",t._finalized=!1;let s=t.getCatesian3FromPX(i.position);if(!s)return;t.positions=[t.Cesium.Cartesian3.clone(s),t.Cesium.Cartesian3.clone(s)],t._createLineEntity(),t._createArrowEntity(),t._createControlPoints(),t.prompt&&i&&i.position&&t.prompt.update(i.position,"再次单击完成绘制")}else if(t.state==="creating"){if(t.state="endCreate",t._finalized=!0,t._finalizeEntities(),t.prompt){try{t.prompt.destroy()}catch{}t.prompt=null}if(t.handler){try{t.handler.destroy()}catch{}t.handler=null}try{t.forbidDrawWorld(!1)}catch{}e&&e(t.entity||t.lineEntity)}try{t.viewer.scene.requestRender()}catch{}},this.Cesium.ScreenSpaceEventType.LEFT_DOWN),this.handler.setInputAction(function(i){if(t.state==="startCreate"){t.prompt&&i&&i.endPosition&&t.prompt.update(i.endPosition,"单击开始绘制");return}if(t.state==="creating"){let s=t.getCatesian3FromPX(i.endPosition);if(!s)return;if(t.positions[1]=s,t.controlPoints[1])try{t.controlPoints[1].position.setValue(s)}catch{}try{t.viewer.scene.requestRender()}catch{}}},this.Cesium.ScreenSpaceEventType.MOUSE_MOVE),this.handler.setInputAction(function(){if(t.state==="creating"){if(t.state="endCreate",t._finalized=!1,t.lineEntity){try{t.viewer.entities.remove(t.lineEntity)}catch{}t.lineEntity=null}if(t.arrowEntity){try{t.viewer.entities.remove(t.arrowEntity)}catch{}t.arrowEntity=null}t.controlPoints.length&&(t.controlPoints.forEach(i=>{try{t.viewer.entities.remove(i)}catch{}}),t.controlPoints=[])}if(t.prompt){try{t.prompt.destroy()}catch{}t.prompt=null}if(t.handler){try{t.handler.destroy()}catch{}t.handler=null}try{t.forbidDrawWorld(!1)}catch{}e&&e(null)},this.Cesium.ScreenSpaceEventType.RIGHT_DOWN),this}_computeArrowPositions(e,t){if(!e||!t)return[];const i=this.Cesium.Cartesian3.distance(e,t);if(i<=1e-6)return[];const s=this.style.arrowLengthFactor!==void 0?this.style.arrowLengthFactor:.15,r=this.style.arrowMinSize!==void 0?this.style.arrowMinSize:1.5,a=this.style.arrowMaxSize!==void 0?this.style.arrowMaxSize:Number.MAX_VALUE;let c=this.style.arrowFixedSize!==void 0?this.style.arrowFixedSize:i*s;c<r&&(c=r),c>a&&(c=a);const l=this.Cesium.Cartesian3.subtract(t,e,new this.Cesium.Cartesian3);this.Cesium.Cartesian3.normalize(l,l);const d=this.Cesium.Transforms.eastNorthUpToFixedFrame(t),h=this.Cesium.Matrix4.getColumn(d,2,new this.Cesium.Cartesian3),f=new this.Cesium.Cartesian3(l.x-h.x*this.Cesium.Cartesian3.dot(l,h),l.y-h.y*this.Cesium.Cartesian3.dot(l,h),l.z-h.z*this.Cesium.Cartesian3.dot(l,h));let p;this.Cesium.Cartesian3.magnitudeSquared(f)<1e-6?p=this.Cesium.Matrix4.getColumn(d,0,new this.Cesium.Cartesian3):(this.Cesium.Cartesian3.normalize(f,f),p=this.Cesium.Cartesian3.cross(h,f,new this.Cesium.Cartesian3),this.Cesium.Cartesian3.normalize(p,p));const u=this.Cesium.Cartesian3.multiplyByScalar(l,-c,new this.Cesium.Cartesian3),m=this.Cesium.Cartesian3.add(t,u,new this.Cesium.Cartesian3),E=this.style.arrowWidthScale!==void 0?this.style.arrowWidthScale:1,A=Math.sin(this.arrowAngle)*c*E,b=this.Cesium.Cartesian3.multiplyByScalar(p,A,new this.Cesium.Cartesian3),w=this.Cesium.Cartesian3.multiplyByScalar(p,-A,new this.Cesium.Cartesian3),B=this.Cesium.Cartesian3.add(m,b,new this.Cesium.Cartesian3),D=this.Cesium.Cartesian3.add(m,w,new this.Cesium.Cartesian3);return[t,B,D,t]}_createLineEntity(){if(this.lineEntity){try{this.viewer.entities.remove(this.lineEntity)}catch{}this.lineEntity=null}const e=this,t=this._getMaterial(),i=new this.Cesium.CallbackProperty(function(){return!e.positions||e.positions.length<2?[]:[e.positions[0],e.positions[1]]},!1);this.lineEntity=this.viewer.entities.add({polyline:{positions:i,material:t,width:this.style.width||3,clampToGround:!!this.style.clampToGround||!1},objId:this.objId}),this.entity=this.lineEntity}_createArrowEntity(){if(this.arrowEntity){try{this.viewer.entities.remove(this.arrowEntity)}catch{}this.arrowEntity=null}const e=this,t=this._getMaterial(),i=new this.Cesium.CallbackProperty(function(){if(!e.positions||e.positions.length<2)return[];const s=e.positions[0],r=e.positions[1];return e._computeArrowPositions(s,r)},!1);this.arrowEntity=this.viewer.entities.add({polyline:{positions:i,material:t,width:this.style.width||3,clampToGround:!!this.style.clampToGround||!1},objId:this.objId}),console.log("this.arrowEntity",this.arrowEntity)}_createControlPoints(){if(this.controlPoints&&this.controlPoints.length&&(this.controlPoints.forEach(e=>{try{this.viewer.entities.remove(e)}catch{}}),this.controlPoints=[]),!(!this.positions||this.positions.length<2))for(let e=0;e<2;e++)try{const t=this.createPoint(this.positions[e]);t.wz=e,this.controlPoints.push(t)}catch{}}_finalizeEntities(){if(this.lineEntity&&this.lineEntity.polyline)try{const e=this.Cesium.Cartesian3.clone(this.positions[0]),t=this.Cesium.Cartesian3.clone(this.positions[1]);this.lineEntity.polyline.positions=[e,t]}catch{}if(this.arrowEntity&&this.arrowEntity.polyline)try{const e=this.positions[0],t=this.positions[1];this.arrowEntity.polyline.positions=this._computeArrowPositions(e,t)}catch{}this.entity=this.lineEntity,this.entity&&(this.entity.arrowEntity=this.arrowEntity,this.entity.positions=[this.positions[0],this.positions[1]],this.positions=[this.positions[0],this.positions[1]]);try{this.viewer.scene.requestRender()}catch{}}startEdit(e){super.startEdit(e),(!this.controlPoints||this.controlPoints.length<2)&&this._createControlPoints();for(let t=0;t<this.controlPoints.length;t++)try{this.controlPoints[t].show=!0}catch{}if(this.lineEntity&&this.lineEntity.polyline)try{const t=this;this.lineEntity.polyline.positions=new this.Cesium.CallbackProperty(function(){return!t.positions||t.positions.length<2?[]:[t.positions[0],t.positions[1]]},!1)}catch{}if(this.arrowEntity&&this.arrowEntity.polyline)try{const t=this;this.arrowEntity.polyline.positions=new this.Cesium.CallbackProperty(function(){if(!t.positions||t.positions.length<2)return[];const i=t.positions[0],s=t.positions[1];return t._computeArrowPositions(i,s)},!1)}catch{}if(!this._editRenderHandler){this._editRenderHandler=new this.Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas);const t=this;this._editRenderHandler.setInputAction(function(i){if(t.modifyPoint)try{t.viewer.scene.requestRender()}catch{}},this.Cesium.ScreenSpaceEventType.MOUSE_MOVE)}}endEdit(e){if(super.endEdit(e),this._editRenderHandler){try{this._editRenderHandler.destroy()}catch{}this._editRenderHandler=null}this._finalized=!0,this._finalizeEntities()}createByPositions(e,t){if(!e||e.length<2)return!1;let i=e[0],s=e[1];if(!(i instanceof this.Cesium.Cartesian3))if(Array.isArray(i)&&i.length>=2)i=this.Cesium.Cartesian3.fromDegrees(i[0],i[1]),s=this.Cesium.Cartesian3.fromDegrees(s[0],s[1]);else return!1;return this.positions=[this.Cesium.Cartesian3.clone(i),this.Cesium.Cartesian3.clone(s)],this._createLineEntity(),this._createArrowEntity(),this._createControlPoints(),this._finalized=!0,this._finalizeEntities(),this.state="endCreate",t&&t(this.entity||this.lineEntity),!0}updatePositions(e){if(!e||e.length<2)return!1;let t=e[0],i=e[1];if(!(t instanceof this.Cesium.Cartesian3))if(Array.isArray(t)&&t.length>=2)t=this.Cesium.Cartesian3.fromDegrees(t[0],t[1]),i=this.Cesium.Cartesian3.fromDegrees(i[0],i[1]);else return!1;return this.positions=[this.Cesium.Cartesian3.clone(t),this.Cesium.Cartesian3.clone(i)],this.lineEntity||this._createLineEntity(),this.arrowEntity||this._createArrowEntity(),this._createControlPoints(),this._finalized=!0,this._finalizeEntities(),!0}setStyle(e){if(!e)return;this.style=Object.assign(this.style||{},e),e.arrowAngle!==void 0&&(this.arrowAngle=e.arrowAngle);const t=this._getMaterial();if(this.lineEntity&&this.lineEntity.polyline){try{this.lineEntity.polyline.material=t}catch{}if(e.width!==void 0)try{this.lineEntity.polyline.width=e.width}catch{}}if(this.arrowEntity&&this.arrowEntity.polyline)try{this.arrowEntity.polyline.material=t}catch{}}endCreate(e){if(this.state!=="endCreate"){if(this.state="endCreate",this.prompt){try{this.prompt.destroy()}catch{}this.prompt=null}if(this._finalized=!0,this._finalizeEntities(),this.handler){try{this.handler.destroy()}catch{}this.handler=null}try{this.forbidDrawWorld(!1)}catch{}e&&e(this.entity||this.lineEntity)}}done(e){this.isDrawing&&(this.isDrawing=!1,this.endCreate(e))}getEntity(){return this.entity||this.lineEntity}destroy(){this._cleanup(!0),this.state=null}_cleanup(e=!0){if(this.handler){try{this.handler.destroy()}catch{}this.handler=null}if(this._editRenderHandler){try{this._editRenderHandler.destroy()}catch{}this._editRenderHandler=null}if(e){if(this.lineEntity){try{this.viewer.entities.remove(this.lineEntity)}catch{}this.lineEntity=null}if(this.arrowEntity){try{this.viewer.entities.remove(this.arrowEntity)}catch{}this.arrowEntity=null}this.controlPoints&&this.controlPoints.length&&(this.controlPoints.forEach(t=>{try{this.viewer.entities.remove(t)}catch{}}),this.controlPoints=[]),this.entity=null}if(this.prompt){try{this.prompt.destroy()}catch{}this.prompt=null}this.positions=[],this.isDrawing=!1,this._finalized=!1;try{this.forbidDrawWorld(!1)}catch{}}_getMaterial(){try{let e=this.style.color||this.Cesium.Color.RED;typeof e=="string"&&(e=this.Cesium.Color.fromCssColorString(e));const t=this.style.colorAlpha!==void 0?this.style.colorAlpha:1;return e.withAlpha(t)}catch{return this.Cesium.Color.RED}}}class Cy{constructor(e,t){if(!e){console.warn("缺少必要参数!--viewer");return}if(t=t||{},this.viewer=e,this.Cesium=window.Cesium||window.cesium,this.entityObjArr=[],this.handler=null,!this.Cesium){console.error("Cesium实例未找到!");return}this.removeHandler=new this.Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas),this.startEditFun=null,this.endEditFun=null,this.removeFun=null,this.editingFun=void 0,this.deleteEntityObj=null,this.bindEdit(),this.bindRemove(),this.canEdit=t.canEdit==null?!0:t.canEdit,this.fireEdit=t.fireEdit==null?!0:t.fireEdit,this.nowDrawEntityObj=null,this.nowEditEntityObj=null}on(e,t){e=="startEdit"&&(this.startEditFun=t),e=="endEdit"&&(this.endEditFun=t),e=="remove"&&(this.removeFun=t),e=="endCreate"&&(this.endCreateFun=t),e=="editing"&&(this.editingFun=t)}openEdit(){this.canEdit=!0}closeEdit(){this.endEdit(),this.canEdit=!1}start(e){if(!e||!e.type)return;e.id=e.id||+(new Date().getTime()+""+Number(Math.random()*1e3).toFixed(0));let t=this;this.endEdit(),this.nowDrawEntityObj&&(this.nowDrawEntityObj.state=="startCreate"||this.nowDrawEntityObj.state=="creating")&&(this.nowDrawEntityObj.destroy(),this.nowDrawEntityObj=null);let i=this.createByType(e);if(i)return i.attr=e||{},i.start(function(s){t.nowDrawEntityObj=void 0,t.entityObjArr.push(i),e.success&&e.success(i,s),t.endCreateFun&&t.endCreateFun(i,s),e.show==!1&&i.setVisible(!1),t.canEdit&&t.fireEdit&&(i.startEdit(function(){t.editingFun&&t.editingFun(i,i.entity)}),t.nowEditEntityObj=i,t.startEditFun&&t.startEditFun(i,s))}),this.nowDrawEntityObj=i,i}end(){this.nowDrawEntityObj}startEditOne(e){if(!this.canEdit)return;this.nowEditEntityObj&&(this.nowEditEntityObj.endEdit(),this.endEditFun&&this.endEditFun(this.nowEditEntityObj,this.nowEditEntityObj.getEntity()),this.nowEditEntityObj=null);let t=this;e&&(e.startEdit(function(){t.editingFun&&t.editingFun(e,e.entity)}),this.startEditFun&&this.startEditFun(e,e.getEntity()),this.nowEditEntityObj=e)}updateOneStyle(e,t){e&&e.setStyle(t)}createByPositions(e){if(e=e||{},e||(e={}),!e.positions)return;e.id=e.id||+(new Date().getTime()+""+Number(Math.random()*1e3).toFixed(0));let t=this,i=this.createByType(e);if(i)return i.attr=e,i.createByPositions(e.positions,function(s){t.entityObjArr.push(i),i.setStyle(e.style),e.success&&e.success(i,s),t.endCreateFun&&t.endCreateFun(i,s),e.show==!1&&i.setVisible(!1),t.canEdit&&t.fireEdit&&(i.startEdit(function(){t.editingFun&&t.editingFun(i,i.entity)}),t.startEditFun&&t.startEditFun(i,s),t.nowEditEntityObj=i)}),i}createByGeojson(e){let{features:t}=e,i=[];for(let s=0;s<t.length;s++){let r=t[s];const{properties:a,geometry:c}=r;let l=a.plotType;const d=c.type,h=c.coordinates;let f=[],p="";switch(d){case"LineString":f=ae.lnglatsToCartesians(h),p="polyline";break;case"Polygon":f=ae.lnglatsToCartesians(h[0]),p="polygon";break;case"Point":f=ae.lnglatsToCartesians([h])[0],p=l;break}this.fireEdit=!1;let u=this.createByPositions({type:p,styleType:l,positions:f,style:a.style});u&&i.push(u)}return i}toGeojson(){let e={type:"FeatureCollection",features:[]};if(this.entityObjArr.length==0)return null;for(let t=0;t<this.entityObjArr.length;t++){let i=this.entityObjArr[t],s=i.getPositions(!0),r=[];for(let d=0;d<s.length;d++)r.push([s[d][0],s[d][1]]);let a=i.getStyle(),c=this.transType(i.type),l={type:"Feature",properties:{plotType:i.type,style:a},geometry:{type:c,coordinates:[]}};switch(c){case"Polygon":l.geometry.coordinates=[r];break;case"Point":l.geometry.coordinates=r;break;case"LineString":l.geometry.coordinates=r;break}l.properties=Object.assign(l.properties,i.properties),e.features.push(l)}return e}transType(e){let t="";switch(e){case"polyline":t="LineString";break;case"polygon":t="Polygon";break;case"point":case"gltfModel":case"label":case"billboard":t="Point";break;default:t=e}return t}destroy(){this.nowEditEntityObj&&(this.nowEditEntityObj.destroy(),this.nowEditEntityObj=null),this.nowDrawEntityObj&&(this.nowDrawEntityObj.destroy(),this.nowDrawEntityObj=null);for(let e=0;e<this.entityObjArr.length;e++)this.entityObjArr[e].destroy();this.entityObjArr=[],this.nowEditEntityObj=null,this.handler&&(this.handler.destroy(),this.handler=null),this.removeHandler&&(this.removeHandler.destroy(),this.removeHandler=null)}removeOne(e){e&&e&&(e.state!="endCreate"||e.state!="endEdit"?e.destroy():this.removeByObjId(e.objId))}removeAll(){this.nowDrawEntityObj&&(this.nowDrawEntityObj.destroy(),this.nowDrawEntityObj=null),this.nowEditEntityObj&&(this.nowEditEntityObj.destroy(),this.nowEditEntityObj=null);for(let e=0;e<this.entityObjArr.length;e++)this.entityObjArr[e].destroy();this.entityObjArr=[],this.nowEditEntityObj=null}hasEntityObj(e){return e?this.getEntityObjByObjId(e.objId)!={}:!1}removeByObjId(e){let t=this.getEntityObjByObjId(e);this.entityObjArr.splice(t.index,1),this.removeFun&&this.removeFun(t.entityObj,t.entityObj.getEntity()),t.entityObj&&t.entityObj.destroy()}removeById(e){let t=this.getEntityObjById(e);this.entityObjArr.splice(t.index,1),this.removeFun&&this.removeFun(t.entityObj,t.entityObj.getEntity()),t.entityObj&&t.entityObj.destroy()}zoomToByObjId(e){let t=this.getEntityObjByObjId(e);t.entityObj&&t.entityObj.zoomTo()}getEntityObjByField(e,t){let i={};if(t)for(let s=0;s<this.entityObjArr.length;s++){let r=this.entityObjArr[s];if(r.attr[e]==t){i.entityObj=r,i.index=s;break}}else for(let s=0;s<this.entityObjArr.length;s++){let r=this.entityObjArr[s];if(r.attr.id==e){i.entityObj=r,i.index=s;break}}return i}setVisible(e,t){let i=this.getEntityObjByField("id",e);i.entityObj&&i.entityObj.setVisible(t)}getEntityObjByObjId(e){if(!e)return;let t={};for(let i=0;i<this.entityObjArr.length;i++){let s=this.entityObjArr[i];if(s.objId==e){t.entityObj=s,t.index=i;break}}return t}getEntityObjById(e){if(!e)return;let t={};for(let i=0;i<this.entityObjArr.length;i++){let s=this.entityObjArr[i];if(s.attr.id==e){t.entityObj=s,t.index=i;break}}return t}bindEdit(){let e=this;this.handler||(this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas)),this.handler.setInputAction(function(t){if(!e.canEdit||e.nowDrawEntityObj)return;const i=e.viewer.scene.drillPick(t.position)||[];let s=-1,r;for(let a=0;a<i.length&&s===-1;a++){const c=i[a].id;if(c){for(let l=0;l<e.entityObjArr.length;l++)if(c.objId==e.entityObjArr[l].objId&&e.entityObjArr[l].state!="startCreate"&&e.entityObjArr[l].state!="creating"){s=l,r=c;break}}}s!==-1?(e.nowEditEntityObj&&(e.nowEditEntityObj.endEdit(),e.endEditFun&&e.endEditFun(e.nowEditEntityObj,e.nowEditEntityObj.getEntity()),e.nowEditEntityObj=null),e.entityObjArr[s].startEdit(function(){e.editingFun&&e.editingFun(e.nowEditEntityObj,e.nowEditEntityObj.entity)}),e.startEditFun&&e.startEditFun(e.entityObjArr[s],r),e.nowEditEntityObj=e.entityObjArr[s]):e.nowEditEntityObj&&(e.nowEditEntityObj.endEdit(),e.endEditFun&&e.endEditFun(e.nowEditEntityObj,e.nowEditEntityObj.getEntity()),e.nowEditEntityObj=void 0)},Cesium.ScreenSpaceEventType.LEFT_CLICK)}bindRemove(){let e=this;this.handler||(this.handler=new Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas)),this.handler.setInputAction(function(t){if(!e.canEdit||e.nowDrawEntityObj)return;const i=e.viewer.scene.drillPick(t.position)||[];let s;for(let r=0;r<i.length;r++){const a=i[r].id;if(a){for(let c=0;c<e.entityObjArr.length;c++)if(a.objId==e.entityObjArr[c].objId){s=a.objId;break}if(s)break}}s&&e.createDelteDom(t.position,s)},Cesium.ScreenSpaceEventType.RIGHT_CLICK)}createDelteDom(e,t){if(!t)return;let i=window.document.createElement("span");i.style.background="rgba(0,0,0,0.5)",i.style.position="absolute",i.style.color="white",i.style.left=e.x+10+"px",i.style.top=e.y+10+"px",i.style.padding="4px",i.style.cursor="pointer",i.id="easy3d-plot-delete",i.setAttribute("objId",t),i.innerHTML="删除",window.document.getElementById(this.viewer.container.id).appendChild(i);const r=window.document.getElementById("easy3d-plot-delete");if(!r)return;let a=this;r.addEventListener("click",c=>{let l=i.getAttribute("objId");a.removeByObjId(l)}),document.addEventListener("click",function(){r.remove()})}endEdit(){this.nowEditEntityObj&&(this.nowEditEntityObj.endEdit(),this.endEditFun&&this.endEditFun(this.nowEditEntityObj,this.nowEditEntityObj.getEntity()),this.nowEditEntityObj=null);for(let e=0;e<this.entityObjArr.length;e++)this.entityObjArr[e].endEdit()}done(){this.nowEditEntityObj&&(this.nowEditEntityObj.done(),this.endEditFun&&this.endEditFun(this.nowEditEntityObj,this.nowEditEntityObj.getEntity()),this.nowEditEntityObj=void 0),this.nowDrawEntityObj&&(this.nowDrawEntityObj.done(),this.entityObjArr.push(this.nowDrawEntityObj),this.endCreateFun&&this.endCreateFun(this.nowDrawEntityObj,this.nowDrawEntityObj.getEntity()),this.nowDrawEntityObj=void 0)}getEntityObjArr(){return this.entityObjArr}createByType(e){let t,i="";return e=e||{},e.type=="polyline"&&(t=new gy(this.viewer,e.style),i="折线_"),e.type=="freehandLine"&&(t=new Ay(this.viewer,e.style),i="手绘线_"),e.type=="polygon"&&(t=new py(this.viewer,e.style),i="面_"),e.type=="billboard"&&(t=new Np(this.viewer,e.style),i="图标_"),(e.type=="circle"||e.type=="ellipse")&&(t=new Fp(this.viewer,e.style),i="圆_"),e.type=="rectangle"&&(t=new my(this.viewer,e.style),i="矩形_"),e.type=="gltfModel"&&(t=new Rp(this.viewer,e.style),i="模型_"),e.type=="point"&&(t=new fy(this.viewer,e.style),i="点_"),e.type=="label"&&(t=new hy(this.viewer,e.style),i="文字_"),e.type=="arrow"&&(t=new yy(this.viewer,e.style)),t&&(t.name=i+new Date().getTime()),t}}class rl{viewer;Cesium;drawTool;flatTool;tileset;tilesets;flatTools;selectedEntityObj;selectionOutline;centerHandle;_dragHandler;_listeners;currentColor;currentWidth;originalDoubleClickAction=null;constructor({viewer:e,cesium:t}){window.Cesium=t,this.viewer=e,this.Cesium=t,this.drawTool=null,this.flatTool=null,this.tileset=null,this.tilesets=null,this.flatTools=null,this.selectedEntityObj=null,this.selectionOutline=null,this.centerHandle=null,this._dragHandler=null,this._listeners=[],this.currentColor=this.Cesium.Color.fromCssColorString("#ff0000"),this.currentWidth=1,this.originalDoubleClickAction=this.viewer.screenSpaceEventHandler.getInputAction(this.Cesium.ScreenSpaceEventType.LEFT_DOUBLE_CLICK),this.viewer.screenSpaceEventHandler.removeInputAction(this.Cesium.ScreenSpaceEventType.LEFT_DOUBLE_CLICK),this.initDrawTool()}setCurrentColor(e){typeof e=="string"?this.currentColor=this.Cesium.Color.fromCssColorString(e):this.currentColor=e}setCurrentWidth(e){this.currentWidth=e}initDrawTool(){this.drawTool||(this.drawTool=new Cy(this.viewer,{canEdit:!0,fireEdit:!0}),this.drawTool.on("startEdit",(e,t)=>{this.selectedEntityObj=e,this.showEntityOutline(e)}),this.drawTool.on("endEdit",(e,t)=>{this.selectedEntityObj=null,this.hideEntityOutline()}),this.drawTool.on("remove",(e,t)=>{this.selectedEntityObj===e&&(this.selectedEntityObj=null,this.hideEntityOutline())}))}showEntityOutline(e){this.hideEntityOutline(),!(!e||!e.getEntity())&&this.createCenterHandle(e)}hideEntityOutline(){if(this.selectionOutline){try{this.viewer.entities.remove(this.selectionOutline)}catch{}this.selectionOutline=null}if(this.centerHandle){try{this.viewer.entities.remove(this.centerHandle)}catch{}this.centerHandle=null}if(this._dragHandler){try{this._dragHandler.destroy()}catch{}this._dragHandler=null}}createCenterHandle(e){if(!e||!e.getEntity())return;if(this.centerHandle){try{this.viewer.entities.remove(this.centerHandle)}catch{}this.centerHandle=null}const t=e.getEntity();let i=null;if(t._plotInstance&&typeof t._plotInstance.syncFromEntity=="function")try{t._plotInstance.syncFromEntity();const s=t._plotInstance;s.leftup&&s.rightdown&&(i=this.Cesium.Cartesian3.midpoint(s.leftup,s.rightdown,new this.Cesium.Cartesian3))}catch(s){console.warn("plotInstance.syncFromEntity failed",s)}if(!i){if(e.positions&&e.positions.length)i=this.calculateCenter(e.positions);else if(t.position&&t.position.getValue)i=t.position.getValue();else if(t.polyline&&t.polyline.positions&&t.polyline.positions.getValue){const s=t.polyline.positions.getValue();i=this.calculateCenter(s)}else if(t.polygon&&t.polygon.hierarchy&&t.polygon.hierarchy.getValue){const s=t.polygon.hierarchy.getValue().positions;i=this.calculateCenter(s)}else if(t.rectangle&&t.rectangle.coordinates&&t.rectangle.coordinates.getValue)try{const s=t.rectangle.coordinates.getValue(),r=(s.west+s.east)/2,a=(s.south+s.north)/2;i=this.Cesium.Cartesian3.fromRadians(r,a,0)}catch{}}i&&(this.centerHandle=this.viewer.entities.add({position:i,point:{pixelSize:10,color:this.Cesium.Color.WHITE,outlineColor:this.Cesium.Color.BLUE,outlineWidth:2}}),this.addDragHandler(e,i))}calculateCenter(e){if(!e||e.length===0)return null;const t=e.map(a=>a);let i=0,s=0,r=0;for(let a=0;a<t.length;a++)i+=t[a].x,s+=t[a].y,r+=t[a].z;return new this.Cesium.Cartesian3(i/t.length,s/t.length,r/t.length)}getEntityPositions(e){const t=e.getEntity();if(e.positions&&Array.isArray(e.positions))return e.positions.slice();if(t.polyline&&t.polyline.positions&&t.polyline.positions.getValue){const i=t.polyline.positions.getValue();return Array.isArray(i)?i.slice():[]}if(t.polygon&&t.polygon.hierarchy&&t.polygon.hierarchy.getValue){const i=t.polygon.hierarchy.getValue();return i&&i.positions?i.positions.slice():[]}if(t.position&&t.position.getValue)return[t.position.getValue()];if(t.rectangle&&t.rectangle.coordinates&&t.rectangle.coordinates.getValue){const i=t.rectangle.coordinates.getValue();return[this.Cesium.Cartesian3.fromDegrees(i.west,i.south),this.Cesium.Cartesian3.fromDegrees(i.east,i.south),this.Cesium.Cartesian3.fromDegrees(i.east,i.north),this.Cesium.Cartesian3.fromDegrees(i.west,i.north)]}return[]}addDragHandler(e,t){if(console.log("移动线段"),this._dragHandler){try{this._dragHandler.destroy()}catch{}this._dragHandler=null}let i=!1,s,r=0;const a=16,c=new this.Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas);this._dragHandler=c;const l=d=>{let h;try{h=this.viewer.scene.pickPosition(d)}catch{}if(!this.Cesium.defined(h)){const f=this.viewer.camera.getPickRay(d);f&&(h=this.viewer.scene.globe.pick(f,this.viewer.scene))}return this.Cesium.defined(h)||(h=this.viewer.scene.camera.pickEllipsoid(d,this.viewer.scene.globe.ellipsoid)),h};c.setInputAction(d=>{let h=!1;const f=this.viewer.scene.drillPick(d.position)||[];for(let p=0;p<f.length;p++){const u=f[p].id;if(u&&u===this.centerHandle){h=!0;break}}if(h){i=!0;const p=l(d.position);this.Cesium.defined(p)&&(s=p.clone()),r=performance.now(),this.viewer.scene.screenSpaceCameraController.enableRotate=!1,this.viewer.scene.screenSpaceCameraController.enableTranslate=!1,this.viewer.scene.screenSpaceCameraController.enableZoom=!1,this.viewer.scene.screenSpaceCameraController.enableTilt=!1,this.viewer.scene.screenSpaceCameraController.enableLook=!1}},this.Cesium.ScreenSpaceEventType.LEFT_DOWN),c.setInputAction(d=>{if(!i||!this.Cesium.defined(s))return;const h=performance.now();if(h-r<a)return;r=h;const f=l(d.endPosition);if(!this.Cesium.defined(f))return;const p=this.Cesium.Cartesian3.subtract(f,s,new this.Cesium.Cartesian3);if(this.centerHandle&&this.centerHandle.position&&this.centerHandle.position.setValue){const u=this.centerHandle.position.getValue(this.Cesium.JulianDate.now());if(u){const m=this.Cesium.Cartesian3.add(u,p,new this.Cesium.Cartesian3);this.centerHandle.position.setValue(m)}}this.moveEntity(e,p);try{this.viewer.scene.requestRender()}catch{}s=f.clone()},this.Cesium.ScreenSpaceEventType.MOUSE_MOVE),c.setInputAction(()=>{if(i){i=!1,this.viewer.scene.screenSpaceCameraController.enableRotate=!0,this.viewer.scene.screenSpaceCameraController.enableTranslate=!0,this.viewer.scene.screenSpaceCameraController.enableZoom=!0,this.viewer.scene.screenSpaceCameraController.enableTilt=!0,this.viewer.scene.screenSpaceCameraController.enableLook=!0;const d=e.getEntity();if(d.state="done",d&&d.rectangle&&d.rectangle.coordinates)try{const h=d.rectangle.coordinates.getValue?d.rectangle.coordinates.getValue():d.rectangle.coordinates;h&&d.rectangle.coordinates.setValue(h)}catch(h){console.warn("Failed to refresh rectangle coordinates",h)}e&&this.selectedEntityObj!==e&&this.showEntityOutline(e)}},this.Cesium.ScreenSpaceEventType.LEFT_UP)}moveEntity(e,t){const i=e.getEntity();if(!i)return;const s=r=>this.Cesium.Cartesian3.add(r,t,new this.Cesium.Cartesian3);if(i.position){const r=i.position.getValue?i.position.getValue():i.position,a=s(r);i.position.setValue?i.position.setValue(a):i.position=a,i.state="moving",e.positions&&e.positions.length===1&&(e.positions[0]=a);return}if(i.polyline){if(i._plotInstance&&i._plotInstance.type==="rectangle"&&typeof i._plotInstance.updatePositions=="function")try{const c=new this.Cesium.Cartesian3(t.x,t.y,t.z);if(i._plotInstance.updatePositions([c]))return}catch(c){console.warn("Failed to update rectangle positions:",c)}if(i._plotInstance&&i._plotInstance.type==="circle"&&typeof i._plotInstance.updatePositions=="function")try{const c=new this.Cesium.Cartesian3(t.x,t.y,t.z);if(i._plotInstance.updatePositions([c]))return}catch(c){console.warn("Failed to update circle positions:",c)}const a=(e.positions&&Array.isArray(e.positions)?e.positions:i.polyline.positions.getValue?i.polyline.positions.getValue():[]).map(c=>s(c));if(e.updatePositions&&typeof e.updatePositions=="function")e.updatePositions(a);else if(e.positions&&Array.isArray(e.positions)&&(e.positions=a),i.polyline&&i.polyline.positions)try{i.polyline.positions instanceof this.Cesium.CallbackProperty||(i.polyline.positions=a)}catch{i.polyline.positions=a}}}startFreehandLine(e={}){this.initDrawTool();const t=this.viewer.scene.mode===this.Cesium.SceneMode.SCENE2D;return this.drawTool.start({type:"freehandLine",style:Object.assign({color:this.currentColor,width:this.currentWidth,clampToGround:!t,smoothness:2,minDistance:.01,angleThreshold:.8,renderInterval:16,curveResolution:3},e)})}startArrow(e={}){this.initDrawTool();const t=this.viewer.scene.mode===this.Cesium.SceneMode.SCENE2D;return this.drawTool.start({type:"arrow",style:Object.assign({color:this.currentColor,width:this.currentWidth,clampToGround:!t},e)})}startStraightLine(e={}){this.initDrawTool();const t=this.viewer.scene.mode===this.Cesium.SceneMode.SCENE2D;return this.drawTool.start({type:"polyline",style:Object.assign({color:this.currentColor,width:this.currentWidth,clampToGround:!t},e)})}startEllipse(e={}){this.initDrawTool();const t=this.viewer.scene.mode===this.Cesium.SceneMode.SCENE2D;return this.drawTool.start({type:"circle",style:Object.assign({color:this.currentColor.withAlpha(1),outlineColor:this.currentColor,outlineWidth:this.currentWidth,outline:!0,fill:!1,clampToGround:!t},e)})}startImage(e,t){this.initDrawTool();const i=this.viewer.scene.mode===this.Cesium.SceneMode.SCENE2D;return this.drawTool.start({type:"billboard",style:Object.assign({image:e,width:t&&t.width?t.width:50,height:t&&t.height?t.height:50,clampToGround:!i},t)})}startRectangle(e={}){this.initDrawTool();const t=this.viewer.scene.mode===this.Cesium.SceneMode.SCENE2D;return this.drawTool.start({type:"rectangle",style:Object.assign({color:this.currentColor.withAlpha(1),outlineColor:this.currentColor,outlineWidth:this.currentWidth,clampToGround:!t},e)})}clearAll(){this.drawTool&&this.drawTool.removeAll(),this.hideEntityOutline()}destroy(){this.clearAll(),this.originalDoubleClickAction&&(this.viewer.screenSpaceEventHandler.setInputAction(this.originalDoubleClickAction,this.Cesium.ScreenSpaceEventType.LEFT_DOUBLE_CLICK),this.originalDoubleClickAction=null)}getAllEntities(){return this.drawTool&&typeof this.drawTool.getEntityObjArr=="function"?this.drawTool.getEntityObjArr():[]}saveAnnotations(){try{const e=this.getAllEntities(),t={freehand:[],arrow:[],text:[],image:[],polyline:[],rectangle:[],ellipse:[],other:[]};e.forEach(r=>{if(r&&typeof r=="object"){const a=r.type||r.constructor&&r.constructor.name,c={type:a,style:{}};switch(!0){case["freehandLine","CreateFreehandLine","polyline","CreatePolyline","arrow","CreateArrow"].includes(a):c.id=r.objId||r.id||Date.now().toString(),r.style&&(c.style={color:r.style.color,width:r.style.width,opacity:r.style.opacity,...r.style}),r.positions&&Array.isArray(r.positions)&&(c.positions=r.positions.map(l=>l&&typeof l=="object"&&l.x!==void 0&&l.y!==void 0&&l.z!==void 0?{x:l.x,y:l.y,z:l.z}:l)),["freehandLine","CreateFreehandLine"].includes(a)&&(c.isEdit=r.isEdit!==void 0?r.isEdit:!0,c.isFreehand=!0);break;case["rectangle","CreateRectangle"].includes(a):try{c.id=r.objId||r.id||Date.now().toString();let l=[];if(r.positions&&Array.isArray(r.positions)&&r.positions.length)l=r.positions.map(d=>({x:d.x,y:d.y,z:d.z}));else{const d=r.getEntity?r.getEntity():r;if(d)try{if(d.polyline&&d.polyline.positions&&d.polyline.positions.getValue){const h=d.polyline.positions.getValue(this.viewer.clock.currentTime);Array.isArray(h)&&(l=h.map(f=>({x:f.x,y:f.y,z:f.z})))}else if(d.rectangle&&d.rectangle.coordinates&&d.rectangle.coordinates.getValue){const h=d.rectangle.coordinates.getValue(this.viewer.clock.currentTime);l=[{west:h.west,south:h.south,east:h.east,north:h.north}]}}catch{}}r.style&&(c.style=Object.assign({},r.style)),l&&l.length&&(c.positions=l)}catch{}break;case["ellipse","CreateEllipse","circle","CreateCircle"].includes(a):try{c.id=r.objId||r.id||Date.now().toString();let l=[];const d=r.getEntity?r.getEntity():r;if(d&&d._plotInstance&&d._plotInstance.type==="circle"&&d._plotInstance.center&&d._plotInstance.radiusPoint){const h=d._plotInstance;l=[{x:h.center.x,y:h.center.y,z:h.center.z},{x:h.radiusPoint.x,y:h.radiusPoint.y,z:h.radiusPoint.z}]}else if(r.positions&&Array.isArray(r.positions)&&r.positions.length)l=r.positions.map(h=>({x:h.x,y:h.y,z:h.z}));else if(d)try{if(d.polyline&&d.polyline.positions&&d.polyline.positions.getValue){const h=d.polyline.positions.getValue(this.viewer.clock.currentTime);Array.isArray(h)&&(l=h.map(f=>({x:f.x,y:f.y,z:f.z})))}else if(d.ellipse&&d.ellipse.center&&d.ellipse.center.getValue&&d.ellipse.semiMajorAxis&&d.ellipse.semiMajorAxis.getValue){const h=d.ellipse.center.getValue(this.viewer.clock.currentTime),f=d.ellipse.semiMajorAxis.getValue(this.viewer.clock.currentTime);if(h&&f){const p={x:h.x,y:h.y,z:h.z||0},u={x:p.x+f,y:p.y,z:p.z};l=[p,u]}}}catch{}r.style&&(c.style=Object.assign({},r.style)),l&&l.length&&(c.positions=l)}catch{}break;case["label","CreateLabel"].includes(a):if(r.style)c.style=Object.assign({},r.style);else try{const l=r.getEntity?r.getEntity():r;if(l&&l.label){const d={};try{const h=l.label.fillColor&&l.label.fillColor.getValue?l.label.fillColor.getValue(this.viewer.clock.currentTime):l.label.fillColor;h&&(d.color=h)}catch{}l.label.font&&(d.font=l.label.font),c.style=d}}catch{}if(r.text)c.text=r.text;else try{const l=r.getEntity?r.getEntity():r;if(l&&l.label&&l.label.text){const d=l.label.text.getValue?l.label.text.getValue(this.viewer.clock.currentTime):l.label.text;d&&(c.text=d)}}catch{}if(r.position)c.position=r.position;else try{const l=r.getEntity?r.getEntity():r;if(l&&l.position&&l.position.getValue){const d=l.position.getValue(this.viewer.clock.currentTime);d&&(c.position={x:d.x,y:d.y,z:d.z})}}catch{}break;case["billboard","CreateBillboard"].includes(a):if(r.style)c.style=Object.assign({},r.style);else try{const l=r.getEntity?r.getEntity():r;if(l&&l.billboard){const d={};try{const h=l.billboard.image&&l.billboard.image.getValue?l.billboard.image.getValue(this.viewer.clock.currentTime):l.billboard.image;if(h){if(typeof h=="string")d.image=h;else if(h&&h.src)try{const f=h;if(typeof document<"u"&&f instanceof HTMLImageElement){const p=document.createElement("canvas");p.width=f.naturalWidth||f.width||1,p.height=f.naturalHeight||f.height||1;const u=p.getContext("2d");u?(u.drawImage(f,0,0),d.image=p.toDataURL()):d.image=f.src}else d.image=h.src}catch{d.image=h.src}}}catch{}l.billboard.width&&(d.width=l.billboard.width),l.billboard.height&&(d.height=l.billboard.height),c.style=d}}catch{}if(r.position)c.position=r.position;else try{const l=r.getEntity?r.getEntity():r;if(l&&l.position&&l.position.getValue){const d=l.position.getValue(this.viewer.clock.currentTime);d&&(c.position={x:d.x,y:d.y,z:d.z})}}catch{}break;default:r.style&&(c.style=r.style),r.position&&(c.position=r.position);break}switch(!0){case["freehandLine","CreateFreehandLine"].includes(a):t.freehand.push(c);break;case["arrow","CreateArrow"].includes(a):t.arrow.push(c);break;case["label","CreateLabel"].includes(a):t.text.push(c);break;case["billboard","CreateBillboard"].includes(a):t.image.push(c);break;case["polyline","CreatePolyline"].includes(a):t.polyline.push(c);break;case["rectangle","CreateRectangle"].includes(a):t.rectangle.push(c);break;case["ellipse","CreateEllipse","circle","CreateCircle"].includes(a):t.ellipse.push(c);break;default:t.other.push(c)}}});const i={version:"1.0",exportTime:new Date().toISOString(),totalEntities:e.length,annotations:t},s=JSON.stringify(i);return console.log("标注数据已按类型分类保存,只包含重绘所需信息:",s),s}catch(e){return console.error("保存标注失败:",e),!1}}loadAnnotations(e){try{const t=typeof e=="string"?JSON.parse(e):e;if(!t.annotations)return console.error("标注数据格式错误,缺少annotations字段"),!1;const i=t.annotations;let s=0;const r=(a,c)=>{Array.isArray(a)&&a.forEach(l=>{if(l.style){if(l.style.color&&typeof l.style.color=="object"){const d=l.style.color;l.style.color=`rgba(${Math.round(d.red*255)}, ${Math.round(d.green*255)}, ${Math.round(d.blue*255)}, ${d.alpha||1})`}if(l.style.outlineColor&&typeof l.style.outlineColor=="object"){const d=l.style.outlineColor;l.style.outlineColor=`rgba(${Math.round(d.red*255)}, ${Math.round(d.green*255)}, ${Math.round(d.blue*255)}, ${d.alpha||1})`}}switch(c){case"freehand":case"polyline":case"arrow":if(l.positions&&l.positions.length>0){const d=l.positions.map(p=>p&&typeof p=="object"?new this.Cesium.Cartesian3(p.x,p.y,p.z):p),h={type:c==="freehand"?"freehandLine":c,style:l.style||{},positions:d,id:l.id||+(new Date().getTime()+""+Number(Math.random()*1e3).toFixed(0))},f=this.drawTool.createByPositions(h);if(f&&f.getEntity()){s++,f.isEdit=!0;const p=f.getEntity();p&&!p._plotInstance&&(p._plotInstance=f),p&&!p.objId&&(p.objId=f.objId),console.log(`Loaded ${c} entity with objId: ${f.objId}`)}}break;case"rectangle":{try{if(l.positions&&l.positions.length){let d=[];if(l.positions[0]&&l.positions[0].x!==void 0)d=l.positions.map(h=>new this.Cesium.Cartesian3(h.x,h.y,h.z!==void 0?h.z:0));else if(l.positions[0]&&l.positions[0].west!==void 0){const h=l.positions[0];d=[this.Cesium.Cartesian3.fromRadians(h.west,h.south),this.Cesium.Cartesian3.fromRadians(h.east,h.south),this.Cesium.Cartesian3.fromRadians(h.east,h.north),this.Cesium.Cartesian3.fromRadians(h.west,h.north),this.Cesium.Cartesian3.fromRadians(h.west,h.south)]}if(d.length){const h=JSON.parse(JSON.stringify(l.style||{}));if(h.color&&typeof h.color=="string"&&!h.color.startsWith("rgba"))try{const u=JSON.parse(h.color);u.red!==void 0&&(h.color=`rgba(${Math.round(u.red*255)}, ${Math.round(u.green*255)}, ${Math.round(u.blue*255)}, ${u.alpha||1})`)}catch{}const f={type:"rectangle",positions:d,style:h,id:l.id||+(new Date().getTime()+""+Number(Math.random()*1e3).toFixed(0))};let p=null;try{p=this.drawTool.createByPositions(f)}catch(u){console.warn("drawTool.createByPositions(rectangle) failed",u)}if(p){s++,p.isEdit=!0;const u=p.getEntity?p.getEntity():p.entity||p;u&&(u._plotInstance=p,u.objId=p.objId||l.id,u.pickable=!0,u.polyline&&(u.polyline.pickWidth=10),console.log(`Loaded rectangle entity with objId: ${u.objId}, color: ${h.color}`))}}}}catch(d){console.warn("load rectangle failed",d)}break}case"text":if(l.position){const d=l.text||"文字标注",h={type:"label",style:l.style||{},text:d,position:new this.Cesium.Cartesian3(l.position.x,l.position.y,l.position.z||0)};h.style.fontSize||(h.style.fontSize=14),h.style.fontFamily||(h.style.fontFamily="Arial");let f;try{!h.positions&&h.position&&(h.positions=h.position),f=this.drawTool.createByPositions(h),!f&&this.drawTool.startText&&(console.log("使用startText创建文字"),this.drawTool.startText(h.style),this.drawTool.currentEntity&&(this.drawTool.currentEntity.text=d,this.drawTool.currentEntity.position=h.position,f=this.drawTool.currentEntity))}catch(p){console.log("创建文字失败",p)}if(!f)try{const p=this.viewer.entities.add({position:h.position,label:Object.assign({text:d,font:h.style&&h.style.font||"14pt Source Han Sans CN",fillColor:h.style&&h.style.fillColor||this.Cesium.Color.WHITE,outlineColor:h.style&&h.style.outlineColor||this.Cesium.Color.BLACK,outlineWidth:h.style&&h.style.outlineWidth||2,verticalOrigin:h.style&&h.style.verticalOrigin||this.Cesium.VerticalOrigin.BOTTOM,pixelOffset:h.style&&h.style.pixelOffset||new this.Cesium.Cartesian2(0,-10)},h.style&&h.style.label?h.style.label:{})}),u={getEntity:()=>p,entity:p,style:h.style||{},type:"label",objId:l.id||`label_${Date.now()}_${Math.random().toFixed(3)}`,isEdit:!0,destroy:()=>this.viewer.entities.remove(p)};try{p.objId=u.objId}catch{}this.drawTool&&(this.drawTool.entityObjArr||(this.drawTool.entityObjArr=[]),this.drawTool.entityObjArr.push(u)),f=u}catch(p){console.warn("回退创建文字实体失败",p)}f&&(s++,f.isEdit=!0)}break;case"image":if(l.position){const d={type:"billboard",style:l.style||{},position:new this.Cesium.Cartesian3(l.position.x,l.position.y,l.position.z||0)};d.style.image||(console.log("使用默认图片占位符"),d.style.image="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNlNTMyMzIiLz48L3N2Zz4="),d.style.width||(d.style.width=50),d.style.height||(d.style.height=50);let h;try{!d.positions&&d.position&&(d.positions=d.position),h=this.drawTool.createByPositions(d),!h&&this.drawTool.startImage&&(console.log("使用startImage创建图片"),this.drawTool.startImage(d.style.image,d.style),this.drawTool.currentEntity&&(this.drawTool.currentEntity.position=d.position,h=this.drawTool.currentEntity))}catch(f){console.log("创建图片失败",f)}if(!h)try{const f=d.style&&d.style.image?d.style.image:"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9IiNlNTMyMzIiLz48L3N2Zz4=",p=this.viewer.entities.add({position:d.position,billboard:{image:f,width:d.style&&d.style.width?d.style.width:50,height:d.style&&d.style.height?d.style.height:50,verticalOrigin:d.style&&d.style.verticalOrigin||this.Cesium.VerticalOrigin.CENTER,scale:d.style&&d.style.scale||1}}),u={getEntity:()=>p,entity:p,style:d.style||{},type:"billboard",objId:l.id||`billboard_${Date.now()}_${Math.random().toFixed(3)}`,isEdit:!0,destroy:()=>this.viewer.entities.remove(p)};try{p.objId=u.objId}catch{}this.drawTool&&(this.drawTool.entityObjArr||(this.drawTool.entityObjArr=[]),this.drawTool.entityObjArr.push(u)),h=u}catch(f){console.warn("回退创建图片实体失败",f)}h&&(s++,h.isEdit=!0)}break;case"ellipse":case"circle":{try{const d=JSON.parse(JSON.stringify(l.style||{}));if(d.color&&typeof d.color=="string"&&!d.color.startsWith("rgba"))try{const p=JSON.parse(d.color);p.red!==void 0&&(d.color=`rgba(${Math.round(p.red*255)}, ${Math.round(p.green*255)}, ${Math.round(p.blue*255)}, ${p.alpha||1})`)}catch{}let h=[],f=!1;if(l.positions&&l.positions.length&&(l.positions[0]&&l.positions[0].x!==void 0&&(h=l.positions.map(p=>new this.Cesium.Cartesian3(p.x,p.y,p.z!==void 0?p.z:0))),h.length)){const p={type:c,positions:h,style:d,id:l.id||+(new Date().getTime()+""+Number(Math.random()*1e3).toFixed(0))};let u=null;try{if(u=this.drawTool.createByPositions(p),u){s++,u.isEdit=!0;const m=u.getEntity?u.getEntity():u.entity||u;m&&(m._plotInstance=u,m.objId=u.objId||l.id,m.pickable=!0,m.polyline&&(m.polyline.pickWidth=10),console.log(`Loaded ${c} entity with objId: ${m.objId} using positions`)),f=!0}}catch(m){console.warn(`drawTool.createByPositions(${c}) failed`,m)}}if(!f&&l.center&&l.radius)try{const p=new this.Cesium.Cartesian3(l.center.x,l.center.y,l.center.z||0),u=this.Cesium.Cartesian3.add(p,new this.Cesium.Cartesian3(l.radius,0,0),new this.Cesium.Cartesian3),E={type:c,positions:[p,u],style:d,id:l.id||+(new Date().getTime()+""+Number(Math.random()*1e3).toFixed(0))};let A=null;try{if(A=this.drawTool.createByPositions(E),A){s++,A.isEdit=!0;const b=A.getEntity?A.getEntity():A.entity||A;b&&(b._plotInstance=A,b.objId=A.objId||l.id,b.pickable=!0,b.polyline&&(b.polyline.pickWidth=10),console.log(`Loaded ${c} entity with objId: ${b.objId} using center and radius`))}}catch(b){console.warn(`drawTool.createByPositions(${c}) with center/radius failed`,b)}}catch(p){console.warn(`Fallback creation for ${c} failed`,p)}}catch(d){console.warn(`load ${c} failed`,d)}break}default:console.log(`尝试加载未知类型实体: ${c}`);break}})};return Object.keys(i).forEach(a=>{r(i[a],a)}),console.log(`成功加载 ${s} 个标注实体`),this.drawTool&&typeof this.drawTool.bindEdit=="function"&&this.drawTool.bindEdit(),!0}catch(t){return console.error("加载标注失败:",t),!1}}changeEntityColor(e){try{if(!this.selectedEntityObj)return!1;if(this.selectedEntityObj.setStyle&&typeof this.selectedEntityObj.setStyle=="function")try{return this.selectedEntityObj.setStyle({color:e}),console.log("通过实体对象的setStyle方法修改颜色成功"),!0}catch(s){console.warn("通过setStyle修改颜色失败,尝试直接修改实体:",s)}const t=this.selectedEntityObj.getEntity();if(!t)return!1;let i;try{i=this.Cesium.Color.fromCssColorString(e)}catch(s){console.warn("Invalid color format:",e,s),i=e}if(t.polyline)try{t.polyline.material=new this.Cesium.ColorMaterialProperty(i)}catch{t.polyline.material=i}else if(t.polygon)try{t.polygon.material=new this.Cesium.ColorMaterialProperty(i)}catch{t.polygon.material=i}else if(t.rectangle){const s=t.rectangle.outline,r=t.rectangle.outlineWidth;try{t.rectangle.material=new this.Cesium.ColorMaterialProperty(i)}catch{t.rectangle.material=i}t.rectangle.outlineColor=i,s!==void 0&&(t.rectangle.outline=s),r!==void 0&&(t.rectangle.outlineWidth=r)}else if(t.ellipse||t.circle){const s=t.ellipse||t.circle,r=s.outline,a=s.outlineColor,c=s.outlineWidth;s.material=i,r!==void 0&&(s.outline=r),a!==void 0&&(s.outlineColor=a),c!==void 0&&(s.outlineWidth=c)}return!0}catch(t){return console.error("changeEntityColor failed",t),!1}}changeColor(e){return this.changeEntityColor(e)}setLineWidth(e){if(!this.selectedEntityObj)return!1;const t=this.selectedEntityObj.getEntity();let i=2;if(typeof e=="number")i=e;else switch(e){case"thin":i=2;break;case"medium":i=4;break;case"thick":i=8;break}if(t.polyline)t.polyline.width=i;else if(t.polygon&&t.polygon.outline)t.polygon.outlineWidth=i;else if(t.rectangle&&t.rectangle.outline)t.rectangle.outlineWidth=i;else if((t.ellipse||t.circle)&&(t.ellipse?.outline||t.circle?.outline)){const s=t.ellipse||t.circle;s.outlineWidth=i}return!0}changeWidth(e){return this.setLineWidth(e)}deleteSelectedEntity(){if(!this.selectedEntityObj)return!1;if(typeof this.drawTool.removeOne=="function")this.drawTool.removeOne(this.selectedEntityObj);else if(typeof this.drawTool.remove=="function")this.drawTool.remove(this.selectedEntityObj);else return console.error("No remove method found on drawTool"),!1;return this.selectedEntityObj=null,this.hideEntityOutline(),!0}}class Ps{viewer;cesium;handler=null;measureEntities=[];originalDoubleClickAction=null;onMeasure=()=>{};activePoints=[];floatingPoint=null;activeShape=null;type=null;unit="m";cursorPosition=null;isSnapping=!1;snapIndicator=null;isMobile=!1;lastTapTime=0;tapTimeout=null;originalPickEnabled=!0;constructor({viewer:e,cesium:t}){this.viewer=e,this.cesium=t,this.isMobile="ontouchstart"in window||navigator.maxTouchPoints>0;const i=this.cesium;this.originalDoubleClickAction=this.viewer.screenSpaceEventHandler.getInputAction(i.ScreenSpaceEventType.LEFT_DOUBLE_CLICK),this.viewer.screenSpaceEventHandler.removeInputAction(i.ScreenSpaceEventType.LEFT_DOUBLE_CLICK)}setUnit(e){this.unit=e}setSnapping(e){this.isSnapping=e,!e&&this.snapIndicator&&(this.viewer.entities.remove(this.snapIndicator),this.snapIndicator=null)}start(e){const t=this.cesium;this.clearActive(),this.type=e,this.viewer.scene&&this.viewer.scene.screenSpaceCameraController&&(this.originalPickEnabled=this.viewer.scene.screenSpaceCameraController.enableInputs),this.handler=new t.ScreenSpaceEventHandler(this.viewer.scene.canvas),this.handler.setInputAction(i=>{if(this.isMobile&&this.type==="area"){const s=Date.now(),r=s-this.lastTapTime;if(this.lastTapTime=s,r<300&&r>0){this.tapTimeout&&(clearTimeout(this.tapTimeout),this.tapTimeout=null),this.finish();return}this.tapTimeout=setTimeout(()=>{const a=this.getPickPosition(i.position);a&&this.addPoint(a),this.tapTimeout=null},300)}else{const s=this.getPickPosition(i.position);s&&this.addPoint(s)}},t.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(i=>{const s=this.getPickPosition(i.endPosition);s&&(this.cursorPosition=s,this.updateFloatingPoint(s))},t.ScreenSpaceEventType.MOUSE_MOVE),this.type==="area"&&!this.isMobile&&this.handler.setInputAction(()=>{this.finish()},t.ScreenSpaceEventType.LEFT_DOUBLE_CLICK)}addPoint(e){const t=this.cesium;this.activePoints.push(e);const i=this.viewer.entities.add({position:e,point:{pixelSize:8,color:t.Color.YELLOW,outlineColor:t.Color.BLACK,outlineWidth:2,disableDepthTestDistance:Number.POSITIVE_INFINITY}});if(this.measureEntities.push(i),this.type==="distance"){if(this.activePoints.length===1)this.onMeasure(null),this.activeShape=this.viewer.entities.add({polyline:{positions:new t.CallbackProperty(()=>{if(this.activePoints.length===0)return[];const s=[...this.activePoints];return this.cursorPosition&&s.push(this.cursorPosition),s},!1),width:2,material:t.Color.YELLOW,depthFailMaterial:t.Color.YELLOW}}),this.measureEntities.push(this.activeShape);else if(this.activePoints.length===2){const s=this.activePoints[0],r=this.activePoints[1];this.activeShape&&(this.viewer.entities.remove(this.activeShape),this.activeShape=null);const a=this.viewer.entities.add({polyline:{positions:[s,r],width:2,material:t.Color.YELLOW,depthFailMaterial:t.Color.YELLOW}});this.measureEntities.push(a);const c=t.Cartesian3.distance(s,r),l=t.Cartesian3.midpoint(s,r,new t.Cartesian3);this.addLabel(l,this.formatDistance(c));const d=t.Transforms.eastNorthUpToFixedFrame(s),h=t.Matrix4.inverse(d,new t.Matrix4),f=t.Matrix4.multiplyByPoint(h,r,new t.Cartesian3),p=f.x,u=f.y,m=f.z,E=t.Matrix4.getColumn(d,0,new t.Cartesian3),A=t.Matrix4.getColumn(d,1,new t.Cartesian3),b=t.Cartesian3.multiplyByScalar(E,p,new t.Cartesian3),w=t.Cartesian3.add(s,b,new t.Cartesian3),B=t.Cartesian3.multiplyByScalar(A,u,new t.Cartesian3),D=t.Cartesian3.add(w,B,new t.Cartesian3);if(this.viewer.scene.mode!==t.SceneMode.SCENE2D){const N=this.viewer.entities.add({polyline:{positions:[s,w],width:2,material:new t.PolylineDashMaterialProperty({color:t.Color.RED}),depthFailMaterial:new t.PolylineDashMaterialProperty({color:new t.Color(1,0,0,.5)})}}),S=this.viewer.entities.add({polyline:{positions:[w,D],width:2,material:new t.PolylineDashMaterialProperty({color:t.Color.GREEN}),depthFailMaterial:new t.PolylineDashMaterialProperty({color:new t.Color(0,1,0,.5)})}}),x=this.viewer.entities.add({polyline:{positions:[D,r],width:2,material:new t.PolylineDashMaterialProperty({color:t.Color.BLUE}),depthFailMaterial:new t.PolylineDashMaterialProperty({color:new t.Color(0,0,1,.5)})}});this.measureEntities.push(N,S,x)}this.onMeasure({type:"distance",dx:p,dy:u,dz:m,dist:c}),this.activePoints=[]}}else if(this.type==="angle"){if(this.activePoints.length===1)this.onMeasure(null);else if(this.activePoints.length===2)this.activeShape=this.viewer.entities.add({polyline:{positions:new t.CallbackProperty(()=>{if(this.activePoints.length<2)return[];const s=[...this.activePoints];return this.cursorPosition&&s.push(this.cursorPosition),s},!1),width:2,material:t.Color.YELLOW,depthFailMaterial:t.Color.YELLOW}}),this.measureEntities.push(this.activeShape);else if(this.activePoints.length===3){const s=this.activePoints[0],r=this.activePoints[1],a=this.activePoints[2];if(this.activeShape){this.viewer.entities.remove(this.activeShape);const l=this.viewer.entities.add({polyline:{positions:[s,r,a],width:2,material:t.Color.YELLOW,depthFailMaterial:t.Color.YELLOW}});this.measureEntities.push(l)}const c=this.calculateAngle(s,r,a);this.addLabel(r,`${c.toFixed(1)}°`),this.onMeasure({type:"angle",angle:c}),this.finish()}}else this.type==="area"&&this.activePoints.length===1&&(this.onMeasure(null),this.activeShape=this.viewer.entities.add({polygon:{hierarchy:new t.CallbackProperty(()=>{if(this.activePoints.length===0)return new t.PolygonHierarchy([]);const s=[...this.activePoints];return this.cursorPosition&&s.push(this.cursorPosition),new t.PolygonHierarchy(s)},!1),material:t.Color.YELLOW.withAlpha(.3),perPositionHeight:!0,outline:!0,outlineColor:t.Color.YELLOW,outlineWidth:2},polyline:{positions:new t.CallbackProperty(()=>{const s=[...this.activePoints];return this.cursorPosition&&(s.push(this.cursorPosition),s.push(s[0])),s},!1),width:2,material:t.Color.YELLOW,depthFailMaterial:t.Color.YELLOW,clampToGround:!1}}),this.measureEntities.push(this.activeShape))}updateFloatingPoint(e){const t=this.cesium;this.floatingPoint||(this.floatingPoint=this.viewer.entities.add({position:new t.CallbackProperty(()=>this.cursorPosition,!1),point:{pixelSize:5,color:t.Color.RED,disableDepthTestDistance:Number.POSITIVE_INFINITY}}))}finish(){const e=this.cesium;if(this.type==="distance"&&this.activePoints.length>1){let t=0;for(let s=0;s<this.activePoints.length-1;s++)t+=e.Cartesian3.distance(this.activePoints[s],this.activePoints[s+1]);const i=this.activePoints[this.activePoints.length-1];this.addLabel(i,`Total: ${this.formatDistance(t)}`)}else if(this.type==="area"&&this.activePoints.length>=3){const t=this.calculateArea(this.activePoints),i=this.calculateCenter(this.activePoints);this.addLabel(i,`面积: ${this.formatArea(t)}`),this.onMeasure({type:"area",area:t})}this.clearActive()}clearAll(){this.clear(),this.onMeasure(null)}clear(){this.clearActive(),this.measureEntities.forEach(e=>this.viewer.entities.remove(e)),this.measureEntities=[]}stop(){this.clearActive(),this.onMeasure(null)}destroy(){if(this.clear(),this.originalDoubleClickAction){const e=this.cesium;this.viewer.screenSpaceEventHandler.setInputAction(this.originalDoubleClickAction,e.ScreenSpaceEventType.LEFT_DOUBLE_CLICK),this.originalDoubleClickAction=null}}clearActive(){const e=this.cesium;if(this.handler&&(this.handler.destroy(),this.handler=null),this.tapTimeout&&(clearTimeout(this.tapTimeout),this.tapTimeout=null),this.lastTapTime=0,this.viewer.scene&&this.viewer.scene.screenSpaceCameraController&&!this.originalPickEnabled&&(this.viewer.scene.screenSpaceCameraController.enableInputs=!0),this.floatingPoint&&(this.viewer.entities.remove(this.floatingPoint),this.floatingPoint=null),this.snapIndicator&&(this.viewer.entities.remove(this.snapIndicator),this.snapIndicator=null),this.activeShape){if(this.type==="distance"){const t=[...this.activePoints];this.viewer.entities.remove(this.activeShape);const i=this.viewer.entities.add({polyline:{positions:t,width:2,material:e.Color.YELLOW,depthFailMaterial:e.Color.YELLOW}});this.measureEntities.push(i)}else if(this.type==="area"){const t=[...this.activePoints];this.viewer.entities.remove(this.activeShape);const i=this.viewer.entities.add({polygon:{hierarchy:new e.PolygonHierarchy(t),material:e.Color.YELLOW.withAlpha(.3),perPositionHeight:!0,outline:!0,outlineColor:e.Color.YELLOW,outlineWidth:2},polyline:{positions:[...t,t[0]],width:2,material:e.Color.YELLOW,depthFailMaterial:e.Color.YELLOW}});this.measureEntities.push(i)}this.activeShape=null}this.activePoints=[],this.type=null,this.cursorPosition=null}getPickPosition(e){const t=this.cesium;let i;try{i=this.viewer.scene.pickPosition(e)}catch{}if(!i||!t.defined(i)){const s=this.viewer.camera.getPickRay(e);s&&(i=this.viewer.scene.globe.pick(s,this.viewer.scene))}if((!i||!t.defined(i))&&(i=this.viewer.scene.camera.pickEllipsoid(e,this.viewer.scene.globe.ellipsoid)),!i||!t.defined(i))return null;if(this.isSnapping){const s=this.snapToVertex(e);if(s)i=s;else{const r=this.snapTo3DTileFeature(e);r&&(i=r)}}return this.isSnapping&&(this.snapIndicator||(this.snapIndicator=this.viewer.entities.add({position:new t.CallbackProperty(()=>this.cursorPosition,!1),point:{pixelSize:10,color:t.Color.GREEN.withAlpha(.5),outlineColor:t.Color.GREEN,outlineWidth:2,disableDepthTestDistance:Number.POSITIVE_INFINITY}}))),i}snapTo3DTileFeature(e){const t=this.cesium,i=10,s=[{x:0,y:0},{x:-i,y:0},{x:i,y:0},{x:0,y:-i},{x:0,y:i},{x:-i,y:-i},{x:i,y:-i},{x:-i,y:i},{x:i,y:i}];for(let r=0;r<s.length;r++){const a=s[r];if(!a)continue;const c=new t.Cartesian2(e.x+a.x,e.y+a.y);let l=null;try{l=this.viewer.scene.pick(c)}catch{}if(t.defined(l)&&(l instanceof t.Cesium3DTileFeature||l.primitive&&l.primitive instanceof t.PointPrimitive))try{const d=this.viewer.scene.pickPosition(c);if(d)return d}catch{}}return null}snapToVertex(e){const t=this.cesium,i=this.viewer.entities.values;let s=20,r=null;for(let a=0;a<i.length;a++){const c=i[a];if(!c.show)continue;let l=[];if(c.polyline&&c.polyline.positions){const d=c.polyline.positions.getValue(t.JulianDate.now());d&&(l=d)}else if(c.polygon&&c.polygon.hierarchy){const d=c.polygon.hierarchy.getValue(t.JulianDate.now());d&&d.positions&&(l=d.positions)}else if(c.position){const d=c.position.getValue(t.JulianDate.now());d&&(l=[d])}else if(c.rectangle&&c.rectangle.coordinates){const d=c.rectangle.coordinates.getValue(t.JulianDate.now());d&&(l=[t.Cartesian3.fromRadians(d.west,d.south),t.Cartesian3.fromRadians(d.east,d.south),t.Cartesian3.fromRadians(d.east,d.north),t.Cartesian3.fromRadians(d.west,d.north)])}for(let d=0;d<l.length;d++){const h=l[d];try{const f=this.viewer.scene.cartesianToCanvasCoordinates(h);if(f){const p=t.Cartesian2.distance(f,e);p<s&&(s=p,r=h)}}catch{}}}return r}addLabel(e,t){const i=this.cesium,s=this.viewer.entities.add({position:e,label:{text:t,font:"14px sans-serif",fillColor:i.Color.WHITE,style:i.LabelStyle.FILL_AND_OUTLINE,outlineWidth:2,verticalOrigin:i.VerticalOrigin.BOTTOM,pixelOffset:new i.Cartesian2(0,-10),disableDepthTestDistance:Number.POSITIVE_INFINITY,showBackground:!0,backgroundColor:new i.Color(0,0,0,.5)}});this.measureEntities.push(s)}formatDistance(e){return this.unit==="mm"?`${(e*1e3).toFixed(0)}mm`:this.unit==="cm"?`${(e*100).toFixed(1)}cm`:`${e.toFixed(2)}m`}calculateAngle(e,t,i){const s=this.cesium,r=s.Cartesian3.subtract(e,t,new s.Cartesian3),a=s.Cartesian3.subtract(i,t,new s.Cartesian3);s.Cartesian3.normalize(r,r),s.Cartesian3.normalize(a,a);const c=s.Cartesian3.dot(r,a),l=Math.max(-1,Math.min(1,c)),d=Math.acos(l);return s.Math.toDegrees(d)}calculateArea(e){const t=this.cesium;if(e.length<3)return 0;const i=e[0],s=new t.Cartesian3(0,0,0);for(let r=1;r<e.length-1;r++){const a=e[r],c=e[r+1],l=t.Cartesian3.subtract(a,i,new t.Cartesian3),d=t.Cartesian3.subtract(c,i,new t.Cartesian3),h=t.Cartesian3.cross(l,d,new t.Cartesian3);t.Cartesian3.add(s,h,s)}return t.Cartesian3.magnitude(s)*.5}calculateCenter(e){const t=this.cesium;if(!e||e.length===0)return null;let i=0,s=0,r=0;for(let a=0;a<e.length;a++)i+=e[a].x,s+=e[a].y,r+=e[a].z;return new t.Cartesian3(i/e.length,s/e.length,r/e.length)}formatArea(e){return e>1e6?`${(e/1e6).toFixed(2)} km²`:`${e.toFixed(2)} m²`}}const ve=o.reactive({visible:!1,type:"info",title:"",description:"",closable:!1,showIcon:!0,duration:3});let Ce=null,al=null,ll=!1,Ns=null,di=null,Fs=null;function Ey(){if(di||typeof document>"u")return;const n=`
30
30
  .tech-alert-wrapper {
31
31
  position: absolute;
32
32
  top: 20px;
@@ -95,7 +95,7 @@
95
95
  from { transform: rotate(0deg); }
96
96
  to { transform: rotate(360deg); }
97
97
  }
98
- `;di=document.createElement("style"),di.textContent=n,document.head.appendChild(di)}function by(){if(ll)return;Ey(),Ae=document.createElement("div"),Ae.className="tech-alert-wrapper",(Ps||document.body).appendChild(Ae);const e={setup(){return()=>we.visible?r.h(ie.Alert,{class:`tech-alert tech-alert-${we.type}`,message:we.title,description:we.description,showIcon:we.showIcon,closable:we.closable,onClose:()=>{we.visible=!1}},{icon:()=>we.type==="loading"?r.h(qt.LoadingOutlined):we.type==="success"?r.h(qt.CheckCircleOutlined):we.type==="error"?r.h(qt.CloseCircleOutlined):we.type==="warning"?r.h(qt.ExclamationCircleOutlined):r.h(qt.InfoCircleOutlined)}):null}};al=r.createVNode(e),r.render(al,Ae),ll=!0}function Cn(n){by(),ks&&clearTimeout(ks),we.type=n.type||"info",we.title=n.title||"",we.description=n.description||"",we.closable=n.closable??!1,we.showIcon=n.showIcon??!0,we.visible=!0;const e=n.container||Ps;Ae&&(e?(Ae.parentNode!==e&&e.appendChild(Ae),Ae.style.position="absolute",Ae.style.top="20px",Ae.style.left="50%",Ae.style.transform="translateX(-50%)"):(Ae.parentNode!==document.body&&document.body.appendChild(Ae),Ae.style.position="fixed",Ae.style.top="20px",Ae.style.left="50%",Ae.style.transform="translateX(-50%)"));const t=n.duration??(we.type==="loading"?0:3);t>0&&(ks=setTimeout(()=>{we.visible=!1},t*1e3))}const ce={setContainer:n=>{Ps=n,Ae&&n&&Ae.parentNode!==n&&(n.appendChild(Ae),Ae.style.position="absolute")},info:(n,e,t,i)=>Cn({type:"info",title:n,description:e,duration:t,container:i}),success:(n,e,t,i)=>Cn({type:"success",title:n,description:e,duration:t,container:i}),error:(n,e,t,i)=>Cn({type:"error",title:n,description:e,duration:t,container:i}),warning:(n,e,t,i)=>Cn({type:"warning",title:n,description:e,duration:t,container:i}),loading:(n,e,t)=>Cn({type:"loading",title:n,description:e,duration:0,container:t}),close:()=>{we.visible=!1}};class wy{cesium;viewer;events=new jn;lastBaseMapRequestId=0;_removeCameraLockListener=null;currentMode="3d";defaultMapBound={minLon:-180,maxLon:180,minLat:-90,maxLat:90};constructor(e){this.cesium=e.cesium,this.viewer=e.viewer}get is2d(){return this.currentMode==="2d"}setGlobeEnvironmentVisible(e){if(this.is2d){this.viewer.scene.globe.show=e,this.viewer.scene.globe.showGroundAtmosphere=!1,this.viewer.scene.skyAtmosphere.show=!1,this.viewer.scene.sun.show=!1,this.viewer.scene.moon.show=!1,this.viewer.scene.skyBox.show=!1;return}const{scene:t}=this.viewer;t.globe&&(t.globe.show=e,t.globe.showGroundAtmosphere=e,e||(t.globe.depthTestAgainstTerrain=!1)),t.skyAtmosphere&&(t.skyAtmosphere.show=e),t.sun&&(t.sun.show=e),t.moon&&(t.moon.show=e),t.skyBox&&(t.skyBox.show=e)}setGlobeColor(e){const t=this.cesium.Color.fromCssColorString(e);t&&(this.viewer.scene.backgroundColor=t,this.viewer.scene.globe.baseColor=t)}setBackgroundColor(e){const t=this.viewer.container;t&&(t.style.background=e);try{const i=this.cesium.Color.fromCssColorString(e);i?(this.viewer.scene.backgroundColor=i,this.viewer.scene.globe.baseColor=i):(this.viewer.scene.backgroundColor=this.cesium.Color.TRANSPARENT,this.viewer.scene.globe.baseColor=this.cesium.Color.TRANSPARENT)}catch{this.viewer.scene.backgroundColor=this.cesium.Color.TRANSPARENT,this.viewer.scene.globe.baseColor=this.cesium.Color.TRANSPARENT}}async setTerrainEnable(e){if(!(this.is2d&&e))if(e)try{const t=this.cesium.ArcGISTiledElevationTerrainProvider.fromUrl("https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer"),i=new Promise((s,o)=>setTimeout(()=>o(new Error("ArcGIS Terrain request timed out")),5e3));this.viewer.terrainProvider=await Promise.race([t,i])}catch(t){console.warn("Failed to load ArcGIS terrain (or timed out), trying Cesium World Terrain...",t);try{this.cesium.Terrain&&this.cesium.Terrain.fromWorldTerrain?this.viewer.terrainProvider=await this.cesium.Terrain.fromWorldTerrain({requestWaterMask:!0,requestVertexNormals:!0}):this.viewer.terrainProvider=this.cesium.createWorldTerrain({requestWaterMask:!0,requestVertexNormals:!0})}catch(i){console.error("Failed to enable terrain (both ArcGIS and Ion failed):",i),this.viewer.terrainProvider=new this.cesium.EllipsoidTerrainProvider}}else this.viewer.terrainProvider=new this.cesium.EllipsoidTerrainProvider}setDepthTestEnable(e){if(!this.viewer.scene.globe.show){this.viewer.scene.globe.depthTestAgainstTerrain=!1;return}this.viewer.scene.globe.depthTestAgainstTerrain=e}setCadMode(e){this.currentMode!==e&&(this.currentMode=e,this.is2d?this._enable2DMode():this._enable3DMode())}_enable2DMode(){const e=this.cesium,t=this.viewer.scene;this.setGlobeEnvironmentVisible(!0);const i=t.screenSpaceCameraController;this.setBackgroundColor("#000000"),this.setGlobeColor("#000000"),this.viewer.imageryLayers.removeAll(),i.enableZoomInertia=!1,i.enableTilt=!1,i.enableLook=!1,i.enableCollisionDetection=!1,i.inertiaSpin=0,i.inertiaZoom=0,i.inertiaTranslate=0,this.viewer.camera.setView({orientation:{heading:0,pitch:e.Math.toRadians(-90),roll:0}}),this._removeCameraLockListener&&(this._removeCameraLockListener(),this._removeCameraLockListener=null);let s=window.devicePixelRatio;this.viewer.resolutionScale=s,this.viewer.scene.highDynamicRange=!0,this.setCollisionDetection(!1),this.setHeightBasedZoom(!0)}_enable3DMode(){this._removeCameraLockListener&&(this._removeCameraLockListener(),this._removeCameraLockListener=null);const e=this.viewer.scene.screenSpaceCameraController;e.enableRotate=!0,e.enableTilt=!0,e.enableLook=!0,this.viewer.scene.morphTo3D(0),this.setMouseHabit(0),this.setCollisionDetection(!0),this.viewer.scene.screenSpaceCameraController.minimumZoomDistance=1,this.setHeightBasedZoom(!1)}async changeBaseMap(e,t){if(this.is2d){this.viewer.imageryLayers.removeAll();return}const i=Date.now();this.lastBaseMapRequestId=i;const s=this.viewer.imageryLayers,o=[];if(e==="tianditu"){const a=t?.token||"c25f14fb6bd4397cf8fe45144ff768d6",c=t?.layerType||"img_w",l=c.split("_"),d=l[0]||"img",h=l[1]||"w";let f="";d==="img"?f="cia":d==="vec"?f="cva":d==="ter"&&(f="cta");const p=f?`${f}_${h}`:"";o.push(new this.cesium.WebMapTileServiceImageryProvider({url:`https://{s}.tianditu.gov.cn/${c}/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=${d}&STYLE=default&TILEMATRIXSET=${h}&FORMAT=tiles&TILEMATRIX={TileMatrix}&TILEROW={TileRow}&TILECOL={TileCol}&tk=${a}`,layer:d,style:"default",format:"tiles",tileMatrixSetID:h,maximumLevel:18,subdomains:["t0","t1","t2","t3","t4","t5","t6","t7"]})),t.showAnnotation!==!1&&p&&o.push(new this.cesium.WebMapTileServiceImageryProvider({url:`https://{s}.tianditu.gov.cn/${p}/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=${f}&STYLE=default&TILEMATRIXSET=${h}&FORMAT=tiles&TILEMATRIX={TileMatrix}&TILEROW={TileRow}&TILECOL={TileCol}&tk=${a}`,layer:f,style:"default",format:"tiles",tileMatrixSetID:h,maximumLevel:18,subdomains:["t0","t1","t2","t3","t4","t5","t6","t7"]}))}else if(e==="arcgis"){console.log("Switching to ArcGIS...");const a=t?.url||"https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer";try{if(this.cesium.ArcGisMapServerImageryProvider.fromUrl){const c=this.cesium.ArcGisMapServerImageryProvider.fromUrl(a,{enablePickFeatures:!1}),l=new Promise((h,f)=>setTimeout(()=>f(new Error("ArcGIS metadata request timed out")),3e3)),d=await Promise.race([c,l]);o.push(d)}else o.push(new this.cesium.ArcGisMapServerImageryProvider({url:a,enablePickFeatures:!1}))}catch(c){console.warn("ArcGIS provider failed (or timed out), fallback to XYZ template",c),o.push(new this.cesium.UrlTemplateImageryProvider({url:`${a}/tile/{z}/{y}/{x}`,maximumLevel:19,credit:"ArcGIS Layer"}))}}else if(e==="tianditu_img")return this.changeBaseMap("tianditu",{...t,layerType:"img_w"});if(this.lastBaseMapRequestId!==i){console.log("BaseMap switch cancelled due to new request.");return}s.removeAll(),o.forEach(a=>s.addImageryProvider(a))}async searchLocation(e,t){if(!e)return null;if(!t)throw new Error("缺少天地图 Token");const s=JSON.stringify({keyWord:e,level:12,mapBound:"-180,-90,180,90",queryType:1,start:0,count:10}),o=`https://api.tianditu.gov.cn/v2/search?postStr=${encodeURIComponent(s)}&type=query&tk=${encodeURIComponent(t)}`,a=await fetch(o);if(!a.ok)throw new Error(`HTTP ${a.status}`);return await a.json()}setShadowsEnable(e){this.is2d||(this.viewer.shadows=e,this.viewer.terrainShadows=e?this.cesium.ShadowMode.ENABLED:this.cesium.ShadowMode.DISABLED,this.viewer.shadowMap&&(this._shadowDarkness===void 0?this.viewer.shadowMap.darkness=e?.7:.3:this.viewer.shadowMap.darkness=this._shadowDarkness))}_shadowDarkness;setShadowDarkness(e){this.is2d||(this._shadowDarkness=e,this.viewer.shadowMap&&(this.viewer.shadowMap.darkness=e))}setTime(e){if(this.is2d)return;let t;if(e instanceof Date)t=e;else{const s=this.cesium.JulianDate.now();t=this.cesium.JulianDate.toDate(s),t.setHours(e),t.setMinutes(0),t.setSeconds(0)}const i=this.cesium.JulianDate.fromDate(t);this.viewer.clock.currentTime=i}setModelColorAdjustment(e){if(this.is2d)return;const t=this.viewer,i=this.cesium;if(!t||!t.scene)return;const s=e.brightness!==void 0?e.brightness:1,o=e.contrast!==void 0?e.contrast:1,a=e.saturation!==void 0?e.saturation:1,c=t.scene.primitives,l=c.length,d=!!i.CustomShader;for(let h=0;h<l;++h){const f=c.get(h);if(f instanceof i.Cesium3DTileset)if(d)if(f.customShader&&f.customShader.isModelAdjustment)e.brightness!==void 0&&f.customShader.setUniform("u_brightness",s),e.contrast!==void 0&&f.customShader.setUniform("u_contrast",o),e.saturation!==void 0&&f.customShader.setUniform("u_saturation",a);else{const p=new i.CustomShader({uniforms:{u_brightness:{type:i.UniformType.FLOAT,value:s},u_contrast:{type:i.UniformType.FLOAT,value:o},u_saturation:{type:i.UniformType.FLOAT,value:a}},fragmentShaderText:`
98
+ `;di=document.createElement("style"),di.textContent=n,document.head.appendChild(di)}function by(){if(ll)return;Ey(),Ce=document.createElement("div"),Ce.className="tech-alert-wrapper",(Fs||document.body).appendChild(Ce);const e={setup(){return()=>ve.visible?o.h(ie.Alert,{class:`tech-alert tech-alert-${ve.type}`,message:ve.title,description:ve.description,showIcon:ve.showIcon,closable:ve.closable,onClose:()=>{ve.visible=!1}},{icon:()=>ve.type==="loading"?o.h(qt.LoadingOutlined):ve.type==="success"?o.h(qt.CheckCircleOutlined):ve.type==="error"?o.h(qt.CloseCircleOutlined):ve.type==="warning"?o.h(qt.ExclamationCircleOutlined):o.h(qt.InfoCircleOutlined)}):null}};al=o.createVNode(e),o.render(al,Ce),ll=!0}function Cn(n){by(),Ns&&clearTimeout(Ns),ve.type=n.type||"info",ve.title=n.title||"",ve.description=n.description||"",ve.closable=n.closable??!1,ve.showIcon=n.showIcon??!0,ve.visible=!0;const e=n.container||Fs;Ce&&(e?(Ce.parentNode!==e&&e.appendChild(Ce),Ce.style.position="absolute",Ce.style.top="20px",Ce.style.left="50%",Ce.style.transform="translateX(-50%)"):(Ce.parentNode!==document.body&&document.body.appendChild(Ce),Ce.style.position="fixed",Ce.style.top="20px",Ce.style.left="50%",Ce.style.transform="translateX(-50%)"));const t=n.duration??(ve.type==="loading"?0:3);t>0&&(Ns=setTimeout(()=>{ve.visible=!1},t*1e3))}const ce={setContainer:n=>{Fs=n,Ce&&n&&Ce.parentNode!==n&&(n.appendChild(Ce),Ce.style.position="absolute")},info:(n,e,t,i)=>Cn({type:"info",title:n,description:e,duration:t,container:i}),success:(n,e,t,i)=>Cn({type:"success",title:n,description:e,duration:t,container:i}),error:(n,e,t,i)=>Cn({type:"error",title:n,description:e,duration:t,container:i}),warning:(n,e,t,i)=>Cn({type:"warning",title:n,description:e,duration:t,container:i}),loading:(n,e,t)=>Cn({type:"loading",title:n,description:e,duration:0,container:t}),close:()=>{ve.visible=!1}};class wy{cesium;viewer;events=new jn;lastBaseMapRequestId=0;_removeCameraLockListener=null;currentMode="3d";defaultMapBound={minLon:-180,maxLon:180,minLat:-90,maxLat:90};constructor(e){this.cesium=e.cesium,this.viewer=e.viewer}get is2d(){return this.currentMode==="2d"}setGlobeEnvironmentVisible(e){if(this.is2d){this.viewer.scene.globe.show=e,this.viewer.scene.globe.showGroundAtmosphere=!1,this.viewer.scene.skyAtmosphere.show=!1,this.viewer.scene.sun.show=!1,this.viewer.scene.moon.show=!1,this.viewer.scene.skyBox.show=!1;return}const{scene:t}=this.viewer;t.globe&&(t.globe.show=e,t.globe.showGroundAtmosphere=e,e||(t.globe.depthTestAgainstTerrain=!1)),t.skyAtmosphere&&(t.skyAtmosphere.show=e),t.sun&&(t.sun.show=e),t.moon&&(t.moon.show=e),t.skyBox&&(t.skyBox.show=e)}setGlobeColor(e){const t=this.cesium.Color.fromCssColorString(e);t&&(this.viewer.scene.backgroundColor=t,this.viewer.scene.globe.baseColor=t)}setBackgroundColor(e){const t=this.viewer.container;t&&(t.style.background=e);try{const i=this.cesium.Color.fromCssColorString(e);i?(this.viewer.scene.backgroundColor=i,this.viewer.scene.globe.baseColor=i):(this.viewer.scene.backgroundColor=this.cesium.Color.TRANSPARENT,this.viewer.scene.globe.baseColor=this.cesium.Color.TRANSPARENT)}catch{this.viewer.scene.backgroundColor=this.cesium.Color.TRANSPARENT,this.viewer.scene.globe.baseColor=this.cesium.Color.TRANSPARENT}}async setTerrainEnable(e){if(!(this.is2d&&e))if(e)try{const t=this.cesium.ArcGISTiledElevationTerrainProvider.fromUrl("https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer"),i=new Promise((s,r)=>setTimeout(()=>r(new Error("ArcGIS Terrain request timed out")),5e3));this.viewer.terrainProvider=await Promise.race([t,i])}catch(t){console.warn("Failed to load ArcGIS terrain (or timed out), trying Cesium World Terrain...",t);try{this.cesium.Terrain&&this.cesium.Terrain.fromWorldTerrain?this.viewer.terrainProvider=await this.cesium.Terrain.fromWorldTerrain({requestWaterMask:!0,requestVertexNormals:!0}):this.viewer.terrainProvider=this.cesium.createWorldTerrain({requestWaterMask:!0,requestVertexNormals:!0})}catch(i){console.error("Failed to enable terrain (both ArcGIS and Ion failed):",i),this.viewer.terrainProvider=new this.cesium.EllipsoidTerrainProvider}}else this.viewer.terrainProvider=new this.cesium.EllipsoidTerrainProvider}setDepthTestEnable(e){if(!this.viewer.scene.globe.show){this.viewer.scene.globe.depthTestAgainstTerrain=!1;return}this.viewer.scene.globe.depthTestAgainstTerrain=e}setCadMode(e){this.currentMode!==e&&(this.currentMode=e,this.is2d?this._enable2DMode():this._enable3DMode())}_enable2DMode(){const e=this.cesium,t=this.viewer.scene;this.setGlobeEnvironmentVisible(!0);const i=t.screenSpaceCameraController;this.setBackgroundColor("#000000"),this.setGlobeColor("#000000"),this.viewer.imageryLayers.removeAll(),i.enableZoomInertia=!1,i.enableTilt=!1,i.enableLook=!1,i.enableCollisionDetection=!1,i.inertiaSpin=0,i.inertiaZoom=0,i.inertiaTranslate=0,this.viewer.camera.setView({orientation:{heading:0,pitch:e.Math.toRadians(-90),roll:0}}),this._removeCameraLockListener&&(this._removeCameraLockListener(),this._removeCameraLockListener=null);let s=window.devicePixelRatio;s>2&&(s=2),this.viewer.resolutionScale=s,this.viewer.scene.postProcessStages.fxaa.enabled=!0,this.viewer.scene.highDynamicRange=!0,this.setCollisionDetection(!1),this.setHeightBasedZoom(!0)}_enable3DMode(){this._removeCameraLockListener&&(this._removeCameraLockListener(),this._removeCameraLockListener=null);const e=this.viewer.scene.screenSpaceCameraController;e.enableRotate=!0,e.enableTilt=!0,e.enableLook=!0,this.viewer.scene.morphTo3D(0),this.setMouseHabit(0),this.setCollisionDetection(!0),this.viewer.scene.screenSpaceCameraController.minimumZoomDistance=1,this.setHeightBasedZoom(!1)}async changeBaseMap(e,t){if(this.is2d){this.viewer.imageryLayers.removeAll();return}const i=Date.now();this.lastBaseMapRequestId=i;const s=this.viewer.imageryLayers,r=[];if(e==="tianditu"){const a=t?.token||"c25f14fb6bd4397cf8fe45144ff768d6",c=t?.layerType||"img_w",l=c.split("_"),d=l[0]||"img",h=l[1]||"w";let f="";d==="img"?f="cia":d==="vec"?f="cva":d==="ter"&&(f="cta");const p=f?`${f}_${h}`:"";r.push(new this.cesium.WebMapTileServiceImageryProvider({url:`https://{s}.tianditu.gov.cn/${c}/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=${d}&STYLE=default&TILEMATRIXSET=${h}&FORMAT=tiles&TILEMATRIX={TileMatrix}&TILEROW={TileRow}&TILECOL={TileCol}&tk=${a}`,layer:d,style:"default",format:"tiles",tileMatrixSetID:h,maximumLevel:18,subdomains:["t0","t1","t2","t3","t4","t5","t6","t7"]})),t.showAnnotation!==!1&&p&&r.push(new this.cesium.WebMapTileServiceImageryProvider({url:`https://{s}.tianditu.gov.cn/${p}/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=${f}&STYLE=default&TILEMATRIXSET=${h}&FORMAT=tiles&TILEMATRIX={TileMatrix}&TILEROW={TileRow}&TILECOL={TileCol}&tk=${a}`,layer:f,style:"default",format:"tiles",tileMatrixSetID:h,maximumLevel:18,subdomains:["t0","t1","t2","t3","t4","t5","t6","t7"]}))}else if(e==="arcgis"){console.log("Switching to ArcGIS...");const a=t?.url||"https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer";try{if(this.cesium.ArcGisMapServerImageryProvider.fromUrl){const c=this.cesium.ArcGisMapServerImageryProvider.fromUrl(a,{enablePickFeatures:!1}),l=new Promise((h,f)=>setTimeout(()=>f(new Error("ArcGIS metadata request timed out")),3e3)),d=await Promise.race([c,l]);r.push(d)}else r.push(new this.cesium.ArcGisMapServerImageryProvider({url:a,enablePickFeatures:!1}))}catch(c){console.warn("ArcGIS provider failed (or timed out), fallback to XYZ template",c),r.push(new this.cesium.UrlTemplateImageryProvider({url:`${a}/tile/{z}/{y}/{x}`,maximumLevel:19,credit:"ArcGIS Layer"}))}}else if(e==="tianditu_img")return this.changeBaseMap("tianditu",{...t,layerType:"img_w"});if(this.lastBaseMapRequestId!==i){console.log("BaseMap switch cancelled due to new request.");return}s.removeAll(),r.forEach(a=>s.addImageryProvider(a))}async searchLocation(e,t){if(!e)return null;if(!t)throw new Error("缺少天地图 Token");const s=JSON.stringify({keyWord:e,level:12,mapBound:"-180,-90,180,90",queryType:1,start:0,count:10}),r=`https://api.tianditu.gov.cn/v2/search?postStr=${encodeURIComponent(s)}&type=query&tk=${encodeURIComponent(t)}`,a=await fetch(r);if(!a.ok)throw new Error(`HTTP ${a.status}`);return await a.json()}setShadowsEnable(e){this.is2d||(this.viewer.shadows=e,this.viewer.terrainShadows=e?this.cesium.ShadowMode.ENABLED:this.cesium.ShadowMode.DISABLED,this.viewer.shadowMap&&(this._shadowDarkness===void 0?this.viewer.shadowMap.darkness=e?.7:.3:this.viewer.shadowMap.darkness=this._shadowDarkness))}_shadowDarkness;setShadowDarkness(e){this.is2d||(this._shadowDarkness=e,this.viewer.shadowMap&&(this.viewer.shadowMap.darkness=e))}setTime(e){if(this.is2d)return;let t;if(e instanceof Date)t=e;else{const s=this.cesium.JulianDate.now();t=this.cesium.JulianDate.toDate(s),t.setHours(e),t.setMinutes(0),t.setSeconds(0)}const i=this.cesium.JulianDate.fromDate(t);this.viewer.clock.currentTime=i}setModelColorAdjustment(e){if(this.is2d)return;const t=this.viewer,i=this.cesium;if(!t||!t.scene)return;const s=e.brightness!==void 0?e.brightness:1,r=e.contrast!==void 0?e.contrast:1,a=e.saturation!==void 0?e.saturation:1,c=t.scene.primitives,l=c.length,d=!!i.CustomShader;for(let h=0;h<l;++h){const f=c.get(h);if(f instanceof i.Cesium3DTileset)if(d)if(f.customShader&&f.customShader.isModelAdjustment)e.brightness!==void 0&&f.customShader.setUniform("u_brightness",s),e.contrast!==void 0&&f.customShader.setUniform("u_contrast",r),e.saturation!==void 0&&f.customShader.setUniform("u_saturation",a);else{const p=new i.CustomShader({uniforms:{u_brightness:{type:i.UniformType.FLOAT,value:s},u_contrast:{type:i.UniformType.FLOAT,value:r},u_saturation:{type:i.UniformType.FLOAT,value:a}},fragmentShaderText:`
99
99
  void fragmentMain(FragmentInput fsInput, inout czm_modelMaterial material) {
100
100
  // 1. 亮度 (Brightness) - RGB 乘法
101
101
  material.diffuse *= u_brightness;
@@ -115,4 +115,4 @@
115
115
  // 通常不需要 clamp,除非开启 HDR 后期望超亮,但负值需要避免
116
116
  material.diffuse = max(material.diffuse, vec3(0.0));
117
117
  }
118
- `});p.isModelAdjustment=!0,f.customShader=p}else e.brightness!==void 0&&e.brightness!==1&&!f.style&&(f.style=new i.Cesium3DTileStyle({color:`color('white') * ${e.brightness}`}))}}setModelBrightness(e){this.setModelColorAdjustment({brightness:e})}_defaultSkyBox=null;_updateLightDirection=e=>{e.light instanceof this.cesium.DirectionalLight&&(e.light.direction=e.camera.directionWC)};setEnvironmentMapEnable(e){this.is2d||(e?(this.viewer.scene.light=new this.cesium.DirectionalLight({direction:this.viewer.scene.camera.directionWC}),this.viewer.scene.preRender.addEventListener(this._updateLightDirection)):(this._defaultSkyBox&&(this.viewer.scene.skyBox=this._defaultSkyBox),this.viewer.scene.preRender.removeEventListener(this._updateLightDirection),this.viewer.scene.light=new this.cesium.SunLight),this.viewer.scene.imageBasedLighting&&(this.viewer.scene.imageBasedLighting.imageBasedLightingFactor=e?new this.cesium.Cartesian2(2,2):new this.cesium.Cartesian2(1,1)))}setAmbientOcclusion(e){if(this.is2d)return;const t=this.viewer.scene;if(!t||!t.postProcessStages||!t.postProcessStages.ambientOcclusion)return;const i=t.postProcessStages.ambientOcclusion;i.enabled=e,e&&(i.uniforms.ambientOcclusionOnly=!1,i.uniforms.intensity=3,i.uniforms.bias=.1,i.uniforms.lengthCap=.03,i.uniforms.stepSize=1,i.uniforms.blurStepSize=.86)}setCollisionDetection(e){if(this.is2d){this.viewer.scene.screenSpaceCameraController.enableCollisionDetection=!1;return}const t=this.viewer.scene.screenSpaceCameraController;t.enableCollisionDetection=e,e||t.minimumZoomDistance<1&&(t.minimumZoomDistance=1)}_customZoomHandler=null;setHeightBasedZoom(e){const t=this.viewer.scene.screenSpaceCameraController,i=this.cesium;if(this.viewer.camera.frustum.near=1e-4,this.viewer.camera.frustum.far=1e8,e||(this.viewer.camera.frustum.near=.1),this._customZoomHandler&&(this._customZoomHandler.destroy(),this._customZoomHandler=null),!e){t.zoomEventTypes.includes(i.CameraEventType.WHEEL)||t.zoomEventTypes.push(i.CameraEventType.WHEEL);return}t.zoomEventTypes=t.zoomEventTypes.filter(o=>o!==i.CameraEventType.WHEEL),this._customZoomHandler=new i.ScreenSpaceEventHandler(this.viewer.scene.canvas);let s=null;this._customZoomHandler.setInputAction(o=>{s=o.endPosition},i.ScreenSpaceEventType.MOUSE_MOVE),this._customZoomHandler.setInputAction(o=>{const a=this.viewer.camera,c=a.positionCartographic.height,l=Math.sign(o);if(c<.15&&l>0){ce.info("无法继续放大");return}const d=.3;let h=0;if(l>0){const m=c-1;h=m>0?m*d:0}else h=c*d;h=Math.max(.1,h),console.log(c);let f=null;if(!s)f=a.direction;else{const m=a.getPickRay(s);if(m){let C=this.viewer.scene.pickPosition(s);if(!C){const A=i.IntersectionTests.rayEllipsoid(m,this.viewer.scene.globe.ellipsoid);A&&(C=i.Ray.getPoint(m,A.start))}if(C){const A=i.Cartesian3.subtract(C,a.position,new i.Cartesian3);f=i.Cartesian3.normalize(A,new i.Cartesian3)}else f=a.direction}else f=a.direction}const p=l>0?h:-h*2,u=i.Cartesian3.multiplyByScalar(f,p,new i.Cartesian3);a.position=i.Cartesian3.add(a.position,u,new i.Cartesian3)},i.ScreenSpaceEventType.WHEEL)}setMouseHabit(e){if(this.is2d)return;const t=this.viewer.scene.screenSpaceCameraController;t.enableTranslate=!0,t.enableRotate=!0,t.enableZoom=!0,t.enableTilt=!0,t.enableLook=!1,t.lookEventTypes=[],e===1?(t.rotateEventTypes=[this.cesium.CameraEventType.RIGHT_DRAG],t.zoomEventTypes=[this.cesium.CameraEventType.MIDDLE_DRAG,this.cesium.CameraEventType.WHEEL,this.cesium.CameraEventType.PINCH],t.tiltEventTypes=[this.cesium.CameraEventType.PINCH,this.cesium.CameraEventType.LEFT_DRAG]):(t.rotateEventTypes=[this.cesium.CameraEventType.LEFT_DRAG],t.zoomEventTypes=[this.cesium.CameraEventType.RIGHT_DRAG,this.cesium.CameraEventType.WHEEL,this.cesium.CameraEventType.PINCH],t.tiltEventTypes=[this.cesium.CameraEventType.PINCH,this.cesium.CameraEventType.MIDDLE_DRAG])}}class vy{cesium;viewer;constructor(e){this.cesium=e.cesium,this.viewer=e.viewer}getCameraView(){const e=this.viewer.camera;return{position:{x:e.position.x,y:e.position.y,z:e.position.z},destination:{x:e.position.x,y:e.position.y,z:e.position.z},orientation:{heading:e.heading,pitch:e.pitch,roll:e.roll},duration:1}}flyToCameraView(e){const{position:t,orientation:i,duration:s}=e,o=new this.cesium.Cartesian3(t.x,t.y,t.z),a=new this.cesium.HeadingPitchRoll(i.heading,i.pitch,i.roll);!s||s<=0?this.viewer.camera.setView({destination:o,orientation:a}):this.viewer.camera.flyTo({destination:o,orientation:a,duration:s})}getCurrentCameraPositionAndTarget(){const e=this.getCameraView();return{position:e.position,target:{heading:e.orientation.heading,pitch:e.orientation.pitch,roll:e.orientation.roll},duration:e.duration}}setCameraView(e){const t=e.target||e.orientation||{},i=e.destination||e.position||{};this.flyToCameraView({position:{x:Number(i.x),y:Number(i.y),z:Number(i.z)},destination:{x:Number(i.x),y:Number(i.y),z:Number(i.z)},orientation:{heading:Number(t.heading||0),pitch:Number(t.pitch||0),roll:Number(t.roll||0)},duration:e.duration})}flyToLonLatHeight(e,t,i,s=1){const o=this.cesium.Cartesian3.fromDegrees(e,t,i),a={heading:this.cesium.Math.toRadians(0),pitch:this.cesium.Math.toRadians(-90),roll:0};!s||s<=0?this.viewer.camera.setView({destination:o,orientation:a}):this.viewer.camera.flyTo({destination:o,orientation:a,duration:s})}}function Iy(n){const{container:e,appContext:t,methods:i,viewerOptions:s,options:o,callbacks:a}=n,c=new jn,l=window.Cesium;if(!l)throw new Error("Cesium is not loaded");e.id=`cesium-container-${Ap()}`;const d={animation:!1,timeline:!1,infoBox:!1,homeButton:!1,fullscreenButton:!1,sceneModePicker:!1,navigationHelpButton:!1,geocoder:!1,baseLayerPicker:!1,selectionIndicator:!1,heightBasedZoom:!0,creditContainer:document.createElement("div"),contextOptions:{webgl:{alpha:!0}}},h=t?.config?.globalProperties?.$leitingBimOptions,f={...d,...h?.viewerOptions??{},...s??{}},p=new l.Viewer(e,f);p.camera.setView({destination:l.Cartesian3.fromDegrees(108,32,1e7),orientation:{heading:l.Math.toRadians(0),pitch:l.Math.toRadians(-90),roll:0}});let u=i;if(!u&&h&&(h.methods||(h.methods={}),u=h.methods),u){const m=new Dp({cesium:l,viewer:p,options:o,callbacks:a}),C=new Lr({cesium:l,viewer:p}),A=new wy({cesium:l,viewer:p}),b=new kp({cesium:l,viewer:p}),I=new vy({cesium:l,viewer:p});let k;const P=new Ds({cesium:l,viewer:p});o&&(o.globe!==void 0&&A.setGlobeEnvironmentVisible(o.globe),o.terrain!==void 0&&A.setTerrainEnable(o.terrain),o.depthTest!==void 0&&A.setDepthTestEnable(o.depthTest),o.mapProvider&&o.mode!=="2d"&&A.changeBaseMap(o.mapProvider,{token:o.tiandituToken,layerType:o.tiandituLayerType,showAnnotation:o.tiandituShowLabel,url:o.arcgisUrl}),o.shadows!==void 0&&A.setShadowsEnable(o.shadows),o.environmentMap!==void 0&&A.setEnvironmentMapEnable(o.environmentMap),o.ambientOcclusion!==void 0&&A.setAmbientOcclusion(o.ambientOcclusion),o.time!==void 0&&A.setTime(o.time),o.brightness!==void 0&&A.setModelBrightness(o.brightness),o.backgroundColor!==void 0&&A.setBackgroundColor(o.backgroundColor),o.collision!==void 0&&A.setCollisionDetection(o.collision),o.mouseHabit!==void 0&&A.setMouseHabit(o.mouseHabit),o.heightBasedZoom!==void 0&&A.setHeightBasedZoom(o.heightBasedZoom)),o&&o.mode==="2d"&&(console.log("InitMap: Setting CAD Mode 2D"),A.setCadMode("2d"),k=new rl({cesium:l,viewer:p})),C.events.on("tilesetLoaded",g=>{m.baseCompt.attachTileset(g,m.baseCompt.selectedColor),m.baseSection.attachTileset(g,g.leiting?.model?.modelId),u&&u.tilesLoad3dTiles&&u.tilesLoad3dTiles(g),o?.tilesLoad3dTiles&&o.tilesLoad3dTiles(g.leiting)}),C.events.on("loadingStatus",g=>{u&&u.onLoadingStatus&&u.onLoadingStatus(g)}),C.events.on("mountAll3Dtiles",({modelList:g})=>{o?.mountAll3Dtiles&&o.mountAll3Dtiles(g),u?.mountAll3Dtiles&&u.mountAll3Dtiles(g)}),C.events.on("updateModels",({modelList:g})=>{o?.updateModels&&o.updateModels(g),u?.updateModels&&u.updateModels(g)}),b.events.on("mountAllCad",g=>{o?.mountAllCad&&o.mountAllCad(g),u?.mountAllCad&&u.mountAllCad(g)}),m.baseCompt.loadNodeDetailsForModel=g=>C.loadNodeDetailsForModel(g),m.baseCompt.selectionChange(g=>{g.length!==0&&(o?.selectionChange&&o.selectionChange(g),u?.selectionChange&&u.selectionChange(g))}),u.onSearchComponent=g=>{o?.searchComponent&&o.searchComponent(g),u?.searchComponent&&u.searchComponent(g)};const R=u.saveRegion;u.saveRegion=g=>{o?.saveRegion&&o.saveRegion(g),R&&R!==o?.saveRegion&&R(g)};const T=u.saveCadCalibration;u.saveCadCalibration=g=>{o?.saveCadCalibration&&o.saveCadCalibration(g),T&&T!==o?.saveCadCalibration&&T(g)};const B=u.saveCadRegion;u.saveCadRegion=g=>{o?.saveCadRegion&&o.saveCadRegion(g),B&&B!==o?.saveCadRegion&&B(g)},u.getCesium=()=>l,u.getViewer=()=>p,u.getAnnotationInstance=()=>k,u.getMeasureInstance=()=>P,u.flyToCamera=g=>{I.setCameraView(g)},u.flyToLonLatHeight=(g,N,w,S=1)=>{I.flyToLonLatHeight(g,N,w,S)},u.flyTo=u.flyToCamera,u.getCameraState=()=>I.getCameraView(),u.getCameraInfo=u.getCameraState,u.restoreCameraState=g=>I.flyToCameraView(g),u.flyToCameraView=u.restoreCameraState,u.getCameraPositionTarget=()=>I.getCurrentCameraPositionAndTarget(),u.getCurrentCameraPositionAndTarget=u.getCameraPositionTarget,u.setCameraLookAt=g=>I.setCameraView(g),u.setCameraView=u.setCameraLookAt,u.setCanvasBackground=g=>A.setBackgroundColor(g),u.setBackgroundColor=u.setCanvasBackground,u.setAntiAliasing=g=>m.enableCesiumFXAA(g),u.enableCesiumFXAA=u.setAntiAliasing,u.setSceneVisibility=g=>m.setSceneOptions(g),u.setSceneOptions=u.setSceneVisibility,u.addDebugPoint=(g,N,w=0)=>{p.entities.add({position:l.Cartesian3.fromDegrees(g,N,w),point:{pixelSize:10,color:l.Color.RED}})},u.addPoint=u.addDebugPoint,u.toggleDebugLabels=()=>m.enableTestLabel(),u.enableTestLabel=u.toggleDebugLabels,u.captureScreenshot=()=>{const g=p.scene.canvas;return p.render(),g.toDataURL("image/png")},u.getImageBase64=u.captureScreenshot,u.captureDomScreenshot=(g,N)=>m.getSnapDomSImageBase64(g,N),u.getSnapDomSImageBase64=u.captureDomScreenshot,u.addModels=g=>C.addModels(g),u.add3DtilesModel=u.addModels,u.addObliquePhotography=g=>C.addOSGB(g),u.addOSGB=u.addObliquePhotography,u.adjustOSGBModelMatrix=g=>C.updateOSGBMatrix(g),u.updateOSGBMatrix=u.adjustOSGBModelMatrix,u.setModelVisibility=g=>C.showModels(g),u.showModels=u.setModelVisibility,u.showTileset=u.setModelVisibility,u.removeModels=g=>C.deleteModels(g),u.deleteModels=u.removeModels,u.clearAllModels=()=>{C.deleteAllModels(),c.emit("deleteAllModels")},u.deleteAllModelList=u.clearAllModels,u.deleteAllModels=u.clearAllModels,u.flyToModel=g=>C.flyToTileset(g),u.flyToTileset=u.flyToModel,u.flyToByModelId=u.flyToModel,u.setModelBrightness=g=>m.updateModelEffect(g),u.updateModelEffect=u.setModelBrightness,u.getAllTilesets=()=>C.getMapTileset(),u.getMapTileset=u.getAllTilesets,u.getCurrentModelId=()=>C.getBIMmodelId(),u.getBIMmodelId=u.getCurrentModelId,u.getLoadedModels=()=>C.getModelList(),u.getModelList=u.getLoadedModels,u.loadModelStructure=async g=>{const N=typeof g=="string"?g:g?.modelId;if(!N){console.warn("loadModelStructure: modelId is required");return}return await C.loadTreeForModel(N)},u.loadTreeForModel=u.loadModelStructure,u.loadModelDetails=async g=>{const N=typeof g=="string"?g:g?.modelId;if(!N){console.warn("loadModelDetails: modelId is required");return}return await C.loadNodeDetailsForModel(N)},u.loadNodeDetailsForModel=u.loadModelDetails,u._loadNodeDetailsForModel=async g=>{const N=typeof g=="string"?g:g?.modelId;if(!N){console.warn("loadModelDetails: modelId is required");return}return await C._loadNodeDetailsForModel(N)},u.setMapTileset=g=>C.setMapTileset(g),u.setCurrentModelId=g=>C.setBIMmodelId(g),u.setBIMmodelId=u.setCurrentModelId,u.setModelList=g=>C.setModelList(g),u.highlightComponents=(g,N={})=>m.baseCompt.setSelectColorUserModelCpt(g,N),u.setSelectColorUserModelCpt=u.highlightComponents,m.baseCompt.setLoadNodeDetailsCallback(g=>C.loadNodeDetailsForModel(g)),u.highlightAllComponents=(g,N)=>m.baseCompt.setAllSelectColorUserModelCpt(g,N),u.setAllSelectColorUserModelCpt=u.highlightAllComponents,u.setSelectColorUserModelCptByClear=(g,N)=>{m.baseCompt.clearAllHaveSelected(),m.baseCompt.setSelectColorUserModelCpt(g.selectCpts,N??{rank:0})},u.clearSelectColorUserModelCpt=()=>m.baseCompt.clearAllHaveSelected(),u.selectComponents=(g,N)=>{m.baseCompt.clearAllHaveSelected(),m.baseCompt.setSelectColorUserModelCpt(g,N??{rank:0})},u.setSelecteds=u.selectComponents,u.setSelectionColor=(g,N,w,S)=>m.baseCompt.setSelectedColorRgba(g,N,w,S),u.setSelectedColor=u.setSelectionColor,u.clearSelection=()=>m.baseCompt.clearAllHaveSelected(),u.clearAllHaveSelected=u.clearSelection,u.getSelectedComponents=g=>m.baseCompt.getSelected(g),u.getSelected=u.getSelectedComponents,u.onSelectionChange=g=>{m.baseCompt.selectionChange(g)},u.selectionChange=u.onSelectionChange,u.flyToComponents=g=>m.baseCompt.flyToObjects(g),u.flyToObjects=u.flyToComponents,u.setConstructionData=async g=>{if(g&&Array.isArray(g)){const N=new Set;g.forEach(w=>{w.mergeCpts&&Array.isArray(w.mergeCpts)&&w.mergeCpts.forEach(S=>{S.modelId&&N.add(S.modelId)})}),N.size>0&&await Promise.all(Array.from(N).map(w=>u.loadNodeDetailsForModel(w)))}m.baseCompt.setAllConstructionProgressTracking(g)},u.setAllConstructionProgressTracking=u.setConstructionData,u.startConstructionSimulation=()=>m.baseCompt.enableConstructionProgressTracking(),u.enableAllConstructionProgressTracking=u.startConstructionSimulation,u.stopConstructionSimulation=()=>m.baseCompt.disableConstructionProgressTracking(),u.disableConstructionProgressTracking=u.stopConstructionSimulation,u.disableAllConstructionProgressTracking=u.stopConstructionSimulation,u.resetConstructionSimulation=()=>m.baseCompt.freshConstructionProgressTracking(),u.freshConstructionProgressTracking=u.resetConstructionSimulation,u.restartConstructionSimulation=()=>m.baseCompt.reStartAnimation(),u.reStartAnimation=u.restartConstructionSimulation,u.resumeFlyTo=()=>m.baseCompt.resumeFlyTo(),u.pauseConstructionSimulation=()=>m.baseCompt.pauseFlyTo(),u.pauseFlyTo=u.pauseConstructionSimulation,u.pauseAnimation=u.pauseConstructionSimulation,u.resumeConstructionSimulation=()=>m.baseCompt.resumeFlyTo(),u.resumeAnimation=u.resumeConstructionSimulation,u.setComponentsVisibility=async g=>await m.baseCompt.setComponentVisibility(g),u.setElementsListVisible=u.setComponentsVisibility,u.setAllComponentsVisibility=async g=>await m.baseCompt.setAllComponentsVisibility(g),u.setAllElementsVisible=u.setAllComponentsVisibility,u.isolateComponents=g=>m.baseCompt.isolateComponentVisibility(g),u.isolateComponentVisibility=u.isolateComponents,u.getComponentsByVisibility=g=>m.baseCompt._getComponentsByVisibility(g),u.getShowCpts=g=>m.baseCompt.getComponentsByVisibility(g),u.getElementsVisible=g=>m.baseCompt.getComponentsByVisibility(g),u.setComponentVisibility=u.setComponentsVisibility,u.enableSectioning=(g,N)=>m.baseSection.open(g,N),u.openSection=u.enableSectioning,u.disableSectioning=g=>m.baseSection.close(g),u.closeSection=u.disableSectioning,u.updateSectionBox=g=>m.baseSection.updateRange(g),u.updateSectionRange=u.updateSectionBox,u.getSectionBox=()=>m.baseSection.getRange(),u.getSectionRange=u.getSectionBox,u.fitSectionToModel=()=>m.baseSection.fitToModels(),u.fitToModels=u.fitSectionToModel,u.setSectionBoxVisibility=g=>m.baseSection.setBoxVisibility(g),u.startFirstPersonMode=()=>{m.baseCompt.disableSelection(),m.basePlayer.openPlayer()},u.openPlayer=u.startFirstPersonMode,u.startCameraRoam=()=>{m.baseCompt.disableSelection(),m.basePlayer.openCameraRoam()},u.stopFirstPersonMode=()=>{m.basePlayer.closePlayer(),m.baseCompt.enableSelection()},u.closePlayer=u.stopFirstPersonMode,u.setPlayerPosition=g=>m.basePlayer.setPersonPosition(g),u.setPersonPosition=u.setPlayerPosition,u.setPlayerDefaultPosition=()=>m.basePlayer.setDefaultPosition(),u.setWalkSpeed=g=>m.basePlayer.setSpeed({speed:g}),u.setPlayerSpeed=u.setWalkSpeed,u.setPlayerConfig=g=>m.basePlayer.setParams(g),u.setPlayerParams=u.setPlayerConfig,u.setPlayerAction=(g,N)=>m.basePlayer.setMoveState(g,N),u.setPlayerMoveState=u.setPlayerAction,u.bindPlayerControls=g=>m.basePlayer.bindUiKeys(g),u.bindPlayerUiKeys=u.bindPlayerControls,u.setGlobeVisibility=g=>A.setGlobeEnvironmentVisible(g),u.setGlobeEnvironmentVisible=u.setGlobeVisibility,u.setTerrainVisibility=g=>A.setTerrainEnable(g),u.setTerrainEnable=u.setTerrainVisibility,u.setDepthTest=g=>A.setDepthTestEnable(g),u.setDepthTestEnable=u.setDepthTest,u.setBaseMap=(g,N)=>A.changeBaseMap(g,N),u.changeBaseMap=u.setBaseMap,u.setWorldTime=g=>A.setTime(g),u.setTime=u.setWorldTime,u.setGisOptions=g=>{g.globe!==void 0&&A.setGlobeEnvironmentVisible(g.globe),g.elevation!==void 0&&A.setTerrainEnable(g.elevation),g.depthTestAgainstTerrain!==void 0&&A.setDepthTestEnable(g.depthTestAgainstTerrain),g.rendering!==void 0&&A.setAmbientOcclusion(g.rendering)},u.setShadowVisibility=g=>A.setShadowsEnable(g),u.setShadowsEnable=u.setShadowVisibility,u.setEnvironmentMapVisibility=g=>A.setEnvironmentMapEnable(g),u.setEnvironmentMapEnable=u.setEnvironmentMapVisibility,u.setAOVisibility=g=>A.setAmbientOcclusion(g),u.setAmbientOcclusion=u.setAOVisibility,u.setBackgroundColor=g=>A.setGlobeColor(g),u.setGlobeColor=u.setBackgroundColor,u.setModelBrightness=g=>A.setModelBrightness(g),u.adjustModelColor=g=>A.setModelColorAdjustment(g),u.setModelColorAdjustment=u.adjustModelColor,u.setShadowIntensity=g=>{A.setShadowDarkness?A.setShadowDarkness(g):console.warn("baseSetting.setShadowDarkness is not available. Please reload the page.")},u.setShadowDarkness=u.setShadowIntensity,u.switchSceneMode=async g=>{const N=g?"2d":"3d";await A.setCadMode(N),g&&!k&&(k=new rl({cesium:l,viewer:p}),u.setGlobeVisibility(!0)),c.emit("setMode",N)},u.setSceneMode=u.switchSceneMode,u.set2d=g=>u.switchSceneMode(g),u.is2dMode=()=>A.is2d,u.setMouseControlMode=g=>A.setMouseHabit(g),u.setMouseHabit=u.setMouseControlMode,u.setCollisionEnabled=g=>A.setCollisionDetection(g),u.setCollisionDetection=u.setCollisionEnabled,u.searchAndLocate=(g,N)=>A.searchLocation(g,N),u.searchLocation=u.searchAndLocate,u.getConfigure=()=>(console.warn("getConfigure is not initialized. Please ensure LeitingSetting component is mounted."),{}),u.setConfigure=g=>{console.warn("setConfigure is not initialized. Please ensure LeitingSetting component is mounted.",g)},u.addCadModel=g=>{const N={...g};return N.files&&!N.fileNames&&(N.fileNames=N.files),N.fileNames||(N.fileNames=[]),b.addDxfModel(N)},u.addDxfModel=u.addCadModel,u.deleteCad=g=>b.deleteCad(g),u.deleteAllCad=()=>b.deleteAllCad(),u.showCadModel=g=>b.showJson(g),u.showGeoJson=g=>b.showJson(g),u.showDxfModel=u.showCadModel,u.showCadLayer=g=>b.showJsonByLayer(g),u.showDxfLayer=u.showCadLayer,u.flyToCadModel=(g={})=>b.flyToCadModel(g),u.getCadModels=g=>b.getDxfModels(g),u.getDxfModels=u.getCadModels,u.getCadLayers=g=>b.getMapLayers(g),u.getDxfLayers=u.getCadLayers,u.getCadModelId=()=>b.getModelId(),u.setCadOpen=g=>b.setDxfOpen(g),u.setDxfOpen=u.setCadOpen,u.getCadOpen=()=>b.getDxfOpen(),u.getDxfOpen=u.getCadOpen,u.adjustCadModel=g=>b.adjustingModelByCad(g),u.adjustingModelByCad=u.adjustCadModel,u.saveAnnotations=()=>{let g=null;return k&&(g=k.saveAnnotations()),o?.saveAnnotations&&o.saveAnnotations(g),g},u.loadAnnotations=g=>k?k.loadAnnotations(g):!1,u.flyToTopView=()=>{b.flyToCadModel()},u.menuEvents=c,u.addMenuItems=g=>{c.emit("insertMenu",g)},u.insertMenu=u.addMenuItems,u.filterMenuItems=g=>{c.emit("setMenuListFilter",g)},u.setMenuListFilter=u.filterMenuItems,u.setMenuVisibility=g=>{c.emit("showMenu",g)},u.showMenu=u.setMenuVisibility,u.setPanelVisibility=(g,N)=>{c.emit("setMenuActive",g,N)},u.setMenuActive=u.setPanelVisibility,u.addContextMenuItems=g=>{console.warn("addContextMenuItems is not initialized yet. Please wait for LeitingBIM component to mount.",g)},u.insertContextMenu=u.addContextMenuItems,u.removeContextMenuItems=g=>{console.warn("removeContextMenuItems is not initialized yet.",g)},u.deleteContextMenu=u.removeContextMenuItems,u.closeContextMenu=()=>{console.warn("closeContextMenu is not initialized yet.")},u.hideContextMenu=u.closeContextMenu,u.getModelTree=()=>{const g=[],N=C.getMapTileset();return Object.keys(N).forEach(w=>{const S=N[w];if(S&&S.leiting&&S.leiting.tree){const L=S.leiting.tree;Array.isArray(L)?g.push(...L):g.push(L)}}),g},u.getTree=u.getModelTree,u.getAllComponentDetails=()=>{const g=C.getMapTileset(),N={},w=[];try{Object.keys(g).forEach(S=>{const L=g[S];if(!L||!L.leiting)return;const V=L.leiting,M=V.node,E=V.model.formData,y=V.box;if(!M||!M.nodeExtras)return;const v=V.model.modelId;N[v]=M.nodeExtras;const D=M.nodeExtras.element;if(!D)return;const F=y?y.center:{x:0,y:0,z:0};Object.values(D).forEach(Q=>{if(Q.box3)try{const O=l.Quaternion.fromAxisAngle(l.Cartesian3.UNIT_Z,l.Math.toRadians(E.totalRotation||0)),x=l.Matrix4.fromRotationTranslation(l.Matrix3.fromQuaternion(O),new l.Cartesian3(0,0,0)),U=l.Cartesian3.fromDegrees(E.longitude,E.latitude,E.height),H=l.Transforms.eastNorthUpToFixedFrame(U);l.Matrix4.multiply(H,x,H);const j=new l.Cartesian3(F.x,F.y,0),X=new l.Cartesian3;l.Matrix4.multiplyByPoint(H,j,X);const Z=l.Cartographic.fromCartesian(X),re=Q.box3?.Center?.x||0,se=Q.box3?.Center?.y||0,oe=Q.box3?.Center?.z||0,ge=new l.Cartesian3(-F.x+re,-F.y+se,0+oe),ve=l.Matrix4.fromTranslation(ge),Ce=l.Matrix4.clone(ve);l.Matrix4.multiply(x,Ce,Ce);const Be=l.Cartesian3.fromDegrees(Z.longitude/Math.PI*180,Z.latitude/Math.PI*180,E.height),Te=l.Transforms.eastNorthUpToFixedFrame(Be);l.Matrix4.multiply(Te,Ce,Te);const _e=l.Cartographic.fromCartesian(new l.Cartesian3(Te[12],Te[13],Te[14]));Q.box3.cartographic={longitude:_e.longitude/Math.PI*180,latitude:_e.latitude/Math.PI*180,height:_e.height};const z={id:Q.uniqueId,billboard:[{theme:"Tag9999",position:[Q.box3.cartographic.longitude,Q.box3.cartographic.latitude,Q.box3.cartographic.height],options:{text:Q.name}}]};w.push(z)}catch(O){console.warn("Error calculating component position:",O)}})})}catch(S){console.error("getAllComponents error:",S)}return N},u.getAllComponents=u.getAllComponentDetails,u.getComponentInfoList=async g=>{if(!Array.isArray(g))return[];const N=C.getMapTileset(),w=[],S=[],L={};g.forEach(M=>{const y=N[M.modelId]?.leiting?.model?.dbName;y&&M.elementId&&S.push({dbName:y,elementId:M.elementId,modelId:M.modelId})});const V=new Set;if(g.forEach(M=>{const E=N[M.modelId],y=`${M.modelId}_${M.elementId}`;L[y]||E&&E.leiting&&!E.leiting?.node?.nodeExtras&&E.leiting.model?.nodeUrl&&V.add(M.modelId)}),V.size>0&&C._loadNodeDetailsForModel)try{const M=Array.from(V).map(E=>C._loadNodeDetailsForModel(E));await Promise.all(M)}catch(M){console.error("Failed to load node details in getComponentInfoList",M)}try{g.forEach(M=>{const E=M.modelId,y=M.elementId,v=N[E];if(!v||!v.leiting)return;const D=`${E}_${y}`,F=L[D];let Q=null;if(F)Q=F;else{const O=v.leiting.node?.nodeExtras?.element||v.leiting.node?.nodeExtras;O&&O[y]&&(Q=JSON.parse(JSON.stringify(O[y])))}if(Q){if(Q.elementId=y,Q.modelId=E,Q.box3&&!Q.box3.cartographic)try{const O=v.leiting,x=O.model.formData,U=O.box,H=U?U.center:{x:0,y:0,z:0},j=l.Quaternion.fromAxisAngle(l.Cartesian3.UNIT_Z,l.Math.toRadians(x.totalRotation||0)),X=l.Matrix4.fromRotationTranslation(l.Matrix3.fromQuaternion(j),new l.Cartesian3(0,0,0)),Z=l.Cartesian3.fromDegrees(x.longitude,x.latitude,x.height),re=l.Transforms.eastNorthUpToFixedFrame(Z);l.Matrix4.multiply(re,X,re);const se=new l.Cartesian3(H.x,H.y,0),oe=new l.Cartesian3;l.Matrix4.multiplyByPoint(re,se,oe);const ge=l.Cartographic.fromCartesian(oe),ve=Q.box3?.Center?.x||0,Ce=Q.box3?.Center?.y||0,Be=Q.box3?.Center?.z||0,Te=new l.Cartesian3(-H.x+ve,-H.y+Ce,0+Be),_e=l.Matrix4.fromTranslation(Te),z=l.Matrix4.clone(_e);l.Matrix4.multiply(X,z,z);const Y=l.Cartesian3.fromDegrees(ge.longitude/Math.PI*180,ge.latitude/Math.PI*180,x.height),$=l.Transforms.eastNorthUpToFixedFrame(Y);l.Matrix4.multiply($,z,$);const Pe=l.Cartographic.fromCartesian(new l.Cartesian3($[12],$[13],$[14]));Q.box3.cartographic={longitude:Pe.longitude/Math.PI*180,latitude:Pe.latitude/Math.PI*180,height:Pe.height}}catch(O){console.warn("Error calculating component position:",O)}w.push(Q)}})}catch(M){console.error("getComponentInfoList processing error:",M)}return w},u.getCptInfos=u.getComponentInfoList,u.baseCompt=m.baseCompt,u.setTeleportTarget=g=>{u.onSetTeleportTarget&&u.onSetTeleportTarget(g)},window.Methods=u}return console.log("methods",u),{Cesium:l,viewer:p,methods:u,menuEvents:c}}function Fs(n){return r.getCurrentScope()?(r.onScopeDispose(n),!0):!1}function Ns(n){return typeof n=="function"?n():r.unref(n)}const By=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const xy=Object.prototype.toString,Sy=n=>xy.call(n)==="[object Object]",Ty=()=>{};function My(n){return r.getCurrentInstance()}function cl(n,e=!0,t){My()?r.onMounted(n,t):e?n():r.nextTick(n)}function kt(n){var e;const t=Ns(n);return(e=t?.$el)!=null?e:t}const En=By?window:void 0;function Dy(...n){let e,t,i,s;if(typeof n[0]=="string"||Array.isArray(n[0])?([t,i,s]=n,e=En):[e,t,i,s]=n,!e)return Ty;Array.isArray(t)||(t=[t]),Array.isArray(i)||(i=[i]);const o=[],a=()=>{o.forEach(h=>h()),o.length=0},c=(h,f,p,u)=>(h.addEventListener(f,p,u),()=>h.removeEventListener(f,p,u)),l=r.watch(()=>[kt(e),Ns(s)],([h,f])=>{if(a(),!h)return;const p=Sy(f)?{...f}:f;o.push(...t.flatMap(u=>i.map(m=>c(h,u,m,p))))},{immediate:!0,flush:"post"}),d=()=>{l(),a()};return Fs(d),d}function ky(){const n=r.ref(!1),e=r.getCurrentInstance();return e&&r.onMounted(()=>{n.value=!0},e),n}function dl(n){const e=ky();return r.computed(()=>(e.value,!!n()))}function ui(n,e={}){const{window:t=En}=e,i=dl(()=>t&&"matchMedia"in t&&typeof t.matchMedia=="function");let s;const o=r.ref(!1),a=d=>{o.value=d.matches},c=()=>{s&&("removeEventListener"in s?s.removeEventListener("change",a):s.removeListener(a))},l=r.watchEffect(()=>{i.value&&(c(),s=t.matchMedia(Ns(n)),"addEventListener"in s?s.addEventListener("change",a):s.addListener(a),o.value=s.matches)});return Fs(()=>{l(),c(),s=void 0}),o}function Py(n,e,t={}){const{window:i=En,...s}=t;let o;const a=dl(()=>i&&"ResizeObserver"in i),c=()=>{o&&(o.disconnect(),o=void 0)},l=r.computed(()=>Array.isArray(n)?n.map(f=>kt(f)):[kt(n)]),d=r.watch(l,f=>{if(c(),a.value&&i){o=new ResizeObserver(e);for(const p of f)p&&o.observe(p,s)}},{immediate:!0,flush:"post"}),h=()=>{c(),d()};return Fs(h),{isSupported:a,stop:h}}function Fy(n,e={width:0,height:0},t={}){const{window:i=En,box:s="content-box"}=t,o=r.computed(()=>{var f,p;return(p=(f=kt(n))==null?void 0:f.namespaceURI)==null?void 0:p.includes("svg")}),a=r.ref(e.width),c=r.ref(e.height),{stop:l}=Py(n,([f])=>{const p=s==="border-box"?f.borderBoxSize:s==="content-box"?f.contentBoxSize:f.devicePixelContentBoxSize;if(i&&o.value){const u=kt(n);if(u){const m=u.getBoundingClientRect();a.value=m.width,c.value=m.height}}else if(p){const u=Array.isArray(p)?p:[p];a.value=u.reduce((m,{inlineSize:C})=>m+C,0),c.value=u.reduce((m,{blockSize:C})=>m+C,0)}else a.value=f.contentRect.width,c.value=f.contentRect.height},t);cl(()=>{const f=kt(n);f&&(a.value="offsetWidth"in f?f.offsetWidth:e.width,c.value="offsetHeight"in f?f.offsetHeight:e.height)});const d=r.watch(()=>kt(n),f=>{a.value=f?e.width:0,c.value=f?e.height:0});function h(){l(),d()}return{width:a,height:c,stop:h}}function ul(n={}){const{window:e=En,initialWidth:t=Number.POSITIVE_INFINITY,initialHeight:i=Number.POSITIVE_INFINITY,listenOrientation:s=!0,includeScrollbar:o=!0}=n,a=r.ref(t),c=r.ref(i),l=()=>{e&&(o?(a.value=e.innerWidth,c.value=e.innerHeight):(a.value=e.document.documentElement.clientWidth,c.value=e.document.documentElement.clientHeight))};if(l(),cl(l),Dy("resize",l,{passive:!0}),s){const d=ui("(orientation: portrait)");r.watch(d,()=>l())}return{width:a,height:c}}const Ny={class:"title"},Ry={class:"actions"},Ly={class:"card-body"},Oy=r.defineComponent({__name:"LeitingDraggableCard",props:{visible:{type:Boolean,default:!0},open:{type:Boolean,default:void 0},title:{type:String,default:"Title"},initialPosition:{type:Object,default:()=>({x:0,y:0})},width:{type:[Number,String],default:300},minWidth:{type:Number,default:200},fullHeight:{type:Boolean,default:!1},align:{type:String,default:""}},emits:["update:visible","update:open","close"],setup(n,{emit:e}){const t=n,i=r.inject("leiting-theme",r.ref("dark")),s=ui("(max-width: 767.98px), (pointer: coarse)"),o=e,a=r.computed({get:()=>t.open!==void 0?t.open:t.visible,set:B=>{o("update:visible",B),o("update:open",B)}}),c=r.ref(null),l=r.ref(t.initialPosition?.x||0),d=r.ref(t.initialPosition?.y||0),h=r.ref(t.width),f=r.ref(t.fullHeight?"100%":"600px");r.watch(()=>t.fullHeight,B=>{B?f.value="100%":f.value==="100%"&&(f.value="600px")});const{height:p}=ul();r.watch(p,()=>{t.fullHeight&&(f.value="100%")});const u=r.ref(!1),m=B=>{u.value=!0,B.preventDefault(),B.stopPropagation();const g=B.clientX,N=B.clientY,w=typeof h.value=="number"?h.value:c.value?.offsetWidth||0,S=typeof f.value=="number"?f.value:c.value?.offsetHeight||0,L=M=>{if(!u.value)return;M.preventDefault();const E=M.clientX-g,y=M.clientY-N,v=w+E,D=S+y;v>100&&(h.value=v),D>100&&(f.value=D)},V=()=>{u.value=!1,document.removeEventListener("mousemove",L),document.removeEventListener("mouseup",V)};document.addEventListener("mousemove",L),document.addEventListener("mouseup",V)},C=r.computed(()=>({left:`${l.value}px`,top:`${d.value}px`,width:typeof h.value=="number"?`${h.value}px`:h.value,height:typeof f.value=="number"?`${f.value}px`:f.value,position:"absolute",zIndex:2e3})),A=()=>{r.nextTick(()=>{if(c.value){const B=c.value.offsetParent||document.body,g=B.clientWidth,N=B.clientHeight,w=typeof h.value=="number"?h.value:c.value.offsetWidth||350,S=typeof f.value=="number"?f.value:c.value.offsetHeight||600;l.value+w>g&&(l.value=Math.max(0,g-w-20)),d.value+S>N&&(d.value=Math.max(0,N-S-20)),l.value<0&&(l.value=0),d.value<0&&(d.value=0)}})},b=r.ref(!1),I=B=>{if(B.target.closest(".close-btn")||B.target.closest(".actions"))return;b.value=!0,B.preventDefault(),B.stopPropagation();const g=B.clientX,N=B.clientY,w=l.value,S=d.value,L=M=>{if(!b.value)return;M.preventDefault();const E=M.clientX-g,y=M.clientY-N;l.value=w+E,d.value=S+y},V=()=>{b.value=!1,document.removeEventListener("mousemove",L),document.removeEventListener("mouseup",V),A()};document.addEventListener("mousemove",L),document.addEventListener("mouseup",V)},k=()=>{r.nextTick(()=>{if(t.align&&c.value){const B=c.value.offsetParent||document.body,g=typeof h.value=="number"?h.value:c.value.offsetWidth||350;t.align==="right"?l.value=Math.max(0,B.clientWidth-g-20):t.align==="center"&&(l.value=Math.max(0,(B.clientWidth-g)/2))}A()})};r.onMounted(()=>{t.align?k():A()}),r.watch(a,B=>{B&&(t.align?k():A())});const P=()=>{a.value=!1,o("close")},R=B=>{if(B.target.closest(".close-btn")||B.target.closest(".actions")||B.touches.length!==1)return;b.value=!0,B.preventDefault(),B.stopPropagation();const g=B.touches[0],N=g?.clientX??0,w=g?.clientY??0,S=l.value,L=d.value,V=E=>{if(!b.value||E.touches.length!==1)return;E.preventDefault();const y=E.touches[0],v=(y?.clientX??0)-N,D=(y?.clientY??0)-w;l.value=S+v,d.value=L+D},M=()=>{b.value=!1,document.removeEventListener("touchmove",V),document.removeEventListener("touchend",M),A()};document.addEventListener("touchmove",V,{passive:!1}),document.addEventListener("touchend",M)},T=B=>{if(B.touches.length!==1)return;u.value=!0,B.preventDefault(),B.stopPropagation();const g=B.touches[0],N=g?.clientX??0,w=g?.clientY??0,S=typeof h.value=="number"?h.value:c.value?.offsetWidth||0,L=typeof f.value=="number"?f.value:c.value?.offsetHeight||0,V=E=>{if(!u.value||E.touches.length!==1)return;E.preventDefault();const y=E.touches[0],v=(y?.clientX??0)-N,D=(y?.clientY??0)-w,F=S+v,Q=L+D;F>100&&(h.value=F),Q>100&&(f.value=Q)},M=()=>{u.value=!1,document.removeEventListener("touchmove",V),document.removeEventListener("touchend",M)};document.addEventListener("touchmove",V,{passive:!1}),document.addEventListener("touchend",M)};return(B,g)=>r.withDirectives((r.openBlock(),r.createElementBlock("div",{ref_key:"cardRef",ref:c,class:r.normalizeClass(["draggable-card leiting-scroll",["leiting-theme-"+r.unref(i)]]),style:r.normalizeStyle(C.value)},[r.createElementVNode("div",{ref:"headerRef",class:"card-header",onMousedown:I,onTouchstart:R},[r.createElementVNode("span",Ny,r.toDisplayString(n.title),1),r.createElementVNode("div",Ry,[r.renderSlot(B.$slots,"header-extra",{},void 0,!0),r.createElementVNode("span",{class:"close-btn",onClick:P},"×")])],544),r.createElementVNode("div",Ly,[r.renderSlot(B.$slots,"default",{},void 0,!0)]),r.unref(s)?r.createCommentVNode("",!0):(r.openBlock(),r.createElementBlock("div",{key:0,class:"resize-handle",onMousedown:m,onTouchstart:T},[...g[0]||(g[0]=[r.createElementVNode("svg",{viewBox:"0 0 10 10",width:"10",height:"10",fill:"currentColor"},[r.createElementVNode("path",{d:"M10 10 L10 2 L2 10 Z"})],-1)])],32))],6)),[[r.vShow,a.value]])}}),ye=(n,e)=>{const t=n.__vccOpts||n;for(const[i,s]of e)t[i]=s;return t},Le=ye(Oy,[["__scopeId","data-v-d1736023"]]);function hl(n){const e=r.ref([]),t=r.ref([]),i=r.ref([]),s=r.ref(""),o=r.ref(!0);r.watch(()=>r.unref(n),f=>{if(!f||f.length===0)return;const p=[],u=(A,b)=>{A.forEach(I=>{const k=I.id||I.key||I.$id,P=I.modelId||b;P&&(I.modelId=P),k&&p.push(k),I.children&&I.children.length>0&&u(I.children,P)})};u(f);const m=new Set(i.value);let C=!1;p.forEach(A=>{m.has(A)||(m.add(A),C=!0)}),C&&(i.value=Array.from(m))},{immediate:!0,deep:!0});const a=r.computed(()=>{const f=r.unref(n);if(!f)return[];const p=[],u=(m,C)=>{m.forEach(A=>{const b=A.id||A.key||A.$id,I=A.name||A.title;p.push({key:b,title:I,parentKey:C}),A.children&&A.children.length>0&&u(A.children,b)})};return u(f),p}),c=f=>{e.value=f,o.value=!1},l=f=>{i.value=f},d=f=>{t.value=f},h=f=>a.value.find(u=>u.key===f)?.parentKey;return r.watch(s,f=>{if(!f)return;const u=a.value.filter(C=>C.title&&C.title.toLowerCase().includes(f.toLowerCase())).map(C=>C.parentKey),m=new Set;u.forEach(C=>{let A=C;for(;A;)m.add(A),A=h(A)}),e.value=[...m],o.value=!0}),{expandedKeys:e,selectedKeys:t,checkedKeys:i,searchValue:s,autoExpandParent:o,onExpand:c,onCheck:l,onSelect:d}}const Uy={class:"search-box"},_y={key:0},Qy={style:{color:"#f50"}},Vy={key:1},Gy={key:1,class:"empty-tip"},hi=ye(r.defineComponent({__name:"LeitingTree",props:{visible:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},title:{type:String,default:"构件树"},width:{type:[Number,String],default:320},treeData:{type:Array,default:()=>[]},initialPosition:{type:Object,default:()=>({x:0,y:0})},fullHeight:{type:Boolean,default:!1}},emits:["update:visible","update:open","close","select","check"],setup(n,{emit:e}){const t=ie.Input.Search,i=ie.Tree,s=n,o=e,a=r.inject("leiting-theme",r.ref("dark")),c=r.inject("leitingMethods"),l=w=>{c?.value?.onSearchComponent&&c.value.onSearchComponent(w)},d=r.computed({get:()=>s.open!==void 0?s.open:s.visible,set:w=>{o("update:visible",w),o("update:open",w)}}),h=r.ref(null),{height:f}=Fy(h),p=r.computed(()=>f.value||300),u=r.ref({children:"children",title:"name",key:"id"}),m=r.ref([]),{expandedKeys:C,selectedKeys:A,checkedKeys:b,searchValue:I,autoExpandParent:k}=hl(r.toRef(s,"treeData")),P=(w,S)=>{if(!S)return w;const L=S.toLowerCase();return w.reduce((V,M)=>{const y=(M.name||M.title||"").toLowerCase().includes(L);if(M.children&&M.children.length>0){const v=P(M.children,S);(v.length>0||y)&&V.push({...M,children:v})}else y&&V.push({...M});return V},[])};r.watch([()=>s.treeData,I],([w,S])=>{w?m.value=P(w,S||""):m.value=[]},{immediate:!0,deep:!0});const R=w=>{C.value=w,k.value=!1},T=w=>{const S=[],L=V=>{if(!V.children||V.children.length===0){const E=V.element_Id;V.modelId&&E&&S.push({modelId:V.modelId,elementId:E})}else V.children.forEach(L)};return L(w),S},B=(w,S)=>{b.value=w,o("check",w,S);const L=[],V=new Set(w.map(E=>String(E))),M=E=>{for(let y=0;y<E.length;y++){const v=E[y];if(!v.children||v.children.length===0){if(!V.has(String(v.id))){const Q=v.element_Id;v.modelId&&Q&&L.push({modelId:v.modelId,elementId:Q,show:!1})}}else v.children&&M(v.children)}};s.treeData&&M(s.treeData),c?.value?.setComponentVisibility&&c.value.setComponentVisibility(L),c?.value?.onTreeCheck&&c.value.onTreeCheck(w,S)},g=(w,S)=>{if(A.value=w,o("select",w,S),S.selected){const L=T(S.node);L.length>0&&c?.value?.flyToObjects&&c.value.flyToObjects({selectCpts:L})}c?.value?.onTreeSelect&&c.value.onTreeSelect(w,S)},N=()=>{o("update:visible",!1),o("close")};return(w,S)=>(r.openBlock(),r.createBlock(Le,{visible:d.value,"onUpdate:visible":S[1]||(S[1]=L=>d.value=L),title:n.title,"initial-position":n.initialPosition,"full-height":n.fullHeight,onClose:N},{default:r.withCtx(()=>[r.createElementVNode("div",{class:r.normalizeClass(["leiting-tree-container",[`theme-${r.unref(a)}`]])},[r.createElementVNode("div",Uy,[r.createVNode(r.unref(t),{value:r.unref(I),"onUpdate:value":S[0]||(S[0]=L=>r.isRef(I)?I.value=L:null),placeholder:"搜索构件","allow-clear":"","enter-button":"",onSearch:l},null,8,["value"])]),r.createElementVNode("div",{class:"tree-wrapper",ref_key:"treeWrapperRef",ref:h},[m.value&&m.value.length?(r.openBlock(),r.createBlock(r.unref(i),{key:0,"tree-data":m.value,"field-names":u.value,height:p.value,"expanded-keys":r.unref(C),"auto-expand-parent":r.unref(k),"selected-keys":r.unref(A),"checked-keys":r.unref(b),checkable:"","block-node":"",onExpand:R,onSelect:g,onCheck:B},{title:r.withCtx(({name:L,title:V})=>[(L||V)&&r.unref(I)&&(L||V).toLowerCase().indexOf(r.unref(I).toLowerCase())>-1?(r.openBlock(),r.createElementBlock("span",_y,[r.createTextVNode(r.toDisplayString((L||V).substr(0,(L||V).toLowerCase().indexOf(r.unref(I).toLowerCase())))+" ",1),r.createElementVNode("span",Qy,r.toDisplayString(r.unref(I)),1),r.createTextVNode(" "+r.toDisplayString((L||V).substr((L||V).toLowerCase().indexOf(r.unref(I).toLowerCase())+r.unref(I).length)),1)])):(r.openBlock(),r.createElementBlock("span",Vy,r.toDisplayString(L||V),1))]),_:1},8,["tree-data","field-names","height","expanded-keys","auto-expand-parent","selected-keys","checked-keys"])):(r.openBlock(),r.createElementBlock("div",Gy,"暂无数据"))],512)],2)]),_:1},8,["visible","title","initial-position","full-height"]))}}),[["__scopeId","data-v-3748c20d"]]),Hy="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAEhSURBVDhP1ZRhkcIwEIWJAsDBOTgkgAJAAYcCQAFFAUgoDjgFh4Q7B+cAUFC+19kyS0hL+Ulm3nS6+/ZLNkkbOk9GURRDWUIIxyZraEoCWZLfmmcOLK/z14KAqGiGvq14zDMHNk/BHkAAehh/0ABtKMxUSFzPNfpFI+JnD7wDYVaxIIov41bIfxHfoROakhe0HDeQmbQfFzTxJj+zTXYg1kWrarISRFKzLNAfGsbL9iDzq/0j+kQZ/k1wm7onoKW3Hq42F0jLVK//Tcebott2fJAbVK1lvKwBNd6rRIsFsfJka0G2qdpQPy7+EPC0AumexKAzoH5FbgvSbHuUW6EOYubbfwX0cLPfFJS4K6mPNrbdHb+uvP498dhVn4v9FWo9V3RZzFxAv8L9AAAAAElFTkSuQmCC",Rs="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAERSURBVDhPvZTrEYIwEISTCrQD6EA7gA60AylBK1Aq0A7ECrQDoQPsADrACuLuTMJkIiHxjzezgyR7H3d5KJVSqRAigcaQUjYYX2JgZY/P/O4lEgYYFo7pgPcc2kSCBoIUzDeo0klPPEsNYlX7AKzA/M6ASrRzYoIGG5DAOCvzBvzMOxqQazSgLLI1QdAW5jWpUAPV0AVKIc7FRCuNy7RkWozJtj1BED7ANbpDXHhffFXUwUnZwRYp7qw7Rx8/lLkV9R4QD2w1A8pjW3sA4h5au+pXEBS76P8D6Ut9/nXXaiRQdnBXqBfEC+4GdzSxW5v6F7CTeHnbCVCBsWIE+RYVrdF4DSz6OwgiADDexbmT3X0A4fSDfDjUugcAAAAASUVORK5CYII=",Yy="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAFESURBVDhPlZMNEcIwDIVXBQwFgAJAAcMBDgAFIGE4wAHgABSwOdgcIAEUjPd6aS/rfhi7y12bJl9f0sxEf3xVVV0RPoetjTFvnWqGcgSylfgihA0CKcgJgBfsAqMiKiM0+gkKlCyZCN8uhPWCFOSBxARWORU4W2CdeV9XjxSEJcwkjokTqBpzjxjCn7CyVRECzjg8wHLYCmabK7CplBcLhMr2DZCqP0dCovYZ9hYGXx1izLUGUkkfxI/sTQiCf4N1zLWAWCKV2nP6PEhB2Ngd7B4GC4SJnCcP8SAFoc/Ph/TqjVvTPogFKUiJ/VGU+GdmUAA5ObA7cyC+iPt/MjUfKRL4emyuK+cGH8tufFRUHywZ+RYlnRDdIwfzLzVUibtQv1oNhoAExtfpVdIAiQIOWiY9o2sQxJemOydTS1jR1di2Zn8B8f27apou9kMAAAAASUVORK5CYII=",zy="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAHDSURBVDhPlZOxL0NRFIe9ECubhehoIIjJ1HYwCkIiJpUQEkN1YZBobU0kFKNI3iTGYrDRv0BIhLXCYpCwiO35fs25zWva98JNvpz37j33d8+551yvLWIEQXDG0izMe55XjvJz816MUJG1LVuvYJcQrEb5xwkV2JSHGfAhgBJiu63E4oSUzpRtusa+wBooKkWnKOujQYh7SbCShQx0m9cpds4iOseOw7BFmUPwU341IQT2MaOQgi9QND+wiqNnBxT4X7SIbrAqhNI9wiUvJ+W8A99wDEWdwrw25iVkkenAEb5LkIQPuIMJWJGQoriFd+iBCkhc8zUhfJSm7mva5l3aadubDgtpMgGKpB/eoBfuQZFoPNhBj9gTaC3kKkEEGXPswF7Y5rLro1AW8UI6GmelmAzfkUWlNaWt6/iT0DOOA5bqoSuzHfIvofATqSJQb8KoiJbtPi6x2dA9FPjXE1F/uZKrv3IwCFcNqVmoPlal7QJ9q/wZCbk7Ioo9/tehE9q1r0nIxNQbG4YEXdkVjQ5J2OZXbB88gVrgQIJNj9aaT4LboPK7J6O0Ktb1KYtc/aYxGff6h3AYY6Nvzk2GQ1WQTVj4BST70jYaqceXAAAAAElFTkSuQmCC",Wy="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADhSURBVHgBvVOBEYIwDEw9B2ADO4IjuIEjwAa6Aa7ABMAEuIIjOIFsUDao37vgxVZbBI+/+0tI0+fJBaIIrLUFaMAHmNNcsMAIE+vdJLQykQ+0wFHBrsyiT/sL2I1DDTac/+4Klzobov7WHxt29qGmaYaQnlhLCmUTa2l4C2ljvamFlEvY0xpCW/kA924GblfGWciZaJyXQvSmlOoDITSdXQBbcA8eKfy/nHDFeY470FIX8tzUIu84FmLWuTzz7yhRLPm54dKJ4+A5uoJ3HgHBUfUmxGIa4QDuKA4n3kLk9ZInw0qu5b1R1aYAAAAASUVORK5CYII=",jy="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAADFSURBVDhPxVPBDYMwDIwnKJu0G9ANYJMyQrsBbNIRGAE2gEnSO6mpIMJxkBC1lEds52zfOeK9b51zV5wte4lIr8RWbgGQh2fGmaIHJe4EetKPtDpRcA5AvwcB7FtgCcTOH0p3YzaQNd75QBiVXJG3LRtCRyQ6Jvsekd3gTsJVoDcihZLQQjXGTRMzIzPhOCCQyNYvSuEue7Qdm02yK0u1nM2m/FQyKb8JZHH+l81Ofdpdm82tvikjThyNlbSEBvIPFj+MfwA76qSYUG3g9QAAAABJRU5ErkJggg==",Ky="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAEcSURBVDhPrZSNDYIwEIXpBOIGjMAIOIE4AbgBGwAbOIJu4Aa4gW4gI+gE9b3mjjSmibSR5ALX3H33W4y1Ns+yrIe0EH7HPC8YnyGjAegkEB5cYyiwrdWXIEc1xnSREGcuiTQEWeg7gG4+CMcl9ALnLkvogwScv+wq6FMQJJCJDgBtBcSAI3QClwe2YZAHcY2Ho4kGAVLA6U5/CEvdp4KYhesFhBPpCZIAz6jStHhproJcHyAHbb5nF+6RZ8CsGslIQaHp/gSxRzlApU4GugPxNuDN/eNarAJxapUPgm8rQ9C1SAI9AOGiHhGApSdnRN8FshbEiLwiLI1rMUM6zSQ0tX9c2lp/Iw0iMIPU38iFIN1mTmOjKa98vyWB4QM5XQnvsbFsyAAAAABJRU5ErkJggg==",$y="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAGPSURBVDhPrZT9UQIxEMUvFSgViBUoFQgVABV4VqBW4FmBUIFQgZRwVqBU4HUAVHC+X2aXycQw/sPOvLncZvdlv5JQFaTv+1upp8IyhLDHRLpLfe6FrXRt7hZShYyH+n8RauGAv/AkQNYIHICshFcRdu6fE/kGRN/mQGTIpzAzMoh6EV2fIsJ5IwNOj2IpVZ6i6difSecRVnlELZHIgHROisgXRCa78Z+IrMBf2pjLYJNENGSd1kO2pPghjKQniyqY8lFr2NfaqC18wn7nZCMlWg7xLq70TxfRLyHqtABN2lbp40mSSCzBcSebif1TPyKjDBcQ0eJJRkIUpHkMPUlnkBU+pnlWItL6ERgw8o1iqRHtgzAUGNRD2qmkvgMvNnneUQcZ4ggR6VGXG+OOA1koNvrFcY7+af++VJe0hucfyKQu+RWJc+SDZ3aNvlPpRl7T0qXdafNZYPDehLEZt/rOBR9U8QSaEKX0jHAaE4tshVrgLeJ+Xdl6rS8D3BWJXKnCEwWXEuco9grQ3bb0sP0Cn8/nPm/SMRQAAAAASUVORK5CYII=",Xy="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACDSURBVHgB1ZFhDYAgEIWfzgBGIIINpIEViGAkG2gEbWADjWADfMw/iDgUfji/7e3gxt3uHsDXZFrrlrFBHJNpsPAgEEmORArn3lFroEZQCjcTbAhzepPsgbuCgn8FBWvsUAMfFR5OIPGS5G80JkrG2sopHKbO1BCoHy8ZNhRUT5X4BTu6qyNSwwCiMAAAAABJRU5ErkJggg==",qy={class:"menu-container"},Jy=["onClick","title"],Zy={class:"menu-icon"},e0=["src","alt"],t0={key:3,style:{"font-size":"12px"}},n0={key:0,class:"sub-menu"},i0=["onClick"],bn=r.defineComponent({__name:"LeitingMenu",props:{visible:{type:Boolean,default:!0},activeIds:{type:Array,default:()=>[]},is2d:{type:Boolean,default:!1},customItems:{type:Array,default:()=>[]}},emits:["action"],setup(n,{emit:e}){const t=n,i=r.inject("leiting-theme",r.ref("dark")),s=r.inject("leiting-menu-size",r.ref("medium")),o=r.inject("leitingMethods",r.ref({})),a=r.computed(()=>i.value||i),c=r.computed(()=>s.value||s),l=r.ref([{ID:"home",title:"主视角",src:Hy,key:"homeView"},{ID:"tree",title:"目录树",src:Rs,key:"componentTree"},{ID:"cadLayer",title:"图层",src:Rs,key:"cadLayer"},{ID:"measure",title:"量算",src:Yy,key:"measurement"},{ID:"section",title:"剖切",src:zy,key:"section"},{ID:"roam",title:"人物漫游",src:Wy,key:"roam"},{ID:"info",title:"构件信息",src:jy,key:"componentInfo"},{ID:"cadPosition",title:"调整位置",src:Ky,key:"cadPosition"},{ID:"annotation",title:"标注",src:Xy,key:"annotation"},{ID:"setting",title:"设置",src:$y,key:"setting"}]),d=r.ref([]),h=r.ref([...t.activeIds]);r.watch(()=>t.activeIds,P=>{h.value=[...P]},{deep:!0});const f=r.computed(()=>t.visible);o.value&&o.value.menuEvents&&(o.value.menuEvents.on("setMenuListFilter",P=>{d.value=P}),o.value.menuEvents.on("setMenuActive",(P,R)=>{R?h.value.includes(P)||h.value.push(P):h.value=h.value.filter(T=>T!==P)}));const p=r.computed(()=>{let P=l.value;if(t.is2d){const R=["homeView","measurement","cadLayer","annotation"];P=P.filter(T=>T.key&&R.includes(T.key))}else{const R=["cadLayer","cadPosition","annotation"];P=P.filter(T=>!T.key||!R.includes(T.key))}if(d.value.length>0&&(P=P.filter(R=>!R.key||!d.value.includes(R.key))),t.customItems&&t.customItems.length>0){const R=t.customItems.map(T=>({...T,key:T.ID,src:T.src||T.icon}));return[...P,...R]}return P}),u=e,m=P=>{const R=["homeView"];if(P.key&&R.includes(P.key))h.value.includes(P.ID)||(h.value.push(P.ID),setTimeout(()=>{const B=h.value.indexOf(P.ID);B>-1&&h.value.splice(B,1)},1e3));else{const B=h.value.indexOf(P.ID);B>-1?h.value.splice(B,1):h.value.push(P.ID)}const T=h.value.includes(P.ID);P.func&&P.func(P),P.key&&u("action",P.key,T)},C=P=>{d.value=P},A=P=>{console.log("LeitingMenu received showMenu event:",P)},b=(P,R)=>{const T=p.value.find(B=>B.ID===P||B.key===P);if(T){const B=h.value.indexOf(T.ID);R&&B===-1?h.value.push(T.ID):!R&&B>-1&&h.value.splice(B,1)}};let I=null;const k=()=>{o.value?.menuEvents&&(I&&(I.off("setMenuListFilter",C),I.off("showMenu",A),I.off("setMenuActive",b)),I=o.value.menuEvents,I.on("setMenuListFilter",C),I.on("showMenu",A),I.on("setMenuActive",b))};return r.onMounted(()=>{k()}),r.onUnmounted(()=>{I&&(I.off("setMenuListFilter",C),I.off("showMenu",A),I.off("setMenuActive",b))}),r.watch(o,()=>{k()},{deep:!0}),(P,R)=>r.withDirectives((r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(["leiting-menu-wrapper",["leiting-theme-"+a.value,"size-"+c.value]])},[r.createElementVNode("div",qy,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(p.value,T=>(r.openBlock(),r.createElementBlock("div",{key:T.ID,class:r.normalizeClass(["menu-item",{active:h.value.includes(T.ID)}]),onClick:B=>m(T),title:T.title},[r.createElementVNode("div",Zy,[T.src?(r.openBlock(),r.createElementBlock("img",{key:0,src:T.src,alt:T.title},null,8,e0)):typeof T.icon=="object"?(r.openBlock(),r.createBlock(r.resolveDynamicComponent(T.icon),{key:1})):typeof T.icon=="string"?(r.openBlock(),r.createElementBlock("i",{key:2,class:r.normalizeClass(["iconfont",`icon-${T.icon}`])},null,2)):(r.openBlock(),r.createElementBlock("span",t0,r.toDisplayString(T.title.substring(0,2)),1))]),T.children&&T.children.length>0?(r.openBlock(),r.createElementBlock("div",n0,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(T.children,B=>(r.openBlock(),r.createElementBlock("div",{key:B.ID,class:r.normalizeClass(["sub-menu-item",{active:h.value.includes(B.ID)}]),onClick:r.withModifiers(g=>m(B),["stop"])},r.toDisplayString(B.title),11,i0))),128))])):r.createCommentVNode("",!0)],10,Jy))),128))])],2)),[[r.vShow,f.value]])}}),s0={class:"leiting-section-content"},o0={class:"section-form-item"},r0={class:"radio-group"},a0={class:"section-form-item"},l0={class:"switch-container"},c0={class:"switch"},d0={class:"status-text"},u0={class:"section-form-item slider-item"},h0={class:"slider-wrapper"},f0={class:"section-form-item slider-item"},p0={class:"slider-wrapper"},m0={class:"section-form-item slider-item"},g0={class:"slider-wrapper"},A0={class:"section-form-item table-item"},y0={class:"model-table-container"},C0={class:"model-table"},E0={width:"40"},b0=["checked"],w0=["onClick"],v0=["value"],I0={class:"model-name"},wn=ye(r.defineComponent({__name:"LeitingSection",props:{visible:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},title:{type:String,default:"剖切控制"},fullHeight:{type:Boolean,default:!1}},emits:["update:visible","update:open","close"],setup(n,{emit:e}){const t=n,i=e,s=r.inject("leitingMethods"),o=r.computed({get:()=>t.open!==void 0?t.open:t.visible,set:M=>{i("update:visible",M),i("update:open",M)}}),a=r.ref("Box"),c=r.ref(!1),l=r.ref([]),d=r.ref([]),h=r.computed(()=>d.value.length===0?!1:d.value.every(M=>l.value.includes(M.modelId))),f=M=>{M.target.checked?l.value=d.value.map(y=>y.modelId):l.value=[],N()},p=r.ref([-10,10]),u=r.ref([-10,10]),m=r.ref([-10,10]),C=r.ref([-100,100]),A=r.ref([-100,100]),b=r.ref([-100,100]);let I=!1;const k=M=>{I=!0;const{targetZPlus:E,targetZMinus:y,targetXPlus:v,targetXMinus:D,targetYPlus:F,targetYMinus:Q}=M;m.value=[-y,E],p.value=[-D,v],u.value=[-Q,F],setTimeout(()=>{I=!1},100)},P=()=>{I||l.value.length===0||!s?.value?.updateSectionRange||s.value.updateSectionRange({targetZPlus:m.value[1],targetZMinus:-m.value[0],targetXPlus:p.value[1],targetXMinus:-p.value[0],targetYPlus:u.value[1],targetYMinus:-u.value[0]})},R=()=>{s?.value?.setSectionBoxVisibility&&s.value.setSectionBoxVisibility(c.value)},T=M=>{if(!s?.value?.getMapTileset||!s?.value?.openSection)return;const y=s.value.getMapTileset()[M];if(y&&y.leiting?.box){const{min:v,max:D}=y.leiting.box,F=(D.x-v.x)/2,Q=(D.y-v.y)/2,O=(D.z-v.z)/2;l.value.length<=1&&(C.value=[-F*2,F*2],A.value=[-Q*2,Q*2],b.value=[-O*2,O*2],p.value=[-F,F],u.value=[-Q,Q],m.value=[-O,O],s.value.updateSectionRange&&s.value.updateSectionRange({targetZPlus:O,targetZMinus:O,targetXPlus:F,targetXMinus:F,targetYPlus:Q,targetYMinus:Q})),s.value.openSection(M,{moveCallBack:k}),s.value.setSectionBoxVisibility&&s.value.setSectionBoxVisibility(c.value)}},B=M=>{const E=l.value.indexOf(M);E>-1?l.value.splice(E,1):l.value.push(M),N()};let g=[];const N=()=>{const M=l.value.filter(y=>!g.includes(y)),E=g.filter(y=>!l.value.includes(y));M.forEach(y=>T(y)),E.forEach(y=>{s?.value?.closeSection&&s.value.closeSection(y)}),g=[...l.value]},w=()=>{},S=()=>{o.value=!1,i("close")},L=()=>{c.value=!1,l.value=[],g=[],p.value=[-10,10],u.value=[-10,10],m.value=[-10,10],C.value=[-100,100],A.value=[-100,100],b.value=[-100,100]};r.watch(()=>t.visible,M=>{M?V():(s?.value?.closeSection&&s.value.closeSection(),L())});const V=()=>{s?.value&&typeof s.value.getModelList=="function"&&(d.value=s.value.getModelList()||[],d.value.length>0&&l.value.length===0&&(l.value=[d.value[0].modelId],g=[...l.value]),t.visible&&l.value.length>0&&(c.value=!0,l.value.forEach(M=>T(M))))};return r.watch(()=>s?.value,()=>{V()},{immediate:!0,deep:!0}),r.onMounted(()=>{V()}),(M,E)=>(r.openBlock(),r.createBlock(Le,{visible:o.value,title:"剖切分析","full-height":n.fullHeight,"onUpdate:visible":S},{default:r.withCtx(()=>[r.createElementVNode("div",s0,[r.createElementVNode("div",o0,[E[8]||(E[8]=r.createElementVNode("span",{class:"label"},"模式",-1)),r.createElementVNode("div",r0,[r.createElementVNode("label",{class:r.normalizeClass(["radio-item",{active:a.value==="Box"}])},[r.withDirectives(r.createElementVNode("input",{type:"radio",value:"Box","onUpdate:modelValue":E[0]||(E[0]=y=>a.value=y),onChange:w},null,544),[[r.vModelRadio,a.value]]),E[7]||(E[7]=r.createTextVNode(" 剖切盒 ",-1))],2)])]),r.createElementVNode("div",a0,[E[10]||(E[10]=r.createElementVNode("span",{class:"label"},"显示",-1)),r.createElementVNode("div",l0,[r.createElementVNode("label",c0,[r.withDirectives(r.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":E[1]||(E[1]=y=>c.value=y),onChange:R},null,544),[[r.vModelCheckbox,c.value]]),E[9]||(E[9]=r.createElementVNode("span",{class:"slider round"},null,-1))]),r.createElementVNode("span",d0,r.toDisplayString(c.value?"显示":"隐藏"),1)])]),r.createElementVNode("div",u0,[E[11]||(E[11]=r.createElementVNode("span",{class:"label"},"X 轴",-1)),r.createElementVNode("div",h0,[r.createVNode(r.unref(ie.Slider),{value:p.value,"onUpdate:value":E[2]||(E[2]=y=>p.value=y),range:"",min:C.value[0],max:C.value[1],step:.1,onChange:P},null,8,["value","min","max"])])]),r.createElementVNode("div",f0,[E[12]||(E[12]=r.createElementVNode("span",{class:"label"},"Y 轴",-1)),r.createElementVNode("div",p0,[r.createVNode(r.unref(ie.Slider),{value:u.value,"onUpdate:value":E[3]||(E[3]=y=>u.value=y),range:"",min:A.value[0],max:A.value[1],step:.1,onChange:P},null,8,["value","min","max"])])]),r.createElementVNode("div",m0,[E[13]||(E[13]=r.createElementVNode("span",{class:"label"},"Z 轴",-1)),r.createElementVNode("div",g0,[r.createVNode(r.unref(ie.Slider),{value:m.value,"onUpdate:value":E[4]||(E[4]=y=>m.value=y),range:"",min:b.value[0],max:b.value[1],step:.1,onChange:P},null,8,["value","min","max"])])]),r.createElementVNode("div",A0,[E[15]||(E[15]=r.createElementVNode("span",{class:"label"},"模型",-1)),r.createElementVNode("div",y0,[r.createElementVNode("table",C0,[r.createElementVNode("thead",null,[r.createElementVNode("tr",null,[r.createElementVNode("th",E0,[r.createElementVNode("input",{type:"checkbox",checked:h.value,onChange:f},null,40,b0)]),E[14]||(E[14]=r.createElementVNode("th",null,"名称",-1))])]),r.createElementVNode("tbody",null,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(d.value,y=>(r.openBlock(),r.createElementBlock("tr",{key:y.modelId,class:r.normalizeClass({selected:l.value.includes(y.modelId)}),onClick:v=>B(y.modelId)},[r.createElementVNode("td",null,[r.withDirectives(r.createElementVNode("input",{type:"checkbox",value:y.modelId,"onUpdate:modelValue":E[5]||(E[5]=v=>l.value=v),onClick:E[6]||(E[6]=r.withModifiers(()=>{},["stop"])),onChange:N},null,40,v0),[[r.vModelCheckbox,l.value]])]),r.createElementVNode("td",I0,r.toDisplayString(y.modelName),1)],10,w0))),128))])])])])])]),_:1},8,["visible","full-height"]))}}),[["__scopeId","data-v-ee4d9a12"]]),B0={class:"leiting-player-content"},x0={class:"player-form-item"},S0={class:"switch-container"},T0={class:"switch"},M0={class:"status-text"},D0={class:"player-form-item"},k0={class:"switch-container"},P0={class:"switch"},F0={class:"status-text"},N0={class:"player-form-item"},R0={class:"switch-container"},L0={class:"switch"},O0={class:"status-text"},U0={class:"player-form-item slider-item"},_0={class:"slider-wrapper"},Q0={class:"value-text"},V0={class:"instructions"},G0={class:"key-map"},H0={class:"key-row"},Y0={class:"key-row"},z0={class:"key-row"},W0={class:"key-row"},j0={class:"key-row"},K0={class:"key-row"},vn=ye(r.defineComponent({__name:"LeitingPlayer",props:{visible:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},title:{type:String,default:"漫游控制"},fullHeight:{type:Boolean,default:!1}},emits:["update:visible","update:open","close"],setup(n,{emit:e}){const t=n,i=e,s=r.inject("leitingMethods"),o=r.ref(!1),a=r.ref(!1),c=r.ref(!0),l=r.ref(5),d=r.computed({get:()=>t.open!==void 0?t.open:t.visible,set:T=>{i("update:visible",T),i("update:open",T)}}),h=r.ref(null),f=r.ref(null),p=r.ref(null),u=r.ref(null),m=r.ref(null),C=r.ref(null),A=()=>{o.value?I():k()},b=()=>{s?.value?.setPlayerParams&&s.value.setPlayerParams({gravityTest:a.value,collisionTest:c.value})},I=async()=>{s?.value?.openPlayer&&(await s.value.openPlayer(),s.value.setPlayerSpeed&&s.value.setPlayerSpeed(l.value),b(),s.value.bindPlayerUiKeys&&(await r.nextTick(),s.value.bindPlayerUiKeys({moveFront:h.value,moveBack:f.value,moveLeft:p.value,moveRight:u.value,moveUp:m.value,moveDown:C.value})))},k=()=>{s?.value?.closePlayer&&s.value.closePlayer()},P=()=>{s?.value?.setPlayerSpeed&&s.value.setPlayerSpeed(l.value)},R=()=>{d.value=!1,i("close")};return r.watch(()=>t.visible,T=>{T?(o.value=!0,s?.value?I():setTimeout(()=>{s?.value&&I()},100)):o.value&&(o.value=!1,k())},{immediate:!0}),(T,B)=>(r.openBlock(),r.createBlock(Le,{title:n.title,visible:d.value,"full-height":n.fullHeight,"onUpdate:visible":R},{default:r.withCtx(()=>[r.createElementVNode("div",B0,[r.createElementVNode("div",x0,[B[5]||(B[5]=r.createElementVNode("span",{class:"label"},"启用",-1)),r.createElementVNode("div",S0,[r.createElementVNode("label",T0,[r.withDirectives(r.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":B[0]||(B[0]=g=>o.value=g),onChange:A},null,544),[[r.vModelCheckbox,o.value]]),B[4]||(B[4]=r.createElementVNode("span",{class:"slider round"},null,-1))]),r.createElementVNode("span",M0,r.toDisplayString(o.value?"开启":"关闭"),1)])]),r.createElementVNode("div",D0,[B[7]||(B[7]=r.createElementVNode("span",{class:"label"},"重力",-1)),r.createElementVNode("div",k0,[r.createElementVNode("label",P0,[r.withDirectives(r.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":B[1]||(B[1]=g=>a.value=g),onChange:b},null,544),[[r.vModelCheckbox,a.value]]),B[6]||(B[6]=r.createElementVNode("span",{class:"slider round"},null,-1))]),r.createElementVNode("span",F0,r.toDisplayString(a.value?"开启":"关闭"),1)])]),r.createElementVNode("div",N0,[B[9]||(B[9]=r.createElementVNode("span",{class:"label"},"碰撞",-1)),r.createElementVNode("div",R0,[r.createElementVNode("label",L0,[r.withDirectives(r.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":B[2]||(B[2]=g=>c.value=g),onChange:b},null,544),[[r.vModelCheckbox,c.value]]),B[8]||(B[8]=r.createElementVNode("span",{class:"slider round"},null,-1))]),r.createElementVNode("span",O0,r.toDisplayString(c.value?"开启":"关闭"),1)])]),r.createElementVNode("div",U0,[B[10]||(B[10]=r.createElementVNode("span",{class:"label"},"速度",-1)),r.createElementVNode("div",_0,[r.createVNode(r.unref(ie.Slider),{value:l.value,"onUpdate:value":B[3]||(B[3]=g=>l.value=g),min:1,max:10,step:1,onChange:P},null,8,["value"])]),r.createElementVNode("span",Q0,r.toDisplayString(l.value),1)]),B[19]||(B[19]=r.createElementVNode("div",{class:"divider"},null,-1)),r.createElementVNode("div",V0,[B[18]||(B[18]=r.createElementVNode("div",{class:"instruction-title"},"操作说明",-1)),r.createElementVNode("div",G0,[r.createElementVNode("div",H0,[r.createElementVNode("span",{class:"key",ref_key:"btnFront",ref:h},"W",512),B[11]||(B[11]=r.createTextVNode(" 前进 ",-1))]),r.createElementVNode("div",Y0,[r.createElementVNode("span",{class:"key",ref_key:"btnBack",ref:f},"S",512),B[12]||(B[12]=r.createTextVNode(" 后退 ",-1))]),r.createElementVNode("div",z0,[r.createElementVNode("span",{class:"key",ref_key:"btnLeft",ref:p},"A",512),B[13]||(B[13]=r.createTextVNode(" 左移 ",-1))]),r.createElementVNode("div",W0,[r.createElementVNode("span",{class:"key",ref_key:"btnRight",ref:u},"D",512),B[14]||(B[14]=r.createTextVNode(" 右移 ",-1))]),r.createElementVNode("div",j0,[r.createElementVNode("span",{class:"key",ref_key:"btnUp",ref:m},"Q",512),B[15]||(B[15]=r.createTextVNode(" 上升 ",-1))]),r.createElementVNode("div",K0,[r.createElementVNode("span",{class:"key",ref_key:"btnDown",ref:C},"E",512),B[16]||(B[16]=r.createTextVNode(" 下降 ",-1))]),B[17]||(B[17]=r.createElementVNode("div",{class:"key-row"},[r.createElementVNode("span",{class:"mouse-icon"},"🖱️"),r.createTextVNode(" 按住左键拖拽旋转视角 ")],-1))])])])]),_:1},8,["title","visible","full-height"]))}}),[["__scopeId","data-v-ff3f266e"]]),$0={class:"info-content"},X0={key:0,class:"component-title"},In=ye(r.defineComponent({__name:"LeitingInfo",props:{visible:{type:Boolean},open:{type:Boolean,default:void 0},fullHeight:{type:Boolean}},emits:["update:visible","update:open","close"],setup(n,{emit:e}){const t=n,i=e,s=r.inject("leitingMethods"),o=r.ref([]),a=r.ref(!1),c=r.ref([]),l=r.ref([]),d=r.ref(0),h=r.computed({get:()=>t.open!==void 0?t.open:t.visible,set:b=>{i("update:visible",b),i("update:open",b)}}),f=()=>{h.value=!1},p=b=>({elementID:"构件ID",elementName:"构件名",categoryName:"类别",familySymbolName:"族类型",levelName:"标高",modelName:"文件名",length:"长",width:"宽",height:"高"})[b]||b,u=["elementName","elementID","modelName","length","width","height","levelName","categoryName","familySymbolName"],m=async b=>{const I=++d.value;if(l.value=b,!b||b.length===0){o.value=[];return}if(!h.value)return;let k=b;b.length>10&&(ce.warning(`选中构件数量过多(${b.length}个),仅显示前10个`),k=b.slice(0,10));const P=s?.value;let R=P?.getMapTileset?P.getMapTileset():{};a.value=!0;const T=[],B={};k.forEach(w=>{const L=R[w.modelId]?.leiting?.model?.dbName;L&&w.elementId&&T.push({dbName:L,elementId:w.elementId,modelId:w.modelId})});const g=new Set;if(k.forEach(w=>{const S=R[w.modelId],L=`${w.modelId}_${w.elementId}`;B[L]||S&&S.leiting&&!S.leiting?.node?.nodeExtras&&S.leiting.model?.nodeUrl&&g.add(w.modelId)}),g.size>0&&P?._loadNodeDetailsForModel)try{const w=Array.from(g).map(S=>P._loadNodeDetailsForModel(S));await Promise.all(w)}catch(w){console.error("Failed to load node details",w)}if(I!==d.value)return;R=P?.getMapTileset?P.getMapTileset():{};const N=[];k.forEach((w,S)=>{const V=R[w.modelId]?.leiting||{},M=B[`${w.modelId}_${w.elementId}`];let E={modelName:V.model?.modelId||w.modelId};E.elementID||(E.elementID=w.elementId);let y=null;if(M)y=M;else{const F=V.node?.nodeExtras?.element||V.node?.nodeExtras;if(F){const Q=E.elementID;F[Q]&&(y=F[Q])}}y&&y.box3&&(E.length=`${y.box3.length?.toFixed(2)||0}米`,E.width=`${y.box3.width?.toFixed(2)||0}米`,E.height=`${y.box3.height?.toFixed(2)||0}米`);const v=[];y&&(y.name&&(E.elementName=y.name),y.categoryName&&(E.categoryName=y.categoryName),y.familySymbolName&&(E.familySymbolName=y.familySymbolName),y.levelName&&(E.levelName=y.levelName));const D={};if(u.forEach(F=>{E[F]!==void 0&&(D[F]=E[F])}),v.push({name:"基础信息",params:D}),y){const F=Array.isArray(y)?y:Array.isArray(y?.parameters)?y.parameters:null;if(F){if(F.flat().forEach(O=>{if(O&&O.GroupName&&Array.isArray(O.Parameters)){const x={};O.Parameters.forEach(U=>{U.name&&(x[U.name]=U.value??"")}),Object.keys(x).length>0&&v.push({name:O.GroupName,params:x})}}),!Array.isArray(y)){const{parameters:O,...x}=y,U={};Object.keys(x).forEach(H=>{!u.includes(H)&&H!=="uniqueId"&&typeof x[H]!="object"&&(U[H]=x[H])}),Object.keys(U).length>0&&v.push({name:"其他属性",params:U})}}else{let Q=!1;if(Object.keys(y).forEach(O=>{y[O]&&typeof y[O]=="object"&&!Array.isArray(y[O])&&(Q=!0,v.push({name:O,params:y[O]}))}),!Q){const O={};Object.keys(y).forEach(x=>{if(!u.includes(x)&&x!=="batchId"){const U=y[x];typeof U=="string"&&U.length>500?O[x]=U.substring(0,500)+"...":O[x]=U}}),Object.keys(O).length>0&&v.push({name:"属性",params:O})}}}N.push({id:S,title:`${E.modelName}${E.elementName?` - ${E.elementName}`:""}`,groups:v})}),o.value=N,I===d.value&&(a.value=!1),N.length>0?c.value=[`${N[0].id}-基础信息`]:c.value=[]};let C=!1;const A=()=>{if(C)return;const b=s?.value;b&&b.selectionChange&&(b.selectionChange(m),C=!0)};return r.watch(()=>s?.value,()=>{A()},{deep:!0,immediate:!0}),r.watch(h,b=>{b&&l.value.length>0&&m(l.value)}),r.onMounted(()=>{A()}),(b,I)=>(r.openBlock(),r.createBlock(Le,{visible:h.value,title:"构件详情",width:350,align:"right","initial-position":{x:0,y:0},"full-height":n.fullHeight,onClose:f,"onUpdate:visible":I[1]||(I[1]=k=>h.value=k),class:"base-info-card"},{default:r.withCtx(()=>[r.createElementVNode("div",$0,[r.createVNode(r.unref(ie.Spin),{spinning:a.value},{default:r.withCtx(()=>[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(o.value,k=>(r.openBlock(),r.createElementBlock("div",{key:k.id,class:"component-block"},[o.value.length>1?(r.openBlock(),r.createElementBlock("div",X0,r.toDisplayString(k.title),1)):r.createCommentVNode("",!0),r.createVNode(r.unref(ie.Collapse),{activeKey:c.value,"onUpdate:activeKey":I[0]||(I[0]=P=>c.value=P),ghost:"","expand-icon-position":"end"},{default:r.withCtx(()=>[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(k.groups,P=>(r.openBlock(),r.createBlock(r.unref(ie.CollapsePanel),{key:`${k.id}-${P.name}`,header:P.name},{default:r.withCtx(()=>[r.createVNode(r.unref(ie.Descriptions),{size:"small",bordered:"",column:1,labelStyle:{width:"100px",background:"rgba(255,255,255,0.05)",color:"#aaa"},contentStyle:{color:"#fff"}},{default:r.withCtx(()=>[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(P.params,(R,T)=>(r.openBlock(),r.createBlock(r.unref(ie.DescriptionsItem),{key:T,label:p(String(T))},{default:r.withCtx(()=>[r.createTextVNode(r.toDisplayString(R),1)]),_:2},1032,["label"]))),128))]),_:2},1024)]),_:2},1032,["header"]))),128))]),_:2},1032,["activeKey"])]))),128))]),_:1},8,["spinning"])])]),_:1},8,["visible","full-height"]))}}),[["__scopeId","data-v-375a1f55"]]);class fl{viewer;Cesium;pickHandler=null;bimEntityId="";mapEntityId="";constructor(e,t){this.viewer=e,this.Cesium=t}removeMarker(e){if(!this.viewer)return;const t=e==="BIM"?this.bimEntityId:this.mapEntityId;t&&(this.viewer.entities.removeById(t),e==="BIM"?this.bimEntityId="":this.mapEntityId="")}clearMarkers(){this.removeMarker("BIM"),this.removeMarker("MAP")}addMarker(e,t){if(!this.viewer||!this.Cesium)return;this.removeMarker(e);const i=`adjust-marker-${e}-${Date.now()}`;e==="BIM"?this.bimEntityId=i:this.mapEntityId=i,this.viewer.entities.add({id:i,position:this.Cesium.Cartesian3.fromDegrees(t.longitude,t.latitude,t.height),point:{pixelSize:10,color:e==="BIM"?this.Cesium.Color.RED:this.Cesium.Color.ORANGE,outlineColor:this.Cesium.Color.WHITE,outlineWidth:2,disableDepthTestDistance:Number.POSITIVE_INFINITY},label:{text:`${e==="BIM"?"BIM":"地图"}标记点`,font:"14pt sans-serif",style:this.Cesium.LabelStyle.FILL_AND_OUTLINE,outlineWidth:2,verticalOrigin:this.Cesium.VerticalOrigin.BOTTOM,pixelOffset:new this.Cesium.Cartesian2(0,-10),fillColor:this.Cesium.Color.WHITE,outlineColor:this.Cesium.Color.BLACK,backgroundColor:new this.Cesium.Color(.1,.1,.1,.8),showBackground:!0,disableDepthTestDistance:Number.POSITIVE_INFINITY}})}registerPickHandler(e){this.destroyPickHandler(),!(!this.Cesium||!this.viewer)&&(this.pickHandler=new this.Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas),this.pickHandler.setInputAction(t=>{let i;try{i=this.viewer.scene.pickPosition(t.position)}catch(s){console.warn("pickPosition failed:",s)}if(!i){const s=this.viewer.camera.getPickRay(t.position);i=this.viewer.scene.globe.pick(s,this.viewer.scene)}if(i||(i=this.viewer.camera.pickEllipsoid(t.position,this.viewer.scene.globe.ellipsoid)),i){const s=this.Cesium.Cartographic.fromCartesian(i),o=this.Cesium.Math.toDegrees(s.longitude),a=this.Cesium.Math.toDegrees(s.latitude),c=s.height;e({longitude:o,latitude:a,height:c})}},this.Cesium.ScreenSpaceEventType.LEFT_CLICK,this.Cesium.KeyboardEventModifier.SHIFT))}destroyPickHandler(){this.pickHandler&&(this.pickHandler.destroy(),this.pickHandler=null)}calculateOffset(e,t){return{dLon:t.longitude-e.longitude,dLat:t.latitude-e.latitude,dHeight:t.height-e.height}}}const q0={class:"adjust-panel"},J0={class:"control-panel"},Z0={class:"form-item"},eC={class:"radio-group"},tC={class:"form-item"},nC={class:"radio-group"},iC={class:"form-item"},sC={class:"value"},oC={class:"param-row"},rC={class:"param-row"},aC={class:"param-row"},lC={class:"param-row"},cC={class:"param-row"},dC={class:"param-row"},uC={class:"param-row"},hC={class:"button-grid"},fC={key:1,class:"pick-mode-ui"},pC={class:"form-item",style:{display:"block","margin-bottom":"15px"}},mC={class:"radio-group",style:{width:"100%",display:"flex","align-items":"flex-start","flex-direction":"column"}},gC=["checked"],AC={key:0,style:{"font-size":"12px",color:"#aaa","margin-left":"20px"}},yC={key:1,style:{"font-size":"12px",color:"#666","margin-left":"20px"}},CC={class:"form-item",style:{display:"block","margin-bottom":"15px"}},EC={class:"radio-group",style:{width:"100%",display:"flex","align-items":"flex-start","flex-direction":"column"}},bC=["checked"],wC={key:0,style:{"font-size":"12px",color:"#aaa","margin-left":"20px"}},vC={key:1,style:{"font-size":"12px",color:"#666","margin-left":"20px"}},IC={class:"list-panel"},BC={class:"list-header"},xC={class:"col-check"},SC=["checked"],TC={class:"list-body"},MC={class:"col-check"},DC=["onUpdate:modelValue"],kC={class:"col-index"},PC=["title"],FC={class:"col-main"},NC=["checked","onChange"],Bn=ye(r.defineComponent({__name:"LeitingPosition",props:{visible:{type:Boolean},open:{type:Boolean,default:void 0},fullHeight:{type:Boolean}},emits:["update:visible","update:open","close","save"],setup(n,{expose:e,emit:t}){const i=n,s=t,o=r.computed({get:()=>i.open!==void 0?i.open:i.visible,set:O=>{s("update:visible",O),s("update:open",O)}}),a=r.inject("leitingMethods"),c=r.ref("BIM"),l=r.ref("param"),d=r.ref(""),h=r.ref([]),f=r.ref("BIM"),p=r.ref(null),u=r.ref(null),m=r.ref(null),C=()=>(!m.value&&a?.value?.getViewer&&a?.value?.getCesium&&(m.value=new fl(a.value.getViewer(),a.value.getCesium())),m.value),A=()=>{C()?.clearMarkers(),p.value=null,u.value=null},b=(O,x)=>{O==="BIM"?p.value=x:u.value=x,C()?.addMarker(O,x),ce.success(`${O==="BIM"?"BIM":"地图"}标记点已添加`)},I=()=>{C()?.registerPickHandler(O=>{b(f.value,O)})},k=()=>{C()?.destroyPickHandler()},P=()=>{if(!p.value||!u.value){ce.warning("请先选择BIM标记点和地图标记点");return}if(!d.value){ce.warning("请先选择主模型");return}const O=C();let x=0,U=0,H=0;if(O){const{dLon:j,dLat:X,dHeight:Z}=O.calculateOffset(p.value,u.value);x=j,U=X,H=Z}else x=u.value.longitude-p.value.longitude,U=u.value.latitude-p.value.latitude,H=u.value.height-p.value.height;T.value.longitude+=x,T.value.latitude+=U,T.value.height+=H,y(d.value,{longitude:T.value.longitude,latitude:T.value.latitude,height:T.value.height}),ce.success("位置已调整")};r.watch(()=>l.value,O=>{O==="pick"?I():k()}),e({addMarker:b,setModelType:O=>{(O==="BIM"||O==="OSGB")&&(c.value=O)}});const T=r.ref({longitude:0,latitude:0,lonlat:1e-6,heightDistance:1,rotation:30,totalRotation:0,height:0,X:0,Y:0,Z:0}),B=r.computed(()=>{const O=h.value.find(x=>x.modelId===d.value);return O?O.modelName:""}),g=r.computed(()=>w.value.length>0&&w.value.every(O=>O.selected)),N=()=>{o.value=!1,s("close")},w=r.computed(()=>h.value.filter(O=>O.type===c.value)),S=O=>{const x=O.target.checked;w.value.forEach(U=>U.selected=x)},L=()=>{if(!a?.value)return;const O=a.value,x=O.getMapTileset?O.getMapTileset():{},U=[];if(Object.keys(x).forEach(H=>{const X=x[H].leiting||{};X.model&&U.push({modelId:X.model.modelId,modelName:X.model.modelName,selected:!1,formData:X.model.formData||{},dbName:X.model.dbName,url:X.model.url,type:X.model.type||"BIM"})}),h.value=U,U.length>0){const H=O.getBIMmodelId?O.getBIMmodelId():"";H&&U.find(j=>j.modelId===H)?M(H):M(U[0].modelId),U.forEach(j=>j.selected=!0)}},V=()=>{ce.info("拖动右下角标,可显示模型列表",void 0,2)},M=O=>{d.value=O;const x=h.value.find(U=>U.modelId===O);x&&x.formData&&Object.keys(T.value).forEach(U=>{x.formData[U]!==void 0&&(T.value[U]=x.formData[U])})},E=O=>a?.value?.getMapTileset?a.value.getMapTileset()[O]:null,y=(O,x)=>{const U=E(O),H=a.value.getCesium();if(U&&H){if(U.leiting?.model){U.leiting.model.formData={...U.leiting.model.formData,...x};const j=h.value.find(X=>X.modelId===O);j&&(j.formData=U.leiting.model.formData)}Oi({Cesium:H,tileset:U})}},v=O=>{if(!d.value)return;const U=h.value.find(X=>X.modelId===d.value)?.formData?.[O]??0,H=T.value[O],j=H-U;y(d.value,{[O]:H}),j!==0&&w.value.filter(Z=>Z.selected&&Z.modelId!==d.value).forEach(Z=>{const se=(Z.formData?.[O]??0)+j;y(Z.modelId,{[O]:se})})},D=O=>{const x=w.value.filter(X=>X.selected);if(x.length===0){ce.warning("请先选择要调整的模型");return}const{lonlat:U,heightDistance:H,rotation:j}=T.value;x.forEach(X=>{const Z={...X.formData};switch(O){case"north":Z.latitude+=U;break;case"south":Z.latitude-=U;break;case"east":Z.longitude+=U;break;case"west":Z.longitude-=U;break;case"up":Z.height+=H;break;case"down":Z.height-=H;break;case"rotateLeft":Z.totalRotation=(Z.totalRotation||0)+j;break;case"rotateRight":Z.totalRotation=(Z.totalRotation||0)-j;break}X.modelId===d.value&&(Z.lonlat=U,Z.heightDistance=H,Z.rotation=j,Object.assign(T.value,Z)),y(X.modelId,Z)})},F=()=>{if(!d.value){ce.warning("请先选择主模型");return}const O=E(d.value);if(!O||!a?.value?.getViewer)return;const x=a.value.getViewer(),U=a.value.getCesium(),H=O.boundingSphere;x.camera.flyToBoundingSphere(H,{offset:new U.HeadingPitchRange(0,U.Math.toRadians(-90),H.radius*2),duration:1.5})},Q=()=>{a?.value?.saveRegion?(a.value.saveRegion(h.value),s("save",r.unref(h))):(console.log("Save models:",h.value),ce.warning("未找到保存接口,数据已打印控制台"))};return r.watch(()=>i.visible,O=>{O?(L(),V(),l.value==="pick"&&I()):(k(),A())}),r.onMounted(()=>{i.visible&&(L(),V(),l.value==="pick"&&I())}),(O,x)=>(r.openBlock(),r.createBlock(Le,{visible:o.value,title:"调整位置(调整前可选择正北俯视)","full-height":n.fullHeight,width:260,"onUpdate:visible":x[25]||(x[25]=U=>o.value=U),onClose:N,onSave:Q,class:"base-position-card"},{default:r.withCtx(()=>[r.createElementVNode("div",q0,[r.createElementVNode("div",J0,[r.createElementVNode("div",Z0,[x[26]||(x[26]=r.createElementVNode("label",null,"模型类型:",-1)),r.createElementVNode("div",eC,[r.createElementVNode("span",{class:r.normalizeClass({active:c.value==="BIM"}),onClick:x[0]||(x[0]=U=>c.value="BIM")},"BIM模型",2),r.createElementVNode("span",{class:r.normalizeClass({active:c.value==="OSGB"}),onClick:x[1]||(x[1]=U=>c.value="OSGB")},"倾斜摄影",2)])]),r.createElementVNode("div",tC,[x[27]||(x[27]=r.createElementVNode("label",null,"调整操作:",-1)),r.createElementVNode("div",nC,[r.createElementVNode("span",{class:r.normalizeClass({active:l.value==="param"}),onClick:x[2]||(x[2]=U=>l.value="param")},"参数模式",2),r.createElementVNode("span",{class:r.normalizeClass({active:l.value==="pick"}),onClick:x[3]||(x[3]=U=>l.value="pick")},"地图点选",2)])]),r.createElementVNode("div",iC,[x[28]||(x[28]=r.createElementVNode("label",null,"当前主模型:",-1)),r.createElementVNode("span",sC,r.toDisplayString(B.value||"未选择"),1)]),x[42]||(x[42]=r.createElementVNode("div",{class:"separator"},null,-1)),l.value==="param"?(r.openBlock(),r.createElementBlock(r.Fragment,{key:0},[x[36]||(x[36]=r.createElementVNode("div",{class:"group-header"},"当前状态",-1)),r.createElementVNode("div",oC,[x[29]||(x[29]=r.createElementVNode("label",null,"经度(东西):",-1)),r.withDirectives(r.createElementVNode("input",{type:"number","onUpdate:modelValue":x[4]||(x[4]=U=>T.value.longitude=U),onChange:x[5]||(x[5]=U=>v("longitude")),step:"0.000001"},null,544),[[r.vModelText,T.value.longitude,void 0,{number:!0}]])]),r.createElementVNode("div",rC,[x[30]||(x[30]=r.createElementVNode("label",null,"纬度(南北):",-1)),r.withDirectives(r.createElementVNode("input",{type:"number","onUpdate:modelValue":x[6]||(x[6]=U=>T.value.latitude=U),onChange:x[7]||(x[7]=U=>v("latitude")),step:"0.000001"},null,544),[[r.vModelText,T.value.latitude,void 0,{number:!0}]])]),r.createElementVNode("div",aC,[x[31]||(x[31]=r.createElementVNode("label",null,"高度(m):",-1)),r.withDirectives(r.createElementVNode("input",{type:"number","onUpdate:modelValue":x[8]||(x[8]=U=>T.value.height=U),onChange:x[9]||(x[9]=U=>v("height")),step:"0.1"},null,544),[[r.vModelText,T.value.height,void 0,{number:!0}]])]),r.createElementVNode("div",lC,[x[32]||(x[32]=r.createElementVNode("label",null,"累计旋转(°):",-1)),r.withDirectives(r.createElementVNode("input",{type:"number","onUpdate:modelValue":x[10]||(x[10]=U=>T.value.totalRotation=U),onChange:x[11]||(x[11]=U=>v("totalRotation")),step:"1"},null,544),[[r.vModelText,T.value.totalRotation,void 0,{number:!0}]])]),x[37]||(x[37]=r.createElementVNode("div",{class:"separator"},null,-1)),x[38]||(x[38]=r.createElementVNode("div",{class:"group-header"},"调整步长",-1)),r.createElementVNode("div",cC,[x[33]||(x[33]=r.createElementVNode("label",null,"经纬步长(°):",-1)),r.withDirectives(r.createElementVNode("input",{type:"number","onUpdate:modelValue":x[12]||(x[12]=U=>T.value.lonlat=U),step:"0.000001"},null,512),[[r.vModelText,T.value.lonlat,void 0,{number:!0}]])]),r.createElementVNode("div",dC,[x[34]||(x[34]=r.createElementVNode("label",null,"高度步长(m):",-1)),r.withDirectives(r.createElementVNode("input",{type:"number","onUpdate:modelValue":x[13]||(x[13]=U=>T.value.heightDistance=U),step:"0.1"},null,512),[[r.vModelText,T.value.heightDistance,void 0,{number:!0}]])]),r.createElementVNode("div",uC,[x[35]||(x[35]=r.createElementVNode("label",null,"旋转步长(°):",-1)),r.withDirectives(r.createElementVNode("input",{type:"number","onUpdate:modelValue":x[14]||(x[14]=U=>T.value.rotation=U),step:"1"},null,512),[[r.vModelText,T.value.rotation,void 0,{number:!0}]])]),r.createElementVNode("div",hC,[r.createElementVNode("button",{onClick:x[15]||(x[15]=U=>D("rotateLeft"))},"左转"),r.createElementVNode("button",{onClick:x[16]||(x[16]=U=>D("north"))},"北移"),r.createElementVNode("button",{onClick:x[17]||(x[17]=U=>D("rotateRight"))},"右转"),r.createElementVNode("button",{onClick:x[18]||(x[18]=U=>D("west"))},"西移"),r.createElementVNode("button",{onClick:x[19]||(x[19]=U=>D("south"))},"南移"),r.createElementVNode("button",{onClick:x[20]||(x[20]=U=>D("east"))},"东移"),r.createElementVNode("button",{onClick:x[21]||(x[21]=U=>D("up"))},"上移"),r.createElementVNode("button",{onClick:x[22]||(x[22]=U=>D("down"))},"下移"),r.createElementVNode("button",{onClick:F,class:"primary-btn"},"正北俯视"),r.createElementVNode("button",{onClick:Q,class:"primary-btn",style:{"grid-column":"span 3","margin-top":"5px"}},"保存当前位置")])],64)):l.value==="pick"?(r.openBlock(),r.createElementBlock("div",fC,[r.createElementVNode("div",pC,[r.createElementVNode("div",mC,[r.createElementVNode("div",{onClick:x[23]||(x[23]=U=>f.value="BIM"),style:{cursor:"pointer",display:"flex","align-items":"center","margin-bottom":"5px"}},[r.createElementVNode("input",{type:"radio",checked:f.value==="BIM",style:{"margin-right":"5px"}},null,8,gC),x[39]||(x[39]=r.createElementVNode("span",{style:{"font-weight":"bold"}},"BIM标记点:",-1))]),p.value?(r.openBlock(),r.createElementBlock("div",AC,[r.createElementVNode("div",null,"经度:"+r.toDisplayString(p.value.longitude.toFixed(10)),1),r.createElementVNode("div",null,"纬度:"+r.toDisplayString(p.value.latitude.toFixed(10)),1)])):(r.openBlock(),r.createElementBlock("div",yC,"未选择"))])]),r.createElementVNode("div",CC,[r.createElementVNode("div",EC,[r.createElementVNode("div",{onClick:x[24]||(x[24]=U=>f.value="MAP"),style:{cursor:"pointer",display:"flex","align-items":"center","margin-bottom":"5px"}},[r.createElementVNode("input",{type:"radio",checked:f.value==="MAP",style:{"margin-right":"5px"}},null,8,bC),x[40]||(x[40]=r.createElementVNode("span",{style:{"font-weight":"bold"}},"地图标记点:",-1))]),u.value?(r.openBlock(),r.createElementBlock("div",wC,[r.createElementVNode("div",null,"经度:"+r.toDisplayString(u.value.longitude.toFixed(10)),1),r.createElementVNode("div",null,"纬度:"+r.toDisplayString(u.value.latitude.toFixed(10)),1)])):(r.openBlock(),r.createElementBlock("div",vC,"未选择"))])]),r.createElementVNode("div",{class:"button-grid",style:{"grid-template-columns":"1fr"}},[r.createElementVNode("button",{onClick:P},"调整位置"),r.createElementVNode("button",{onClick:Q},"保存")]),x[41]||(x[41]=r.createElementVNode("div",{class:"instructions",style:{"margin-top":"15px",color:"#999","font-size":"12px","line-height":"1.5"}},[r.createElementVNode("div",null,"操作指南:"),r.createElementVNode("div",null,"1. 勾选上方 BIM 或 地图 标记点选项。"),r.createElementVNode("div",null,"2. Shift + 左键 点击场景拾取对应坐标。"),r.createElementVNode("div",null,"3. 采集两点后,点击“调整位置”进行校准。")],-1))])):r.createCommentVNode("",!0)]),r.createElementVNode("div",IC,[r.createElementVNode("div",BC,[r.createElementVNode("div",xC,[r.createElementVNode("input",{type:"checkbox",checked:g.value,onChange:S},null,40,SC)]),x[43]||(x[43]=r.createElementVNode("div",{class:"col-index"},"序号",-1)),x[44]||(x[44]=r.createElementVNode("div",{class:"col-name"},"名称",-1)),x[45]||(x[45]=r.createElementVNode("div",{class:"col-main"},"主模型",-1))]),r.createElementVNode("div",TC,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(w.value,(U,H)=>(r.openBlock(),r.createElementBlock("div",{key:U.modelId,class:r.normalizeClass(["list-item",{active:U.modelId===d.value}])},[r.createElementVNode("div",MC,[r.withDirectives(r.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":j=>U.selected=j},null,8,DC),[[r.vModelCheckbox,U.selected]])]),r.createElementVNode("div",kC,r.toDisplayString(H+1),1),r.createElementVNode("div",{class:"col-name",title:U.modelName},r.toDisplayString(U.modelName),9,PC),r.createElementVNode("div",FC,[r.createElementVNode("input",{type:"radio",name:"mainModel",checked:U.modelId===d.value,onChange:j=>M(U.modelId)},null,40,NC)])],2))),128))])])])]),_:1},8,["visible","full-height"]))}}),[["__scopeId","data-v-9737215c"]]);function fi(){return fi=Object.assign?Object.assign.bind():function(n){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var i in t)({}).hasOwnProperty.call(t,i)&&(n[i]=t[i])}return n},fi.apply(null,arguments)}const RC={locale:"zh_CN",today:"今天",now:"此刻",backToToday:"返回今天",ok:"确定",timeSelect:"选择时间",dateSelect:"选择日期",weekSelect:"选择周",clear:"清除",month:"月",year:"年",previousMonth:"上个月 (翻页上键)",nextMonth:"下个月 (翻页下键)",monthSelect:"选择月份",yearSelect:"选择年份",decadeSelect:"选择年代",yearFormat:"YYYY年",dayFormat:"D日",dateFormat:"YYYY年M月D日",dateTimeFormat:"YYYY年M月D日 HH时mm分ss秒",previousYear:"上一年 (Control键加左方向键)",nextYear:"下一年 (Control键加右方向键)",previousDecade:"上一年代",nextDecade:"下一年代",previousCentury:"上一世纪",nextCentury:"下一世纪"},LC={placeholder:"请选择时间",rangePlaceholder:["开始时间","结束时间"]},pl={lang:fi({placeholder:"请选择日期",yearPlaceholder:"请选择年份",quarterPlaceholder:"请选择季度",monthPlaceholder:"请选择月份",weekPlaceholder:"请选择周",rangePlaceholder:["开始日期","结束日期"],rangeYearPlaceholder:["开始年份","结束年份"],rangeMonthPlaceholder:["开始月份","结束月份"],rangeQuarterPlaceholder:["开始季度","结束季度"],rangeWeekPlaceholder:["开始周","结束周"]},RC),timePickerLocale:fi({},LC)};pl.lang.ok="确定";var pi={exports:{}},OC=pi.exports,ml;function gl(){return ml||(ml=1,(function(n,e){(function(t,i){n.exports=i()})(OC,(function(){var t=1e3,i=6e4,s=36e5,o="millisecond",a="second",c="minute",l="hour",d="day",h="week",f="month",p="quarter",u="year",m="date",C="Invalid Date",A=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,b=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,I={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(M){var E=["th","st","nd","rd"],y=M%100;return"["+M+(E[(y-20)%10]||E[y]||E[0])+"]"}},k=function(M,E,y){var v=String(M);return!v||v.length>=E?M:""+Array(E+1-v.length).join(y)+M},P={s:k,z:function(M){var E=-M.utcOffset(),y=Math.abs(E),v=Math.floor(y/60),D=y%60;return(E<=0?"+":"-")+k(v,2,"0")+":"+k(D,2,"0")},m:function M(E,y){if(E.date()<y.date())return-M(y,E);var v=12*(y.year()-E.year())+(y.month()-E.month()),D=E.clone().add(v,f),F=y-D<0,Q=E.clone().add(v+(F?-1:1),f);return+(-(v+(y-D)/(F?D-Q:Q-D))||0)},a:function(M){return M<0?Math.ceil(M)||0:Math.floor(M)},p:function(M){return{M:f,y:u,w:h,d,D:m,h:l,m:c,s:a,ms:o,Q:p}[M]||String(M||"").toLowerCase().replace(/s$/,"")},u:function(M){return M===void 0}},R="en",T={};T[R]=I;var B="$isDayjsObject",g=function(M){return M instanceof L||!(!M||!M[B])},N=function M(E,y,v){var D;if(!E)return R;if(typeof E=="string"){var F=E.toLowerCase();T[F]&&(D=F),y&&(T[F]=y,D=F);var Q=E.split("-");if(!D&&Q.length>1)return M(Q[0])}else{var O=E.name;T[O]=E,D=O}return!v&&D&&(R=D),D||!v&&R},w=function(M,E){if(g(M))return M.clone();var y=typeof E=="object"?E:{};return y.date=M,y.args=arguments,new L(y)},S=P;S.l=N,S.i=g,S.w=function(M,E){return w(M,{locale:E.$L,utc:E.$u,x:E.$x,$offset:E.$offset})};var L=(function(){function M(y){this.$L=N(y.locale,null,!0),this.parse(y),this.$x=this.$x||y.x||{},this[B]=!0}var E=M.prototype;return E.parse=function(y){this.$d=(function(v){var D=v.date,F=v.utc;if(D===null)return new Date(NaN);if(S.u(D))return new Date;if(D instanceof Date)return new Date(D);if(typeof D=="string"&&!/Z$/i.test(D)){var Q=D.match(A);if(Q){var O=Q[2]-1||0,x=(Q[7]||"0").substring(0,3);return F?new Date(Date.UTC(Q[1],O,Q[3]||1,Q[4]||0,Q[5]||0,Q[6]||0,x)):new Date(Q[1],O,Q[3]||1,Q[4]||0,Q[5]||0,Q[6]||0,x)}}return new Date(D)})(y),this.init()},E.init=function(){var y=this.$d;this.$y=y.getFullYear(),this.$M=y.getMonth(),this.$D=y.getDate(),this.$W=y.getDay(),this.$H=y.getHours(),this.$m=y.getMinutes(),this.$s=y.getSeconds(),this.$ms=y.getMilliseconds()},E.$utils=function(){return S},E.isValid=function(){return this.$d.toString()!==C},E.isSame=function(y,v){var D=w(y);return this.startOf(v)<=D&&D<=this.endOf(v)},E.isAfter=function(y,v){return w(y)<this.startOf(v)},E.isBefore=function(y,v){return this.endOf(v)<w(y)},E.$g=function(y,v,D){return S.u(y)?this[v]:this.set(D,y)},E.unix=function(){return Math.floor(this.valueOf()/1e3)},E.valueOf=function(){return this.$d.getTime()},E.startOf=function(y,v){var D=this,F=!!S.u(v)||v,Q=S.p(y),O=function(se,oe){var ge=S.w(D.$u?Date.UTC(D.$y,oe,se):new Date(D.$y,oe,se),D);return F?ge:ge.endOf(d)},x=function(se,oe){return S.w(D.toDate()[se].apply(D.toDate("s"),(F?[0,0,0,0]:[23,59,59,999]).slice(oe)),D)},U=this.$W,H=this.$M,j=this.$D,X="set"+(this.$u?"UTC":"");switch(Q){case u:return F?O(1,0):O(31,11);case f:return F?O(1,H):O(0,H+1);case h:var Z=this.$locale().weekStart||0,re=(U<Z?U+7:U)-Z;return O(F?j-re:j+(6-re),H);case d:case m:return x(X+"Hours",0);case l:return x(X+"Minutes",1);case c:return x(X+"Seconds",2);case a:return x(X+"Milliseconds",3);default:return this.clone()}},E.endOf=function(y){return this.startOf(y,!1)},E.$set=function(y,v){var D,F=S.p(y),Q="set"+(this.$u?"UTC":""),O=(D={},D[d]=Q+"Date",D[m]=Q+"Date",D[f]=Q+"Month",D[u]=Q+"FullYear",D[l]=Q+"Hours",D[c]=Q+"Minutes",D[a]=Q+"Seconds",D[o]=Q+"Milliseconds",D)[F],x=F===d?this.$D+(v-this.$W):v;if(F===f||F===u){var U=this.clone().set(m,1);U.$d[O](x),U.init(),this.$d=U.set(m,Math.min(this.$D,U.daysInMonth())).$d}else O&&this.$d[O](x);return this.init(),this},E.set=function(y,v){return this.clone().$set(y,v)},E.get=function(y){return this[S.p(y)]()},E.add=function(y,v){var D,F=this;y=Number(y);var Q=S.p(v),O=function(H){var j=w(F);return S.w(j.date(j.date()+Math.round(H*y)),F)};if(Q===f)return this.set(f,this.$M+y);if(Q===u)return this.set(u,this.$y+y);if(Q===d)return O(1);if(Q===h)return O(7);var x=(D={},D[c]=i,D[l]=s,D[a]=t,D)[Q]||1,U=this.$d.getTime()+y*x;return S.w(U,this)},E.subtract=function(y,v){return this.add(-1*y,v)},E.format=function(y){var v=this,D=this.$locale();if(!this.isValid())return D.invalidDate||C;var F=y||"YYYY-MM-DDTHH:mm:ssZ",Q=S.z(this),O=this.$H,x=this.$m,U=this.$M,H=D.weekdays,j=D.months,X=D.meridiem,Z=function(oe,ge,ve,Ce){return oe&&(oe[ge]||oe(v,F))||ve[ge].slice(0,Ce)},re=function(oe){return S.s(O%12||12,oe,"0")},se=X||function(oe,ge,ve){var Ce=oe<12?"AM":"PM";return ve?Ce.toLowerCase():Ce};return F.replace(b,(function(oe,ge){return ge||(function(ve){switch(ve){case"YY":return String(v.$y).slice(-2);case"YYYY":return S.s(v.$y,4,"0");case"M":return U+1;case"MM":return S.s(U+1,2,"0");case"MMM":return Z(D.monthsShort,U,j,3);case"MMMM":return Z(j,U);case"D":return v.$D;case"DD":return S.s(v.$D,2,"0");case"d":return String(v.$W);case"dd":return Z(D.weekdaysMin,v.$W,H,2);case"ddd":return Z(D.weekdaysShort,v.$W,H,3);case"dddd":return H[v.$W];case"H":return String(O);case"HH":return S.s(O,2,"0");case"h":return re(1);case"hh":return re(2);case"a":return se(O,x,!0);case"A":return se(O,x,!1);case"m":return String(x);case"mm":return S.s(x,2,"0");case"s":return String(v.$s);case"ss":return S.s(v.$s,2,"0");case"SSS":return S.s(v.$ms,3,"0");case"Z":return Q}return null})(oe)||Q.replace(":","")}))},E.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},E.diff=function(y,v,D){var F,Q=this,O=S.p(v),x=w(y),U=(x.utcOffset()-this.utcOffset())*i,H=this-x,j=function(){return S.m(Q,x)};switch(O){case u:F=j()/12;break;case f:F=j();break;case p:F=j()/3;break;case h:F=(H-U)/6048e5;break;case d:F=(H-U)/864e5;break;case l:F=H/s;break;case c:F=H/i;break;case a:F=H/t;break;default:F=H}return D?F:S.a(F)},E.daysInMonth=function(){return this.endOf(f).$D},E.$locale=function(){return T[this.$L]},E.locale=function(y,v){if(!y)return this.$L;var D=this.clone(),F=N(y,v,!0);return F&&(D.$L=F),D},E.clone=function(){return S.w(this.$d,this)},E.toDate=function(){return new Date(this.valueOf())},E.toJSON=function(){return this.isValid()?this.toISOString():null},E.toISOString=function(){return this.$d.toISOString()},E.toString=function(){return this.$d.toUTCString()},M})(),V=L.prototype;return w.prototype=V,[["$ms",o],["$s",a],["$m",c],["$H",l],["$W",d],["$M",f],["$y",u],["$D",m]].forEach((function(M){V[M[1]]=function(E){return this.$g(E,M[0],M[1])}})),w.extend=function(M,E){return M.$i||(M(E,L,w),M.$i=!0),w},w.locale=N,w.isDayjs=g,w.unix=function(M){return w(1e3*M)},w.en=T[R],w.Ls=T,w.p={},w}))})(pi)),pi.exports}var UC=gl();const Ke=Yt(UC);var mi={exports:{}},_C=mi.exports,Al;function QC(){return Al||(Al=1,(function(n,e){(function(t,i){n.exports=i(gl())})(_C,(function(t){function i(a){return a&&typeof a=="object"&&"default"in a?a:{default:a}}var s=i(t),o={name:"zh-cn",weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),ordinal:function(a,c){return c==="W"?a+"周":a+"日"},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},relativeTime:{future:"%s内",past:"%s前",s:"几秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},meridiem:function(a,c){var l=100*a+c;return l<600?"凌晨":l<900?"早上":l<1100?"上午":l<1300?"中午":l<1800?"下午":"晚上"}};return s.default.locale(o,null,!0),o}))})(mi)),mi.exports}QC();var gi={exports:{}},VC=gi.exports,yl;function GC(){return yl||(yl=1,(function(n,e){(function(t,i){n.exports=i()})(VC,(function(){return function(t,i,s){var o=i.prototype,a=function(f){return f&&(f.indexOf?f:f.s)},c=function(f,p,u,m,C){var A=f.name?f:f.$locale(),b=a(A[p]),I=a(A[u]),k=b||I.map((function(R){return R.slice(0,m)}));if(!C)return k;var P=A.weekStart;return k.map((function(R,T){return k[(T+(P||0))%7]}))},l=function(){return s.Ls[s.locale()]},d=function(f,p){return f.formats[p]||(function(u){return u.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(m,C,A){return C||A.slice(1)}))})(f.formats[p.toUpperCase()])},h=function(){var f=this;return{months:function(p){return p?p.format("MMMM"):c(f,"months")},monthsShort:function(p){return p?p.format("MMM"):c(f,"monthsShort","months",3)},firstDayOfWeek:function(){return f.$locale().weekStart||0},weekdays:function(p){return p?p.format("dddd"):c(f,"weekdays")},weekdaysMin:function(p){return p?p.format("dd"):c(f,"weekdaysMin","weekdays",2)},weekdaysShort:function(p){return p?p.format("ddd"):c(f,"weekdaysShort","weekdays",3)},longDateFormat:function(p){return d(f.$locale(),p)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};o.localeData=function(){return h.bind(this)()},s.localeData=function(){var f=l();return{firstDayOfWeek:function(){return f.weekStart||0},weekdays:function(){return s.weekdays()},weekdaysShort:function(){return s.weekdaysShort()},weekdaysMin:function(){return s.weekdaysMin()},months:function(){return s.months()},monthsShort:function(){return s.monthsShort()},longDateFormat:function(p){return d(f,p)},meridiem:f.meridiem,ordinal:f.ordinal}},s.months=function(){return c(l(),"months")},s.monthsShort=function(){return c(l(),"monthsShort","months",3)},s.weekdays=function(f){return c(l(),"weekdays",null,null,f)},s.weekdaysShort=function(f){return c(l(),"weekdaysShort","weekdays",3,f)},s.weekdaysMin=function(f){return c(l(),"weekdaysMin","weekdays",2,f)}}}))})(gi)),gi.exports}var HC=GC();const YC=Yt(HC);var Ai={exports:{}},zC=Ai.exports,Cl;function WC(){return Cl||(Cl=1,(function(n,e){(function(t,i){n.exports=i()})(zC,(function(){return function(t,i){i.prototype.weekday=function(s){var o=this.$locale().weekStart||0,a=this.$W,c=(a<o?a+7:a)-o;return this.$utils().u(s)?c:this.subtract(c,"day").add(s,"day")}}}))})(Ai)),Ai.exports}var jC=WC();const KC=Yt(jC);var yi={exports:{}},$C=yi.exports,El;function XC(){return El||(El=1,(function(n,e){(function(t,i){n.exports=i()})($C,(function(){var t="week",i="year";return function(s,o,a){var c=o.prototype;c.week=function(l){if(l===void 0&&(l=null),l!==null)return this.add(7*(l-this.week()),"day");var d=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var h=a(this).startOf(i).add(1,i).date(d),f=a(this).endOf(t);if(h.isBefore(f))return 1}var p=a(this).startOf(i).date(d).startOf(t).subtract(1,"millisecond"),u=this.diff(p,t,!0);return u<0?a(this).startOf("week").week():Math.ceil(u)},c.weeks=function(l){return l===void 0&&(l=null),this.week(l)}}}))})(yi)),yi.exports}var qC=XC();const JC=Yt(qC);var Ci={exports:{}},ZC=Ci.exports,bl;function eE(){return bl||(bl=1,(function(n,e){(function(t,i){n.exports=i()})(ZC,(function(){var t={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},i=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,s=/\d/,o=/\d\d/,a=/\d\d?/,c=/\d*[^-_:/,()\s\d]+/,l={},d=function(A){return(A=+A)+(A>68?1900:2e3)},h=function(A){return function(b){this[A]=+b}},f=[/[+-]\d\d:?(\d\d)?|Z/,function(A){(this.zone||(this.zone={})).offset=(function(b){if(!b||b==="Z")return 0;var I=b.match(/([+-]|\d\d)/g),k=60*I[1]+(+I[2]||0);return k===0?0:I[0]==="+"?-k:k})(A)}],p=function(A){var b=l[A];return b&&(b.indexOf?b:b.s.concat(b.f))},u=function(A,b){var I,k=l.meridiem;if(k){for(var P=1;P<=24;P+=1)if(A.indexOf(k(P,0,b))>-1){I=P>12;break}}else I=A===(b?"pm":"PM");return I},m={A:[c,function(A){this.afternoon=u(A,!1)}],a:[c,function(A){this.afternoon=u(A,!0)}],Q:[s,function(A){this.month=3*(A-1)+1}],S:[s,function(A){this.milliseconds=100*+A}],SS:[o,function(A){this.milliseconds=10*+A}],SSS:[/\d{3}/,function(A){this.milliseconds=+A}],s:[a,h("seconds")],ss:[a,h("seconds")],m:[a,h("minutes")],mm:[a,h("minutes")],H:[a,h("hours")],h:[a,h("hours")],HH:[a,h("hours")],hh:[a,h("hours")],D:[a,h("day")],DD:[o,h("day")],Do:[c,function(A){var b=l.ordinal,I=A.match(/\d+/);if(this.day=I[0],b)for(var k=1;k<=31;k+=1)b(k).replace(/\[|\]/g,"")===A&&(this.day=k)}],w:[a,h("week")],ww:[o,h("week")],M:[a,h("month")],MM:[o,h("month")],MMM:[c,function(A){var b=p("months"),I=(p("monthsShort")||b.map((function(k){return k.slice(0,3)}))).indexOf(A)+1;if(I<1)throw new Error;this.month=I%12||I}],MMMM:[c,function(A){var b=p("months").indexOf(A)+1;if(b<1)throw new Error;this.month=b%12||b}],Y:[/[+-]?\d+/,h("year")],YY:[o,function(A){this.year=d(A)}],YYYY:[/\d{4}/,h("year")],Z:f,ZZ:f};function C(A){var b,I;b=A,I=l&&l.formats;for(var k=(A=b.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(w,S,L){var V=L&&L.toUpperCase();return S||I[L]||t[L]||I[V].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(M,E,y){return E||y.slice(1)}))}))).match(i),P=k.length,R=0;R<P;R+=1){var T=k[R],B=m[T],g=B&&B[0],N=B&&B[1];k[R]=N?{regex:g,parser:N}:T.replace(/^\[|\]$/g,"")}return function(w){for(var S={},L=0,V=0;L<P;L+=1){var M=k[L];if(typeof M=="string")V+=M.length;else{var E=M.regex,y=M.parser,v=w.slice(V),D=E.exec(v)[0];y.call(S,D),w=w.replace(D,"")}}return(function(F){var Q=F.afternoon;if(Q!==void 0){var O=F.hours;Q?O<12&&(F.hours+=12):O===12&&(F.hours=0),delete F.afternoon}})(S),S}}return function(A,b,I){I.p.customParseFormat=!0,A&&A.parseTwoDigitYear&&(d=A.parseTwoDigitYear);var k=b.prototype,P=k.parse;k.parse=function(R){var T=R.date,B=R.utc,g=R.args;this.$u=B;var N=g[1];if(typeof N=="string"){var w=g[2]===!0,S=g[3]===!0,L=w||S,V=g[2];S&&(V=g[2]),l=this.$locale(),!w&&V&&(l=I.Ls[V]),this.$d=(function(v,D,F,Q){try{if(["x","X"].indexOf(D)>-1)return new Date((D==="X"?1e3:1)*v);var O=C(D)(v),x=O.year,U=O.month,H=O.day,j=O.hours,X=O.minutes,Z=O.seconds,re=O.milliseconds,se=O.zone,oe=O.week,ge=new Date,ve=H||(x||U?1:ge.getDate()),Ce=x||ge.getFullYear(),Be=0;x&&!U||(Be=U>0?U-1:ge.getMonth());var Te,_e=j||0,z=X||0,Y=Z||0,$=re||0;return se?new Date(Date.UTC(Ce,Be,ve,_e,z,Y,$+60*se.offset*1e3)):F?new Date(Date.UTC(Ce,Be,ve,_e,z,Y,$)):(Te=new Date(Ce,Be,ve,_e,z,Y,$),oe&&(Te=Q(Te).week(oe).toDate()),Te)}catch{return new Date("")}})(T,N,B,I),this.init(),V&&V!==!0&&(this.$L=this.locale(V).$L),L&&T!=this.format(N)&&(this.$d=new Date("")),l={}}else if(N instanceof Array)for(var M=N.length,E=1;E<=M;E+=1){g[1]=N[E-1];var y=I.apply(this,g);if(y.isValid()){this.$d=y.$d,this.$L=y.$L,this.init();break}E===M&&(this.$d=new Date(""))}else P.call(this,R)}}}))})(Ci)),Ci.exports}var tE=eE();const nE=Yt(tE),iE={class:"setting-panel"},sE={class:"tabs-header"},oE={class:"tab-content"},rE={key:0,class:"section"},aE={class:"setting-item"},lE={class:"setting-item"},cE={class:"setting-item"},dE={key:1,class:"section"},uE={class:"tabs-header",style:{"margin-bottom":"8px"}},hE={key:0},fE={class:"setting-item column"},pE={class:"setting-item column"},mE={class:"setting-item"},gE={key:1},AE={class:"setting-item column"},yE={class:"setting-item column",style:{"margin-top":"12px","border-top":"1px solid rgba(255,255,255,0.1)","padding-top":"8px"}},CE={class:"search-box"},EE={key:2,class:"section"},bE={class:"setting-item"},wE={key:0,class:"setting-item column"},vE={class:"sub-label"},IE={class:"setting-item"},BE={class:"setting-item"},xE={class:"setting-item column"},SE={class:"setting-item column"},TE={class:"sub-label"},ME={class:"setting-item column"},DE={class:"sub-label"},kE={class:"setting-item column"},PE={class:"sub-label"},FE={class:"setting-item column"},NE={style:{display:"flex",gap:"8px","margin-bottom":"8px"}},RE=["onClick","title"],LE={style:{display:"flex",gap:"8px","align-items":"center"}},OE={key:3,class:"section"},UE={class:"setting-item"},_E={class:"setting-item column"},xn=ye(r.defineComponent({__name:"LeitingSetting",props:{visible:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},fullHeight:{type:Boolean,default:!1},tiandituToken:{type:String,default:""},initialConfig:{type:Object,default:()=>({})}},emits:["update:visible","update:open","close"],setup(n,{emit:e}){Ke.locale("zh-cn"),Ke.extend(YC),Ke.extend(KC),Ke.extend(JC),Ke.extend(nE);const t=ie.Switch,i=ie.Radio.Group,s=ie.Radio,o=ie.Input,a=ie.Slider,c=ie.Select,l=ie.Select.Option,d=ie.DatePicker,h=n,f=e,p=r.inject("leitingMethods"),u=r.computed({get:()=>h.open!==void 0?h.open:h.visible,set:E=>{f("update:visible",E),f("update:open",E)}}),m=r.ref("GIS"),C=r.reactive({globe:!1,terrain:!1,depthTest:!1}),A=r.reactive({provider:"tianditu",tianditu:{token:"c25f14fb6bd4397cf8fe45144ff768d6",layerType:"img_w",showLabel:!1},arcgis:{url:"https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"},baseMap:"tianditu"}),b=r.reactive({shadows:!1,shadowDarkness:.7,environmentMap:!1,ambientOcclusion:!1,time:Ke("2025-06-22 10:00"),brightness:1.5,contrast:1,saturation:1,backgroundColor:"linear-gradient(0deg, rgb(238, 247, 255) 0%, rgb(178, 218, 244) 70%, rgb(141, 190, 221) 100%)"}),I=r.reactive({collision:!1,habit:0}),k=E=>{E&&(E.globe!==void 0&&(C.globe=E.globe),E.terrain!==void 0&&(C.terrain=E.terrain),E.depthTest!==void 0&&(C.depthTest=E.depthTest),E.mapProvider!==void 0&&(A.provider=E.mapProvider),E.tiandituLayerType!==void 0&&(A.tianditu.layerType=E.tiandituLayerType),E.tiandituShowLabel!==void 0&&(A.tianditu.showLabel=E.tiandituShowLabel),E.arcgisUrl!==void 0&&(A.arcgis.url=E.arcgisUrl),E.shadows!==void 0&&(b.shadows=E.shadows),E.shadowDarkness!==void 0&&(b.shadowDarkness=E.shadowDarkness),E.environmentMap!==void 0&&(b.environmentMap=E.environmentMap),E.ambientOcclusion!==void 0&&(b.ambientOcclusion=E.ambientOcclusion),E.time!==void 0&&(typeof E.time=="number"?b.time=Ke().startOf("day").add(E.time,"hour"):b.time=Ke(E.time)),E.brightness!==void 0&&(b.brightness=E.brightness),E.contrast!==void 0&&(b.contrast=E.contrast),E.saturation!==void 0&&(b.saturation=E.saturation),E.backgroundColor!==void 0&&(b.backgroundColor=E.backgroundColor),E.collision!==void 0&&(I.collision=E.collision),E.mouseHabit!==void 0&&(I.habit=E.mouseHabit))};r.watch(()=>h.initialConfig,E=>{k(E)},{deep:!0,immediate:!0});const P=["linear-gradient(0deg, rgb(238, 247, 255) 0%, rgb(178, 218, 244) 70%, rgb(141, 190, 221) 100%)","linear-gradient(0deg, #0f2027 0%, #203a43 50%, #2c5364 100%)","linear-gradient(0deg, #cfd9df 0%, #e2ebf0 100%)"],R=[{label:"全球影像地图服务(墨卡托)",value:"img_w"},{label:"全球影像地图服务(经纬度)",value:"img_c"},{label:"全球矢量地图服务(墨卡托)",value:"vec_w"},{label:"全球矢量地图服务(经纬度)",value:"vec_c"},{label:"全球地形晕渲服务(墨卡托)",value:"ter_w"},{label:"全球地形晕渲服务(经纬度)",value:"ter_c"}],T=()=>{const E=A.provider,y={};E==="tianditu"?(y.token=A.tianditu.token,y.layerType=A.tianditu.layerType,y.showAnnotation=A.tianditu.showLabel):E==="arcgis"&&(y.url=A.arcgis.url),p.value?.changeBaseMap?.(E,y)};r.watch(()=>A.provider,T),r.watch(()=>A.tianditu.layerType,T),r.watch(()=>A.tianditu.showLabel,T),r.watch(()=>A.tianditu.token,_n(T,1e3)),r.watch(()=>A.arcgis.url,_n(T,1e3)),r.onMounted(()=>{h.tiandituToken&&(A.tianditu.token=h.tiandituToken)}),r.watch(()=>C.globe,E=>p.value?.setGlobeEnvironmentVisible?.(E)),r.watch(()=>C.terrain,E=>p.value?.setTerrainEnable?.(E)),r.watch(()=>C.depthTest,E=>p.value?.setDepthTestEnable?.(E)),r.watch(()=>p?.value,E=>{if(E){if(E.getConfigure=()=>({globe:C.globe,terrain:C.terrain,depthTest:C.depthTest,mapProvider:A.provider,tiandituLayerType:A.tianditu.layerType,tiandituShowLabel:A.tianditu.showLabel,arcgisUrl:A.arcgis.url,shadows:b.shadows,shadowDarkness:b.shadowDarkness,environmentMap:b.environmentMap,ambientOcclusion:b.ambientOcclusion,time:Ke.isDayjs(b.time)?b.time.format("YYYY-MM-DD HH:mm"):b.time,brightness:b.brightness,contrast:b.contrast,saturation:b.saturation,backgroundColor:b.backgroundColor,collision:I.collision,mouseHabit:I.habit}),E.setConfigure=y=>{k(y)},E.setBackgroundColor&&b.backgroundColor&&E.setBackgroundColor(b.backgroundColor),E.setGlobeEnvironmentVisible&&E.setGlobeEnvironmentVisible(C.globe),E.setShadowsEnable&&E.setShadowsEnable(b.shadows),E.setShadowDarkness&&E.setShadowDarkness(b.shadowDarkness),E.setEnvironmentMapEnable&&E.setEnvironmentMapEnable(b.environmentMap),E.setAmbientOcclusion&&E.setAmbientOcclusion(b.ambientOcclusion),E.setTime){const y=Ke.isDayjs(b.time)?b.time.toDate():new Date;E.setTime(y)}E.setModelBrightness&&E.setModelBrightness(b.brightness),E.setCollisionDetection&&E.setCollisionDetection(I.collision),E.setMouseHabit&&E.setMouseHabit(I.habit),E.changeBaseMap&&A.baseMap&&E.changeBaseMap(A.baseMap,{token:A.tianditu.token,layerType:A.tianditu.layerType,showAnnotation:A.tianditu.showLabel,url:A.arcgis.url})}},{immediate:!0});const B=r.computed({get:()=>{const E=b.backgroundColor;return/^#[0-9A-Fa-f]{6}$/.test(E)?E:"#ffffff"},set:E=>{b.backgroundColor=E}}),g=r.ref(""),N=r.ref(!1),w=r.ref([]);r.watch(()=>C.globe,E=>p.value?.setGlobeEnvironmentVisible?.(E)),r.watch(()=>C.terrain,E=>p.value?.setTerrainEnable?.(E)),r.watch(()=>A.baseMap,E=>{p.value?.changeBaseMap?.(E,{token:h.tiandituToken})}),r.watch(()=>b.shadows,E=>p.value?.setShadowsEnable?.(E)),r.watch(()=>b.shadowDarkness,E=>p.value?.setShadowDarkness?.(E)),r.watch(()=>b.environmentMap,E=>p.value?.setEnvironmentMapEnable?.(E)),r.watch(()=>b.ambientOcclusion,E=>p.value?.setAmbientOcclusion?.(E)),r.watch(()=>b.time,E=>{const y=Ke.isDayjs(E)?E.toDate():new Date;p.value?.setTime?.(y)}),r.watch(()=>[b.brightness,b.contrast,b.saturation],([E,y,v])=>{const D=p.value;D?.setModelColorAdjustment?D.setModelColorAdjustment({brightness:E,contrast:y,saturation:v}):D?.setModelBrightness?.(E)}),r.watch(()=>b.backgroundColor,E=>{if(p.value?.setBackgroundColor)p.value.setBackgroundColor(E);else{const y=document.querySelector(".cesium-viewer");y&&(y.style.background=E)}}),r.watch(()=>I.collision,E=>p.value?.setCollisionDetection?.(E)),r.watch(()=>I.habit,E=>p.value?.setMouseHabit?.(E));const S=E=>{if(E?.pois&&Array.isArray(E.pois)&&E.pois.length>0){const y=E.pois[0],v=y.lonlat.split(/[, ]/).map(Number);if(v.length>=2&&!isNaN(v[0])&&!isNaN(v[1]))return{name:y.name,lon:v[0],lat:v[1],raw:y}}if(E?.area&&E.area.lonlat){const y=E.area,v=y.lonlat.split(/[, ]/).map(Number);if(v.length>=2&&!isNaN(v[0])&&!isNaN(v[1]))return{name:y.name,lon:v[0],lat:v[1],raw:y}}return null},V=_n(async()=>{const E=(g.value||"").trim();if(!E)return;const y=h.tiandituToken||"c25f14fb6bd4397cf8fe45144ff768d6";N.value=!0,w.value=[];try{if(p.value?.searchLocation){const v=await p.value.searchLocation(E,y),D=S(v);D&&(w.value=[D],ce.success(`找到:${D.name||""}`),p.value.flyToLonLatHeight(D.lon,D.lat,5e3))}else{const D=`https://api.tianditu.gov.cn/v2/search?postStr=${encodeURIComponent(JSON.stringify({keyWord:E,level:12,mapBound:"-180,-90,180,90",queryType:1,start:0,count:10}))}&type=query&tk=${encodeURIComponent(y)}`,F=await fetch(D);if(!F.ok)throw new Error(`HTTP ${F.status}`);const Q=await F.json(),O=S(Q);O&&(w.value=[O],ce.success(`找到:${O.name||""}`),p.value?.flyToLonLatHeight?.(O.lon,O.lat,5e3))}}catch(v){console.error("tianditu search error",v)}finally{N.value=!1}},800);r.watch(g,()=>{V()});const M=()=>{u.value=!1,f("close")};return r.onMounted(()=>{}),(E,y)=>(r.openBlock(),r.createBlock(Le,{visible:u.value,title:"设置","full-height":n.fullHeight,onClose:M,"onUpdate:visible":y[26]||(y[26]=v=>u.value=v)},{default:r.withCtx(()=>[r.createElementVNode("div",iE,[r.createElementVNode("div",sE,[r.createElementVNode("div",{class:r.normalizeClass(["tab-item",{active:m.value==="GIS"}]),onClick:y[0]||(y[0]=v=>m.value="GIS")},"GIS",2),r.createElementVNode("div",{class:r.normalizeClass(["tab-item",{active:m.value==="MAP"}]),onClick:y[1]||(y[1]=v=>m.value="MAP")},"地图",2),r.createElementVNode("div",{class:r.normalizeClass(["tab-item",{active:m.value==="RENDER"}]),onClick:y[2]||(y[2]=v=>m.value="RENDER")},"渲染",2),r.createElementVNode("div",{class:r.normalizeClass(["tab-item",{active:m.value==="MOUSE"}]),onClick:y[3]||(y[3]=v=>m.value="MOUSE")},"鼠标",2)]),r.createElementVNode("div",oE,[m.value==="GIS"?(r.openBlock(),r.createElementBlock("div",rE,[r.createElementVNode("div",aE,[y[27]||(y[27]=r.createElementVNode("span",null,"地球 (含大气/日月/星空)",-1)),r.createVNode(r.unref(t),{checked:C.globe,"onUpdate:checked":y[4]||(y[4]=v=>C.globe=v),size:"small"},null,8,["checked"])]),r.createElementVNode("div",lE,[y[28]||(y[28]=r.createElementVNode("span",null,"地形 (高程)",-1)),r.createVNode(r.unref(t),{checked:C.terrain,"onUpdate:checked":y[5]||(y[5]=v=>C.terrain=v),size:"small"},null,8,["checked"])]),r.createElementVNode("div",cE,[y[29]||(y[29]=r.createElementVNode("span",null,"地形遮挡",-1)),r.createVNode(r.unref(t),{checked:C.depthTest,"onUpdate:checked":y[6]||(y[6]=v=>C.depthTest=v),size:"small"},null,8,["checked"])])])):r.createCommentVNode("",!0),m.value==="MAP"?(r.openBlock(),r.createElementBlock("div",dE,[r.createElementVNode("div",uE,[r.createElementVNode("div",{class:r.normalizeClass(["tab-item",{active:A.provider==="tianditu"}]),onClick:y[7]||(y[7]=v=>A.provider="tianditu")},"天地图",2),r.createElementVNode("div",{class:r.normalizeClass(["tab-item",{active:A.provider==="arcgis"}]),onClick:y[8]||(y[8]=v=>A.provider="arcgis")},"ArcGIS",2)]),A.provider==="tianditu"?(r.openBlock(),r.createElementBlock("div",hE,[r.createElementVNode("div",fE,[y[30]||(y[30]=r.createElementVNode("div",{class:"sub-label"},"Token",-1)),r.createVNode(r.unref(o),{value:A.tianditu.token,"onUpdate:value":y[9]||(y[9]=v=>A.tianditu.token=v),size:"small",placeholder:"输入天地图Token"},null,8,["value"])]),r.createElementVNode("div",pE,[y[31]||(y[31]=r.createElementVNode("div",{class:"sub-label"},"地图风格",-1)),r.createVNode(r.unref(c),{value:A.tianditu.layerType,"onUpdate:value":y[10]||(y[10]=v=>A.tianditu.layerType=v),size:"small",style:{width:"100%"}},{default:r.withCtx(()=>[(r.openBlock(),r.createElementBlock(r.Fragment,null,r.renderList(R,v=>r.createVNode(r.unref(l),{key:v.value,value:v.value},{default:r.withCtx(()=>[r.createTextVNode(r.toDisplayString(v.label),1)]),_:2},1032,["value"])),64))]),_:1},8,["value"])]),r.createElementVNode("div",mE,[y[32]||(y[32]=r.createElementVNode("span",null,"叠加注记",-1)),r.createVNode(r.unref(t),{checked:A.tianditu.showLabel,"onUpdate:checked":y[11]||(y[11]=v=>A.tianditu.showLabel=v),size:"small"},null,8,["checked"])])])):r.createCommentVNode("",!0),A.provider==="arcgis"?(r.openBlock(),r.createElementBlock("div",gE,[r.createElementVNode("div",AE,[y[33]||(y[33]=r.createElementVNode("div",{class:"sub-label"},"服务地址",-1)),r.createVNode(r.unref(o),{value:A.arcgis.url,"onUpdate:value":y[12]||(y[12]=v=>A.arcgis.url=v),size:"small",placeholder:"输入ArcGIS MapServer地址"},null,8,["value"])])])):r.createCommentVNode("",!0),r.createElementVNode("div",yE,[y[34]||(y[34]=r.createElementVNode("div",{class:"sub-label"},"位置搜索 (天地图)",-1)),r.createElementVNode("div",CE,[r.createVNode(r.unref(o),{value:g.value,"onUpdate:value":y[13]||(y[13]=v=>g.value=v),placeholder:"输入地名搜索",size:"small","allow-clear":""},null,8,["value"])])])])):r.createCommentVNode("",!0),m.value==="RENDER"?(r.openBlock(),r.createElementBlock("div",EE,[r.createElementVNode("div",bE,[y[35]||(y[35]=r.createElementVNode("span",null,"阴影",-1)),r.createVNode(r.unref(t),{checked:b.shadows,"onUpdate:checked":y[14]||(y[14]=v=>b.shadows=v),size:"small"},null,8,["checked"])]),b.shadows?(r.openBlock(),r.createElementBlock("div",wE,[r.createElementVNode("div",vE,"阴影暗度 ("+r.toDisplayString(b.shadowDarkness.toFixed(2))+")",1),r.createVNode(r.unref(a),{value:b.shadowDarkness,"onUpdate:value":y[15]||(y[15]=v=>b.shadowDarkness=v),min:0,max:1,step:.05,size:"small"},null,8,["value"])])):r.createCommentVNode("",!0),r.createElementVNode("div",IE,[y[36]||(y[36]=r.createElementVNode("span",null,"环境贴图 (HDR)",-1)),r.createVNode(r.unref(t),{checked:b.environmentMap,"onUpdate:checked":y[16]||(y[16]=v=>b.environmentMap=v),size:"small"},null,8,["checked"])]),r.createElementVNode("div",BE,[y[37]||(y[37]=r.createElementVNode("span",null,"环境光遮蔽 (AO)",-1)),r.createVNode(r.unref(t),{checked:b.ambientOcclusion,"onUpdate:checked":y[17]||(y[17]=v=>b.ambientOcclusion=v),size:"small"},null,8,["checked"])]),r.createElementVNode("div",xE,[y[38]||(y[38]=r.createElementVNode("div",{class:"sub-label"},"日期时间",-1)),r.createVNode(r.unref(d),{value:b.time,"onUpdate:value":y[18]||(y[18]=v=>b.time=v),"show-time":"",locale:r.unref(pl),format:"YYYY-MM-DD HH:mm",size:"small",style:{width:"100%"}},null,8,["value","locale"])]),r.createElementVNode("div",SE,[r.createElementVNode("div",TE,"模型亮度 ("+r.toDisplayString(b.brightness.toFixed(1))+")",1),r.createVNode(r.unref(a),{value:b.brightness,"onUpdate:value":y[19]||(y[19]=v=>b.brightness=v),min:0,max:5,step:.1,size:"small"},null,8,["value"])]),r.createElementVNode("div",ME,[r.createElementVNode("div",DE,"模型对比度 ("+r.toDisplayString(b.contrast.toFixed(1))+")",1),r.createVNode(r.unref(a),{value:b.contrast,"onUpdate:value":y[20]||(y[20]=v=>b.contrast=v),min:0,max:3,step:.1,size:"small"},null,8,["value"])]),r.createElementVNode("div",kE,[r.createElementVNode("div",PE,"模型饱和度 ("+r.toDisplayString(b.saturation.toFixed(1))+")",1),r.createVNode(r.unref(a),{value:b.saturation,"onUpdate:value":y[21]||(y[21]=v=>b.saturation=v),min:0,max:3,step:.1,size:"small"},null,8,["value"])]),r.createElementVNode("div",FE,[y[39]||(y[39]=r.createElementVNode("div",{class:"sub-label"},"背景颜色",-1)),r.createElementVNode("div",NE,[(r.openBlock(),r.createElementBlock(r.Fragment,null,r.renderList(P,(v,D)=>r.createElementVNode("div",{key:D,style:r.normalizeStyle({background:v,width:"32px",height:"24px",borderRadius:"2px",cursor:"pointer",border:"1px solid #d9d9d9",flexShrink:0}),onClick:F=>b.backgroundColor=v,title:"预设 "+(D+1)},null,12,RE)),64))]),r.createElementVNode("div",LE,[r.withDirectives(r.createElementVNode("input",{type:"color","onUpdate:modelValue":y[22]||(y[22]=v=>B.value=v),style:{width:"40px",height:"24px",padding:"0",border:"1px solid #d9d9d9"}},null,512),[[r.vModelText,B.value]]),r.createVNode(r.unref(o),{value:b.backgroundColor,"onUpdate:value":y[23]||(y[23]=v=>b.backgroundColor=v),size:"small",style:{flex:"1"},placeholder:"CSS 颜色值"},null,8,["value"])])])])):r.createCommentVNode("",!0),m.value==="MOUSE"?(r.openBlock(),r.createElementBlock("div",OE,[r.createElementVNode("div",UE,[y[40]||(y[40]=r.createElementVNode("span",null,"碰撞检测",-1)),r.createVNode(r.unref(t),{checked:I.collision,"onUpdate:checked":y[24]||(y[24]=v=>I.collision=v),size:"small"},null,8,["checked"])]),r.createElementVNode("div",_E,[y[43]||(y[43]=r.createElementVNode("div",{class:"sub-label"},"操作习惯",-1)),r.createVNode(r.unref(i),{value:I.habit,"onUpdate:value":y[25]||(y[25]=v=>I.habit=v),size:"small"},{default:r.withCtx(()=>[r.createVNode(r.unref(s),{value:0},{default:r.withCtx(()=>[...y[41]||(y[41]=[r.createTextVNode("默认 (中键旋转)",-1)])]),_:1}),r.createVNode(r.unref(s),{value:1},{default:r.withCtx(()=>[...y[42]||(y[42]=[r.createTextVNode("习惯1 (左键旋转)",-1)])]),_:1})]),_:1},8,["value"])])])):r.createCommentVNode("",!0)])])]),_:1},8,["visible","full-height"]))}}),[["__scopeId","data-v-79494025"]]),QE={class:"cad-layer-panel"},VE={class:"layer-list-container"},GE={class:"list-header"},HE={class:"col-check"},YE=["checked"],zE={class:"list-body"},WE={class:"col-check"},jE=["checked","onChange"],KE={class:"col-index"},$E=["title"],XE={class:"col-color"},qE=["value"],JE={key:0,class:"empty-text"},ZE=ye(r.defineComponent({__name:"LeitingCadLayer",props:{visible:{type:Boolean,default:!1},currentModelId:{type:String,default:""}},emits:["update:visible","handleCloseCardByCadCard"],setup(n,{emit:e}){const t=n,i=e,s=r.inject("leitingMethods",r.ref({})),o=r.ref(""),a=r.ref([]),c=()=>{s.value&&s.value.getDxfModels&&(a.value=s.value.getDxfModels().map(I=>({modelId:I.modelId,modelName:I.modelName}))||[])},l=r.computed(()=>a.value.map(I=>({value:I.modelId,label:I.modelName}))),d=r.ref([]),h=r.ref([]),f=r.computed(()=>d.value.length>0&&h.value.length===d.value.length),p=({modelId:I})=>{if(d.value=[],h.value=[],s.value&&s.value.getDxfLayers){const k=s.value.getDxfLayers({modelId:I});k&&Object.keys(k).forEach((P,R)=>{k[P].length&&(d.value.push({index:R+1,layerName:P,layerColor:k[P][0].color||"#ffffff",key:P}),h.value.push(P))})}},u=I=>{o.value=I,p({modelId:I})},m=I=>{I.target.checked?h.value=d.value.map(P=>P.key):h.value=[],A()},C=(I,k)=>{k.target.checked?h.value.includes(I)||h.value.push(I):h.value=h.value.filter(R=>R!==I),A()},A=()=>{if(s.value&&s.value.showDxfLayer&&(s.value.showDxfLayer({modelId:o.value,show:!0,layers:h.value}),s.value.getDxfLayers)){const I=s.value.getDxfLayers({modelId:o.value});if(I){const k=Object.keys(I).filter(P=>!h.value.includes(P));s.value.showDxfLayer({modelId:o.value,show:!1,layers:k})}}},b=()=>{i("update:visible",!1),i("handleCloseCardByCadCard")};return r.watch(()=>t.visible,I=>{I&&(c(),t.currentModelId?(o.value=t.currentModelId,p({modelId:t.currentModelId})):l.value.length>0&&(o.value=l.value[0]?.value,p({modelId:o.value})))}),r.watch(()=>t.currentModelId,I=>{I&&t.visible&&(o.value=I,p({modelId:I}))}),(I,k)=>(r.openBlock(),r.createBlock(Le,{visible:n.visible,title:"CAD图层","onUpdate:visible":k[3]||(k[3]=P=>I.$emit("update:visible",P)),onClose:b,width:360,align:"right","initial-position":{x:0,y:60}},{"header-extra":r.withCtx(()=>[r.createElementVNode("div",{class:"header-select-container",onMousedown:k[2]||(k[2]=r.withModifiers(()=>{},["stop"]))},[k[4]||(k[4]=r.createElementVNode("span",{class:"header-label"},"图纸:",-1)),r.createVNode(r.unref(ie.Select),{value:o.value,"onUpdate:value":k[0]||(k[0]=P=>o.value=P),options:l.value,onChange:k[1]||(k[1]=P=>u(P)),placeholder:"选择模型",style:{width:"140px"},bordered:!1,class:"custom-header-select",popupClassName:"leiting-select-dropdown",size:"small"},null,8,["value","options"])],32)]),default:r.withCtx(()=>[r.createElementVNode("div",QE,[r.createElementVNode("div",VE,[r.createElementVNode("div",GE,[r.createElementVNode("div",HE,[r.createElementVNode("input",{type:"checkbox",checked:f.value,onChange:m},null,40,YE)]),k[5]||(k[5]=r.createElementVNode("div",{class:"col-index"},"序号",-1)),k[6]||(k[6]=r.createElementVNode("div",{class:"col-name"},"图层名称",-1)),k[7]||(k[7]=r.createElementVNode("div",{class:"col-color"},"颜色",-1))]),r.createElementVNode("div",zE,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(d.value,P=>(r.openBlock(),r.createElementBlock("div",{key:P.key,class:"list-item"},[r.createElementVNode("div",WE,[r.createElementVNode("input",{type:"checkbox",checked:h.value.includes(P.key),onChange:R=>C(P.key,R)},null,40,jE)]),r.createElementVNode("div",KE,r.toDisplayString(P.index),1),r.createElementVNode("div",{class:"col-name",title:P.layerName},r.toDisplayString(P.layerName),9,$E),r.createElementVNode("div",XE,[r.createElementVNode("input",{type:"color",value:P.layerColor,disabled:""},null,8,qE)])]))),128)),d.value.length===0?(r.openBlock(),r.createElementBlock("div",JE,"暂无数据")):r.createCommentVNode("",!0)])])])]),_:1},8,["visible"]))}}),[["__scopeId","data-v-a4db4977"]]),eb={class:"adjust-panel"},tb={class:"control-panel"},nb={class:"form-item"},ib={class:"radio-group"},sb={class:"form-item"},ob=["title"],rb={class:"param-row"},ab=["step"],lb={class:"param-row"},cb=["step"],db={class:"param-row"},ub=["step"],hb={class:"param-row"},fb=["step"],pb={class:"param-row"},mb=["step"],gb={class:"param-row"},Ab=["step"],yb={class:"param-row"},Cb=["step"],Eb={class:"button-grid"},bb={key:1,class:"pick-mode-ui"},wb=["onClick"],vb=["checked"],Ib={style:{"font-size":"12px",color:"#aaa","padding-left":"10px"}},Bb={class:"param-row"},xb={style:{width:"40px"}},Sb=["onUpdate:modelValue"],Tb={class:"param-row"},Mb={style:{width:"40px"}},Db=["onUpdate:modelValue"],kb={class:"param-row"},Pb={style:{width:"40px"}},Fb=["onUpdate:modelValue"],Nb={class:"list-panel"},Rb={class:"list-header"},Lb={class:"col-check"},Ob=["checked"],Ub={class:"list-body"},_b={class:"col-check"},Qb=["onUpdate:modelValue"],Vb={class:"col-index"},Gb=["title"],Hb={class:"col-main"},Yb=["checked","onChange"],zb={key:0,style:{padding:"10px","text-align":"center",color:"#999"}},Wb=ye(r.defineComponent({__name:"LeitingCadPosition",props:{visible:{type:Boolean,default:!1}},emits:["update:visible","handleSavingByCadCard","clearBimPointList","save"],setup(n,{expose:e,emit:t}){const i=n,s=t,o=r.inject("leitingMethods"),a=r.ref([]),c=r.ref(""),l=r.computed(()=>a.value.length>0&&a.value.every(y=>y.selected)),d=r.ref("param"),h=r.ref("bimPoint1"),f=r.ref(null),p=r.ref("bimPoint1"),u=r.reactive({bimPoint1:{longitude:void 0,latitude:void 0,type:"CAD标记点",longitudeText:"经度",latitudeText:"纬度",heightText:"高程",height:void 0},bimPoint2:{longitude:void 0,latitude:void 0,type:"地图标记点",longitudeText:"经度",latitudeText:"纬度",heightText:"高程",height:void 0}}),m=r.ref(1e-6),C=r.reactive({modelId:"",longitude:0,latitude:0,distance:1e-6,rotation:1,totalRotation:0,heightDistance:1,height:0,lonlat:1e-6,modelOptions:[],selectPoint:{longitude:0,latitude:0,height:0},selectedMode:!1,X:0,Y:0,Z:0}),A=r.computed(()=>{const y=a.value.find(v=>v.modelId===c.value);return y?y.modelName:""}),b=()=>{s("update:visible",!1)},I=()=>(!f.value&&o?.value?.getViewer&&o?.value?.getCesium&&(f.value=new fl(o.value.getViewer(),o.value.getCesium())),f.value),k=()=>{I()?.clearMarkers(),u.bimPoint1.longitude=void 0,u.bimPoint1.latitude=void 0,u.bimPoint1.height=void 0,u.bimPoint2.longitude=void 0,u.bimPoint2.latitude=void 0,u.bimPoint2.height=void 0},P=y=>{const v=h.value,D=u[v];if(D){D.longitude=y.longitude,D.latitude=y.latitude,D.height=y.height;const F=v==="bimPoint1"?"BIM":"MAP";I()?.addMarker(F,y),ce.success(`${D.type}已添加`)}},R=()=>{I()?.registerPickHandler(y=>{P(y)})},T=()=>{I()?.destroyPickHandler()},B=y=>{d.value=y,y!=="pick"&&s("clearBimPointList")};r.watch(()=>d.value,y=>{y==="pick"?R():T()}),r.onUnmounted(()=>{T()});const g=()=>{if(!o?.value?.getDxfModels)return;const y=o.value.getDxfModels();if(Array.isArray(y)?a.value=y.map(v=>({modelId:v.modelId,modelName:v.modelName,formData:v.formData||{},selected:!1,tileset:v})):a.value=[],a.value.length>0){const v=o.value.getCadModelId?o.value.getCadModelId():"";v&&a.value.find(D=>D.modelId===v)?N(v):N(a.value[0].modelId),a.value.forEach(D=>D.selected=!0)}},N=y=>{c.value=y;const v=a.value.find(D=>D.modelId===y);v&&v.formData&&Object.keys(C).forEach(D=>{v.formData[D]!==void 0&&(C[D]=v.formData[D])})},w=(y,v)=>{if(!o?.value?.adjustingModelByCad)return;const D=a.value.find(F=>F.modelId===y);D&&D.tileset&&(D.formData={...D.formData,...v},D.tileset.formData=D.formData,o.value.adjustingModelByCad({...D.formData,tileset:D.tileset}))},S=y=>{if(!c.value)return;const v=C[y];w(c.value,{[y]:v})},L=y=>{const v=a.value.filter(O=>O.selected);if(v.length===0){ce.warning("请先选择要调整的模型");return}const{distance:D,heightDistance:F,rotation:Q}=C;v.forEach(O=>{const x={...O.formData};switch(y){case"north":x.latitude+=D;break;case"south":x.latitude-=D;break;case"east":x.longitude+=D;break;case"west":x.longitude-=D;break;case"up":x.height+=F;break;case"down":x.height-=F;break;case"rotateLeft":x.totalRotation=(x.totalRotation||0)-Q;break;case"rotateRight":x.totalRotation=(x.totalRotation||0)+Q;break}O.modelId===c.value&&Object.assign(C,x),w(O.modelId,x)})},V=y=>{const v=y.target.checked;a.value.forEach(D=>D.selected=v)},M=()=>{s("handleSavingByCadCard",a.value),s("save",a.value)},E=()=>{const y=u.bimPoint1,v=u.bimPoint2;if(y.longitude===void 0||v.longitude===void 0){ce.warning("请先完成点选操作");return}const D=a.value.filter(U=>U.selected);if(D.length===0){ce.warning("请先选择要调整的模型");return}let F=0,Q=0,O=0;const x=I();if(x){const{dLon:U,dLat:H,dHeight:j}=x.calculateOffset(y,v);F=U,Q=H,O=j}else F=v.longitude-y.longitude,Q=v.latitude-y.latitude,O=v.height-y.height;D.forEach(U=>{const H={...U.formData};H.longitude+=F,H.latitude+=Q,H.height+=O,U.modelId===c.value&&Object.assign(C,H),w(U.modelId,H)}),ce.success("位置已调整")};return r.watch(()=>i.visible,y=>{y?g():(T(),k())}),r.onMounted(()=>{i.visible&&g()}),e({setBIMPointsList:({longitude:y,latitude:v,height:D})=>{u[p.value].longitude=y,u[p.value].latitude=v,u[p.value].height=D},addGltfOr3dTilesModelList:y=>{console.warn("addGltfOr3dTilesModelList is deprecated, use internal loading")}}),(y,v)=>(r.openBlock(),r.createBlock(Le,{visible:i.visible,title:"Cad校准",width:282,height:600,"onUpdate:visible":v[21]||(v[21]=D=>s("update:visible",D)),onClose:b},{default:r.withCtx(()=>[r.createElementVNode("div",eb,[r.createElementVNode("div",tb,[r.createElementVNode("div",nb,[v[22]||(v[22]=r.createElementVNode("label",null,"调整操作:",-1)),r.createElementVNode("div",ib,[r.createElementVNode("span",{class:r.normalizeClass({active:d.value==="param"}),onClick:v[0]||(v[0]=D=>B("param"))},"参数模式",2),r.createElementVNode("span",{class:r.normalizeClass({active:d.value==="pick"}),onClick:v[1]||(v[1]=D=>B("pick"))},"地图点选",2)])]),r.createElementVNode("div",sb,[v[23]||(v[23]=r.createElementVNode("label",null,"当前主模型:",-1)),r.createElementVNode("span",{class:"value",title:A.value},r.toDisplayString(A.value||"未选择"),9,ob)]),v[35]||(v[35]=r.createElementVNode("div",{class:"separator"},null,-1)),d.value==="param"?(r.openBlock(),r.createElementBlock(r.Fragment,{key:0},[v[31]||(v[31]=r.createElementVNode("div",{class:"group-header"},"当前状态",-1)),r.createElementVNode("div",rb,[v[24]||(v[24]=r.createElementVNode("label",null,"经度(东西):",-1)),r.withDirectives(r.createElementVNode("input",{type:"number","onUpdate:modelValue":v[2]||(v[2]=D=>C.longitude=D),onChange:v[3]||(v[3]=D=>S("longitude")),step:m.value},null,40,ab),[[r.vModelText,C.longitude,void 0,{number:!0}]])]),r.createElementVNode("div",lb,[v[25]||(v[25]=r.createElementVNode("label",null,"纬度(南北):",-1)),r.withDirectives(r.createElementVNode("input",{type:"number","onUpdate:modelValue":v[4]||(v[4]=D=>C.latitude=D),onChange:v[5]||(v[5]=D=>S("latitude")),step:m.value},null,40,cb),[[r.vModelText,C.latitude,void 0,{number:!0}]])]),r.createElementVNode("div",db,[v[26]||(v[26]=r.createElementVNode("label",null,"高度(m):",-1)),r.withDirectives(r.createElementVNode("input",{type:"number","onUpdate:modelValue":v[6]||(v[6]=D=>C.height=D),onChange:v[7]||(v[7]=D=>S("height")),step:m.value},null,40,ub),[[r.vModelText,C.height,void 0,{number:!0}]])]),r.createElementVNode("div",hb,[v[27]||(v[27]=r.createElementVNode("label",null,"累计旋转(°):",-1)),r.withDirectives(r.createElementVNode("input",{type:"number","onUpdate:modelValue":v[8]||(v[8]=D=>C.totalRotation=D),onChange:v[9]||(v[9]=D=>S("totalRotation")),step:m.value},null,40,fb),[[r.vModelText,C.totalRotation,void 0,{number:!0}]])]),v[32]||(v[32]=r.createElementVNode("div",{class:"separator"},null,-1)),v[33]||(v[33]=r.createElementVNode("div",{class:"group-header"},"调整步长",-1)),r.createElementVNode("div",pb,[v[28]||(v[28]=r.createElementVNode("label",null,"经纬步长(°):",-1)),r.withDirectives(r.createElementVNode("input",{type:"number","onUpdate:modelValue":v[10]||(v[10]=D=>C.distance=D),step:m.value},null,8,mb),[[r.vModelText,C.distance,void 0,{number:!0}]])]),r.createElementVNode("div",gb,[v[29]||(v[29]=r.createElementVNode("label",null,"高度步长(m):",-1)),r.withDirectives(r.createElementVNode("input",{type:"number","onUpdate:modelValue":v[11]||(v[11]=D=>C.heightDistance=D),step:m.value},null,8,Ab),[[r.vModelText,C.heightDistance,void 0,{number:!0}]])]),r.createElementVNode("div",yb,[v[30]||(v[30]=r.createElementVNode("label",null,"旋转步长(°):",-1)),r.withDirectives(r.createElementVNode("input",{type:"number","onUpdate:modelValue":v[12]||(v[12]=D=>C.rotation=D),step:m.value},null,8,Cb),[[r.vModelText,C.rotation,void 0,{number:!0}]])]),r.createElementVNode("div",Eb,[r.createElementVNode("button",{onClick:v[13]||(v[13]=D=>L("rotateLeft"))},"左转"),r.createElementVNode("button",{onClick:v[14]||(v[14]=D=>L("north"))},"北移"),r.createElementVNode("button",{onClick:v[15]||(v[15]=D=>L("rotateRight"))},"右转"),r.createElementVNode("button",{onClick:v[16]||(v[16]=D=>L("west"))},"西移"),r.createElementVNode("button",{onClick:v[17]||(v[17]=D=>L("south"))},"南移"),r.createElementVNode("button",{onClick:v[18]||(v[18]=D=>L("east"))},"东移"),r.createElementVNode("button",{onClick:v[19]||(v[19]=D=>L("up"))},"上移"),r.createElementVNode("button",{onClick:v[20]||(v[20]=D=>L("down"))},"下移"),r.createElementVNode("button",{onClick:M,class:"primary-btn",style:{"grid-column":"span 3","margin-top":"5px"}},"保存当前位置")])],64)):(r.openBlock(),r.createElementBlock("div",bb,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(u,(D,F)=>(r.openBlock(),r.createElementBlock("div",{key:F,class:"form-item",style:{display:"block","margin-bottom":"15px"}},[r.createElementVNode("div",{style:{"font-weight":"bold","margin-bottom":"5px",cursor:"pointer",display:"flex","align-items":"center"},onClick:Q=>h.value=F},[r.createElementVNode("input",{type:"radio",checked:h.value===F,style:{"margin-right":"5px"}},null,8,vb),r.createTextVNode(" "+r.toDisplayString(D.type)+": ",1)],8,wb),r.createElementVNode("div",Ib,[r.createElementVNode("div",Bb,[r.createElementVNode("label",xb,r.toDisplayString(D.longitudeText),1),r.withDirectives(r.createElementVNode("input",{type:"number","onUpdate:modelValue":Q=>D.longitude=Q,readonly:"",style:{width:"100px"}},null,8,Sb),[[r.vModelText,D.longitude,void 0,{number:!0}]])]),r.createElementVNode("div",Tb,[r.createElementVNode("label",Mb,r.toDisplayString(D.latitudeText),1),r.withDirectives(r.createElementVNode("input",{type:"number","onUpdate:modelValue":Q=>D.latitude=Q,readonly:"",style:{width:"100px"}},null,8,Db),[[r.vModelText,D.latitude,void 0,{number:!0}]])]),r.createElementVNode("div",kb,[r.createElementVNode("label",Pb,r.toDisplayString(D.heightText),1),r.withDirectives(r.createElementVNode("input",{type:"number","onUpdate:modelValue":Q=>D.height=Q,readonly:"",style:{width:"100px"}},null,8,Fb),[[r.vModelText,D.height,void 0,{number:!0}]])])])]))),128)),r.createElementVNode("div",{class:"button-grid",style:{"grid-template-columns":"1fr"}},[r.createElementVNode("button",{onClick:E,class:"primary-btn"},"应用校准"),r.createElementVNode("button",{onClick:M},"保存")]),v[34]||(v[34]=r.createElementVNode("div",{class:"instructions",style:{"margin-top":"15px",color:"#999","font-size":"12px","line-height":"1.5"}},[r.createElementVNode("div",null,"操作指南:"),r.createElementVNode("div",null,"1. 勾选上方 CAD 或 地图 标记点选项。"),r.createElementVNode("div",null,"2. Shift + 左键 点击场景拾取对应坐标。"),r.createElementVNode("div",null,"3. 采集两点后,点击“应用校准”进行校准。")],-1))]))]),r.createElementVNode("div",Nb,[r.createElementVNode("div",Rb,[r.createElementVNode("div",Lb,[r.createElementVNode("input",{type:"checkbox",checked:l.value,onChange:V},null,40,Ob)]),v[36]||(v[36]=r.createElementVNode("div",{class:"col-index"},"序号",-1)),v[37]||(v[37]=r.createElementVNode("div",{class:"col-name"},"名称",-1)),v[38]||(v[38]=r.createElementVNode("div",{class:"col-main"},"主模型",-1))]),r.createElementVNode("div",Ub,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(a.value,(D,F)=>(r.openBlock(),r.createElementBlock("div",{key:D.modelId,class:r.normalizeClass(["list-item",{active:D.modelId===c.value}])},[r.createElementVNode("div",_b,[r.withDirectives(r.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":Q=>D.selected=Q},null,8,Qb),[[r.vModelCheckbox,D.selected]])]),r.createElementVNode("div",Vb,r.toDisplayString(F+1),1),r.createElementVNode("div",{class:"col-name",title:D.modelName},r.toDisplayString(D.modelName),9,Gb),r.createElementVNode("div",Hb,[r.createElementVNode("input",{type:"radio",name:"mainModel",checked:D.modelId===c.value,onChange:Q=>N(D.modelId)},null,40,Yb)])],2))),128)),a.value.length===0?(r.openBlock(),r.createElementBlock("div",zb,"暂无数据")):r.createCommentVNode("",!0)])])])]),_:1},8,["visible"]))}}),[["__scopeId","data-v-e8abd49d"]]),jb={class:"annotation-content"},Kb={class:"annotation-tools"},$b={class:"annotation-controls"},Xb={class:"control-group",title:"颜色"},qb={class:"tool-item color-tool"},Jb={class:"control-group line-width-container",title:"线宽"},Zb=["onClick"],ew={class:"option-label"},tw=ye(r.defineComponent({__name:"LeitingAnnotationCard",props:{visible:{type:Boolean,default:!1}},emits:["update:visible"],setup(n,{emit:e}){const t=n,i=e,s=r.inject("leitingMethods"),o=r.ref(""),a=r.ref("#ff0000"),c=r.ref(1),l=r.ref(!1),d=r.ref(null),h=r.ref(null),f=r.ref({top:"0px",left:"0px"}),p=[{value:6,label:"粗"},{value:3,label:"中"},{value:1,label:"细"}],u=()=>s?.value?.getAnnotationInstance?s.value.getAnnotationInstance():null,m=()=>{i("update:visible",!1)},C=B=>{o.value=B;const g=u();if(g)switch(B){case"freehandLine":g.startFreehandLine();break;case"arrow":g.startArrow();break;case"straightLine":g.startStraightLine();break;case"rectangle":g.startRectangle();break;case"ellipse":g.startEllipse();break}},A=()=>{const B=u();B&&(B.setCurrentColor(a.value),B.changeColor(a.value))},b=()=>{if(!l.value&&d.value){const B=d.value.getBoundingClientRect();f.value={top:`${B.top}px`,left:`${B.right+8}px`}}l.value=!l.value},I=B=>{c.value=B,l.value=!1;const g=u();g&&(g.setCurrentWidth(B),g.changeWidth(B))},k=()=>{const B=u();B&&B.deleteSelectedEntity()},P=()=>{const B=u();B&&B.clearAll()},R=()=>{if(s?.value?.saveAnnotations){s.value.saveAnnotations();return}const B=u();B&&B.saveAnnotations()},T=B=>{const g=B.target,N=d.value&&d.value.contains(g),w=h.value&&h.value.contains(g);!N&&!w&&(l.value=!1)};return r.onMounted(()=>{document.addEventListener("click",T)}),r.onUnmounted(()=>{document.removeEventListener("click",T)}),(B,g)=>(r.openBlock(),r.createBlock(Le,{visible:t.visible,title:"标注",width:70,"min-width":70,height:480,"onUpdate:visible":g[6]||(g[6]=N=>i("update:visible",N)),onClose:m},{default:r.withCtx(()=>[r.createElementVNode("div",jb,[r.createElementVNode("div",Kb,[r.createElementVNode("div",{class:r.normalizeClass(["tool-item",{active:o.value==="freehandLine"}]),onClick:g[0]||(g[0]=N=>C("freehandLine")),title:"手绘线"},[...g[7]||(g[7]=[r.createElementVNode("div",{class:"tool-icon"},"✏️",-1)])],2),r.createElementVNode("div",{class:r.normalizeClass(["tool-item",{active:o.value==="arrow"}]),onClick:g[1]||(g[1]=N=>C("arrow")),title:"箭头"},[...g[8]||(g[8]=[r.createElementVNode("div",{class:"tool-icon"},"↗️",-1)])],2),r.createElementVNode("div",{class:r.normalizeClass(["tool-item",{active:o.value==="straightLine"}]),onClick:g[2]||(g[2]=N=>C("straightLine")),title:"直线"},[...g[9]||(g[9]=[r.createElementVNode("div",{class:"tool-icon"},"📏",-1)])],2),r.createElementVNode("div",{class:r.normalizeClass(["tool-item",{active:o.value==="rectangle"}]),onClick:g[3]||(g[3]=N=>C("rectangle")),title:"矩形"},[...g[10]||(g[10]=[r.createElementVNode("div",{class:"tool-icon"},"▭",-1)])],2),r.createElementVNode("div",{class:r.normalizeClass(["tool-item",{active:o.value==="ellipse"}]),onClick:g[4]||(g[4]=N=>C("ellipse")),title:"椭圆"},[...g[11]||(g[11]=[r.createElementVNode("div",{class:"tool-icon"},"⭕",-1)])],2)]),g[13]||(g[13]=r.createElementVNode("div",{class:"separator"},null,-1)),r.createElementVNode("div",$b,[r.createElementVNode("div",Xb,[r.createElementVNode("div",qb,[r.createElementVNode("div",{class:"color-swatch",style:r.normalizeStyle({backgroundColor:a.value})},null,4),r.withDirectives(r.createElementVNode("input",{type:"color","onUpdate:modelValue":g[5]||(g[5]=N=>a.value=N),onChange:A,class:"color-input-overlay"},null,544),[[r.vModelText,a.value]])])]),r.createElementVNode("div",Jb,[r.createElementVNode("div",{ref_key:"lineWidthBtnRef",ref:d,class:"tool-item",onClick:r.withModifiers(b,["stop"])},[r.createElementVNode("div",{class:"current-width-preview",style:r.normalizeStyle({height:c.value+"px",backgroundColor:"#fff"})},null,4)],512),(r.openBlock(),r.createBlock(r.Teleport,{to:"body"},[l.value?(r.openBlock(),r.createElementBlock("div",{key:0,ref_key:"dropdownRef",ref:h,class:"line-width-dropdown",style:r.normalizeStyle(f.value)},[(r.openBlock(),r.createElementBlock(r.Fragment,null,r.renderList(p,N=>r.createElementVNode("div",{key:N.value,class:r.normalizeClass(["line-width-option",{selected:c.value===N.value}]),onClick:r.withModifiers(w=>I(N.value),["stop"])},[r.createElementVNode("span",ew,r.toDisplayString(N.label),1),r.createElementVNode("div",{class:"line-preview",style:r.normalizeStyle({height:N.value+"px",backgroundColor:c.value===N.value?"#1890ff":"#ddd"})},null,4)],10,Zb)),64))],4)):r.createCommentVNode("",!0)]))]),g[12]||(g[12]=r.createElementVNode("div",{class:"separator"},null,-1)),r.createElementVNode("div",{class:"action-buttons"},[r.createElementVNode("button",{class:"control-btn",onClick:k,title:"删除选中"}," 🗑️ "),r.createElementVNode("button",{class:"control-btn",onClick:P,title:"清空"}," ❌ "),r.createElementVNode("button",{class:"control-btn",onClick:R,title:"保存"}," 💾 ")])])])]),_:1},8,["visible"]))}}),[["__scopeId","data-v-3cfc8415"]]),nw={class:"measure-content"},iw={class:"measure-tools"},sw={key:0,class:"measure-results"},ow={class:"result-row"},rw={class:"result-value"},aw={class:"result-row"},lw={class:"result-value"},cw={class:"result-row"},dw={class:"result-value"},uw={class:"result-row"},hw={class:"result-value"},fw={key:1,class:"result-row"},pw={class:"result-value"},mw={key:2,class:"result-row"},gw={class:"result-value"},Aw={class:"measure-controls"},yw={class:"control-group",title:"单位"},Cw={class:"unit-display"},Ew=["onClick"],bw=ye(r.defineComponent({__name:"LeitingMeasurement",props:{visible:{type:Boolean,default:!1}},emits:["update:visible","close"],setup(n,{emit:e}){const t=n,i=e,s=r.inject("leitingMethods",r.ref({})),o=r.ref(null),a=r.ref(null),c=r.ref("m"),l=r.ref(!1),d=r.ref(null),h=r.ref(!1),f=r.ref({}),p=r.ref(null),u=[{label:"米 (m)",value:"m"},{label:"厘米 (cm)",value:"cm"},{label:"毫米 (mm)",value:"mm"}],m=B=>{const g=c.value;return g==="mm"?`${(B*1e3).toFixed(0)}mm`:g==="cm"?`${(B*100).toFixed(1)}cm`:`${B.toFixed(2)}m`},C=B=>B>1e6?`${(B/1e6).toFixed(2)} km²`:`${B.toFixed(2)} m²`,A=()=>{if(!o.value&&s.value?.getViewer){const B=s.value.getViewer(),g=s.value.getCesium();B&&g&&(o.value=new Ds({viewer:B,cesium:g}),o.value.setUnit(c.value),o.value.setSnapping(l.value),o.value.onMeasure=N=>{d.value=N})}},b=B=>{o.value||A(),a.value===B?(a.value=null,o.value?.stop(),s.value?.baseCompt?.enableSelection()):(a.value=B,o.value?.start(B),s.value?.baseCompt?.disableSelection())},I=B=>{c.value=B,h.value=!1},k=()=>{o.value&&(o.value.clearAll(),a.value=null,o.value.stop()),s.value?.baseCompt?.enableSelection()},P=()=>{i("update:visible",!1)},R=B=>{if(h.value){h.value=!1;return}const N=B.currentTarget.getBoundingClientRect();f.value={position:"fixed",top:`${N.top}px`,left:`${N.right+5}px`,zIndex:3e3},h.value=!0},T=B=>{h.value&&p.value&&!p.value.contains(B.target)&&(h.value=!1)};return r.onMounted(()=>{document.addEventListener("click",T),t.visible&&r.nextTick(()=>A())}),r.onUnmounted(()=>{document.removeEventListener("click",T),o.value&&o.value.destroy()}),r.watch(()=>t.visible,B=>{B?r.nextTick(()=>A()):o.value&&(o.value.stop(),a.value=null)}),r.watch(s,B=>{B&&B.getViewer&&!o.value&&t.visible&&A()}),r.watch(c,B=>{o.value&&o.value.setUnit(B)}),(B,g)=>(r.openBlock(),r.createBlock(Le,{visible:t.visible,title:"量算",width:70,"min-width":70,height:480,"onUpdate:visible":g[3]||(g[3]=N=>i("update:visible",N)),onClose:P},{default:r.withCtx(()=>[r.createElementVNode("div",nw,[r.createElementVNode("div",iw,[r.createElementVNode("div",{class:r.normalizeClass(["tool-item",{active:a.value==="distance"}]),onClick:g[0]||(g[0]=N=>b("distance")),title:"距离测量"},[...g[4]||(g[4]=[r.createElementVNode("div",{class:"tool-icon"},"📏",-1)])],2),r.createElementVNode("div",{class:r.normalizeClass(["tool-item",{active:a.value==="angle"}]),onClick:g[1]||(g[1]=N=>b("angle")),title:"角度测量"},[...g[5]||(g[5]=[r.createElementVNode("div",{class:"tool-icon"},"📐",-1)])],2),r.createElementVNode("div",{class:r.normalizeClass(["tool-item",{active:a.value==="area"}]),onClick:g[2]||(g[2]=N=>b("area")),title:"面积测量"},[...g[6]||(g[6]=[r.createElementVNode("div",{class:"tool-icon"},"🔳",-1)])],2)]),g[15]||(g[15]=r.createElementVNode("div",{class:"separator"},null,-1)),d.value?(r.openBlock(),r.createElementBlock("div",sw,[d.value.type==="distance"?(r.openBlock(),r.createElementBlock(r.Fragment,{key:0},[r.createElementVNode("div",ow,[g[7]||(g[7]=r.createElementVNode("span",{class:"result-label"},"总长:",-1)),r.createElementVNode("span",rw,r.toDisplayString(m(d.value.dist)),1)]),r.createElementVNode("div",aw,[g[8]||(g[8]=r.createElementVNode("span",{class:"result-label",style:{color:"#ff4d4f"}},"ΔX:",-1)),r.createElementVNode("span",lw,r.toDisplayString(m(d.value.dx)),1)]),r.createElementVNode("div",cw,[g[9]||(g[9]=r.createElementVNode("span",{class:"result-label",style:{color:"#52c41a"}},"ΔY:",-1)),r.createElementVNode("span",dw,r.toDisplayString(m(d.value.dy)),1)]),r.createElementVNode("div",uw,[g[10]||(g[10]=r.createElementVNode("span",{class:"result-label",style:{color:"#1890ff"}},"ΔZ:",-1)),r.createElementVNode("span",hw,r.toDisplayString(m(d.value.dz)),1)])],64)):r.createCommentVNode("",!0),d.value.type==="angle"?(r.openBlock(),r.createElementBlock("div",fw,[g[11]||(g[11]=r.createElementVNode("span",{class:"result-label"},"角度:",-1)),r.createElementVNode("span",pw,r.toDisplayString(d.value.angle.toFixed(1))+"°",1)])):r.createCommentVNode("",!0),d.value.type==="area"?(r.openBlock(),r.createElementBlock("div",mw,[g[12]||(g[12]=r.createElementVNode("span",{class:"result-label"},"面积:",-1)),r.createElementVNode("span",gw,r.toDisplayString(C(d.value.area)),1)])):r.createCommentVNode("",!0)])):r.createCommentVNode("",!0),r.createElementVNode("div",Aw,[r.createElementVNode("div",yw,[r.createElementVNode("div",{class:"tool-item",onClick:r.withModifiers(R,["stop"])},[r.createElementVNode("div",Cw,r.toDisplayString(c.value),1)]),(r.openBlock(),r.createBlock(r.Teleport,{to:"body"},[h.value?(r.openBlock(),r.createElementBlock("div",{key:0,ref_key:"unitDropdownRef",ref:p,class:"unit-dropdown",style:r.normalizeStyle(f.value)},[(r.openBlock(),r.createElementBlock(r.Fragment,null,r.renderList(u,N=>r.createElementVNode("div",{key:N.value,class:r.normalizeClass(["unit-option",{selected:c.value===N.value}]),onClick:r.withModifiers(w=>I(N.value),["stop"])},r.toDisplayString(N.label),11,Ew)),64))],4)):r.createCommentVNode("",!0)]))]),g[14]||(g[14]=r.createElementVNode("div",{class:"separator"},null,-1)),r.createElementVNode("div",{class:"action-buttons"},[r.createElementVNode("div",{class:"tool-item control-btn",onClick:k,title:"清空"},[...g[13]||(g[13]=[r.createElementVNode("div",{class:"tool-icon"},"🗑️",-1)])])])])])]),_:1},8,["visible"]))}}),[["__scopeId","data-v-8b1e070f"]]);function wl(){const n=r.ref(!1),e=r.reactive({x:0,y:0}),t=r.ref([]),i=r.ref(null);return{visible:n,position:e,items:t,contextData:i,show:(l,d,h)=>{l instanceof MouseEvent?(l.preventDefault(),e.x=l.clientX,e.y=l.clientY):(e.x=l.x,e.y=l.y),t.value=d,i.value=h,n.value=!0},hide:()=>{n.value=!1},addItem:l=>{t.value.push(l)},removeItem:l=>{t.value=t.value.filter(d=>d.id!==l)}}}const ww=["onClick","onTouchend"],vw={class:"menu-label"},Iw={key:0,class:"menu-arrow"},Bw=ye(r.defineComponent({__name:"LeitingContextMenu",props:{visible:{type:Boolean},position:{},items:{}},emits:["update:visible","action"],setup(n,{emit:e}){const t=n,i=e,s=ui("(max-width: 767.98px), (pointer: coarse)"),o=r.computed(()=>{let l=t.position.x,d=t.position.y;if(s.value){const f=t.items.length*48;l+200>window.innerWidth-16&&(l=window.innerWidth-200-16),d+f>window.innerHeight-16&&(d=window.innerHeight-f-16),d<16&&(d=16)}return{left:l+"px",top:d+"px"}}),a=l=>{l.disabled||(l.action&&l.action(),i("action",l),i("update:visible",!1))},c=()=>{t.visible&&i("update:visible",!1)};return r.onMounted(()=>{document.addEventListener("click",c),document.addEventListener("contextmenu",l=>{l.target.closest(".leiting-context-menu")||c()})}),r.onUnmounted(()=>{document.removeEventListener("click",c)}),(l,d)=>r.withDirectives((r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(["leiting-context-menu",{"mobile-style":r.unref(s)}]),style:r.normalizeStyle(o.value),onContextmenu:d[0]||(d[0]=r.withModifiers(()=>{},["prevent"]))},[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(n.items,h=>(r.openBlock(),r.createElementBlock("div",{key:h.id,class:r.normalizeClass(["menu-item",{"menu-divided":h.divided,"menu-disabled":h.disabled}]),onClick:f=>a(h),onTouchend:r.withModifiers(f=>a(h),["prevent"])},[r.createElementVNode("span",vw,r.toDisplayString(h.label),1),h.children?(r.openBlock(),r.createElementBlock("span",Iw,"▶")):r.createCommentVNode("",!0)],42,ww))),128))],38)),[[r.vShow,n.visible]])}}),[["__scopeId","data-v-76e4924d"]]);function vl(){const{width:n,height:e}=ul(),t=ui("(pointer: coarse)"),i=r.ref(!1),s=r.ref(!1),o=r.ref(!0),a=r.ref("other"),c=r.ref("other"),l=r.ref("medium"),d=r.ref("portrait"),h=()=>{const u=navigator.userAgent.toLowerCase();i.value=n.value<768||/android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini/i.test(u),s.value=n.value>=768&&n.value<1024,o.value=n.value>=1024,/iphone|ipad|ipod/i.test(u)?a.value="ios":/android/i.test(u)?a.value="android":/win/i.test(u)?a.value="windows":/mac/i.test(u)?a.value="macos":/linux/i.test(u)&&(a.value="linux"),/safari/i.test(u)&&!/chrome/i.test(u)?c.value="safari":/chrome/i.test(u)?c.value="chrome":/firefox/i.test(u)?c.value="firefox":/edge/i.test(u)&&(c.value="edge"),n.value<576?l.value="small":n.value<1024?l.value="medium":l.value="large",d.value=n.value>e.value?"landscape":"portrait"},f=()=>{h()};r.onMounted(()=>{h(),window.addEventListener("resize",f),window.addEventListener("orientationchange",f)}),r.onUnmounted(()=>{window.removeEventListener("resize",f),window.removeEventListener("orientationchange",f)});const p=()=>({isMobile:i.value,isTablet:s.value,isDesktop:o.value,isTouchDevice:t.value,os:a.value,browser:c.value,screenSize:l.value,orientation:d.value});return{isMobile:r.readonly(i),isTablet:r.readonly(s),isDesktop:r.readonly(o),isTouchDevice:r.readonly(t),os:r.readonly(a),browser:r.readonly(c),screenSize:r.readonly(l),orientation:r.readonly(d),width:n,height:e,info:p}}const xw={class:"mobile-nav-root"},Sw={class:"nav-bar-container"},Tw={key:"sub-mode",class:"nav-inner sub-menu-wrapper"},Mw={class:"sub-icons-list"},Dw=["onClick"],kw=["innerHTML"],Pw={key:"main-mode",class:"nav-inner main-menu-wrapper"},Fw=["onClick"],Nw=["src","alt"],Il=ye(r.defineComponent({__name:"MobileBottomNav",props:{activeIds:{},is2d:{type:Boolean},customItems:{}},emits:["item-click","sub-item-click","clear-measure"],setup(n,{emit:e}){const t=n,i=e,s=r.ref(null),o=r.ref(null),a={measure:[{id:"distance",label:"距离",parentId:"measure",parentKey:"measurement"},{id:"angle",label:"角度",parentId:"measure",parentKey:"measurement"},{id:"area",label:"面积",parentId:"measure",parentKey:"measurement"},{id:"coordinate",label:"坐标",parentId:"measure",parentKey:"measurement"}],section:[{id:"box",label:"剖切盒",parentId:"section",parentKey:"section"},{id:"plane-x",label:"X轴",parentId:"section",parentKey:"section"},{id:"plane-y",label:"Y轴",parentId:"section",parentKey:"section"}]},c={distance:'<svg viewBox="0 0 24 24" width="22" height="22" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 17l6-6 4 4 8-8"/><path d="M17 7h4v4"/></svg>',angle:'<svg viewBox="0 0 24 24" width="22" height="22" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 20H4L14 4"/></svg>',area:'<svg viewBox="0 0 24 24" width="20" height="20" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="3" width="18" height="18" rx="2"/></svg>',coordinate:'<svg viewBox="0 0 24 24" width="22" height="22" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 2v20M2 12h20"/></svg>',box:'<svg viewBox="0 0 24 24" width="22" height="22" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/></svg>'},l=C=>c[C]||c.box,d=r.ref([{ID:"home",title:"主视角",src:new URL("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAEhSURBVDhP1ZRhkcIwEIWJAsDBOTgkgAJAAYcCQAFFAUgoDjgFh4Q7B+cAUFC+19kyS0hL+Ulm3nS6+/ZLNkkbOk9GURRDWUIIxyZraEoCWZLfmmcOLK/z14KAqGiGvq14zDMHNk/BHkAAehh/0ABtKMxUSFzPNfpFI+JnD7wDYVaxIIov41bIfxHfoROakhe0HDeQmbQfFzTxJj+zTXYg1kWrarISRFKzLNAfGsbL9iDzq/0j+kQZ/k1wm7onoKW3Hq42F0jLVK//Tcebott2fJAbVK1lvKwBNd6rRIsFsfJka0G2qdpQPy7+EPC0AumexKAzoH5FbgvSbHuUW6EOYubbfwX0cLPfFJS4K6mPNrbdHb+uvP498dhVn4v9FWo9V3RZzFxAv8L9AAAAAElFTkSuQmCC",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:xe&&xe.tagName.toUpperCase()==="SCRIPT"&&xe.src||new URL("leiting-bim.umd.js",document.baseURI).href).href,key:"homeView"},{ID:"measure",title:"量算",src:new URL("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAFESURBVDhPlZMNEcIwDIVXBQwFgAJAAcMBDgAFIGE4wAHgABSwOdgcIAEUjPd6aS/rfhi7y12bJl9f0sxEf3xVVV0RPoetjTFvnWqGcgSylfgihA0CKcgJgBfsAqMiKiM0+gkKlCyZCN8uhPWCFOSBxARWORU4W2CdeV9XjxSEJcwkjokTqBpzjxjCn7CyVRECzjg8wHLYCmabK7CplBcLhMr2DZCqP0dCovYZ9hYGXx1izLUGUkkfxI/sTQiCf4N1zLWAWCKV2nP6PEhB2Ngd7B4GC4SJnCcP8SAFoc/Ph/TqjVvTPogFKUiJ/VGU+GdmUAA5ObA7cyC+iPt/MjUfKRL4emyuK+cGH8tufFRUHywZ+RYlnRDdIwfzLzVUibtQv1oNhoAExtfpVdIAiQIOWiY9o2sQxJemOydTS1jR1di2Zn8B8f27apou9kMAAAAASUVORK5CYII=",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:xe&&xe.tagName.toUpperCase()==="SCRIPT"&&xe.src||new URL("leiting-bim.umd.js",document.baseURI).href).href,key:"measurement"},{ID:"roam",title:"漫游",src:new URL("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADhSURBVHgBvVOBEYIwDEw9B2ADO4IjuIEjwAa6Aa7ABMAEuIIjOIFsUDao37vgxVZbBI+/+0tI0+fJBaIIrLUFaMAHmNNcsMAIE+vdJLQykQ+0wFHBrsyiT/sL2I1DDTac/+4Klzobov7WHxt29qGmaYaQnlhLCmUTa2l4C2ljvamFlEvY0xpCW/kA924GblfGWciZaJyXQvSmlOoDITSdXQBbcA8eKfy/nHDFeY470FIX8tzUIu84FmLWuTzz7yhRLPm54dKJ4+A5uoJ3HgHBUfUmxGIa4QDuKA4n3kLk9ZInw0qu5b1R1aYAAAAASUVORK5CYII=",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:xe&&xe.tagName.toUpperCase()==="SCRIPT"&&xe.src||new URL("leiting-bim.umd.js",document.baseURI).href).href,key:"roam"},{ID:"info",title:"信息",src:new URL("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAADFSURBVDhPxVPBDYMwDIwnKJu0G9ANYJMyQrsBbNIRGAE2gEnSO6mpIMJxkBC1lEds52zfOeK9b51zV5wte4lIr8RWbgGQh2fGmaIHJe4EetKPtDpRcA5AvwcB7FtgCcTOH0p3YzaQNd75QBiVXJG3LRtCRyQ6Jvsekd3gTsJVoDcihZLQQjXGTRMzIzPhOCCQyNYvSuEue7Qdm02yK0u1nM2m/FQyKb8JZHH+l81Ofdpdm82tvikjThyNlbSEBvIPFj+MfwA76qSYUG3g9QAAAABJRU5ErkJggg==",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:xe&&xe.tagName.toUpperCase()==="SCRIPT"&&xe.src||new URL("leiting-bim.umd.js",document.baseURI).href).href,key:"componentInfo"},{ID:"setting",title:"设置",src:new URL("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAGPSURBVDhPrZT9UQIxEMUvFSgViBUoFQgVABV4VqBW4FmBUIFQgZRwVqBU4HUAVHC+X2aXycQw/sPOvLncZvdlv5JQFaTv+1upp8IyhLDHRLpLfe6FrXRt7hZShYyH+n8RauGAv/AkQNYIHICshFcRdu6fE/kGRN/mQGTIpzAzMoh6EV2fIsJ5IwNOj2IpVZ6i6difSecRVnlELZHIgHROisgXRCa78Z+IrMBf2pjLYJNENGSd1kO2pPghjKQniyqY8lFr2NfaqC18wn7nZCMlWg7xLq70TxfRLyHqtABN2lbp40mSSCzBcSebif1TPyKjDBcQ0eJJRkIUpHkMPUlnkBU+pnlWItL6ERgw8o1iqRHtgzAUGNRD2qmkvgMvNnneUQcZ4ggR6VGXG+OOA1koNvrFcY7+af++VJe0hucfyKQu+RWJc+SDZ3aNvlPpRl7T0qXdafNZYPDehLEZt/rOBR9U8QSaEKX0jHAaE4tshVrgLeJ+Xdl6rS8D3BWJXKnCEwWXEuco9grQ3bb0sP0Cn8/nPm/SMRQAAAAASUVORK5CYII=",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:xe&&xe.tagName.toUpperCase()==="SCRIPT"&&xe.src||new URL("leiting-bim.umd.js",document.baseURI).href).href,key:"setting"}]),h=r.computed(()=>{let C=[...d.value];return t.customItems&&(C=[...C,...t.customItems]),C}),f=r.computed(()=>s.value?a[s.value.ID]||[]:[]),p=C=>{if(a[C.ID]){if(C.ID==="measure"){i("item-click",C);return}if(s.value?.ID===C.ID)m();else{s.value=C,o.value=null;const A=a[C.ID];A&&A.length>0&&(o.value=A[0]?.id??null,setTimeout(()=>{i("sub-item-click",{parent:C,sub:A[0]})},50))}}else i("item-click",C)},u=C=>{o.value=C.id,i("sub-item-click",{parent:s.value,sub:C})},m=()=>{s.value=null,o.value=null};return(C,A)=>(r.openBlock(),r.createElementBlock("div",xw,[r.createElementVNode("nav",Sw,[r.createVNode(r.Transition,{name:"nav-mode-switch",mode:"out-in"},{default:r.withCtx(()=>[s.value?(r.openBlock(),r.createElementBlock("div",Tw,[r.createElementVNode("button",{class:"nav-back-icon",onClick:m},[...A[0]||(A[0]=[r.createElementVNode("svg",{width:"22",height:"22",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"3"},[r.createElementVNode("polyline",{points:"15 18 9 12 15 6"})],-1)])]),r.createElementVNode("div",Mw,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(f.value,b=>(r.openBlock(),r.createElementBlock("button",{key:b.id,class:r.normalizeClass(["sub-icon-box",{active:o.value===b.id}]),onClick:I=>u(b)},[r.createElementVNode("div",{class:"icon-svg",innerHTML:l(b.id)},null,8,kw)],10,Dw))),128))])])):(r.openBlock(),r.createElementBlock("div",Pw,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(h.value,b=>(r.openBlock(),r.createElementBlock("div",{key:b.ID,class:r.normalizeClass(["main-tab-item",{active:n.activeIds?.includes(b.ID)}]),onClick:I=>p(b)},[r.createElementVNode("img",{src:b.src,class:"tab-img",alt:b.title},null,8,Nw)],10,Fw))),128))]))]),_:1})])]))}}),[["__scopeId","data-v-975dfd4b"]]),Rw={key:1,class:"drawer-header"},Lw={class:"drawer-title"},Ow={class:"drawer-content"},Uw={key:2,class:"drawer-footer"},Ls=ye(r.defineComponent({__name:"MobileDrawer",props:{visible:{type:Boolean},title:{},direction:{default:"bottom"},width:{default:"100%"},height:{default:"50vh"},showHandle:{type:Boolean,default:!1},closeOnOverlay:{type:Boolean,default:!0},maxHeight:{default:"60vh"}},emits:["update:visible","close"],setup(n,{emit:e}){const t=n,i=e,s=r.ref(null);let o=0,a=0;const c=r.computed(()=>{const u={};return t.direction==="right"||t.direction==="left"?(u.width=t.width,u.height="100%"):(u.width=t.width,u.height=t.height,u.maxHeight=t.maxHeight),u}),l=u=>{o=u.touches[0]?.clientY??0,s.value&&(s.value.style.transition="none")},d=u=>{if(!s.value)return;a=(u.touches[0]?.clientY??0)-o,a>0&&(s.value.style.transform=`translateY(${a}px)`)},h=()=>{s.value&&(s.value.style.transition="transform 300ms cubic-bezier(0.4, 0, 0.2, 1)",a>100?f():s.value.style.transform="",a=0)},f=()=>{i("update:visible",!1),i("close")},p=()=>{t.closeOnOverlay&&f()};return r.watch(()=>t.visible,u=>{u?document.body.style.overflow="hidden":document.body.style.overflow=""}),(u,m)=>(r.openBlock(),r.createBlock(r.Teleport,{to:"body"},[r.createVNode(r.Transition,{name:"drawer-fade"},{default:r.withCtx(()=>[n.visible?(r.openBlock(),r.createElementBlock("div",{key:0,class:"mobile-drawer-overlay",onClick:p,onTouchmove:m[1]||(m[1]=r.withModifiers(()=>{},["prevent"]))},[r.createElementVNode("div",{class:r.normalizeClass(["mobile-drawer-panel",[`direction-${n.direction}`]]),style:r.normalizeStyle(c.value),onClick:m[0]||(m[0]=r.withModifiers(()=>{},["stop"])),ref_key:"panelRef",ref:s},[n.direction==="bottom"&&n.showHandle?(r.openBlock(),r.createElementBlock("div",{key:0,class:"drawer-handle",onTouchstart:l,onTouchmove:d,onTouchend:h},[...m[2]||(m[2]=[r.createElementVNode("div",{class:"handle-bar"},null,-1)])],32)):r.createCommentVNode("",!0),n.title||u.$slots.title?(r.openBlock(),r.createElementBlock("div",Rw,[r.renderSlot(u.$slots,"title",{},()=>[r.createElementVNode("span",Lw,r.toDisplayString(n.title),1)],!0),r.createElementVNode("button",{class:"drawer-close-btn",onClick:f},[...m[3]||(m[3]=[r.createElementVNode("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round"},[r.createElementVNode("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),r.createElementVNode("line",{x1:"6",y1:"6",x2:"18",y2:"18"})],-1)])])])):r.createCommentVNode("",!0),r.createElementVNode("div",Ow,[r.renderSlot(u.$slots,"default",{},void 0,!0)]),u.$slots.footer?(r.openBlock(),r.createElementBlock("div",Uw,[r.renderSlot(u.$slots,"footer",{},void 0,!0)])):r.createCommentVNode("",!0)],6)],32)):r.createCommentVNode("",!0)]),_:3})]))}}),[["__scopeId","data-v-5b311962"]]),_w={class:"mobile-tree-container"},Qw={class:"search-section"},Vw={class:"search-inner"},Gw=["innerHTML"],Bl=ye(r.defineComponent({__name:"MobileTree",props:{visible:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},treeData:{default:()=>[]},initialCheckedKeys:{default:()=>[]}},emits:["update:visible","update:open","close","select","check","search"],setup(n,{emit:e}){const t=n,i=e,s=r.inject("leitingMethods"),o=r.computed({get:()=>t.open!==void 0?t.open:t.visible,set:w=>{i("update:visible",w),i("update:open",w)}}),a={key:"id",title:"name",children:"children"},c=r.ref(""),l=r.ref([]),d=r.ref([]),h=r.ref(null),f=r.ref(300),p=r.ref(!1);let u=null;r.watch(()=>t.initialCheckedKeys,w=>{w&&w.length>0&&(d.value=[...w])},{immediate:!0}),r.watch(()=>t.treeData,w=>{if(!w||w.length===0)return;const S=[],L=(E,y)=>{for(let v=0;v<E.length;v++){const D=E[v],F=D.id||D.key||D.$id,Q=D.modelId||y;Q&&(D.modelId=Q),F&&S.push(String(F)),D.children&&D.children.length>0&&L(D.children,Q)}};L(w);const V=new Set(d.value);let M=!1;S.forEach(E=>{V.has(E)||(V.add(E),M=!0)}),M&&(d.value=Array.from(V),i("check",d.value))},{immediate:!0,deep:!0});const m=(w,S)=>{const L=[],V=M=>{for(let E=0;E<M.length;E++){const y=M[E],v=y.id||y.key;!y.children||y.children.length===0?!(v&&S.has(String(v)))&&y.modelId&&y.element_Id&&L.push({modelId:y.modelId,elementId:y.element_Id,show:!1}):y.children&&V(y.children)}};return V(w),L},C=r.computed(()=>{if(!c.value)return t.treeData;p.value=!0;const w=c.value.toLowerCase(),S=L=>{const V=[];for(let M=0;M<L.length;M++){const E=L[M],y=E.name||E.title||"",v=E.id||E.key,D=y.toLowerCase().includes(w);let F;E.children&&E.children.length>0&&(F=S(E.children)),(D||F&&F.length>0)&&V.push({key:String(v),title:y,children:F&&F.length>0?F:E.children?E.children:void 0,_raw:E,_searchMatched:D})}return V};return S(t.treeData)}),A=r.computed(()=>{if(!c.value)return[];const w=[],S=L=>{for(let V=0;V<L.length;V++){const M=L[V]?.children;M&&M.length>0&&(w.push(L[V]?.key),S(M))}};return S(C.value),w}),b=w=>{if(!c.value)return w;const S=new RegExp(`(${c.value.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")})`,"gi");return w.replace(S,'<mark class="search-highlight">$1</mark>')},I=_n(w=>{const S=typeof w=="object"?w.target?.value??"":w;P(S)},200),k=w=>{P(w)},P=w=>{c.value=w||"",i("search",c.value),w&&r.nextTick(()=>{l.value=[...A.value]})},R=w=>{l.value=w},T=(w,S)=>{d.value=w,i("check",d.value);const L=new Set(w.map(M=>String(M))),V=m(t.treeData,L);s?.value?.setComponentVisibility&&s.value.setComponentVisibility(V),s?.value?.onTreeCheck&&s.value.onTreeCheck(w,S)},B=w=>{o.value=w},g=()=>{i("close")},N=()=>{h.value&&(f.value=h.value.clientHeight)};return r.onMounted(()=>{h.value&&(N(),u=new ResizeObserver(()=>{N()}),u.observe(h.value))}),r.onUnmounted(()=>{u&&(u.disconnect(),u=null)}),(w,S)=>(r.openBlock(),r.createBlock(Ls,{visible:o.value,title:"目录树",direction:"bottom","show-handle":!1,class:"mobile-bim-drawer","onUpdate:visible":B,onClose:g},{title:r.withCtx(()=>[...S[1]||(S[1]=[r.createElementVNode("div",{class:"custom-drawer-header"},[r.createElementVNode("span",null,"目录树")],-1)])]),default:r.withCtx(()=>[r.createElementVNode("div",_w,[S[3]||(S[3]=r.createElementVNode("div",{class:"nav-tabs"},[r.createElementVNode("div",{class:"nav-tab-item active"},"构件")],-1)),r.createElementVNode("div",Qw,[r.createElementVNode("div",Vw,[r.createVNode(r.unref(ie.Input),{value:c.value,"onUpdate:value":S[0]||(S[0]=L=>c.value=L),placeholder:"搜索构件","allow-clear":"",class:"custom-search",onSearch:k,onChange:r.unref(I)},null,8,["value","onChange"])])]),r.createElementVNode("div",{class:"tree-content-wrapper",ref_key:"treeContentRef",ref:h},[C.value.length>0?(r.openBlock(),r.createBlock(r.unref(ie.Tree),{key:0,"tree-data":C.value,"field-names":a,"expanded-keys":l.value,"checked-keys":d.value,checkable:"","block-node":"",class:"bim-dark-tree",onExpand:R,onCheck:T},{switcherIcon:r.withCtx(({expanded:L})=>[r.createElementVNode("span",{class:r.normalizeClass(["switcher-icon",{"is-open":L}])},[...S[2]||(S[2]=[r.createElementVNode("svg",{viewBox:"0 0 1024 1024",width:"12",height:"12"},[r.createElementVNode("path",{d:"M340.864 149.312l405.376 362.688-405.376 362.688z",fill:"currentColor"})],-1)])],2)]),title:r.withCtx(L=>[r.createElementVNode("span",{class:r.normalizeClass(["node-title",{"is-matched":L._searchMatched}])},[r.createElementVNode("span",{innerHTML:b(L.title)},null,8,Gw)],2)]),_:1},8,["tree-data","expanded-keys","checked-keys","onExpand","onCheck"])):r.createCommentVNode("",!0)],512)])]),_:1},8,["visible"]))}}),[["__scopeId","data-v-3234e3c9"]]),Hw={class:"tabs-header"},Yw=["onClick"],zw={class:"modal-content"},Ww={key:0,class:"setting-section"},jw={class:"setting-item"},Kw={class:"mobile-switch"},$w={class:"setting-item"},Xw={class:"mobile-switch"},qw={class:"setting-item"},Jw={class:"mobile-switch"},Zw={key:1,class:"setting-section"},ev={class:"setting-item column"},tv={class:"provider-btns"},nv={key:0,class:"provider-config"},iv={class:"setting-item column"},sv={class:"setting-item column"},ov={class:"setting-item"},rv={class:"mobile-switch"},av={key:1,class:"provider-config"},lv={class:"setting-item column"},cv={key:2,class:"setting-section"},dv={class:"setting-item"},uv={class:"mobile-switch"},hv={key:0,class:"setting-item column"},fv={class:"setting-label-row"},pv={class:"setting-value"},mv={class:"setting-item"},gv={class:"mobile-switch"},Av={class:"setting-item"},yv={class:"mobile-switch"},Cv={class:"setting-item column"},Ev={class:"setting-label-row"},bv={class:"setting-value"},wv={class:"setting-item column"},vv={class:"setting-label-row"},Iv={class:"setting-value"},Bv={key:3,class:"setting-section"},xv={class:"setting-item column"},Sv={class:"setting-item"},Tv={class:"mobile-switch"},Mv={class:"setting-item"},Dv={class:"mobile-switch"},xl=ye(r.defineComponent({__name:"MobileSetting",props:{visible:{type:Boolean,default:!1},open:{type:Boolean,default:void 0}},emits:["update:visible","update:open","close","change"],setup(n,{emit:e}){const t=n,i=e,s=r.computed({get:()=>t.open!==void 0?t.open:t.visible,set:u=>{i("update:visible",u),i("update:open",u)}}),o=[{id:"GIS",label:"GIS"},{id:"MAP",label:"地图"},{id:"RENDER",label:"渲染"},{id:"MOUSE",label:"鼠标"}],a=r.ref("GIS"),c=r.ref({globe:!0,terrain:!1,depthTest:!0}),l=r.ref({provider:"tianditu",tianditu:{token:"",layerType:"img",showLabel:!0},arcgis:{url:""}}),d=r.ref({shadows:!1,shadowDarkness:.5,environmentMap:!0,ambientOcclusion:!1,brightness:1,contrast:1}),h=r.ref({sensitivity:5,invertRotation:!1,invertZoom:!1}),f=()=>{p()},p=()=>{i("close"),i("change",{gis:c.value,map:l.value,render:d.value,mouse:h.value})};return r.watch(()=>s.value,u=>{u?document.body.style.overflow="hidden":document.body.style.overflow=""}),(u,m)=>(r.openBlock(),r.createBlock(r.Teleport,{to:"body"},[r.createVNode(r.Transition,{name:"setting-modal"},{default:r.withCtx(()=>[s.value?(r.openBlock(),r.createElementBlock("div",{key:0,class:"mobile-setting-overlay",onClick:f,onTouchmove:m[19]||(m[19]=r.withModifiers(()=>{},["prevent"]))},[r.createElementVNode("div",{class:"mobile-setting-modal",onClick:m[18]||(m[18]=r.withModifiers(()=>{},["stop"]))},[r.createElementVNode("div",{class:"modal-header"},[m[21]||(m[21]=r.createElementVNode("span",{class:"modal-title"},"设置",-1)),r.createElementVNode("button",{class:"modal-close-btn",onClick:p},[...m[20]||(m[20]=[r.createElementVNode("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round"},[r.createElementVNode("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),r.createElementVNode("line",{x1:"6",y1:"6",x2:"18",y2:"18"})],-1)])])]),r.createElementVNode("div",Hw,[(r.openBlock(),r.createElementBlock(r.Fragment,null,r.renderList(o,C=>r.createElementVNode("button",{key:C.id,class:r.normalizeClass(["tab-btn",{active:a.value===C.id}]),onClick:A=>a.value=C.id},r.toDisplayString(C.label),11,Yw)),64))]),r.createElementVNode("div",zw,[a.value==="GIS"?(r.openBlock(),r.createElementBlock("div",Ww,[r.createElementVNode("div",jw,[m[23]||(m[23]=r.createElementVNode("span",{class:"setting-label"},"地球",-1)),r.createElementVNode("label",Kw,[r.withDirectives(r.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":m[0]||(m[0]=C=>c.value.globe=C)},null,512),[[r.vModelCheckbox,c.value.globe]]),m[22]||(m[22]=r.createElementVNode("span",{class:"slider"},null,-1))])]),r.createElementVNode("div",$w,[m[25]||(m[25]=r.createElementVNode("span",{class:"setting-label"},"地形",-1)),r.createElementVNode("label",Xw,[r.withDirectives(r.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":m[1]||(m[1]=C=>c.value.terrain=C)},null,512),[[r.vModelCheckbox,c.value.terrain]]),m[24]||(m[24]=r.createElementVNode("span",{class:"slider"},null,-1))])]),r.createElementVNode("div",qw,[m[27]||(m[27]=r.createElementVNode("span",{class:"setting-label"},"地形遮挡",-1)),r.createElementVNode("label",Jw,[r.withDirectives(r.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":m[2]||(m[2]=C=>c.value.depthTest=C)},null,512),[[r.vModelCheckbox,c.value.depthTest]]),m[26]||(m[26]=r.createElementVNode("span",{class:"slider"},null,-1))])])])):r.createCommentVNode("",!0),a.value==="MAP"?(r.openBlock(),r.createElementBlock("div",Zw,[r.createElementVNode("div",ev,[m[28]||(m[28]=r.createElementVNode("span",{class:"setting-label"},"地图提供商",-1)),r.createElementVNode("div",tv,[r.createElementVNode("button",{class:r.normalizeClass(["provider-btn",{active:l.value.provider==="tianditu"}]),onClick:m[3]||(m[3]=C=>l.value.provider="tianditu")}," 天地图 ",2),r.createElementVNode("button",{class:r.normalizeClass(["provider-btn",{active:l.value.provider==="arcgis"}]),onClick:m[4]||(m[4]=C=>l.value.provider="arcgis")}," ArcGIS ",2)])]),l.value.provider==="tianditu"?(r.openBlock(),r.createElementBlock("div",nv,[r.createElementVNode("div",iv,[m[29]||(m[29]=r.createElementVNode("span",{class:"setting-label"},"Token",-1)),r.withDirectives(r.createElementVNode("input",{"onUpdate:modelValue":m[5]||(m[5]=C=>l.value.tianditu.token=C),type:"text",class:"mobile-input",placeholder:"输入天地图Token"},null,512),[[r.vModelText,l.value.tianditu.token]])]),r.createElementVNode("div",sv,[m[31]||(m[31]=r.createElementVNode("span",{class:"setting-label"},"地图风格",-1)),r.withDirectives(r.createElementVNode("select",{"onUpdate:modelValue":m[6]||(m[6]=C=>l.value.tianditu.layerType=C),class:"mobile-select"},[...m[30]||(m[30]=[r.createElementVNode("option",{value:"img"},"影像",-1),r.createElementVNode("option",{value:"cia"},"影像注记",-1),r.createElementVNode("option",{value:"vec"},"矢量",-1),r.createElementVNode("option",{value:"cva"},"矢量注记",-1)])],512),[[r.vModelSelect,l.value.tianditu.layerType]])]),r.createElementVNode("div",ov,[m[33]||(m[33]=r.createElementVNode("span",{class:"setting-label"},"叠加注记",-1)),r.createElementVNode("label",rv,[r.withDirectives(r.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":m[7]||(m[7]=C=>l.value.tianditu.showLabel=C)},null,512),[[r.vModelCheckbox,l.value.tianditu.showLabel]]),m[32]||(m[32]=r.createElementVNode("span",{class:"slider"},null,-1))])])])):r.createCommentVNode("",!0),l.value.provider==="arcgis"?(r.openBlock(),r.createElementBlock("div",av,[r.createElementVNode("div",lv,[m[34]||(m[34]=r.createElementVNode("span",{class:"setting-label"},"服务地址",-1)),r.withDirectives(r.createElementVNode("input",{"onUpdate:modelValue":m[8]||(m[8]=C=>l.value.arcgis.url=C),type:"text",class:"mobile-input",placeholder:"输入ArcGIS MapServer地址"},null,512),[[r.vModelText,l.value.arcgis.url]])])])):r.createCommentVNode("",!0)])):r.createCommentVNode("",!0),a.value==="RENDER"?(r.openBlock(),r.createElementBlock("div",cv,[r.createElementVNode("div",dv,[m[36]||(m[36]=r.createElementVNode("span",{class:"setting-label"},"阴影",-1)),r.createElementVNode("label",uv,[r.withDirectives(r.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":m[9]||(m[9]=C=>d.value.shadows=C)},null,512),[[r.vModelCheckbox,d.value.shadows]]),m[35]||(m[35]=r.createElementVNode("span",{class:"slider"},null,-1))])]),d.value.shadows?(r.openBlock(),r.createElementBlock("div",hv,[r.createElementVNode("div",fv,[m[37]||(m[37]=r.createElementVNode("span",{class:"setting-label"},"阴影暗度",-1)),r.createElementVNode("span",pv,r.toDisplayString(d.value.shadowDarkness.toFixed(2)),1)]),r.withDirectives(r.createElementVNode("input",{type:"range","onUpdate:modelValue":m[10]||(m[10]=C=>d.value.shadowDarkness=C),min:"0",max:"1",step:"0.05",class:"mobile-slider"},null,512),[[r.vModelText,d.value.shadowDarkness,void 0,{number:!0}]])])):r.createCommentVNode("",!0),r.createElementVNode("div",mv,[m[39]||(m[39]=r.createElementVNode("span",{class:"setting-label"},"环境贴图",-1)),r.createElementVNode("label",gv,[r.withDirectives(r.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":m[11]||(m[11]=C=>d.value.environmentMap=C)},null,512),[[r.vModelCheckbox,d.value.environmentMap]]),m[38]||(m[38]=r.createElementVNode("span",{class:"slider"},null,-1))])]),r.createElementVNode("div",Av,[m[41]||(m[41]=r.createElementVNode("span",{class:"setting-label"},"环境光遮蔽",-1)),r.createElementVNode("label",yv,[r.withDirectives(r.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":m[12]||(m[12]=C=>d.value.ambientOcclusion=C)},null,512),[[r.vModelCheckbox,d.value.ambientOcclusion]]),m[40]||(m[40]=r.createElementVNode("span",{class:"slider"},null,-1))])]),r.createElementVNode("div",Cv,[r.createElementVNode("div",Ev,[m[42]||(m[42]=r.createElementVNode("span",{class:"setting-label"},"模型亮度",-1)),r.createElementVNode("span",bv,r.toDisplayString(d.value.brightness.toFixed(1)),1)]),r.withDirectives(r.createElementVNode("input",{type:"range","onUpdate:modelValue":m[13]||(m[13]=C=>d.value.brightness=C),min:"0",max:"5",step:"0.1",class:"mobile-slider"},null,512),[[r.vModelText,d.value.brightness,void 0,{number:!0}]])]),r.createElementVNode("div",wv,[r.createElementVNode("div",vv,[m[43]||(m[43]=r.createElementVNode("span",{class:"setting-label"},"模型对比度",-1)),r.createElementVNode("span",Iv,r.toDisplayString(d.value.contrast.toFixed(1)),1)]),r.withDirectives(r.createElementVNode("input",{type:"range","onUpdate:modelValue":m[14]||(m[14]=C=>d.value.contrast=C),min:"0.5",max:"2",step:"0.1",class:"mobile-slider"},null,512),[[r.vModelText,d.value.contrast,void 0,{number:!0}]])])])):r.createCommentVNode("",!0),a.value==="MOUSE"?(r.openBlock(),r.createElementBlock("div",Bv,[r.createElementVNode("div",xv,[m[44]||(m[44]=r.createElementVNode("span",{class:"setting-label"},"鼠标灵敏度",-1)),r.withDirectives(r.createElementVNode("input",{type:"range","onUpdate:modelValue":m[15]||(m[15]=C=>h.value.sensitivity=C),min:"1",max:"10",step:"1",class:"mobile-slider"},null,512),[[r.vModelText,h.value.sensitivity,void 0,{number:!0}]])]),r.createElementVNode("div",Sv,[m[46]||(m[46]=r.createElementVNode("span",{class:"setting-label"},"反转旋转",-1)),r.createElementVNode("label",Tv,[r.withDirectives(r.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":m[16]||(m[16]=C=>h.value.invertRotation=C)},null,512),[[r.vModelCheckbox,h.value.invertRotation]]),m[45]||(m[45]=r.createElementVNode("span",{class:"slider"},null,-1))])]),r.createElementVNode("div",Mv,[m[48]||(m[48]=r.createElementVNode("span",{class:"setting-label"},"反转缩放",-1)),r.createElementVNode("label",Dv,[r.withDirectives(r.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":m[17]||(m[17]=C=>h.value.invertZoom=C)},null,512),[[r.vModelCheckbox,h.value.invertZoom]]),m[47]||(m[47]=r.createElementVNode("span",{class:"slider"},null,-1))])])])):r.createCommentVNode("",!0)])])],32)):r.createCommentVNode("",!0)]),_:1})]))}}),[["__scopeId","data-v-43e37b8d"]]),kv={class:"mobile-section-container"},Pv={class:"section-main"},Fv={class:"toggle-row"},Nv={class:"slider-section"},Rv={class:"slider-header"},Lv={class:"slider-label"},Ov={class:"slider-value"},Uv={class:"quick-btns"},_v={class:"section-models"},Qv={class:"models-header"},Vv={class:"models-count"},Sl=ye(r.defineComponent({__name:"MobileSection",props:{visible:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},modelList:{default:()=>[]}},emits:["update:visible","update:open","close","visibility-change","mode-change","axis-change","model-change"],setup(n,{emit:e}){const t=n,i=e,s=r.computed({get:()=>t.open!==void 0?t.open:t.visible,set:w=>{i("update:visible",w),i("update:open",w)}}),o=r.ref(!0),a=r.ref("Box"),c=r.ref("X"),l=r.ref([]),d=r.ref([0,100]),h=r.ref([0,100]),f=r.ref([0,100]),p=[{key:"X",label:"X轴"},{key:"Y",label:"Y轴"},{key:"Z",label:"Z轴"}],u=r.computed(()=>p.find(S=>S.key===c.value)?.label||""),m=r.computed({get:()=>{switch(c.value){case"X":return d.value[1];case"Y":return h.value[1];case"Z":return f.value[1];default:return 50}},set:w=>{switch(c.value){case"X":d.value[1]=w??0;break;case"Y":h.value[1]=w??0;break;case"Z":f.value[1]=w??0;break}}}),C=r.computed(()=>{switch(c.value){case"X":return[-50,50];case"Y":return[-50,50];case"Z":return[0,100];default:return[0,100]}}),A=r.computed(()=>m.value?.toFixed(1)??"0.0"),b=r.computed(()=>l.value.length===t.modelList.length),I=w=>{s.value=w},k=()=>{i("close")},P=()=>{i("visibility-change",o.value)},R=w=>{a.value=w,i("mode-change",w)},T=()=>{m.value=50,i("axis-change",c.value,50)},B=()=>{const w=C.value;m.value=w&&w.length>=2?(w[0]+w[1])/2:50,i("axis-change",c.value,m.value)},g=()=>{i("model-change",l.value)},N=()=>{b.value?l.value=[]:l.value=t.modelList.map(w=>w.modelId),i("model-change",l.value)};return(w,S)=>(r.openBlock(),r.createBlock(Ls,{visible:s.value,title:"剖切分析",direction:"bottom","show-handle":!0,"onUpdate:visible":I,onClose:k},{default:r.withCtx(()=>[r.createElementVNode("div",kv,[r.createElementVNode("div",Pv,[r.createElementVNode("div",Fv,[S[6]||(S[6]=r.createElementVNode("span",{class:"toggle-label"},"显示剖切盒",-1)),r.createVNode(r.unref(ie.Switch),{checked:o.value,"onUpdate:checked":S[0]||(S[0]=L=>o.value=L),onChange:P},null,8,["checked"])]),r.createVNode(r.unref(ie.RadioGroup),{value:a.value,"onUpdate:value":S[1]||(S[1]=L=>a.value=L),"button-style":"solid",class:"mode-selector",onChange:S[2]||(S[2]=L=>R(L.target.value))},{default:r.withCtx(()=>[r.createVNode(r.unref(ie.RadioButton),{value:"Box"},{default:r.withCtx(()=>[...S[7]||(S[7]=[r.createTextVNode("剖切盒",-1)])]),_:1})]),_:1},8,["value"]),r.createVNode(r.unref(ie.RadioGroup),{value:c.value,"onUpdate:value":S[3]||(S[3]=L=>c.value=L),"button-style":"solid",class:"axis-selector"},{default:r.withCtx(()=>[r.createVNode(r.unref(ie.RadioButton),{value:"X"},{default:r.withCtx(()=>[...S[8]||(S[8]=[r.createTextVNode("X轴",-1)])]),_:1}),r.createVNode(r.unref(ie.RadioButton),{value:"Y"},{default:r.withCtx(()=>[...S[9]||(S[9]=[r.createTextVNode("Y轴",-1)])]),_:1}),r.createVNode(r.unref(ie.RadioButton),{value:"Z"},{default:r.withCtx(()=>[...S[10]||(S[10]=[r.createTextVNode("Z轴",-1)])]),_:1})]),_:1},8,["value"]),r.createElementVNode("div",Nv,[r.createElementVNode("div",Rv,[r.createElementVNode("span",Lv,r.toDisplayString(u.value)+" 轴范围",1),r.createElementVNode("span",Ov,r.toDisplayString(A.value),1)]),r.createVNode(r.unref(ie.Slider),{Value:m.value,"onUpdate:Value":S[4]||(S[4]=L=>m.value=L),min:C.value[0],max:C.value[1],step:.5,class:"section-slider"},null,8,["Value","min","max"]),r.createElementVNode("div",Uv,[r.createVNode(r.unref(ie.Button),{size:"small",onClick:T},{default:r.withCtx(()=>[...S[11]||(S[11]=[r.createTextVNode("重置",-1)])]),_:1}),r.createVNode(r.unref(ie.Button),{size:"small",onClick:B},{default:r.withCtx(()=>[...S[12]||(S[12]=[r.createTextVNode("居中",-1)])]),_:1})])])]),r.createElementVNode("div",_v,[r.createElementVNode("div",Qv,[S[13]||(S[13]=r.createElementVNode("span",{class:"models-title"},"选择模型",-1)),r.createElementVNode("span",Vv,r.toDisplayString(l.value.length)+"/"+r.toDisplayString(n.modelList.length),1)]),r.createVNode(r.unref(ie.CheckboxGroup),{value:l.value,"onUpdate:value":S[5]||(S[5]=L=>l.value=L),class:"models-list",onChange:g},{default:r.withCtx(()=>[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(n.modelList,L=>(r.openBlock(),r.createBlock(r.unref(ie.Checkbox),{key:L.modelId,value:L.modelId,class:"model-item"},{default:r.withCtx(()=>[r.createTextVNode(r.toDisplayString(L.modelName),1)]),_:2},1032,["value"]))),128))]),_:1},8,["value"]),n.modelList.length>1?(r.openBlock(),r.createBlock(r.unref(ie.Button),{key:0,size:"small",type:"link",onClick:N},{default:r.withCtx(()=>[r.createTextVNode(r.toDisplayString(b.value?"取消全选":"全选"),1)]),_:1})):r.createCommentVNode("",!0)])])]),_:1},8,["visible"]))}}),[["__scopeId","data-v-cdacec58"]]),Gv={key:0,class:"mobile-measure-root"},Hv={key:0,class:"result-card"},Yv={class:"card-header-row"},zv={class:"result-main"},Wv={class:"type-label"},jv={class:"value-highlight"},Kv={key:0,class:"coords-grid"},$v={class:"coord-item"},Xv={class:"coord-item"},qv={class:"coord-item"},Jv={class:"measure-toolbar-container"},Zv={class:"tools-inner-row"},eI=["onClick"],tI=["innerHTML"],Tl=ye(r.defineComponent({__name:"MobileMeasurement",props:{visible:{type:Boolean},defaultTool:{}},emits:["update:visible","close"],setup(n,{emit:e}){const t=n,i=e,s=r.inject("leitingMethods");let o=null,a=!1;const c=r.ref(null),l=r.ref(null),d=r.computed(()=>t.visible&&c.value!==null),h=[{id:"distance",svg:'<svg viewBox="0 0 24 24" width="22" height="22" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 17l6-6 4 4 8-8"/></svg>'},{id:"angle",svg:'<svg viewBox="0 0 24 24" width="22" height="22" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 20H4L14 4"/></svg>'},{id:"area",svg:'<svg viewBox="0 0 24 24" width="20" height="20" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/></svg>'}],f={distance:"距离",angle:"角度",area:"面积"},p=r.computed(()=>c.value?f[c.value]||"":l.value&&f[l.value.type]||""),u=r.computed(()=>{if(!l.value)return c.value==="distance"?"-- m":c.value==="angle"?"--°":c.value==="area"?"-- m²":"";const P=l.value;return P.type==="distance"?`${(P.dist??0).toFixed(3)} m`:P.type==="angle"?`${(P.angle??0).toFixed(2)}°`:P.type==="area"?`${(P.area??0).toFixed(2)} m²`:""}),m=r.computed(()=>l.value?.type||c.value),C=P=>P===void 0?"--":P.toFixed(3),A=()=>{if(o)return;const P=s?.value;P?.getViewer&&(o=new Ds({viewer:P.getViewer(),cesium:P.getCesium()}),o.onMeasure=R=>{a||(l.value=R)})},b=P=>{A(),c.value===P?(c.value=null,o?.stop(),s?.value?.baseCompt?.enableSelection()):(c.value=P,l.value=null,o?.start(P),s?.value?.baseCompt?.disableSelection())},I=()=>{o?.clearAll(),o?.stop(),c.value=null,l.value=null,s?.value?.baseCompt?.enableSelection()},k=()=>{I(),i("update:visible",!1),i("close")};return r.watch(()=>t.visible,P=>{P?(A(),t.defaultTool&&b(t.defaultTool)):I()}),r.onUnmounted(()=>{a=!0,o?.destroy()}),(P,R)=>(r.openBlock(),r.createBlock(r.Transition,{name:"measure-fade"},{default:r.withCtx(()=>[n.visible?(r.openBlock(),r.createElementBlock("div",Gv,[r.createVNode(r.Transition,{name:"card-slide"},{default:r.withCtx(()=>[d.value?(r.openBlock(),r.createElementBlock("div",Hv,[r.createElementVNode("div",Yv,[r.createElementVNode("div",zv,[r.createElementVNode("span",Wv,r.toDisplayString(p.value)+":",1),r.createElementVNode("span",jv,r.toDisplayString(u.value),1)]),r.createElementVNode("button",{class:"clear-action-btn",onClick:I,title:"清空"},[...R[0]||(R[0]=[r.createElementVNode("svg",{viewBox:"0 0 24 24",width:"18",height:"18",fill:"none",stroke:"currentColor","stroke-width":"2"},[r.createElementVNode("polyline",{points:"3 6 5 6 21 6"}),r.createElementVNode("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"})],-1)])])]),m.value==="distance"?(r.openBlock(),r.createElementBlock("div",Kv,[r.createElementVNode("div",$v,[R[1]||(R[1]=r.createElementVNode("span",{class:"label-x"},"X:",-1)),r.createTextVNode(" "+r.toDisplayString(C(l.value?.dx)),1)]),r.createElementVNode("div",Xv,[R[2]||(R[2]=r.createElementVNode("span",{class:"label-y"},"Y:",-1)),r.createTextVNode(" "+r.toDisplayString(C(l.value?.dy)),1)]),r.createElementVNode("div",qv,[R[3]||(R[3]=r.createElementVNode("span",{class:"label-z"},"Z:",-1)),r.createTextVNode(" "+r.toDisplayString(C(l.value?.dz)),1)])])):r.createCommentVNode("",!0)])):r.createCommentVNode("",!0)]),_:1}),r.createElementVNode("div",Jv,[r.createElementVNode("button",{class:"nav-back-icon",onClick:k},[...R[4]||(R[4]=[r.createElementVNode("svg",{viewBox:"0 0 24 24",width:"22",height:"22",fill:"none",stroke:"currentColor","stroke-width":"3"},[r.createElementVNode("polyline",{points:"15 18 9 12 15 6"})],-1)])]),r.createElementVNode("div",Zv,[(r.openBlock(),r.createElementBlock(r.Fragment,null,r.renderList(h,T=>r.createElementVNode("button",{key:T.id,class:r.normalizeClass(["sub-icon-box",{active:c.value===T.id}]),onClick:B=>b(T.id)},[r.createElementVNode("span",{class:"icon-svg",innerHTML:T.svg},null,8,tI)],10,eI)),64))])])])):r.createCommentVNode("",!0)]),_:1}))}}),[["__scopeId","data-v-7ff442b7"]]),nI={class:"joystick-base"},iI={class:"control-panel"},sI={class:"ctrl-row zoom-row"},oI={class:"zoom-label"},rI={class:"ctrl-grid"},aI={class:"gravity-toggle"},lI={class:"arrow-col"},Os=40,Ml=ye(r.defineComponent({__name:"MobilePlayer",props:{visible:{type:Boolean}},emits:["update:visible","close"],setup(n,{emit:e}){const t=n,i=e,s=r.inject("leitingMethods");let o=!1;const a=r.ref(null),c=r.ref(0),l=r.ref(0),d=r.ref(!1),h=r.ref({x:0,y:0}),f=[.25,.5,1,2,4,8,16],p=r.ref(2),u=r.ref(!0);let m=null;const C=r.computed(()=>({transform:`translate(${c.value}px, ${l.value}px)`})),A=r.computed(()=>`${f[p.value]}X`),b=(O,x)=>{const U=[];return(Math.abs(O)>10||Math.abs(x)>10)&&(x<-10&&U.push("moveFront"),x>10&&U.push("moveBack"),O<-10&&U.push("moveLeft"),O>10&&U.push("moveRight")),U},I=()=>{o||["moveFront","moveBack","moveLeft","moveRight"].forEach(O=>{s?.value?.setPlayerAction?.(O,!1)})},k=O=>{if(o)return;["moveFront","moveBack","moveLeft","moveRight"].forEach(U=>{const H=O.includes(U);s?.value?.setPlayerAction?.(U,H)})},P=O=>{const x=O.touches[0],U=a.value.getBoundingClientRect();h.value={x:U.left+U.width/2,y:U.top+U.height/2},d.value=!0,x&&T(x.clientX,x.clientY)},R=O=>{if(!d.value)return;const x=O.touches[0];x&&T(x.clientX,x.clientY)},T=(O,x)=>{if(o)return;let U=O-h.value.x,H=x-h.value.y;const j=Math.sqrt(U*U+H*H);j>Os&&(U=U/j*Os,H=H/j*Os),c.value=U,l.value=H;const X=b(U,H);k(X)},B=()=>{d.value=!1,c.value=0,l.value=0,I()},g=()=>{S(),m=setInterval(()=>{p.value<f.length-1&&(p.value++,L())},150)},N=()=>{S(),m=setInterval(()=>{p.value>0&&(p.value--,L())},150)},w=()=>{S()},S=()=>{m&&(clearInterval(m),m=null)},L=()=>{o||s?.value?.setPlayerSpeed?.(f[p.value])},V=()=>{s?.value?.setPlayerAction?.("moveUp",!0)},M=()=>{s?.value?.setPlayerAction?.("moveUp",!1)},E=()=>{s?.value?.setPlayerAction?.("moveDown",!0)},y=()=>{s?.value?.setPlayerAction?.("moveDown",!1)},v=()=>{s?.value?.setPlayerParams?.({gravityTest:u.value,collisionTest:!0})},D=()=>{Q(),i("update:visible",!1),i("close")},F=async()=>{if(!o)try{if(!s?.value){setTimeout(()=>F(),150);return}s.value.startCameraRoam&&s.value.startCameraRoam(),s.value.setPlayerSpeed?.(f[p.value])}catch(O){console.error("MobilePlayer startPlayer error:",O)}},Q=()=>{I(),o||s?.value?.closePlayer?.(),S()};return r.watch(()=>t.visible,O=>{o||(O?F():Q())},{immediate:!0}),r.onUnmounted(()=>{o=!0,Q()}),(O,x)=>n.visible?(r.openBlock(),r.createElementBlock("div",{key:0,class:"mobile-player-overlay",onTouchmove:x[1]||(x[1]=r.withModifiers(()=>{},["prevent"]))},[r.createElementVNode("button",{class:"player-exit-btn",onClick:D}," 退出 "),r.createElementVNode("div",{class:"joystick-zone",ref_key:"joystickRef",ref:a,onTouchstart:r.withModifiers(P,["prevent"]),onTouchmove:r.withModifiers(R,["prevent"]),onTouchend:r.withModifiers(B,["prevent"]),onTouchcancel:r.withModifiers(B,["prevent"])},[r.createElementVNode("div",nI,[r.createElementVNode("div",{class:"joystick-knob",style:r.normalizeStyle(C.value)},null,4)])],544),r.createElementVNode("div",iI,[r.createElementVNode("div",sI,[r.createElementVNode("button",{class:"ctrl-btn ctrl-btn-sm",onTouchstart:r.withModifiers(N,["prevent"]),onTouchend:r.withModifiers(w,["prevent"])},"−",32),r.createElementVNode("span",oI,r.toDisplayString(A.value),1),r.createElementVNode("button",{class:"ctrl-btn ctrl-btn-sm",onTouchstart:r.withModifiers(g,["prevent"]),onTouchend:r.withModifiers(w,["prevent"])},"+",32)]),r.createElementVNode("div",rI,[r.createElementVNode("label",aI,[r.withDirectives(r.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":x[0]||(x[0]=U=>u.value=U),onChange:v},null,544),[[r.vModelCheckbox,u.value]]),x[2]||(x[2]=r.createElementVNode("span",{class:"toggle-checkbox"},null,-1)),x[3]||(x[3]=r.createElementVNode("span",{class:"toggle-label"},"重力",-1))]),r.createElementVNode("div",lI,[r.createElementVNode("button",{class:"ctrl-btn ctrl-btn-arrow",onTouchstart:r.withModifiers(V,["prevent"]),onTouchend:r.withModifiers(M,["prevent"])},[...x[4]||(x[4]=[r.createElementVNode("svg",{viewBox:"0 0 24 24",width:"18",height:"18",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"},[r.createElementVNode("polyline",{points:"18 15 12 9 6 15"})],-1)])],32),r.createElementVNode("button",{class:"ctrl-btn ctrl-btn-arrow",onTouchstart:r.withModifiers(E,["prevent"]),onTouchend:r.withModifiers(y,["prevent"])},[...x[5]||(x[5]=[r.createElementVNode("svg",{viewBox:"0 0 24 24",width:"18",height:"18",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"},[r.createElementVNode("polyline",{points:"6 9 12 15 18 9"})],-1)])],32)])])])],32)):r.createCommentVNode("",!0)}}),[["__scopeId","data-v-591ba29c"]]),cI={key:0,class:"mobile-info-sheet-wrapper"},dI={class:"info-body"},uI={key:0,class:"empty-hint"},hI={key:0,class:"component-title"},fI={class:"group-list"},pI=["onClick"],mI={class:"group-name"},gI={key:0,class:"group-content"},AI={class:"kv-key"},yI={class:"kv-value"},Dl=ye(r.defineComponent({__name:"MobileInfo",props:{visible:{type:Boolean}},emits:["update:visible","close"],setup(n,{emit:e}){const t=n,i=e,s=r.inject("leitingMethods"),o=r.ref([]),a=r.ref(!1),c=r.ref(new Set),l=r.ref([]);let d=!1;const h=r.computed({get:()=>!!t.visible,set:R=>{i("update:visible",R)}}),f=R=>({elementID:"构件ID",elementName:"构件名",categoryName:"类别",familySymbolName:"族类型",levelName:"标高",modelName:"文件名",length:"长",width:"宽",height:"高"})[R]||R,p=["elementName","elementID","modelName","length","width","height","levelName","categoryName","familySymbolName"],u=(R,T)=>`${R}__${T}`,m=(R,T)=>c.value.has(u(R,T)),C=(R,T)=>{const B=u(R,T);c.value.has(B)?c.value.delete(B):c.value.add(B)},A=()=>{const R=new Set;o.value.forEach(T=>{T.groups.forEach(B=>{R.add(u(T.id,B.name))})}),c.value=R},b=()=>{h.value=!1,i("close")},I=async R=>{if(d)return;if(l.value=R||[],!R||R.length===0){o.value=[];return}let T=R;R.length>10&&(ce.warning(`选中构件数量过多(${R.length}个),仅显示前10个`),T=R.slice(0,10));const B=s?.value;let g=B?.getMapTileset?B.getMapTileset():{};a.value=!0;const N=new Set;if(T.forEach(S=>{const L=g[S.modelId];L&&L.leiting&&!L.leiting?.node?.nodeExtras&&L.leiting.model?.nodeUrl&&N.add(S.modelId)}),N.size>0&&B?._loadNodeDetailsForModel)try{await Promise.all(Array.from(N).map(S=>B._loadNodeDetailsForModel(S)))}catch(S){console.error("Failed to load node details",S)}if(d)return;g=B?.getMapTileset?B.getMapTileset():{};const w=[];T.forEach((S,L)=>{const M=g[S.modelId]?.leiting||{};let E={modelName:M.model?.modelId||S.modelId};E.elementID||(E.elementID=S.elementId);let y=null;const v=M.node?.nodeExtras?.element||M.node?.nodeExtras;if(v){const Q=E.elementID;v[Q]&&(y=v[Q])}y&&y.box3&&(E.length=`${y.box3.length?.toFixed(2)||0}米`,E.width=`${y.box3.width?.toFixed(2)||0}米`,E.height=`${y.box3.height?.toFixed(2)||0}米`);const D=[];y&&(y.name&&(E.elementName=y.name),y.categoryName&&(E.categoryName=y.categoryName),y.familySymbolName&&(E.familySymbolName=y.familySymbolName),y.levelName&&(E.levelName=y.levelName));const F={};if(p.forEach(Q=>{E[Q]!==void 0&&(F[Q]=E[Q])}),D.push({name:"基本属性",params:F}),y){const Q=Array.isArray(y)?y:Array.isArray(y?.parameters)?y.parameters:null;if(Q)Q.flat().forEach(x=>{if(x&&x.GroupName&&Array.isArray(x.Parameters)){const U={};x.Parameters.forEach(H=>{H.name&&(U[H.name]=H.value??"")}),Object.keys(U).length>0&&D.push({name:x.GroupName,params:U})}});else{let O=!1;if(Object.keys(y).forEach(x=>{y[x]&&typeof y[x]=="object"&&!Array.isArray(y[x])&&(O=!0,D.push({name:x,params:y[x]}))}),!O){const x={};Object.keys(y).forEach(U=>{if(!p.includes(U)&&U!=="batchId"){const H=y[U];x[U]=typeof H=="string"&&H.length>500?H.substring(0,500)+"...":H}}),Object.keys(x).length>0&&D.push({name:"其他属性",params:x})}}}w.push({id:L,title:`${E.modelName}${E.elementName?` - ${E.elementName}`:""}`,groups:D})}),o.value=w,a.value=!1,!d&&w.length>0&&A()};let k=!1;const P=()=>{if(k)return;const R=s?.value;R&&R.selectionChange&&(R.selectionChange(I),k=!0)};return r.watch(()=>s?.value,()=>P(),{deep:!0,immediate:!0}),r.watch(h,R=>{R&&(P(),l.value.length>0&&I(l.value))}),r.onUnmounted(()=>{d=!0}),(R,T)=>(r.openBlock(),r.createBlock(r.Transition,{name:"info-slide"},{default:r.withCtx(()=>[n.visible?(r.openBlock(),r.createElementBlock("div",cI,[r.createElementVNode("div",{class:"mobile-info-sheet",onTouchmove:T[0]||(T[0]=r.withModifiers(()=>{},["stop"])),onClick:T[1]||(T[1]=r.withModifiers(()=>{},["stop"]))},[r.createElementVNode("div",{class:"info-header"},[T[3]||(T[3]=r.createElementVNode("span",{class:"info-title"},"构件详情",-1)),r.createElementVNode("button",{class:"info-close-btn",onClick:b},[...T[2]||(T[2]=[r.createElementVNode("svg",{viewBox:"0 0 24 24",width:"20",height:"20",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},[r.createElementVNode("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),r.createElementVNode("line",{x1:"6",y1:"6",x2:"18",y2:"18"})],-1)])])]),T[5]||(T[5]=r.createElementVNode("div",{class:"info-tabs"},[r.createElementVNode("span",{class:"tab-item active"},"属性")],-1)),r.createElementVNode("div",dI,[r.createVNode(r.unref(ie.Spin),{spinning:a.value},{default:r.withCtx(()=>[o.value.length===0&&!a.value?(r.openBlock(),r.createElementBlock("div",uI," 暂无数据 ")):r.createCommentVNode("",!0),(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(o.value,B=>(r.openBlock(),r.createElementBlock("div",{key:B.id,class:"component-block"},[o.value.length>1?(r.openBlock(),r.createElementBlock("div",hI,r.toDisplayString(B.title),1)):r.createCommentVNode("",!0),r.createElementVNode("div",fI,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(B.groups,(g,N)=>(r.openBlock(),r.createElementBlock("div",{key:`${B.id}-${N}`,class:"group-item"},[r.createElementVNode("button",{class:r.normalizeClass(["group-header",{expanded:m(B.id,g.name)}]),onClick:w=>C(B.id,g.name)},[T[4]||(T[4]=r.createElementVNode("svg",{class:"arrow-icon",viewBox:"0 0 16 16",width:"12",height:"12",fill:"none",stroke:"currentColor","stroke-width":"1.8","stroke-linecap":"round","stroke-linejoin":"round"},[r.createElementVNode("polyline",{points:"4 6 8 10 12 6"})],-1)),r.createElementVNode("span",mI,r.toDisplayString(g.name),1)],10,pI),r.createVNode(r.Transition,{name:"group-expand"},{default:r.withCtx(()=>[m(B.id,g.name)?(r.openBlock(),r.createElementBlock("div",gI,[(r.openBlock(!0),r.createElementBlock(r.Fragment,null,r.renderList(g.params,(w,S)=>(r.openBlock(),r.createElementBlock("div",{key:S,class:"kv-row"},[r.createElementVNode("span",AI,r.toDisplayString(f(String(S))),1),r.createElementVNode("span",yI,r.toDisplayString(w),1)]))),128))])):r.createCommentVNode("",!0)]),_:2},1024)]))),128))])]))),128))]),_:1},8,["spinning"])])],32)])):r.createCommentVNode("",!0)]),_:1}))}}),[["__scopeId","data-v-c4855585"]]),CI=["src"],Ei=ye(r.defineComponent({__name:"LeitingBIM",props:{accessToken:{},cesiumUrl:{},cesiumCssUrl:{},methods:{},viewerOptions:{},treeProps:{},showTree:{type:Boolean,default:!0},showMenu:{type:Boolean,default:!1},playerUrl:{default:"https://leiting.chenxisoft.com/resource/person/person.glb"},playerModelName:{default:"Person"},playerModelId:{default:"player_111"},playerScale:{default:.0032},tiandituToken:{default:"c25f14fb6bd4397cf8fe45144ff768d6"},globe:{type:Boolean,default:void 0},terrain:{type:Boolean,default:void 0},depthTest:{type:Boolean,default:void 0},mapProvider:{},tiandituLayerType:{},tiandituShowLabel:{type:Boolean,default:void 0},arcgisUrl:{},teleportTarget:{},shadows:{type:Boolean,default:void 0},environmentMap:{type:Boolean,default:void 0},ambientOcclusion:{type:Boolean,default:void 0},time:{},brightness:{},backgroundColor:{},collision:{type:Boolean,default:void 0},mouseHabit:{},mode:{default:"3d"},mountAll3Dtiles:{},mountAllCad:{},saveRegion:{},saveCadRegion:{},saveCadCalibration:{},selectionChange:{},searchComponent:{}},emits:["register","init","ready"],setup(n,{expose:e,emit:t}){const i=r.ref(),s=r.ref(),o=r.getCurrentInstance(),a=r.ref(!1),c=r.ref(""),l=r.ref({}),d=r.ref("3d"),{isMobile:h}=vl(),f=n,p={title:"构件树",treeData:[]},u=r.ref(!1),m=r.ref(!1),C=r.ref(!1),A=r.ref(!1),b=r.ref(!1),I=r.ref(!1),k=r.ref(!1),P=r.ref(!1),R=r.ref(!1),T=r.ref(!1),B=r.ref(null),{visible:g,position:N,items:w,show:S,hide:L}=wl(),V=r.ref([]),M=z=>{V.value.push(z)},E=z=>{V.value=V.value.filter(Y=>Y.id!==z)},y=r.ref([]),v=r.ref(""),D=r.ref(null),F=r.ref([]),Q=r.reactive({tree:!1,section:!1,roam:!1,info:!1,adjustModel:!1,setting:!1,cadLayer:!1,cadPosition:!1,annotation:!1}),O=(z,Y)=>{z==="componentTree"&&(z="tree"),z==="componentInfo"&&(z="info"),z in Q&&(Q[z]=Y)},x=r.shallowRef({});r.provide("leitingMethods",x);const U=r.ref(f.showMenu),H=r.ref([]);r.watch(()=>f.showMenu,z=>{U.value=z},{immediate:!0}),r.watch(()=>f.mode,z=>{z&&x.value?.set2d&&x.value.set2d(z==="2d")});const j=r.ref("dark");r.provide("leiting-theme",j);const X=r.ref(f.teleportTarget);r.watch(()=>f.teleportTarget,z=>{X.value=z});const Z=r.ref([]),re=r.computed(()=>{const z=[];return u.value&&(z.push("tree"),z.push("componentTree")),m.value&&z.push("section"),C.value&&z.push("roam"),A.value&&(z.push("info"),z.push("componentInfo")),b.value&&z.push("adjust"),I.value&&z.push("setting"),k.value&&z.push("cadLayer"),P.value&&z.push("cadPosition"),R.value&&z.push("annotation"),T.value&&(z.push("measure"),z.push("measurement")),z.push(...Z.value),z}),se=r.ref(null),oe=(z,Y)=>{z==="componentTree"||z==="tree"?u.value=Y:z==="section"?m.value=Y:z==="roam"?C.value=Y:z==="componentInfo"||z==="info"?A.value=Y:z==="homeView"?x.value?.is2dMode?.()?x.value?.flyToTopView?.({}):x.value?.getBIMmodelId()?x.value?.flyToTileset?.({}):x.value?.getCadModelId()&&x.value?.flyToTopView?.({}):z==="adjustModel"?(b.value=Y,Y&&se.value&&se.value.setModelType("BIM")):z==="osgbAdjust"?(b.value=Y,Y&&se.value&&se.value.setModelType("OSGB")):z==="setting"?I.value=Y:z==="cadLayer"?k.value=Y:z==="cadPosition"?P.value=Y:z==="annotation"?R.value=Y:z==="measurement"?T.value=Y:Y?Z.value.includes(z)||Z.value.push(z):Z.value=Z.value.filter($=>$!==z)},ge=z=>{const Y=z.key||z.ID;if(!Y)return;if(Y==="homeView"||Y==="home"){oe(Y,!0);return}if(Y==="measurement"){B.value="distance",T.value=!0;return}const $=!re.value.includes(z.ID);oe(Y,$)},ve=z=>{const Y=z.sub;if(!Y)return;const $=Y.parentKey||z.parent?.key;$==="measurement"?(B.value=Y.id.replace("measure-",""),T.value=!0):$==="section"&&(m.value=!0)};r.watch(u,async z=>{if(z&&x.value?.loadTreeForModel&&x.value?.getMapTileset){const Y=x.value.getMapTileset(),$=Object.values(Y).map(async Pe=>{if(Pe.leiting&&Pe.leiting.model?.treeUrl){const Re=Pe.leiting.model.modelId;try{Pe.leiting?.node?.batchIdEIDInfos||await x.value.loadNodeDetailsForModel(Re);const He=await x.value.loadTreeForModel(Re);He&&(Array.isArray(He)?He:[He]).forEach($e=>{$e&&!F.value.find(Tn=>Tn.id===$e.id)&&($e.modelId=Re,F.value=[...F.value,$e])})}catch(He){console.warn(`Failed to lazy load tree for ${Re}`,He)}}});await Promise.all($)}});const Ce=()=>{x.value&&(x.value.getDxfModels&&(y.value=x.value.getDxfModels()||[]),x.value.getCadModelId&&(v.value=x.value.getCadModelId()||""))};let Be;r.watch(k,z=>{z&&Ce()}),r.watch(P,z=>{z&&(Ce(),D.value&&y.value.length&&D.value.addGltfOr3dTilesModelList(y.value))});const Te=t,_e=z=>{x.value&&x.value.saveCadCalibration&&x.value.saveCadCalibration(z),x.value&&x.value.saveCadRegion&&x.value.saveCadRegion(z)};return r.onMounted(async()=>{if(s.value&&ce.setContainer(s.value),!!i.value)try{const z={...Ct,cesiumUrl:f.cesiumUrl||Ct.cesiumUrl,cesiumCssUrl:f.cesiumCssUrl||Ct.cesiumCssUrl,accessToken:f.accessToken||Bi()||Ct.accessToken};await Ii(z);const Y=f.accessToken||Bi()||Ct.accessToken;Y&&(Cesium.Ion.defaultAccessToken=Y),a.value=!0,Be=async(Pe={},Re)=>{if(i.value){const{showMenu:He,showTree:Sn,globe:$e,terrain:Tn,depthTest:LI,mapProvider:OI,tiandituLayerType:UI,tiandituShowLabel:_I,arcgisUrl:QI,shadows:VI,environmentMap:GI,ambientOcclusion:HI,time:YI,brightness:zI,backgroundColor:WI,collision:jI,mouseHabit:KI,heightBasedZoom:$I,mode:Pl,...it}=Pe||{},XI=f.showMenu!==void 0?f.showMenu:He!==void 0?He:!0;U.value=XI;const Fe=(J,Ee,Xe)=>J!==void 0?J:Ee!==void 0?Ee:Xe,Fl=Fe(f.globe,$e,!1),Nl=Fe(f.terrain,Tn,!1),Rl=Fe(f.depthTest,LI,!1),Ll=Fe(f.mapProvider,OI,"tianditu"),Ol=Fe(f.tiandituLayerType,UI,"img_w"),Ul=Fe(f.tiandituShowLabel,_I,!1),_l=Fe(f.arcgisUrl,QI,"https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"),Ql=Fe(f.shadows,VI,!1),Vl=Fe(f.environmentMap,GI,!1),Gl=Fe(f.ambientOcclusion,HI,!1),Hl=Fe(f.time,YI,void 0),Yl=Fe(f.brightness,zI,1),wi=f.mode||Pl||"3d";console.log("LeitingBIM Mode:",wi,"Props:",f.mode,"Options:",Pl),d.value=wi;const qI=wi==="2d"?"#000000":"linear-gradient(0deg, rgb(238, 247, 255) 0%, rgb(178, 218, 244) 70%, rgb(141, 190, 221) 100%)",zl=Fe(f.backgroundColor,WI,qI),Wl=Fe(f.collision,jI,!1),jl=Fe(f.mouseHabit,KI,0),Kl=Fe(f.heightBasedZoom,$I,!1);l.value={globe:Fl,terrain:Nl,depthTest:Rl,mapProvider:Ll,tiandituLayerType:Ol,tiandituShowLabel:Ul,arcgisUrl:_l,shadows:Ql,environmentMap:Vl,ambientOcclusion:Gl,time:Hl,brightness:Yl,backgroundColor:zl,collision:Wl,mouseHabit:jl,heightBasedZoom:Kl,useBrowserRecommendedResolution:!0};const Mn=Iy({container:i.value,appContext:o?.appContext,methods:{...x.value,handleMenuAction:oe,setCardFullHeight:O,onLoadingStatus:J=>{J?ce.loading(J,"",s.value):ce.close()},...it,tilesLoad3dTiles:async J=>{let Ee=J.leiting?.tree;const Xe=J.leiting?.model?.modelId;if(!Ee&&u.value&&x.value?.loadTreeForModel)try{Ee=await x.value.loadTreeForModel(Xe)}catch(kn){console.warn("Failed to lazy load tree",kn)}Ee&&(Array.isArray(Ee)?Ee:[Ee]).forEach(Ft=>{Ft&&!F.value.find(Xl=>Xl.id===Ft.id)&&(Ft.modelId=Xe,F.value=[...F.value,Ft])});const{brightness:Us,contrast:_s,saturation:lt}=Mn.methods.getConfigure();Mn.methods.setModelColorAdjustment({brightness:Us,contrast:_s,saturation:lt}),it.tilesLoad3dTiles?.(J)},mountAll3Dtiles:J=>{f.mountAll3Dtiles&&f.mountAll3Dtiles(J),it.mountAll3Dtiles?.(J)},updateModels:J=>{if(Array.isArray(J))if(J.length===0)F.value=[];else{const Ee=J.map(Xe=>Xe.modelId);F.value=F.value.filter(Xe=>Ee.includes(Xe.modelId))}},mountAllCad:J=>{if(Mn.methods.setModelBrightness){const Ee=f.brightness!==void 0?f.brightness:l.value.brightness;Ee!==void 0&&Mn.methods.setModelBrightness(Ee)}f.mountAllCad&&f.mountAllCad(J),it.mountAllCad?.(J)},saveRegion:J=>{f.saveRegion&&f.saveRegion(J),it.saveRegion?.(J)},saveCadRegion:J=>{f.saveCadRegion&&f.saveCadRegion(J),it.saveCadRegion?.(J)},saveCadCalibration:J=>{f.saveCadCalibration&&f.saveCadCalibration(J),it.saveCadCalibration?.(J)},selectionChange:J=>{f.selectionChange&&f.selectionChange(J),it.selectionChange?.(J)},onSearchComponent:J=>{f.searchComponent&&f.searchComponent(J),it.searchComponent?.(J)}},viewerOptions:f.viewerOptions,options:{...it,mode:wi,playerUrl:f.playerUrl,playerModelName:f.playerModelName,playerModelId:f.playerModelId,playerScale:f.playerScale,globe:Fl,terrain:Nl,depthTest:Rl,mapProvider:Ll,tiandituLayerType:Ol,tiandituShowLabel:Ul,tiandituToken:f.tiandituToken,arcgisUrl:_l,shadows:Ql,environmentMap:Vl,ambientOcclusion:Gl,time:Hl,brightness:Yl,backgroundColor:zl,collision:Wl,mouseHabit:jl,heightBasedZoom:Kl},callbacks:{onLoading:J=>J?ce.loading(J,"",s.value):ce.close(),onSuccess:J=>ce.success(J,"",void 0,s.value),onError:J=>ce.error(J,"",void 0,s.value)}}),{Cesium:Pt,viewer:Xt,methods:vi,menuEvents:Dn}=Mn,de=vi;Dn.on("showMenu",J=>{U.value=J}),Dn.on("insertMenu",J=>{H.value=[...H.value,...J]}),Dn.on("setMenuActive",(J,Ee)=>{oe(J,Ee)}),x.value=de,Re&&(Re.value=de),Dn.on("setMode",J=>{d.value=J}),Dn.on("deleteAllModels",()=>{F.value=[]}),new Pt.ScreenSpaceEventHandler(Xt.scene.canvas).setInputAction(async J=>{if(L(),d.value==="2d")return;const Ee=Xt.scene.pick(J.position),Xe=Xt.container.getBoundingClientRect(),Us=Xe.left+J.position.x,_s=Xe.top+J.position.y,lt=[];if(Pt.defined(Ee)&&Ee instanceof Pt.Cesium3DTileFeature){const kn=de.baseCompt.getFeatureId(Ee),Ft=dn(Ee.tileset);de.baseCompt.hasSelectedFeaturesMap[Ft]?.some(Pn=>Pn.batchId===kn&&Pn.rank===0)||(await de.baseCompt.clearSelection(),await de.baseCompt.toggleMultiSelect(Ft,kn,de.baseCompt.selectedColor)),lt.push({id:"details",label:"构件详情",action:()=>{A.value=!0}}),lt.push({id:"hide",label:"隐藏选中构件",action:async()=>{const Fn=(await de.baseCompt.getSelected()).map(ct=>({elementId:ct.elementId,modelId:ct.modelId,show:!1}));de.baseCompt.setComponentVisibility(Fn)}}),lt.push({id:"translucent",label:"半透明选中构件",action:async()=>{const Fn=(await de.baseCompt.getSelected()).map(ct=>({elementId:ct.elementId,modelId:ct.modelId,rgba:{...ct.rgba,a:.3}}));await de.baseCompt.setSelectColorUserModelCpt(Fn,{rank:0})}}),lt.push({id:"isolate",label:"隔离选中构件",divided:!0,action:async()=>{await de.baseCompt.loadAllNodeDetailsForModel();const Fn=(await de.baseCompt.getSelected()).map(ct=>({elementId:ct.elementId,modelId:ct.modelId,show:!0}));de.isolateComponents(Fn)}})}lt.push({id:"showAll",label:"显示所有",action:async()=>{de.baseCompt.setAllComponentsVisibility(!0),await de.baseCompt.clearSelection()}}),lt.push(...V.value),S({x:Us,y:_s},lt)},Pt.ScreenSpaceEventType.RIGHT_CLICK),de.addContextMenuItems=M,de.insertContextMenu=de.addContextMenuItems,de.removeContextMenuItems=E,de.deleteContextMenu=de.removeContextMenuItems,de.closeContextMenu=L,de.hideContextMenu=de.closeContextMenu,de.onSetTeleportTarget=J=>{X.value=J},await r.nextTick();const $l=Pe?.onLoaded||Pe?.onloaded;$l&&$l({Cesium:Pt,viewer:Xt,methods:vi}),Te("init",{Cesium:Pt,viewer:Xt,methods:vi}),Te("ready",{Cesium:Pt,viewer:Xt,methods:vi})}};let $=!1;Te("register",(Pe,Re)=>{$=!0,Be(Pe,Re)}),$||setTimeout(()=>{x.value.getViewer||Be()},0)}catch(z){c.value="Failed to load Cesium: "+(z.message||z),console.error(z)}}),r.onUnmounted(()=>{ce.setContainer(null)}),e({initMap:()=>x.value,initializeViewer:(z,Y)=>Be(z,Y)}),(z,Y)=>(r.openBlock(),r.createElementBlock("div",{class:r.normalizeClass(["leiting-bim-container",[`theme-${j.value}`]]),onContextmenu:Y[24]||(Y[24]=r.withModifiers(()=>{},["prevent","stop"]))},[!a.value&&!c.value?(r.openBlock(),r.createBlock(r.unref(ie.Spin),{key:0,class:"loading",size:"large",tip:"加载基础组件中..."})):r.createCommentVNode("",!0),c.value?(r.openBlock(),r.createBlock(r.unref(ie.Alert),{key:1,class:"error",type:"error",message:c.value,"show-icon":""},null,8,["message"])):r.createCommentVNode("",!0),r.createElementVNode("div",{ref_key:"containerRef",ref:i,class:"cesium-viewer"},[r.unref(h)?r.createCommentVNode("",!0):(r.openBlock(),r.createBlock(bn,{key:0,visible:U.value,"active-ids":re.value,"custom-items":H.value,onAction:oe,"is-2d":d.value==="2d"},null,8,["visible","active-ids","custom-items","is-2d"])),r.unref(h)&&!C.value&&!T.value?(r.openBlock(),r.createBlock(Il,{key:1,"active-ids":re.value,onItemClick:ge,onSubItemClick:ve},null,8,["active-ids"])):r.createCommentVNode("",!0),r.unref(h)&&n.showTree!==!1&&!C.value?(r.openBlock(),r.createElementBlock("button",{key:2,class:r.normalizeClass(["mobile-float-tree-btn",{active:u.value}]),onClick:Y[0]||(Y[0]=$=>u.value=!u.value)},[r.createElementVNode("img",{src:r.unref(Rs),class:"mobile-float-tree-icon",alt:"目录树"},null,8,CI)],2)):r.createCommentVNode("",!0),(r.openBlock(),r.createBlock(r.Teleport,{to:X.value||"body",disabled:!X.value},[r.createElementVNode("div",{ref_key:"uiOverlayRef",ref:s,class:"leiting-ui-overlay"},[r.unref(h)?r.createCommentVNode("",!0):(r.openBlock(),r.createBlock(In,{key:0,visible:A.value,"full-height":Q.info,"onUpdate:visible":Y[1]||(Y[1]=$=>A.value=$)},null,8,["visible","full-height"])),r.unref(h)?(r.openBlock(),r.createBlock(Dl,{key:1,visible:A.value,"onUpdate:visible":Y[2]||(Y[2]=$=>A.value=$),onClose:Y[3]||(Y[3]=()=>{A.value=!1})},null,8,["visible"])):r.createCommentVNode("",!0),r.createVNode(Bn,{ref_key:"LeitingPositionRef",ref:se,visible:b.value,"full-height":Q.adjustModel,"onUpdate:visible":Y[4]||(Y[4]=$=>b.value=$)},null,8,["visible","full-height"]),r.unref(h)?r.createCommentVNode("",!0):(r.openBlock(),r.createBlock(xn,{key:2,visible:I.value,"full-height":Q.setting,"tianditu-token":f.tiandituToken,"initial-config":l.value,"onUpdate:visible":Y[5]||(Y[5]=$=>I.value=$)},null,8,["visible","full-height","tianditu-token","initial-config"])),r.unref(h)?(r.openBlock(),r.createBlock(xl,{key:3,visible:I.value,"onUpdate:visible":Y[6]||(Y[6]=$=>I.value=$),onClose:Y[7]||(Y[7]=()=>{I.value=!1,Z.value=Z.value.filter($=>$!=="setting")})},null,8,["visible"])):r.createCommentVNode("",!0),n.showTree!==!1&&!r.unref(h)?(r.openBlock(),r.createBlock(hi,r.mergeProps({key:4},{...p,...n.treeProps},{visible:u.value,"full-height":Q.tree,"tree-data":F.value.length>0?F.value:n.treeProps?.treeData||[],"onUpdate:visible":Y[8]||(Y[8]=$=>{u.value=$})}),null,16,["visible","full-height","tree-data"])):r.createCommentVNode("",!0),n.showTree!==!1&&r.unref(h)?(r.openBlock(),r.createBlock(Bl,{key:5,visible:u.value,"tree-data":F.value.length>0?F.value:n.treeProps?.treeData||[],"onUpdate:visible":Y[9]||(Y[9]=$=>{u.value=$}),onClose:Y[10]||(Y[10]=()=>{u.value=!1})},null,8,["visible","tree-data"])):r.createCommentVNode("",!0),r.createVNode(tw,{visible:R.value,"onUpdate:visible":Y[11]||(Y[11]=$=>R.value=$)},null,8,["visible"]),r.unref(h)?r.createCommentVNode("",!0):(r.openBlock(),r.createBlock(bw,{key:6,visible:T.value,"onUpdate:visible":Y[12]||(Y[12]=$=>T.value=$)},null,8,["visible"])),r.unref(h)?(r.openBlock(),r.createBlock(Tl,{key:7,visible:T.value,"default-tool":B.value,"onUpdate:visible":Y[13]||(Y[13]=$=>{T.value=$,$||(B.value=null)}),onClose:Y[14]||(Y[14]=()=>{T.value=!1,B.value=null})},null,8,["visible","default-tool"])):r.createCommentVNode("",!0),r.unref(h)?r.createCommentVNode("",!0):(r.openBlock(),r.createBlock(wn,{key:8,visible:m.value,"full-height":Q.section,"onUpdate:visible":Y[15]||(Y[15]=$=>m.value=$)},null,8,["visible","full-height"])),r.unref(h)?(r.openBlock(),r.createBlock(Sl,{key:9,visible:m.value,"onUpdate:visible":Y[16]||(Y[16]=$=>m.value=$),onClose:Y[17]||(Y[17]=()=>{m.value=!1})},null,8,["visible"])):r.createCommentVNode("",!0),r.unref(h)?r.createCommentVNode("",!0):(r.openBlock(),r.createBlock(vn,{key:10,visible:C.value,"full-height":Q.roam,"onUpdate:visible":Y[18]||(Y[18]=$=>C.value=$)},null,8,["visible","full-height"])),r.unref(h)?(r.openBlock(),r.createBlock(Ml,{key:11,visible:C.value,"onUpdate:visible":Y[19]||(Y[19]=$=>C.value=$),onClose:Y[20]||(Y[20]=()=>{C.value=!1})},null,8,["visible"])):r.createCommentVNode("",!0),r.createVNode(ZE,{visible:k.value,"current-model-id":v.value,"onUpdate:visible":Y[21]||(Y[21]=$=>k.value=$)},null,8,["visible","current-model-id"]),r.createVNode(Wb,{ref_key:"cadPositionRef",ref:D,visible:P.value,"onUpdate:visible":Y[22]||(Y[22]=$=>P.value=$),onSave:_e},null,8,["visible"]),r.createVNode(Bw,{visible:r.unref(g),position:r.unref(N),items:r.unref(w),"onUpdate:visible":Y[23]||(Y[23]=$=>g.value=$)},null,8,["visible","position","items"]),r.renderSlot(z.$slots,"default",r.normalizeProps(r.guardReactiveProps({methods:x.value,isReady:a.value})),void 0,!0)],512)],8,["to","disabled"]))],512)],34))}}),[["__scopeId","data-v-17d77199"]]);function EI(n,e={}){const{tapDelay:t=300,doubleTapDelay:i=300,moveThreshold:s=10}=e;let o=0,a={x:0,y:0},c=0,l=0,d=null;const h=[],f=[],p=[],u={},m=w=>{const S=w.touches[0]||w.changedTouches[0];return{x:S?.clientX??0,y:S?.clientY??0}},C=w=>{const S=m(w);o=Date.now(),a=S,c=0,p.forEach(({handler:L,delay:V})=>{d=window.setTimeout(()=>{L(w),d=null},V)})},A=w=>{const S=m(w),L=S.x-a.x,V=S.y-a.y;c=Math.sqrt(L*L+V*V),d&&c>s&&(clearTimeout(d),d=null)},b=w=>{const S=Date.now()-o,L=m(w),V=L.x-a.x,M=L.y-a.y;d&&(clearTimeout(d),d=null);const E=S<t&&c<s;if(E&&Date.now()-l<i&&c<s?(f.forEach(D=>D(w)),l=0):E&&(h.forEach(D=>D(w)),l=Date.now()),c>50){const D=Math.abs(V),F=Math.abs(M);D>F?V>0&&u.right?u.right(w):V<0&&u.left&&u.left(w):M>0&&u.down?u.down(w):M<0&&u.up&&u.up(w)}},I=w=>{h.push(w)},k=w=>{f.push(w)},P=(w,S=500)=>{p.push({handler:w,delay:S})},R=w=>{u.left=w},T=w=>{u.right=w},B=w=>{u.up=w},g=w=>{u.down=w},N=()=>{d&&(clearTimeout(d),d=null),h.length=0,f.length=0,p.length=0,Object.keys(u).forEach(w=>{delete u[w]})};return r.onMounted(()=>{const w=n.value;w&&(w.addEventListener("touchstart",C,{passive:!1}),w.addEventListener("touchmove",A,{passive:!1}),w.addEventListener("touchend",b,{passive:!1}))}),r.onUnmounted(()=>{N();const w=n.value;w&&(w.removeEventListener("touchstart",C),w.removeEventListener("touchmove",A),w.removeEventListener("touchend",b))}),{onTap:I,onDoubleTap:k,onLongPress:P,onSwipeLeft:R,onSwipeRight:T,onSwipeUp:B,onSwipeDown:g,destroy:N}}function bI(n){const e=t=>{t.target instanceof HTMLInputElement||t.target instanceof HTMLTextAreaElement||t.target instanceof HTMLSelectElement||t.preventDefault()};return n.addEventListener("touchmove",e,{passive:!1}),()=>{n.removeEventListener("touchmove",e)}}function wI(){let n=0;const e=t=>{const i=Date.now();i-n<=300&&t.preventDefault(),n=i};return document.addEventListener("touchend",e,{passive:!1}),document.addEventListener("gesturestart",t=>t.preventDefault()),document.addEventListener("gesturechange",t=>t.preventDefault()),()=>{document.removeEventListener("touchend",e)}}function vI(n,e={}){const{delay:t=500,moveThreshold:i=10}=e,s=r.ref(!1);let o=null,a={x:0,y:0},c=!1;const l=u=>{if(u.touches.length!==1)return;u.preventDefault(),c=!0,s.value=!1;const m=u.touches[0];a={x:m?.clientX??0,y:m?.clientY??0},o=window.setTimeout(()=>{c&&(s.value=!0,n())},t)},d=u=>{if(!c||o===null)return;const m=u.touches[0],C=(m?.clientX??0)-a.x,A=(m?.clientY??0)-a.y;Math.sqrt(C*C+A*A)>i&&f()},h=()=>{c=!1,s.value=!1,o!==null&&(clearTimeout(o),o=null)},f=()=>{c=!1,s.value=!1,o!==null&&(clearTimeout(o),o=null)};return{isLongPressing:s,handlers:{onTouchStart:l,onTouchMove:d,onTouchEnd:h},start:l,end:h,cancel:f}}function II(n,e,t={}){const{delay:i=500,moveThreshold:s=10}=t;let o=null,a={x:0,y:0};const c=h=>{if(h.touches.length!==1)return;h.preventDefault();const f=h.touches[0];a={x:f?.clientX??0,y:f?.clientY??0},o=window.setTimeout(()=>{e()},i)},l=h=>{if(o===null)return;const f=h.touches[0],p=(f?.clientX??0)-a.x,u=(f?.clientY??0)-a.y;Math.sqrt(p*p+u*u)>s&&(clearTimeout(o),o=null)},d=()=>{o!==null&&(clearTimeout(o),o=null)};return n.addEventListener("touchstart",c,{passive:!1}),n.addEventListener("touchmove",l,{passive:!1}),n.addEventListener("touchend",d),n.addEventListener("touchcancel",d),()=>{o!==null&&(clearTimeout(o),o=null),n.removeEventListener("touchstart",c),n.removeEventListener("touchmove",l),n.removeEventListener("touchend",d),n.removeEventListener("touchcancel",d)}}const BI={tapThreshold:10,doubleTapInterval:300,longPressDelay:500,panThreshold:20,pinchThreshold:.02};function xI(n={}){const e={...BI,...n},t=r.reactive({type:"none",startX:0,startY:0,currentX:0,currentY:0,deltaX:0,deltaY:0,scale:1,rotation:0,velocityX:0,velocityY:0,duration:0}),i=r.ref(!1),s=r.ref(!1),o=r.ref(!1);let a=0,c=0,l=null,d=0,h=1,f=0,p=null;const u={onTap:[],onDoubleTap:[],onLongPress:[],onPanStart:[],onPanMove:[],onPanEnd:[],onPinchStart:[],onPinchMove:[],onPinchEnd:[],onRotate:[]},m=M=>{if(M.length<2)return 0;const E=M[1].clientX-M[0].clientX,y=M[1].clientY-M[0].clientY;return Math.sqrt(E*E+y*y)},C=M=>M.length<2?0:Math.atan2(M[1].clientY-M[0].clientY,M[1].clientX-M[0].clientX)*(180/Math.PI);return{state:t,isActive:i,isPanning:s,isPinching:o,handlers:{onTouchStart:M=>{if(M.touches.length===1){const E=M.touches[0];p=E.identifier,a=Date.now(),t.startX=E.clientX,t.startY=E.clientY,t.currentX=E.clientX,t.currentY=E.clientY,t.deltaX=0,t.deltaY=0,i.value=!0,l=window.setTimeout(()=>{t.type="long-press",u.onLongPress.forEach(y=>y(M))},e.longPressDelay)}else M.touches.length===2&&(l&&(clearTimeout(l),l=null),o.value=!0,d=m(M.touches),h=1,f=C(M.touches),u.onPinchStart.forEach(E=>E(M)))},onTouchMove:M=>{if(M.touches.length===1&&p!==null){let E=null;for(let F=0;F<M.touches.length;F++)if(M.touches[F].identifier===p){E=M.touches[F];break}if(!E)return;const y=E.clientX-t.startX,v=E.clientY-t.startY;Math.sqrt(y*y+v*v)>e.panThreshold&&!s.value&&(s.value=!0,t.type="pan",l&&(clearTimeout(l),l=null),u.onPanStart.forEach(F=>F(M))),s.value&&(M.preventDefault(),t.deltaX=E.clientX-t.currentX,t.deltaY=E.clientY-t.currentY,t.currentX=E.clientX,t.currentY=E.clientY,t.velocityX=t.deltaX,t.velocityY=t.deltaY,u.onPanMove.forEach(F=>F(M)))}else if(M.touches.length===2&&o.value){M.preventDefault();const E=m(M.touches),y=C(M.touches),v=E/d;t.scale=h*v,t.rotation=y-f,u.onPinchMove.forEach(D=>D(M)),u.onRotate.forEach(D=>D(M))}},onTouchEnd:M=>{if(t.duration=Date.now()-a,l&&(clearTimeout(l),l=null),M.touches.length===0){if(s.value)t.type="pan",u.onPanEnd.forEach(E=>E(M));else if(o.value)u.onPinchEnd.forEach(E=>E(M));else if(t.type==="none"&&t.duration<300){const E=Date.now();E-c<e.doubleTapInterval?(t.type="double-tap",u.onDoubleTap.forEach(y=>y(M)),c=0):(t.type="tap",u.onTap.forEach(y=>y(M)),c=E)}s.value=!1,o.value=!1,i.value=!1,p=null,setTimeout(()=>{t.type="none",t.deltaX=0,t.deltaY=0,t.scale=1,t.rotation=0},50)}}},onTap:M=>{u.onTap.push(M)},onDoubleTap:M=>{u.onDoubleTap.push(M)},onLongPress:M=>{u.onLongPress.push(M)},onPanStart:M=>{u.onPanStart.push(M)},onPanMove:M=>{u.onPanMove.push(M)},onPanEnd:M=>{u.onPanEnd.push(M)},onPinchStart:M=>{u.onPinchStart.push(M)},onPinchMove:M=>{u.onPinchMove.push(M)},onPinchEnd:M=>{u.onPinchEnd.push(M)},onRotate:M=>{u.onRotate.push(M)}}}const bi={enableFpsLimit:!0,targetFps:30,enableResolutionScale:!0,resolutionScale:.75,enableLazyLoad:!0,lazyLoadDelay:200,enableModelLod:!0,modelQualityLevel:"medium",enablePostProcessing:!1,enableFxaa:!1,enableAmbientOcclusion:!1,enableShadows:!1,maxTextureSize:1024,enableDebounce:!0,debounceDelay:100};function SI(n={}){const e={...bi,...n};return{requestRenderMode:e.enableFpsLimit,maximumRenderTimeChange:e.enableFpsLimit?1e3/e.targetFps:void 0,scene3DOnly:!0,shouldAnimate:!0}}function TI(n={}){const e={...bi,...n};return{resolutionScale:e.enableResolutionScale?e.resolutionScale:1,targetFrameRate:e.enableFpsLimit?e.targetFps:void 0,sceneModePicker:!1,navigationHelpButton:!1,animation:!1,timeline:!1,fullscreenButton:!1,vrButton:!1,infoBox:!1,selectionIndicator:!1,shadows:e.enableShadows,skyAtmosphere:e.enablePostProcessing,fog:e.enablePostProcessing}}function MI(n={}){const e={...bi,...n},i={low:{maximumScreenSpaceError:64,skipScreenSpaceErrorFactor:256,skipLevels:8,baseScreenSpaceError:2048},medium:{maximumScreenSpaceError:48,skipScreenSpaceErrorFactor:128,skipLevels:5,baseScreenSpaceError:1024},high:{maximumScreenSpaceError:32,skipScreenSpaceErrorFactor:64,skipLevels:3,baseScreenSpaceError:512}}[e.modelQualityLevel];return{cullWithChildrenBounds:!0,cullRequestsWhileMoving:!0,cullRequestsWhileMovingMultiplier:10,backFaceCulling:!0,colorBlendAmount:0,minimumPixelSize:128,maximumScreenSpaceError:i.maximumScreenSpaceError,skipLevelOfDetail:e.enableModelLod,baseScreenSpaceError:i.baseScreenSpaceError,skipScreenSpaceErrorFactor:i.skipScreenSpaceErrorFactor,skipLevels:i.skipLevels,immediatelyLoadDesiredLevelOfDetail:!1,loadSiblings:!1,maximumMemoryUsage:4096*5,preloadWhenHidden:!0,preferLeaves:e.enableModelLod,progressiveResolutionHeightFraction:.5,dynamicScreenSpaceErrorDensity:.002,dynamicScreenSpaceErrorFactor:4,dynamicScreenSpaceError:!0,dynamicScreenSpaceErrorHeightFalloff:.25,foveatedConeSize:0,foveatedTimeDelay:10,foveatedMinimumScreenSpaceErrorRelaxation:0}}function DI(n=30){const e=r.ref(60),t=r.ref(!1);let i=0,s=0,o=0;const a=1e3/n,c=()=>{t.value=!0,i=performance.now(),o=i,s=0},l=()=>{if(!t.value)return!0;const h=performance.now(),f=h-i;return s++,h-o>=1e3&&(e.value=Math.round(s*1e3/(h-o)),s=0,o=h),f>=a?(i=h-f%a,!0):!1},d=()=>{t.value=!1};return r.onUnmounted(()=>{d()}),{fps:e,isControlling:t,startControl:c,stopControl:d,tick:l}}function kI(n,e){let t=null;const i=((...s)=>{t!==null&&clearTimeout(t),t=window.setTimeout(()=>{n(...s),t=null},e)});return i.cancel=()=>{t!==null&&(clearTimeout(t),t=null)},i}function PI(n,e){let t=!1;return((...s)=>{t||(n(...s),t=!0,setTimeout(()=>{t=!1},e))})}function FI(n,e=200){let t=null;const i=()=>{t!==null&&clearTimeout(t),t=window.setTimeout(()=>{n(),t=null},e)},s=()=>{t!==null&&(clearTimeout(t),t=null)};return r.onUnmounted(()=>{s()}),{load:i,cancel:s}}function kl(n){const e=r.ref(),t=r.ref(n.theme||"dark"),i=r.ref(n.menuSize||"medium");r.provide("leiting-theme",t),r.provide("leiting-menu-size",i);function s(c){r.onUnmounted(()=>{e.value=null}),c(n,e)}function o(){const c=r.unref(e);return c||console.error("未获取到leiting实例!"),c}const a=new Proxy({},{get(c,l){const d=o();if(!d)return;const h=d[l];return typeof h=="function"?h.bind(d):h},set(c,l,d){const h=o();return h?(h[l]=d,!0):!1}});return[s,a]}const NI=Ct,RI={install:(n,e)=>{if(n.component("LeitingBIM",Ei),n.component("LeitingTree",hi),n.component("LeitingDraggableCard",Le),n.component("leiting-draggable-card",Le),n.component("LeitingMenu",bn),n.component("leiting-menu",bn),n.component("LeitingSection",wn),n.component("leiting-section",wn),n.component("LeitingPlayer",vn),n.component("leiting-player",vn),n.component("LeitingInfo",In),n.component("leiting-info",In),n.component("LeitingPosition",Bn),n.component("leiting-position",Bn),n.component("LeitingSetting",xn),n.component("leiting-setting",xn),!e)return;const t={...NI,...e};t.cesiumUrl&&Ii(t).catch(i=>{console.error("[LeitingBim] Failed to load Cesium resources:",i)}),n.config.globalProperties.$leitingBimOptions=t}};_.DEFAULT_CESIUM_CONFIG=Ct,_.LeiTingBIM=Ei,_.LeiTingDraggableCard=Le,_.LeiTingInfo=In,_.LeiTingMenu=bn,_.LeiTingPlayer=vn,_.LeiTingPosition=Bn,_.LeiTingSection=wn,_.LeiTingSetting=xn,_.LeiTingTree=hi,_.LeitingBIM=Ei,_.LeitingDraggableCard=Le,_.LeitingInfo=In,_.LeitingMenu=bn,_.LeitingPlayer=vn,_.LeitingPosition=Bn,_.LeitingSection=wn,_.LeitingSetting=xn,_.LeitingTree=hi,_.MobileBottomNav=Il,_.MobileDrawer=Ls,_.MobileInfo=Dl,_.MobileMeasurement=Tl,_.MobilePlayer=Ml,_.MobileSection=Sl,_.MobileSetting=xl,_.MobileTree=Bl,_.default=RI,_.defaultMobileConfig=bi,_.disableDoubleTapZoom=wI,_.getAccessToken=Bi,_.getCesiumOptionsForMobile=SI,_.getTilesetOptionsForMobile=MI,_.getViewerOptionsForMobile=TI,_.leitingBim=Ei,_.loadCesium=Ii,_.preventDefaultTouchEvents=bI,_.useDebounce=kI,_.useDevice=vl,_.useFrameRateControl=DI,_.useGestureDetection=xI,_.useLazyLoad=FI,_.useLeiTing=kl,_.useLeiting=kl,_.useLongPress=vI,_.useLongPressOnElement=II,_.useModelTree=hl,_.useRightContextMenu=wl,_.useThrottle=PI,_.useTouchEvents=EI,_.waitForCesium=ec,Object.defineProperties(_,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));
118
+ `});p.isModelAdjustment=!0,f.customShader=p}else e.brightness!==void 0&&e.brightness!==1&&!f.style&&(f.style=new i.Cesium3DTileStyle({color:`color('white') * ${e.brightness}`}))}}setModelBrightness(e){this.setModelColorAdjustment({brightness:e})}_defaultSkyBox=null;_updateLightDirection=e=>{e.light instanceof this.cesium.DirectionalLight&&(e.light.direction=e.camera.directionWC)};setEnvironmentMapEnable(e){this.is2d||(e?(this.viewer.scene.light=new this.cesium.DirectionalLight({direction:this.viewer.scene.camera.directionWC}),this.viewer.scene.preRender.addEventListener(this._updateLightDirection)):(this._defaultSkyBox&&(this.viewer.scene.skyBox=this._defaultSkyBox),this.viewer.scene.preRender.removeEventListener(this._updateLightDirection),this.viewer.scene.light=new this.cesium.SunLight),this.viewer.scene.imageBasedLighting&&(this.viewer.scene.imageBasedLighting.imageBasedLightingFactor=e?new this.cesium.Cartesian2(2,2):new this.cesium.Cartesian2(1,1)))}setAmbientOcclusion(e){if(this.is2d)return;const t=this.viewer.scene;if(!t||!t.postProcessStages||!t.postProcessStages.ambientOcclusion)return;const i=t.postProcessStages.ambientOcclusion;i.enabled=e,e&&(i.uniforms.ambientOcclusionOnly=!1,i.uniforms.intensity=3,i.uniforms.bias=.1,i.uniforms.lengthCap=.03,i.uniforms.stepSize=1,i.uniforms.blurStepSize=.86)}setCollisionDetection(e){if(this.is2d){this.viewer.scene.screenSpaceCameraController.enableCollisionDetection=!1;return}const t=this.viewer.scene.screenSpaceCameraController;t.enableCollisionDetection=e,e||t.minimumZoomDistance<1&&(t.minimumZoomDistance=1)}_customZoomHandler=null;setHeightBasedZoom(e){const t=this.viewer.scene.screenSpaceCameraController,i=this.cesium;if(this.viewer.camera.frustum.near=1e-4,this.viewer.camera.frustum.far=1e8,e||(this.viewer.camera.frustum.near=.1),this._customZoomHandler&&(this._customZoomHandler.destroy(),this._customZoomHandler=null),!e){t.zoomEventTypes.includes(i.CameraEventType.WHEEL)||t.zoomEventTypes.push(i.CameraEventType.WHEEL);return}t.zoomEventTypes=t.zoomEventTypes.filter(r=>r!==i.CameraEventType.WHEEL),this._customZoomHandler=new i.ScreenSpaceEventHandler(this.viewer.scene.canvas);let s=null;this._customZoomHandler.setInputAction(r=>{s=r.endPosition},i.ScreenSpaceEventType.MOUSE_MOVE),this._customZoomHandler.setInputAction(r=>{const a=this.viewer.camera,c=a.positionCartographic.height,l=Math.sign(r);if(c<.15&&l>0){ce.info("无法继续放大");return}const d=.3;let h=0;if(l>0){const m=c-1;h=m>0?m*d:0}else h=c*d;h=Math.max(.1,h),console.log(c);let f=null;if(!s)f=a.direction;else{const m=a.getPickRay(s);if(m){let E=this.viewer.scene.pickPosition(s);if(!E){const A=i.IntersectionTests.rayEllipsoid(m,this.viewer.scene.globe.ellipsoid);A&&(E=i.Ray.getPoint(m,A.start))}if(E){const A=i.Cartesian3.subtract(E,a.position,new i.Cartesian3);f=i.Cartesian3.normalize(A,new i.Cartesian3)}else f=a.direction}else f=a.direction}const p=l>0?h:-h*2,u=i.Cartesian3.multiplyByScalar(f,p,new i.Cartesian3);a.position=i.Cartesian3.add(a.position,u,new i.Cartesian3)},i.ScreenSpaceEventType.WHEEL)}setMouseHabit(e){if(this.is2d)return;const t=this.viewer.scene.screenSpaceCameraController;t.enableTranslate=!0,t.enableRotate=!0,t.enableZoom=!0,t.enableTilt=!0,t.enableLook=!1,t.lookEventTypes=[],e===1?(t.rotateEventTypes=[this.cesium.CameraEventType.RIGHT_DRAG],t.zoomEventTypes=[this.cesium.CameraEventType.MIDDLE_DRAG,this.cesium.CameraEventType.WHEEL,this.cesium.CameraEventType.PINCH],t.tiltEventTypes=[this.cesium.CameraEventType.PINCH,this.cesium.CameraEventType.LEFT_DRAG]):(t.rotateEventTypes=[this.cesium.CameraEventType.LEFT_DRAG],t.zoomEventTypes=[this.cesium.CameraEventType.RIGHT_DRAG,this.cesium.CameraEventType.WHEEL,this.cesium.CameraEventType.PINCH],t.tiltEventTypes=[this.cesium.CameraEventType.PINCH,this.cesium.CameraEventType.MIDDLE_DRAG])}}class vy{cesium;viewer;constructor(e){this.cesium=e.cesium,this.viewer=e.viewer}getCameraView(){const e=this.viewer.camera;return{position:{x:e.position.x,y:e.position.y,z:e.position.z},destination:{x:e.position.x,y:e.position.y,z:e.position.z},orientation:{heading:e.heading,pitch:e.pitch,roll:e.roll},duration:1}}flyToCameraView(e){const{position:t,orientation:i,duration:s}=e,r=new this.cesium.Cartesian3(t.x,t.y,t.z),a=new this.cesium.HeadingPitchRoll(i.heading,i.pitch,i.roll);!s||s<=0?this.viewer.camera.setView({destination:r,orientation:a}):this.viewer.camera.flyTo({destination:r,orientation:a,duration:s})}getCurrentCameraPositionAndTarget(){const e=this.getCameraView();return{position:e.position,target:{heading:e.orientation.heading,pitch:e.orientation.pitch,roll:e.orientation.roll},duration:e.duration}}setCameraView(e){const t=e.target||e.orientation||{},i=e.destination||e.position||{};this.flyToCameraView({position:{x:Number(i.x),y:Number(i.y),z:Number(i.z)},destination:{x:Number(i.x),y:Number(i.y),z:Number(i.z)},orientation:{heading:Number(t.heading||0),pitch:Number(t.pitch||0),roll:Number(t.roll||0)},duration:e.duration})}flyToLonLatHeight(e,t,i,s=1){const r=this.cesium.Cartesian3.fromDegrees(e,t,i),a={heading:this.cesium.Math.toRadians(0),pitch:this.cesium.Math.toRadians(-90),roll:0};!s||s<=0?this.viewer.camera.setView({destination:r,orientation:a}):this.viewer.camera.flyTo({destination:r,orientation:a,duration:s})}}function Iy(n){const{container:e,appContext:t,methods:i,viewerOptions:s,options:r,callbacks:a}=n,c=new jn,l=window.Cesium;if(!l)throw new Error("Cesium is not loaded");e.id=`cesium-container-${Ap()}`;const d={animation:!1,timeline:!1,infoBox:!1,homeButton:!1,fullscreenButton:!1,sceneModePicker:!1,navigationHelpButton:!1,geocoder:!1,baseLayerPicker:!1,selectionIndicator:!1,heightBasedZoom:!0,creditContainer:document.createElement("div"),contextOptions:{webgl:{alpha:!0,antialias:!0,msaaLevel:4}}},h=t?.config?.globalProperties?.$leitingBimOptions,f={...d,...h?.viewerOptions??{},...s??{}},p=new l.Viewer(e,f);p.camera.setView({destination:l.Cartesian3.fromDegrees(108,32,1e7),orientation:{heading:l.Math.toRadians(0),pitch:l.Math.toRadians(-90),roll:0}});let u=i;if(!u&&h&&(h.methods||(h.methods={}),u=h.methods),u){const m=new Dp({cesium:l,viewer:p,options:r,callbacks:a}),E=new Lr({cesium:l,viewer:p}),A=new wy({cesium:l,viewer:p}),b=new kp({cesium:l,viewer:p}),w=new vy({cesium:l,viewer:p});let B;const D=new Ps({cesium:l,viewer:p});r&&(r.globe!==void 0&&A.setGlobeEnvironmentVisible(r.globe),r.terrain!==void 0&&A.setTerrainEnable(r.terrain),r.depthTest!==void 0&&A.setDepthTestEnable(r.depthTest),r.mapProvider&&r.mode!=="2d"&&A.changeBaseMap(r.mapProvider,{token:r.tiandituToken,layerType:r.tiandituLayerType,showAnnotation:r.tiandituShowLabel,url:r.arcgisUrl}),r.shadows!==void 0&&A.setShadowsEnable(r.shadows),r.environmentMap!==void 0&&A.setEnvironmentMapEnable(r.environmentMap),r.ambientOcclusion!==void 0&&A.setAmbientOcclusion(r.ambientOcclusion),r.time!==void 0&&A.setTime(r.time),r.brightness!==void 0&&A.setModelBrightness(r.brightness),r.backgroundColor!==void 0&&A.setBackgroundColor(r.backgroundColor),r.collision!==void 0&&A.setCollisionDetection(r.collision),r.mouseHabit!==void 0&&A.setMouseHabit(r.mouseHabit),r.heightBasedZoom!==void 0&&A.setHeightBasedZoom(r.heightBasedZoom)),r&&r.mode==="2d"&&(console.log("InitMap: Setting CAD Mode 2D"),A.setCadMode("2d"),B=new rl({cesium:l,viewer:p})),E.events.on("tilesetLoaded",g=>{m.baseCompt.attachTileset(g,m.baseCompt.selectedColor),m.baseSection.attachTileset(g,g.leiting?.model?.modelId),u&&u.tilesLoad3dTiles&&u.tilesLoad3dTiles(g),r?.tilesLoad3dTiles&&r.tilesLoad3dTiles(g.leiting)}),E.events.on("loadingStatus",g=>{u&&u.onLoadingStatus&&u.onLoadingStatus(g)}),E.events.on("mountAll3Dtiles",({modelList:g})=>{r?.mountAll3Dtiles&&r.mountAll3Dtiles(g),u?.mountAll3Dtiles&&u.mountAll3Dtiles(g)}),E.events.on("updateModels",({modelList:g})=>{r?.updateModels&&r.updateModels(g),u?.updateModels&&u.updateModels(g)}),b.events.on("mountAllCad",g=>{r?.mountAllCad&&r.mountAllCad(g),u?.mountAllCad&&u.mountAllCad(g)}),m.baseCompt.loadNodeDetailsForModel=g=>E.loadNodeDetailsForModel(g),m.baseCompt.selectionChange(g=>{g.length!==0&&(r?.selectionChange&&r.selectionChange(g),u?.selectionChange&&u.selectionChange(g))}),u.onSearchComponent=g=>{r?.searchComponent&&r.searchComponent(g),u?.searchComponent&&u.searchComponent(g)};const N=u.saveRegion;u.saveRegion=g=>{r?.saveRegion&&r.saveRegion(g),N&&N!==r?.saveRegion&&N(g)};const S=u.saveCadCalibration;u.saveCadCalibration=g=>{r?.saveCadCalibration&&r.saveCadCalibration(g),S&&S!==r?.saveCadCalibration&&S(g)};const x=u.saveCadRegion;u.saveCadRegion=g=>{r?.saveCadRegion&&r.saveCadRegion(g),x&&x!==r?.saveCadRegion&&x(g)},u.getCesium=()=>l,u.getViewer=()=>p,u.getAnnotationInstance=()=>B,u.getMeasureInstance=()=>D,u.flyToCamera=g=>{w.setCameraView(g)},u.flyToLonLatHeight=(g,R,v,M=1)=>{w.flyToLonLatHeight(g,R,v,M)},u.flyTo=u.flyToCamera,u.getCameraState=()=>w.getCameraView(),u.getCameraInfo=u.getCameraState,u.restoreCameraState=g=>w.flyToCameraView(g),u.flyToCameraView=u.restoreCameraState,u.getCameraPositionTarget=()=>w.getCurrentCameraPositionAndTarget(),u.getCurrentCameraPositionAndTarget=u.getCameraPositionTarget,u.setCameraLookAt=g=>w.setCameraView(g),u.setCameraView=u.setCameraLookAt,u.setCanvasBackground=g=>A.setBackgroundColor(g),u.setBackgroundColor=u.setCanvasBackground,u.setAntiAliasing=g=>m.enableCesiumFXAA(g),u.enableCesiumFXAA=u.setAntiAliasing,u.setSceneVisibility=g=>m.setSceneOptions(g),u.setSceneOptions=u.setSceneVisibility,u.addDebugPoint=(g,R,v=0)=>{p.entities.add({position:l.Cartesian3.fromDegrees(g,R,v),point:{pixelSize:10,color:l.Color.RED}})},u.addPoint=u.addDebugPoint,u.toggleDebugLabels=()=>m.enableTestLabel(),u.enableTestLabel=u.toggleDebugLabels,u.captureScreenshot=()=>{const g=p.scene.canvas;return p.render(),g.toDataURL("image/png")},u.getImageBase64=u.captureScreenshot,u.captureDomScreenshot=(g,R)=>m.getSnapDomSImageBase64(g,R),u.getSnapDomSImageBase64=u.captureDomScreenshot,u.addModels=g=>E.addModels(g),u.add3DtilesModel=u.addModels,u.addObliquePhotography=g=>E.addOSGB(g),u.addOSGB=u.addObliquePhotography,u.adjustOSGBModelMatrix=g=>E.updateOSGBMatrix(g),u.updateOSGBMatrix=u.adjustOSGBModelMatrix,u.setModelVisibility=g=>E.showModels(g),u.showModels=u.setModelVisibility,u.showTileset=u.setModelVisibility,u.removeModels=g=>E.deleteModels(g),u.deleteModels=u.removeModels,u.clearAllModels=()=>{E.deleteAllModels(),c.emit("deleteAllModels")},u.deleteAllModelList=u.clearAllModels,u.deleteAllModels=u.clearAllModels,u.flyToModel=g=>E.flyToTileset(g),u.flyToTileset=u.flyToModel,u.flyToByModelId=u.flyToModel,u.setModelBrightness=g=>m.updateModelEffect(g),u.updateModelEffect=u.setModelBrightness,u.getAllTilesets=()=>E.getMapTileset(),u.getMapTileset=u.getAllTilesets,u.getCurrentModelId=()=>E.getBIMmodelId(),u.getBIMmodelId=u.getCurrentModelId,u.getLoadedModels=()=>E.getModelList(),u.getModelList=u.getLoadedModels,u.loadModelStructure=async g=>{const R=typeof g=="string"?g:g?.modelId;if(!R){console.warn("loadModelStructure: modelId is required");return}return await E.loadTreeForModel(R)},u.loadTreeForModel=u.loadModelStructure,u.loadModelDetails=async g=>{const R=typeof g=="string"?g:g?.modelId;if(!R){console.warn("loadModelDetails: modelId is required");return}return await E.loadNodeDetailsForModel(R)},u.loadNodeDetailsForModel=u.loadModelDetails,u._loadNodeDetailsForModel=async g=>{const R=typeof g=="string"?g:g?.modelId;if(!R){console.warn("loadModelDetails: modelId is required");return}return await E._loadNodeDetailsForModel(R)},u.setMapTileset=g=>E.setMapTileset(g),u.setCurrentModelId=g=>E.setBIMmodelId(g),u.setBIMmodelId=u.setCurrentModelId,u.setModelList=g=>E.setModelList(g),u.highlightComponents=(g,R={})=>m.baseCompt.setSelectColorUserModelCpt(g,R),u.setSelectColorUserModelCpt=u.highlightComponents,m.baseCompt.setLoadNodeDetailsCallback(g=>E.loadNodeDetailsForModel(g)),u.highlightAllComponents=(g,R)=>m.baseCompt.setAllSelectColorUserModelCpt(g,R),u.setAllSelectColorUserModelCpt=u.highlightAllComponents,u.setSelectColorUserModelCptByClear=(g,R)=>{m.baseCompt.clearAllHaveSelected(),m.baseCompt.setSelectColorUserModelCpt(g.selectCpts,R??{rank:0})},u.clearSelectColorUserModelCpt=()=>m.baseCompt.clearAllHaveSelected(),u.selectComponents=(g,R)=>{m.baseCompt.clearAllHaveSelected(),m.baseCompt.setSelectColorUserModelCpt(g,R??{rank:0})},u.setSelecteds=u.selectComponents,u.setSelectionColor=(g,R,v,M)=>m.baseCompt.setSelectedColorRgba(g,R,v,M),u.setSelectedColor=u.setSelectionColor,u.clearSelection=()=>m.baseCompt.clearAllHaveSelected(),u.clearAllHaveSelected=u.clearSelection,u.getSelectedComponents=g=>m.baseCompt.getSelected(g),u.getSelected=u.getSelectedComponents,u.onSelectionChange=g=>{m.baseCompt.selectionChange(g)},u.selectionChange=u.onSelectionChange,u.flyToComponents=g=>m.baseCompt.flyToObjects(g),u.flyToObjects=u.flyToComponents,u.setConstructionData=async g=>{if(g&&Array.isArray(g)){const R=new Set;g.forEach(v=>{v.mergeCpts&&Array.isArray(v.mergeCpts)&&v.mergeCpts.forEach(M=>{M.modelId&&R.add(M.modelId)})}),R.size>0&&await Promise.all(Array.from(R).map(v=>u.loadNodeDetailsForModel(v)))}m.baseCompt.setAllConstructionProgressTracking(g)},u.setAllConstructionProgressTracking=u.setConstructionData,u.startConstructionSimulation=()=>m.baseCompt.enableConstructionProgressTracking(),u.enableAllConstructionProgressTracking=u.startConstructionSimulation,u.stopConstructionSimulation=()=>m.baseCompt.disableConstructionProgressTracking(),u.disableConstructionProgressTracking=u.stopConstructionSimulation,u.disableAllConstructionProgressTracking=u.stopConstructionSimulation,u.resetConstructionSimulation=()=>m.baseCompt.freshConstructionProgressTracking(),u.freshConstructionProgressTracking=u.resetConstructionSimulation,u.restartConstructionSimulation=()=>m.baseCompt.reStartAnimation(),u.reStartAnimation=u.restartConstructionSimulation,u.resumeFlyTo=()=>m.baseCompt.resumeFlyTo(),u.pauseConstructionSimulation=()=>m.baseCompt.pauseFlyTo(),u.pauseFlyTo=u.pauseConstructionSimulation,u.pauseAnimation=u.pauseConstructionSimulation,u.resumeConstructionSimulation=()=>m.baseCompt.resumeFlyTo(),u.resumeAnimation=u.resumeConstructionSimulation,u.setComponentsVisibility=async g=>await m.baseCompt.setComponentVisibility(g),u.setElementsListVisible=u.setComponentsVisibility,u.setAllComponentsVisibility=async g=>await m.baseCompt.setAllComponentsVisibility(g),u.setAllElementsVisible=u.setAllComponentsVisibility,u.isolateComponents=g=>m.baseCompt.isolateComponentVisibility(g),u.isolateComponentVisibility=u.isolateComponents,u.getComponentsByVisibility=g=>m.baseCompt._getComponentsByVisibility(g),u.getShowCpts=g=>m.baseCompt.getComponentsByVisibility(g),u.getElementsVisible=g=>m.baseCompt.getComponentsByVisibility(g),u.setComponentVisibility=u.setComponentsVisibility,u.enableSectioning=(g,R)=>m.baseSection.open(g,R),u.openSection=u.enableSectioning,u.disableSectioning=g=>m.baseSection.close(g),u.closeSection=u.disableSectioning,u.updateSectionBox=g=>m.baseSection.updateRange(g),u.updateSectionRange=u.updateSectionBox,u.getSectionBox=()=>m.baseSection.getRange(),u.getSectionRange=u.getSectionBox,u.fitSectionToModel=()=>m.baseSection.fitToModels(),u.fitToModels=u.fitSectionToModel,u.setSectionBoxVisibility=g=>m.baseSection.setBoxVisibility(g),u.startFirstPersonMode=()=>{m.baseCompt.disableSelection(),m.basePlayer.openPlayer()},u.openPlayer=u.startFirstPersonMode,u.startCameraRoam=()=>{m.baseCompt.disableSelection(),m.basePlayer.openCameraRoam()},u.stopFirstPersonMode=()=>{m.basePlayer.closePlayer(),m.baseCompt.enableSelection()},u.closePlayer=u.stopFirstPersonMode,u.setPlayerPosition=g=>m.basePlayer.setPersonPosition(g),u.setPersonPosition=u.setPlayerPosition,u.setPlayerDefaultPosition=()=>m.basePlayer.setDefaultPosition(),u.setWalkSpeed=g=>m.basePlayer.setSpeed({speed:g}),u.setPlayerSpeed=u.setWalkSpeed,u.setPlayerConfig=g=>m.basePlayer.setParams(g),u.setPlayerParams=u.setPlayerConfig,u.setPlayerAction=(g,R)=>m.basePlayer.setMoveState(g,R),u.setPlayerMoveState=u.setPlayerAction,u.bindPlayerControls=g=>m.basePlayer.bindUiKeys(g),u.bindPlayerUiKeys=u.bindPlayerControls,u.setGlobeVisibility=g=>A.setGlobeEnvironmentVisible(g),u.setGlobeEnvironmentVisible=u.setGlobeVisibility,u.setTerrainVisibility=g=>A.setTerrainEnable(g),u.setTerrainEnable=u.setTerrainVisibility,u.setDepthTest=g=>A.setDepthTestEnable(g),u.setDepthTestEnable=u.setDepthTest,u.setBaseMap=(g,R)=>A.changeBaseMap(g,R),u.changeBaseMap=u.setBaseMap,u.setWorldTime=g=>A.setTime(g),u.setTime=u.setWorldTime,u.setGisOptions=g=>{g.globe!==void 0&&A.setGlobeEnvironmentVisible(g.globe),g.elevation!==void 0&&A.setTerrainEnable(g.elevation),g.depthTestAgainstTerrain!==void 0&&A.setDepthTestEnable(g.depthTestAgainstTerrain),g.rendering!==void 0&&A.setAmbientOcclusion(g.rendering)},u.setShadowVisibility=g=>A.setShadowsEnable(g),u.setShadowsEnable=u.setShadowVisibility,u.setEnvironmentMapVisibility=g=>A.setEnvironmentMapEnable(g),u.setEnvironmentMapEnable=u.setEnvironmentMapVisibility,u.setAOVisibility=g=>A.setAmbientOcclusion(g),u.setAmbientOcclusion=u.setAOVisibility,u.setBackgroundColor=g=>A.setGlobeColor(g),u.setGlobeColor=u.setBackgroundColor,u.setModelBrightness=g=>A.setModelBrightness(g),u.adjustModelColor=g=>A.setModelColorAdjustment(g),u.setModelColorAdjustment=u.adjustModelColor,u.setShadowIntensity=g=>{A.setShadowDarkness?A.setShadowDarkness(g):console.warn("baseSetting.setShadowDarkness is not available. Please reload the page.")},u.setShadowDarkness=u.setShadowIntensity,u.switchSceneMode=async g=>{const R=g?"2d":"3d";await A.setCadMode(R),g&&!B&&(B=new rl({cesium:l,viewer:p}),u.setGlobeVisibility(!0)),c.emit("setMode",R)},u.setSceneMode=u.switchSceneMode,u.set2d=g=>u.switchSceneMode(g),u.is2dMode=()=>A.is2d,u.setMouseControlMode=g=>A.setMouseHabit(g),u.setMouseHabit=u.setMouseControlMode,u.setCollisionEnabled=g=>A.setCollisionDetection(g),u.setCollisionDetection=u.setCollisionEnabled,u.searchAndLocate=(g,R)=>A.searchLocation(g,R),u.searchLocation=u.searchAndLocate,u.getConfigure=()=>(console.warn("getConfigure is not initialized. Please ensure LeitingSetting component is mounted."),{}),u.setConfigure=g=>{console.warn("setConfigure is not initialized. Please ensure LeitingSetting component is mounted.",g)},u.addCadModel=g=>{const R={...g};return R.files&&!R.fileNames&&(R.fileNames=R.files),R.fileNames||(R.fileNames=[]),b.addDxfModel(R)},u.addDxfModel=u.addCadModel,u.deleteCad=g=>b.deleteCad(g),u.deleteAllCad=()=>b.deleteAllCad(),u.showCadModel=g=>b.showJson(g),u.showGeoJson=g=>b.showJson(g),u.showDxfModel=u.showCadModel,u.showCadLayer=g=>b.showJsonByLayer(g),u.showDxfLayer=u.showCadLayer,u.flyToCadModel=(g={})=>b.flyToCadModel(g),u.getCadModels=g=>b.getDxfModels(g),u.getDxfModels=u.getCadModels,u.getCadLayers=g=>b.getMapLayers(g),u.getDxfLayers=u.getCadLayers,u.getCadModelId=()=>b.getModelId(),u.setCadOpen=g=>b.setDxfOpen(g),u.setDxfOpen=u.setCadOpen,u.getCadOpen=()=>b.getDxfOpen(),u.getDxfOpen=u.getCadOpen,u.adjustCadModel=g=>b.adjustingModelByCad(g),u.adjustingModelByCad=u.adjustCadModel,u.saveAnnotations=()=>{let g=null;return B&&(g=B.saveAnnotations()),r?.saveAnnotations&&r.saveAnnotations(g),g},u.loadAnnotations=g=>B?B.loadAnnotations(g):!1,u.flyToTopView=()=>{b.flyToCadModel()},u.menuEvents=c,u.addMenuItems=g=>{c.emit("insertMenu",g)},u.insertMenu=u.addMenuItems,u.filterMenuItems=g=>{c.emit("setMenuListFilter",g)},u.setMenuListFilter=u.filterMenuItems,u.setMenuVisibility=g=>{c.emit("showMenu",g)},u.showMenu=u.setMenuVisibility,u.setPanelVisibility=(g,R)=>{c.emit("setMenuActive",g,R)},u.setMenuActive=u.setPanelVisibility,u.addContextMenuItems=g=>{console.warn("addContextMenuItems is not initialized yet. Please wait for LeitingBIM component to mount.",g)},u.insertContextMenu=u.addContextMenuItems,u.removeContextMenuItems=g=>{console.warn("removeContextMenuItems is not initialized yet.",g)},u.deleteContextMenu=u.removeContextMenuItems,u.closeContextMenu=()=>{console.warn("closeContextMenu is not initialized yet.")},u.hideContextMenu=u.closeContextMenu,u.getModelTree=()=>{const g=[],R=E.getMapTileset();return Object.keys(R).forEach(v=>{const M=R[v];if(M&&M.leiting&&M.leiting.tree){const L=M.leiting.tree;Array.isArray(L)?g.push(...L):g.push(L)}}),g},u.getTree=u.getModelTree,u.getAllComponentDetails=()=>{const g=E.getMapTileset(),R={},v=[];try{Object.keys(g).forEach(M=>{const L=g[M];if(!L||!L.leiting)return;const V=L.leiting,k=V.node,C=V.model.formData,y=V.box;if(!k||!k.nodeExtras)return;const I=V.model.modelId;R[I]=k.nodeExtras;const P=k.nodeExtras.element;if(!P)return;const F=y?y.center:{x:0,y:0,z:0};Object.values(P).forEach(Q=>{if(Q.box3)try{const O=l.Quaternion.fromAxisAngle(l.Cartesian3.UNIT_Z,l.Math.toRadians(C.totalRotation||0)),T=l.Matrix4.fromRotationTranslation(l.Matrix3.fromQuaternion(O),new l.Cartesian3(0,0,0)),U=l.Cartesian3.fromDegrees(C.longitude,C.latitude,C.height),H=l.Transforms.eastNorthUpToFixedFrame(U);l.Matrix4.multiply(H,T,H);const j=new l.Cartesian3(F.x,F.y,0),X=new l.Cartesian3;l.Matrix4.multiplyByPoint(H,j,X);const Z=l.Cartographic.fromCartesian(X),re=Q.box3?.Center?.x||0,se=Q.box3?.Center?.y||0,oe=Q.box3?.Center?.z||0,ye=new l.Cartesian3(-F.x+re,-F.y+se,0+oe),Ie=l.Matrix4.fromTranslation(ye),Ee=l.Matrix4.clone(Ie);l.Matrix4.multiply(T,Ee,Ee);const xe=l.Cartesian3.fromDegrees(Z.longitude/Math.PI*180,Z.latitude/Math.PI*180,C.height),Te=l.Transforms.eastNorthUpToFixedFrame(xe);l.Matrix4.multiply(Te,Ee,Te);const _e=l.Cartographic.fromCartesian(new l.Cartesian3(Te[12],Te[13],Te[14]));Q.box3.cartographic={longitude:_e.longitude/Math.PI*180,latitude:_e.latitude/Math.PI*180,height:_e.height};const z={id:Q.uniqueId,billboard:[{theme:"Tag9999",position:[Q.box3.cartographic.longitude,Q.box3.cartographic.latitude,Q.box3.cartographic.height],options:{text:Q.name}}]};v.push(z)}catch(O){console.warn("Error calculating component position:",O)}})})}catch(M){console.error("getAllComponents error:",M)}return R},u.getAllComponents=u.getAllComponentDetails,u.getComponentInfoList=async g=>{if(!Array.isArray(g))return[];const R=E.getMapTileset(),v=[],M=[],L={};g.forEach(k=>{const y=R[k.modelId]?.leiting?.model?.dbName;y&&k.elementId&&M.push({dbName:y,elementId:k.elementId,modelId:k.modelId})});const V=new Set;if(g.forEach(k=>{const C=R[k.modelId],y=`${k.modelId}_${k.elementId}`;L[y]||C&&C.leiting&&!C.leiting?.node?.nodeExtras&&C.leiting.model?.nodeUrl&&V.add(k.modelId)}),V.size>0&&E._loadNodeDetailsForModel)try{const k=Array.from(V).map(C=>E._loadNodeDetailsForModel(C));await Promise.all(k)}catch(k){console.error("Failed to load node details in getComponentInfoList",k)}try{g.forEach(k=>{const C=k.modelId,y=k.elementId,I=R[C];if(!I||!I.leiting)return;const P=`${C}_${y}`,F=L[P];let Q=null;if(F)Q=F;else{const O=I.leiting.node?.nodeExtras?.element||I.leiting.node?.nodeExtras;O&&O[y]&&(Q=JSON.parse(JSON.stringify(O[y])))}if(Q){if(Q.elementId=y,Q.modelId=C,Q.box3&&!Q.box3.cartographic)try{const O=I.leiting,T=O.model.formData,U=O.box,H=U?U.center:{x:0,y:0,z:0},j=l.Quaternion.fromAxisAngle(l.Cartesian3.UNIT_Z,l.Math.toRadians(T.totalRotation||0)),X=l.Matrix4.fromRotationTranslation(l.Matrix3.fromQuaternion(j),new l.Cartesian3(0,0,0)),Z=l.Cartesian3.fromDegrees(T.longitude,T.latitude,T.height),re=l.Transforms.eastNorthUpToFixedFrame(Z);l.Matrix4.multiply(re,X,re);const se=new l.Cartesian3(H.x,H.y,0),oe=new l.Cartesian3;l.Matrix4.multiplyByPoint(re,se,oe);const ye=l.Cartographic.fromCartesian(oe),Ie=Q.box3?.Center?.x||0,Ee=Q.box3?.Center?.y||0,xe=Q.box3?.Center?.z||0,Te=new l.Cartesian3(-H.x+Ie,-H.y+Ee,0+xe),_e=l.Matrix4.fromTranslation(Te),z=l.Matrix4.clone(_e);l.Matrix4.multiply(X,z,z);const Y=l.Cartesian3.fromDegrees(ye.longitude/Math.PI*180,ye.latitude/Math.PI*180,T.height),K=l.Transforms.eastNorthUpToFixedFrame(Y);l.Matrix4.multiply(K,z,K);const Pe=l.Cartographic.fromCartesian(new l.Cartesian3(K[12],K[13],K[14]));Q.box3.cartographic={longitude:Pe.longitude/Math.PI*180,latitude:Pe.latitude/Math.PI*180,height:Pe.height}}catch(O){console.warn("Error calculating component position:",O)}v.push(Q)}})}catch(k){console.error("getComponentInfoList processing error:",k)}return v},u.getCptInfos=u.getComponentInfoList,u.baseCompt=m.baseCompt,u.setTeleportTarget=g=>{u.onSetTeleportTarget&&u.onSetTeleportTarget(g)},window.Methods=u}return console.log("methods",u),{Cesium:l,viewer:p,methods:u,menuEvents:c}}function Rs(n){return o.getCurrentScope()?(o.onScopeDispose(n),!0):!1}function Ls(n){return typeof n=="function"?n():o.unref(n)}const By=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const xy=Object.prototype.toString,Sy=n=>xy.call(n)==="[object Object]",Ty=()=>{};function My(n){return o.getCurrentInstance()}function cl(n,e=!0,t){My()?o.onMounted(n,t):e?n():o.nextTick(n)}function kt(n){var e;const t=Ls(n);return(e=t?.$el)!=null?e:t}const En=By?window:void 0;function Dy(...n){let e,t,i,s;if(typeof n[0]=="string"||Array.isArray(n[0])?([t,i,s]=n,e=En):[e,t,i,s]=n,!e)return Ty;Array.isArray(t)||(t=[t]),Array.isArray(i)||(i=[i]);const r=[],a=()=>{r.forEach(h=>h()),r.length=0},c=(h,f,p,u)=>(h.addEventListener(f,p,u),()=>h.removeEventListener(f,p,u)),l=o.watch(()=>[kt(e),Ls(s)],([h,f])=>{if(a(),!h)return;const p=Sy(f)?{...f}:f;r.push(...t.flatMap(u=>i.map(m=>c(h,u,m,p))))},{immediate:!0,flush:"post"}),d=()=>{l(),a()};return Rs(d),d}function ky(){const n=o.ref(!1),e=o.getCurrentInstance();return e&&o.onMounted(()=>{n.value=!0},e),n}function dl(n){const e=ky();return o.computed(()=>(e.value,!!n()))}function ul(n,e={}){const{window:t=En}=e,i=dl(()=>t&&"matchMedia"in t&&typeof t.matchMedia=="function");let s;const r=o.ref(!1),a=d=>{r.value=d.matches},c=()=>{s&&("removeEventListener"in s?s.removeEventListener("change",a):s.removeListener(a))},l=o.watchEffect(()=>{i.value&&(c(),s=t.matchMedia(Ls(n)),"addEventListener"in s?s.addEventListener("change",a):s.addListener(a),r.value=s.matches)});return Rs(()=>{l(),c(),s=void 0}),r}function Py(n,e,t={}){const{window:i=En,...s}=t;let r;const a=dl(()=>i&&"ResizeObserver"in i),c=()=>{r&&(r.disconnect(),r=void 0)},l=o.computed(()=>Array.isArray(n)?n.map(f=>kt(f)):[kt(n)]),d=o.watch(l,f=>{if(c(),a.value&&i){r=new ResizeObserver(e);for(const p of f)p&&r.observe(p,s)}},{immediate:!0,flush:"post"}),h=()=>{c(),d()};return Rs(h),{isSupported:a,stop:h}}function Ny(n,e={width:0,height:0},t={}){const{window:i=En,box:s="content-box"}=t,r=o.computed(()=>{var f,p;return(p=(f=kt(n))==null?void 0:f.namespaceURI)==null?void 0:p.includes("svg")}),a=o.ref(e.width),c=o.ref(e.height),{stop:l}=Py(n,([f])=>{const p=s==="border-box"?f.borderBoxSize:s==="content-box"?f.contentBoxSize:f.devicePixelContentBoxSize;if(i&&r.value){const u=kt(n);if(u){const m=u.getBoundingClientRect();a.value=m.width,c.value=m.height}}else if(p){const u=Array.isArray(p)?p:[p];a.value=u.reduce((m,{inlineSize:E})=>m+E,0),c.value=u.reduce((m,{blockSize:E})=>m+E,0)}else a.value=f.contentRect.width,c.value=f.contentRect.height},t);cl(()=>{const f=kt(n);f&&(a.value="offsetWidth"in f?f.offsetWidth:e.width,c.value="offsetHeight"in f?f.offsetHeight:e.height)});const d=o.watch(()=>kt(n),f=>{a.value=f?e.width:0,c.value=f?e.height:0});function h(){l(),d()}return{width:a,height:c,stop:h}}function hl(n={}){const{window:e=En,initialWidth:t=Number.POSITIVE_INFINITY,initialHeight:i=Number.POSITIVE_INFINITY,listenOrientation:s=!0,includeScrollbar:r=!0}=n,a=o.ref(t),c=o.ref(i),l=()=>{e&&(r?(a.value=e.innerWidth,c.value=e.innerHeight):(a.value=e.document.documentElement.clientWidth,c.value=e.document.documentElement.clientHeight))};if(l(),cl(l),Dy("resize",l,{passive:!0}),s){const d=ul("(orientation: portrait)");o.watch(d,()=>l())}return{width:a,height:c}}function ui(){const{width:n,height:e}=hl(),t=ul("(pointer: coarse)"),i=o.ref(!1),s=o.ref(!1),r=o.ref(!0),a=o.ref("other"),c=o.ref("other"),l=o.ref("medium"),d=o.ref("portrait"),h=()=>{const m=navigator.userAgent.toLowerCase(),E=/android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini|mobile/i,A=navigator;if("userAgentData"in navigator&&A.userAgentData?.mobile!==void 0)return A.userAgentData.mobile||E.test(m);if(E.test(m))return!0;const b=/windows nt/i.test(m),w=/macintosh|mac os x/i.test(m)&&!/mobile/i.test(m),B=/linux/i.test(m)&&!/android/i.test(m);return!1},f=()=>{const m=navigator.userAgent.toLowerCase();i.value=h(),s.value=n.value>=768&&n.value<1024&&t.value,r.value=!i.value,/iphone|ipad|ipod/i.test(m)?a.value="ios":/android/i.test(m)?a.value="android":/win/i.test(m)?a.value="windows":/mac/i.test(m)?a.value="macos":/linux/i.test(m)&&(a.value="linux"),/safari/i.test(m)&&!/chrome/i.test(m)?c.value="safari":/chrome/i.test(m)?c.value="chrome":/firefox/i.test(m)?c.value="firefox":/edge/i.test(m)&&(c.value="edge"),n.value<576?l.value="small":n.value<1024?l.value="medium":l.value="large",d.value=n.value>e.value?"landscape":"portrait"},p=()=>{f()};o.onMounted(()=>{f(),window.addEventListener("resize",p),window.addEventListener("orientationchange",p)}),o.onUnmounted(()=>{window.removeEventListener("resize",p),window.removeEventListener("orientationchange",p)});const u=()=>({isMobile:i.value,isTablet:s.value,isDesktop:r.value,isTouchDevice:t.value,os:a.value,browser:c.value,screenSize:l.value,orientation:d.value});return{isMobile:o.readonly(i),isTablet:o.readonly(s),isDesktop:o.readonly(r),isTouchDevice:o.readonly(t),os:o.readonly(a),browser:o.readonly(c),screenSize:o.readonly(l),orientation:o.readonly(d),width:n,height:e,info:u}}const Fy={class:"title"},Ry={class:"actions"},Ly={class:"card-body"},Oy=o.defineComponent({__name:"LeitingDraggableCard",props:{visible:{type:Boolean,default:!0},open:{type:Boolean,default:void 0},title:{type:String,default:"Title"},initialPosition:{type:Object,default:()=>({x:0,y:0})},width:{type:[Number,String],default:300},minWidth:{type:Number,default:200},fullHeight:{type:Boolean,default:!1},align:{type:String,default:""}},emits:["update:visible","update:open","close"],setup(n,{emit:e}){const t=n,i=o.inject("leiting-theme",o.ref("dark")),{isMobile:s}=ui(),r=e,a=o.computed({get:()=>t.open!==void 0?t.open:t.visible,set:x=>{r("update:visible",x),r("update:open",x)}}),c=o.ref(null),l=o.ref(t.initialPosition?.x||0),d=o.ref(t.initialPosition?.y||0),h=o.ref(t.width),f=o.ref(t.fullHeight?"100%":"600px");o.watch(()=>t.fullHeight,x=>{x?f.value="100%":f.value==="100%"&&(f.value="600px")});const{height:p}=hl();o.watch(p,()=>{t.fullHeight&&(f.value="100%")});const u=o.ref(!1),m=x=>{u.value=!0,x.preventDefault(),x.stopPropagation();const g=x.clientX,R=x.clientY,v=typeof h.value=="number"?h.value:c.value?.offsetWidth||0,M=typeof f.value=="number"?f.value:c.value?.offsetHeight||0,L=k=>{if(!u.value)return;k.preventDefault();const C=k.clientX-g,y=k.clientY-R,I=v+C,P=M+y;I>100&&(h.value=I),P>100&&(f.value=P)},V=()=>{u.value=!1,document.removeEventListener("mousemove",L),document.removeEventListener("mouseup",V)};document.addEventListener("mousemove",L),document.addEventListener("mouseup",V)},E=o.computed(()=>({left:`${l.value}px`,top:`${d.value}px`,width:typeof h.value=="number"?`${h.value}px`:h.value,height:typeof f.value=="number"?`${f.value}px`:f.value,position:"absolute",zIndex:2e3})),A=()=>{o.nextTick(()=>{if(c.value){const x=c.value.offsetParent||document.body,g=x.clientWidth,R=x.clientHeight,v=typeof h.value=="number"?h.value:c.value.offsetWidth||350,M=typeof f.value=="number"?f.value:c.value.offsetHeight||600;l.value+v>g&&(l.value=Math.max(0,g-v-20)),d.value+M>R&&(d.value=Math.max(0,R-M-20)),l.value<0&&(l.value=0),d.value<0&&(d.value=0)}})},b=o.ref(!1),w=x=>{if(x.target.closest(".close-btn")||x.target.closest(".actions"))return;b.value=!0,x.preventDefault(),x.stopPropagation();const g=x.clientX,R=x.clientY,v=l.value,M=d.value,L=k=>{if(!b.value)return;k.preventDefault();const C=k.clientX-g,y=k.clientY-R;l.value=v+C,d.value=M+y},V=()=>{b.value=!1,document.removeEventListener("mousemove",L),document.removeEventListener("mouseup",V),A()};document.addEventListener("mousemove",L),document.addEventListener("mouseup",V)},B=()=>{o.nextTick(()=>{if(t.align&&c.value){const x=c.value.offsetParent||document.body,g=typeof h.value=="number"?h.value:c.value.offsetWidth||350;t.align==="right"?l.value=Math.max(0,x.clientWidth-g-20):t.align==="center"&&(l.value=Math.max(0,(x.clientWidth-g)/2))}A()})};o.onMounted(()=>{t.align?B():A()}),o.watch(a,x=>{x&&(t.align?B():A())});const D=()=>{a.value=!1,r("close")},N=x=>{if(x.target.closest(".close-btn")||x.target.closest(".actions")||x.touches.length!==1)return;b.value=!0,x.preventDefault(),x.stopPropagation();const g=x.touches[0],R=g?.clientX??0,v=g?.clientY??0,M=l.value,L=d.value,V=C=>{if(!b.value||C.touches.length!==1)return;C.preventDefault();const y=C.touches[0],I=(y?.clientX??0)-R,P=(y?.clientY??0)-v;l.value=M+I,d.value=L+P},k=()=>{b.value=!1,document.removeEventListener("touchmove",V),document.removeEventListener("touchend",k),A()};document.addEventListener("touchmove",V,{passive:!1}),document.addEventListener("touchend",k)},S=x=>{if(x.touches.length!==1)return;u.value=!0,x.preventDefault(),x.stopPropagation();const g=x.touches[0],R=g?.clientX??0,v=g?.clientY??0,M=typeof h.value=="number"?h.value:c.value?.offsetWidth||0,L=typeof f.value=="number"?f.value:c.value?.offsetHeight||0,V=C=>{if(!u.value||C.touches.length!==1)return;C.preventDefault();const y=C.touches[0],I=(y?.clientX??0)-R,P=(y?.clientY??0)-v,F=M+I,Q=L+P;F>100&&(h.value=F),Q>100&&(f.value=Q)},k=()=>{u.value=!1,document.removeEventListener("touchmove",V),document.removeEventListener("touchend",k)};document.addEventListener("touchmove",V,{passive:!1}),document.addEventListener("touchend",k)};return(x,g)=>o.withDirectives((o.openBlock(),o.createElementBlock("div",{ref_key:"cardRef",ref:c,class:o.normalizeClass(["draggable-card leiting-scroll",["leiting-theme-"+o.unref(i)]]),style:o.normalizeStyle(E.value)},[o.createElementVNode("div",{ref:"headerRef",class:"card-header",onMousedown:w,onTouchstart:N},[o.createElementVNode("span",Fy,o.toDisplayString(n.title),1),o.createElementVNode("div",Ry,[o.renderSlot(x.$slots,"header-extra",{},void 0,!0),o.createElementVNode("span",{class:"close-btn",onClick:D},"×")])],544),o.createElementVNode("div",Ly,[o.renderSlot(x.$slots,"default",{},void 0,!0)]),o.unref(s)?o.createCommentVNode("",!0):(o.openBlock(),o.createElementBlock("div",{key:0,class:"resize-handle",onMousedown:m,onTouchstart:S},[...g[0]||(g[0]=[o.createElementVNode("svg",{viewBox:"0 0 10 10",width:"10",height:"10",fill:"currentColor"},[o.createElementVNode("path",{d:"M10 10 L10 2 L2 10 Z"})],-1)])],32))],6)),[[o.vShow,a.value]])}}),ge=(n,e)=>{const t=n.__vccOpts||n;for(const[i,s]of e)t[i]=s;return t},Le=ge(Oy,[["__scopeId","data-v-4d38393b"]]);function fl(n){const e=o.ref([]),t=o.ref([]),i=o.ref([]),s=o.ref(""),r=o.ref(!0);o.watch(()=>o.unref(n),f=>{if(!f||f.length===0)return;const p=[],u=(A,b)=>{A.forEach(w=>{const B=w.id||w.key||w.$id,D=w.modelId||b;D&&(w.modelId=D),B&&p.push(B),w.children&&w.children.length>0&&u(w.children,D)})};u(f);const m=new Set(i.value);let E=!1;p.forEach(A=>{m.has(A)||(m.add(A),E=!0)}),E&&(i.value=Array.from(m))},{immediate:!0,deep:!0});const a=o.computed(()=>{const f=o.unref(n);if(!f)return[];const p=[],u=(m,E)=>{m.forEach(A=>{const b=A.id||A.key||A.$id,w=A.name||A.title;p.push({key:b,title:w,parentKey:E}),A.children&&A.children.length>0&&u(A.children,b)})};return u(f),p}),c=f=>{e.value=f,r.value=!1},l=f=>{i.value=f},d=f=>{t.value=f},h=f=>a.value.find(u=>u.key===f)?.parentKey;return o.watch(s,f=>{if(!f)return;const u=a.value.filter(E=>E.title&&E.title.toLowerCase().includes(f.toLowerCase())).map(E=>E.parentKey),m=new Set;u.forEach(E=>{let A=E;for(;A;)m.add(A),A=h(A)}),e.value=[...m],r.value=!0}),{expandedKeys:e,selectedKeys:t,checkedKeys:i,searchValue:s,autoExpandParent:r,onExpand:c,onCheck:l,onSelect:d}}const Uy={class:"search-box"},_y={key:0},Qy={style:{color:"#f50"}},Vy={key:1},Gy={key:1,class:"empty-tip"},hi=ge(o.defineComponent({__name:"LeitingTree",props:{visible:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},title:{type:String,default:"构件树"},width:{type:[Number,String],default:320},treeData:{type:Array,default:()=>[]},initialPosition:{type:Object,default:()=>({x:0,y:0})},fullHeight:{type:Boolean,default:!1}},emits:["update:visible","update:open","close","select","check"],setup(n,{emit:e}){const t=ie.Input.Search,i=ie.Tree,s=n,r=e,a=o.inject("leiting-theme",o.ref("dark")),c=o.inject("leitingMethods"),l=v=>{c?.value?.onSearchComponent&&c.value.onSearchComponent(v)},d=o.computed({get:()=>s.open!==void 0?s.open:s.visible,set:v=>{r("update:visible",v),r("update:open",v)}}),h=o.ref(null),{height:f}=Ny(h),p=o.computed(()=>f.value||300),u=o.ref({children:"children",title:"name",key:"id"}),m=o.ref([]),{expandedKeys:E,selectedKeys:A,checkedKeys:b,searchValue:w,autoExpandParent:B}=fl(o.toRef(s,"treeData")),D=(v,M)=>{if(!M)return v;const L=M.toLowerCase();return v.reduce((V,k)=>{const y=(k.name||k.title||"").toLowerCase().includes(L);if(k.children&&k.children.length>0){const I=D(k.children,M);(I.length>0||y)&&V.push({...k,children:I})}else y&&V.push({...k});return V},[])};o.watch([()=>s.treeData,w],([v,M])=>{v?m.value=D(v,M||""):m.value=[]},{immediate:!0,deep:!0});const N=v=>{E.value=v,B.value=!1},S=v=>{const M=[],L=V=>{if(!V.children||V.children.length===0){const C=V.element_Id;V.modelId&&C&&M.push({modelId:V.modelId,elementId:C})}else V.children.forEach(L)};return L(v),M},x=(v,M)=>{b.value=v,r("check",v,M);const L=[],V=new Set(v.map(C=>String(C))),k=C=>{for(let y=0;y<C.length;y++){const I=C[y];if(!I.children||I.children.length===0){if(!V.has(String(I.id))){const Q=I.element_Id;I.modelId&&Q&&L.push({modelId:I.modelId,elementId:Q,show:!1})}}else I.children&&k(I.children)}};s.treeData&&k(s.treeData),c?.value?.setComponentVisibility&&c.value.setComponentVisibility(L),c?.value?.onTreeCheck&&c.value.onTreeCheck(v,M)},g=(v,M)=>{if(A.value=v,r("select",v,M),M.selected){const L=S(M.node);L.length>0&&c?.value?.flyToObjects&&c.value.flyToObjects({selectCpts:L})}c?.value?.onTreeSelect&&c.value.onTreeSelect(v,M)},R=()=>{r("update:visible",!1),r("close")};return(v,M)=>(o.openBlock(),o.createBlock(Le,{visible:d.value,"onUpdate:visible":M[1]||(M[1]=L=>d.value=L),title:n.title,"initial-position":n.initialPosition,"full-height":n.fullHeight,onClose:R},{default:o.withCtx(()=>[o.createElementVNode("div",{class:o.normalizeClass(["leiting-tree-container",[`theme-${o.unref(a)}`]])},[o.createElementVNode("div",Uy,[o.createVNode(o.unref(t),{value:o.unref(w),"onUpdate:value":M[0]||(M[0]=L=>o.isRef(w)?w.value=L:null),placeholder:"搜索构件","allow-clear":"","enter-button":"",onSearch:l},null,8,["value"])]),o.createElementVNode("div",{class:"tree-wrapper",ref_key:"treeWrapperRef",ref:h},[m.value&&m.value.length?(o.openBlock(),o.createBlock(o.unref(i),{key:0,"tree-data":m.value,"field-names":u.value,height:p.value,"expanded-keys":o.unref(E),"auto-expand-parent":o.unref(B),"selected-keys":o.unref(A),"checked-keys":o.unref(b),checkable:"","block-node":"",onExpand:N,onSelect:g,onCheck:x},{title:o.withCtx(({name:L,title:V})=>[(L||V)&&o.unref(w)&&(L||V).toLowerCase().indexOf(o.unref(w).toLowerCase())>-1?(o.openBlock(),o.createElementBlock("span",_y,[o.createTextVNode(o.toDisplayString((L||V).substr(0,(L||V).toLowerCase().indexOf(o.unref(w).toLowerCase())))+" ",1),o.createElementVNode("span",Qy,o.toDisplayString(o.unref(w)),1),o.createTextVNode(" "+o.toDisplayString((L||V).substr((L||V).toLowerCase().indexOf(o.unref(w).toLowerCase())+o.unref(w).length)),1)])):(o.openBlock(),o.createElementBlock("span",Vy,o.toDisplayString(L||V),1))]),_:1},8,["tree-data","field-names","height","expanded-keys","auto-expand-parent","selected-keys","checked-keys"])):(o.openBlock(),o.createElementBlock("div",Gy,"暂无数据"))],512)],2)]),_:1},8,["visible","title","initial-position","full-height"]))}}),[["__scopeId","data-v-3748c20d"]]),Hy="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAEhSURBVDhP1ZRhkcIwEIWJAsDBOTgkgAJAAYcCQAFFAUgoDjgFh4Q7B+cAUFC+19kyS0hL+Ulm3nS6+/ZLNkkbOk9GURRDWUIIxyZraEoCWZLfmmcOLK/z14KAqGiGvq14zDMHNk/BHkAAehh/0ABtKMxUSFzPNfpFI+JnD7wDYVaxIIov41bIfxHfoROakhe0HDeQmbQfFzTxJj+zTXYg1kWrarISRFKzLNAfGsbL9iDzq/0j+kQZ/k1wm7onoKW3Hq42F0jLVK//Tcebott2fJAbVK1lvKwBNd6rRIsFsfJka0G2qdpQPy7+EPC0AumexKAzoH5FbgvSbHuUW6EOYubbfwX0cLPfFJS4K6mPNrbdHb+uvP498dhVn4v9FWo9V3RZzFxAv8L9AAAAAElFTkSuQmCC",fi="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAERSURBVDhPvZTrEYIwEISTCrQD6EA7gA60AylBK1Aq0A7ECrQDoQPsADrACuLuTMJkIiHxjzezgyR7H3d5KJVSqRAigcaQUjYYX2JgZY/P/O4lEgYYFo7pgPcc2kSCBoIUzDeo0klPPEsNYlX7AKzA/M6ASrRzYoIGG5DAOCvzBvzMOxqQazSgLLI1QdAW5jWpUAPV0AVKIc7FRCuNy7RkWozJtj1BED7ANbpDXHhffFXUwUnZwRYp7qw7Rx8/lLkV9R4QD2w1A8pjW3sA4h5au+pXEBS76P8D6Ut9/nXXaiRQdnBXqBfEC+4GdzSxW5v6F7CTeHnbCVCBsWIE+RYVrdF4DSz6OwgiADDexbmT3X0A4fSDfDjUugcAAAAASUVORK5CYII=",Yy="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAFESURBVDhPlZMNEcIwDIVXBQwFgAJAAcMBDgAFIGE4wAHgABSwOdgcIAEUjPd6aS/rfhi7y12bJl9f0sxEf3xVVV0RPoetjTFvnWqGcgSylfgihA0CKcgJgBfsAqMiKiM0+gkKlCyZCN8uhPWCFOSBxARWORU4W2CdeV9XjxSEJcwkjokTqBpzjxjCn7CyVRECzjg8wHLYCmabK7CplBcLhMr2DZCqP0dCovYZ9hYGXx1izLUGUkkfxI/sTQiCf4N1zLWAWCKV2nP6PEhB2Ngd7B4GC4SJnCcP8SAFoc/Ph/TqjVvTPogFKUiJ/VGU+GdmUAA5ObA7cyC+iPt/MjUfKRL4emyuK+cGH8tufFRUHywZ+RYlnRDdIwfzLzVUibtQv1oNhoAExtfpVdIAiQIOWiY9o2sQxJemOydTS1jR1di2Zn8B8f27apou9kMAAAAASUVORK5CYII=",zy="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAHDSURBVDhPlZOxL0NRFIe9ECubhehoIIjJ1HYwCkIiJpUQEkN1YZBobU0kFKNI3iTGYrDRv0BIhLXCYpCwiO35fs25zWva98JNvpz37j33d8+551yvLWIEQXDG0izMe55XjvJz816MUJG1LVuvYJcQrEb5xwkV2JSHGfAhgBJiu63E4oSUzpRtusa+wBooKkWnKOujQYh7SbCShQx0m9cpds4iOseOw7BFmUPwU341IQT2MaOQgi9QND+wiqNnBxT4X7SIbrAqhNI9wiUvJ+W8A99wDEWdwrw25iVkkenAEb5LkIQPuIMJWJGQoriFd+iBCkhc8zUhfJSm7mva5l3aadubDgtpMgGKpB/eoBfuQZFoPNhBj9gTaC3kKkEEGXPswF7Y5rLro1AW8UI6GmelmAzfkUWlNaWt6/iT0DOOA5bqoSuzHfIvofATqSJQb8KoiJbtPi6x2dA9FPjXE1F/uZKrv3IwCFcNqVmoPlal7QJ9q/wZCbk7Ioo9/tehE9q1r0nIxNQbG4YEXdkVjQ5J2OZXbB88gVrgQIJNj9aaT4LboPK7J6O0Ktb1KYtc/aYxGff6h3AYY6Nvzk2GQ1WQTVj4BST70jYaqceXAAAAAElFTkSuQmCC",Wy="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADhSURBVHgBvVOBEYIwDEw9B2ADO4IjuIEjwAa6Aa7ABMAEuIIjOIFsUDao37vgxVZbBI+/+0tI0+fJBaIIrLUFaMAHmNNcsMAIE+vdJLQykQ+0wFHBrsyiT/sL2I1DDTac/+4Klzobov7WHxt29qGmaYaQnlhLCmUTa2l4C2ljvamFlEvY0xpCW/kA924GblfGWciZaJyXQvSmlOoDITSdXQBbcA8eKfy/nHDFeY470FIX8tzUIu84FmLWuTzz7yhRLPm54dKJ4+A5uoJ3HgHBUfUmxGIa4QDuKA4n3kLk9ZInw0qu5b1R1aYAAAAASUVORK5CYII=",jy="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAADFSURBVDhPxVPBDYMwDIwnKJu0G9ANYJMyQrsBbNIRGAE2gEnSO6mpIMJxkBC1lEds52zfOeK9b51zV5wte4lIr8RWbgGQh2fGmaIHJe4EetKPtDpRcA5AvwcB7FtgCcTOH0p3YzaQNd75QBiVXJG3LRtCRyQ6Jvsekd3gTsJVoDcihZLQQjXGTRMzIzPhOCCQyNYvSuEue7Qdm02yK0u1nM2m/FQyKb8JZHH+l81Ofdpdm82tvikjThyNlbSEBvIPFj+MfwA76qSYUG3g9QAAAABJRU5ErkJggg==",Ky="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAEcSURBVDhPrZSNDYIwEIXpBOIGjMAIOIE4AbgBGwAbOIJu4Aa4gW4gI+gE9b3mjjSmibSR5ALX3H33W4y1Ns+yrIe0EH7HPC8YnyGjAegkEB5cYyiwrdWXIEc1xnSREGcuiTQEWeg7gG4+CMcl9ALnLkvogwScv+wq6FMQJJCJDgBtBcSAI3QClwe2YZAHcY2Ho4kGAVLA6U5/CEvdp4KYhesFhBPpCZIAz6jStHhproJcHyAHbb5nF+6RZ8CsGslIQaHp/gSxRzlApU4GugPxNuDN/eNarAJxapUPgm8rQ9C1SAI9AOGiHhGApSdnRN8FshbEiLwiLI1rMUM6zSQ0tX9c2lp/Iw0iMIPU38iFIN1mTmOjKa98vyWB4QM5XQnvsbFsyAAAAABJRU5ErkJggg==",$y="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAGPSURBVDhPrZT9UQIxEMUvFSgViBUoFQgVABV4VqBW4FmBUIFQgZRwVqBU4HUAVHC+X2aXycQw/sPOvLncZvdlv5JQFaTv+1upp8IyhLDHRLpLfe6FrXRt7hZShYyH+n8RauGAv/AkQNYIHICshFcRdu6fE/kGRN/mQGTIpzAzMoh6EV2fIsJ5IwNOj2IpVZ6i6difSecRVnlELZHIgHROisgXRCa78Z+IrMBf2pjLYJNENGSd1kO2pPghjKQniyqY8lFr2NfaqC18wn7nZCMlWg7xLq70TxfRLyHqtABN2lbp40mSSCzBcSebif1TPyKjDBcQ0eJJRkIUpHkMPUlnkBU+pnlWItL6ERgw8o1iqRHtgzAUGNRD2qmkvgMvNnneUQcZ4ggR6VGXG+OOA1koNvrFcY7+af++VJe0hucfyKQu+RWJc+SDZ3aNvlPpRl7T0qXdafNZYPDehLEZt/rOBR9U8QSaEKX0jHAaE4tshVrgLeJ+Xdl6rS8D3BWJXKnCEwWXEuco9grQ3bb0sP0Cn8/nPm/SMRQAAAAASUVORK5CYII=",Xy="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACDSURBVHgB1ZFhDYAgEIWfzgBGIIINpIEViGAkG2gEbWADjWADfMw/iDgUfji/7e3gxt3uHsDXZFrrlrFBHJNpsPAgEEmORArn3lFroEZQCjcTbAhzepPsgbuCgn8FBWvsUAMfFR5OIPGS5G80JkrG2sopHKbO1BCoHy8ZNhRUT5X4BTu6qyNSwwCiMAAAAABJRU5ErkJggg==",qy={class:"menu-container"},Jy=["onClick","title"],Zy={class:"menu-icon"},e0=["src","alt"],t0={key:3,style:{"font-size":"12px"}},n0={key:0,class:"sub-menu"},i0=["onClick"],bn=o.defineComponent({__name:"LeitingMenu",props:{visible:{type:Boolean,default:!0},activeIds:{type:Array,default:()=>[]},is2d:{type:Boolean,default:!1},customItems:{type:Array,default:()=>[]}},emits:["action"],setup(n,{emit:e}){const t=n,i=o.inject("leiting-theme",o.ref("dark")),s=o.inject("leiting-menu-size",o.ref("medium")),r=o.inject("leitingMethods",o.ref({})),a=o.computed(()=>i.value||i),c=o.computed(()=>s.value||s),l=o.ref([{ID:"home",title:"主视角",src:Hy,key:"homeView"},{ID:"tree",title:"目录树",src:fi,key:"componentTree"},{ID:"cadLayer",title:"图层",src:fi,key:"cadLayer"},{ID:"measure",title:"量算",src:Yy,key:"measurement"},{ID:"section",title:"剖切",src:zy,key:"section"},{ID:"roam",title:"人物漫游",src:Wy,key:"roam"},{ID:"info",title:"构件信息",src:jy,key:"componentInfo"},{ID:"cadPosition",title:"调整位置",src:Ky,key:"cadPosition"},{ID:"annotation",title:"标注",src:Xy,key:"annotation"},{ID:"setting",title:"设置",src:$y,key:"setting"}]),d=o.ref([]),h=o.ref([...t.activeIds]);o.watch(()=>t.activeIds,D=>{h.value=[...D]},{deep:!0});const f=o.computed(()=>t.visible);r.value&&r.value.menuEvents&&(r.value.menuEvents.on("setMenuListFilter",D=>{d.value=D}),r.value.menuEvents.on("setMenuActive",(D,N)=>{N?h.value.includes(D)||h.value.push(D):h.value=h.value.filter(S=>S!==D)}));const p=o.computed(()=>{let D=l.value;if(t.is2d){const N=["homeView","measurement","cadLayer","annotation"];D=D.filter(S=>S.key&&N.includes(S.key))}else{const N=["cadLayer","cadPosition","annotation"];D=D.filter(S=>!S.key||!N.includes(S.key))}if(d.value.length>0&&(D=D.filter(N=>!N.key||!d.value.includes(N.key))),t.customItems&&t.customItems.length>0){const N=t.customItems.map(S=>({...S,key:S.ID,src:S.src||S.icon}));return[...D,...N]}return D}),u=e,m=D=>{const N=["homeView"];if(D.key&&N.includes(D.key))h.value.includes(D.ID)||(h.value.push(D.ID),setTimeout(()=>{const x=h.value.indexOf(D.ID);x>-1&&h.value.splice(x,1)},1e3));else{const x=h.value.indexOf(D.ID);x>-1?h.value.splice(x,1):h.value.push(D.ID)}const S=h.value.includes(D.ID);D.func&&D.func(D),D.key&&u("action",D.key,S)},E=D=>{d.value=D},A=D=>{console.log("LeitingMenu received showMenu event:",D)},b=(D,N)=>{const S=p.value.find(x=>x.ID===D||x.key===D);if(S){const x=h.value.indexOf(S.ID);N&&x===-1?h.value.push(S.ID):!N&&x>-1&&h.value.splice(x,1)}};let w=null;const B=()=>{r.value?.menuEvents&&(w&&(w.off("setMenuListFilter",E),w.off("showMenu",A),w.off("setMenuActive",b)),w=r.value.menuEvents,w.on("setMenuListFilter",E),w.on("showMenu",A),w.on("setMenuActive",b))};return o.onMounted(()=>{B()}),o.onUnmounted(()=>{w&&(w.off("setMenuListFilter",E),w.off("showMenu",A),w.off("setMenuActive",b))}),o.watch(r,()=>{B()},{deep:!0}),(D,N)=>o.withDirectives((o.openBlock(),o.createElementBlock("div",{class:o.normalizeClass(["leiting-menu-wrapper",["leiting-theme-"+a.value,"size-"+c.value]])},[o.createElementVNode("div",qy,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(p.value,S=>(o.openBlock(),o.createElementBlock("div",{key:S.ID,class:o.normalizeClass(["menu-item",{active:h.value.includes(S.ID)}]),onClick:x=>m(S),title:S.title},[o.createElementVNode("div",Zy,[S.src?(o.openBlock(),o.createElementBlock("img",{key:0,src:S.src,alt:S.title},null,8,e0)):typeof S.icon=="object"?(o.openBlock(),o.createBlock(o.resolveDynamicComponent(S.icon),{key:1})):typeof S.icon=="string"?(o.openBlock(),o.createElementBlock("i",{key:2,class:o.normalizeClass(["iconfont",`icon-${S.icon}`])},null,2)):(o.openBlock(),o.createElementBlock("span",t0,o.toDisplayString(S.title.substring(0,2)),1))]),S.children&&S.children.length>0?(o.openBlock(),o.createElementBlock("div",n0,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(S.children,x=>(o.openBlock(),o.createElementBlock("div",{key:x.ID,class:o.normalizeClass(["sub-menu-item",{active:h.value.includes(x.ID)}]),onClick:o.withModifiers(g=>m(x),["stop"])},o.toDisplayString(x.title),11,i0))),128))])):o.createCommentVNode("",!0)],10,Jy))),128))])],2)),[[o.vShow,f.value]])}}),s0={class:"leiting-section-content"},o0={class:"section-form-item"},r0={class:"radio-group"},a0={class:"section-form-item"},l0={class:"switch-container"},c0={class:"switch"},d0={class:"status-text"},u0={class:"section-form-item slider-item"},h0={class:"slider-wrapper"},f0={class:"section-form-item slider-item"},p0={class:"slider-wrapper"},m0={class:"section-form-item slider-item"},g0={class:"slider-wrapper"},A0={class:"section-form-item table-item"},y0={class:"model-table-container"},C0={class:"model-table"},E0={width:"40"},b0=["checked"],w0=["onClick"],v0=["value"],I0={class:"model-name"},wn=ge(o.defineComponent({__name:"LeitingSection",props:{visible:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},title:{type:String,default:"剖切控制"},fullHeight:{type:Boolean,default:!1}},emits:["update:visible","update:open","close"],setup(n,{emit:e}){const t=n,i=e,s=o.inject("leitingMethods"),r=o.computed({get:()=>t.open!==void 0?t.open:t.visible,set:k=>{i("update:visible",k),i("update:open",k)}}),a=o.ref("Box"),c=o.ref(!1),l=o.ref([]),d=o.ref([]),h=o.computed(()=>d.value.length===0?!1:d.value.every(k=>l.value.includes(k.modelId))),f=k=>{k.target.checked?l.value=d.value.map(y=>y.modelId):l.value=[],R()},p=o.ref([-10,10]),u=o.ref([-10,10]),m=o.ref([-10,10]),E=o.ref([-100,100]),A=o.ref([-100,100]),b=o.ref([-100,100]);let w=!1;const B=k=>{w=!0;const{targetZPlus:C,targetZMinus:y,targetXPlus:I,targetXMinus:P,targetYPlus:F,targetYMinus:Q}=k;m.value=[-y,C],p.value=[-P,I],u.value=[-Q,F],setTimeout(()=>{w=!1},100)},D=()=>{w||l.value.length===0||!s?.value?.updateSectionRange||s.value.updateSectionRange({targetZPlus:m.value[1],targetZMinus:-m.value[0],targetXPlus:p.value[1],targetXMinus:-p.value[0],targetYPlus:u.value[1],targetYMinus:-u.value[0]})},N=()=>{s?.value?.setSectionBoxVisibility&&s.value.setSectionBoxVisibility(c.value)},S=k=>{if(!s?.value?.getMapTileset||!s?.value?.openSection)return;const y=s.value.getMapTileset()[k];if(y&&y.leiting?.box){const{min:I,max:P}=y.leiting.box,F=(P.x-I.x)/2,Q=(P.y-I.y)/2,O=(P.z-I.z)/2;l.value.length<=1&&(E.value=[-F*2,F*2],A.value=[-Q*2,Q*2],b.value=[-O*2,O*2],p.value=[-F,F],u.value=[-Q,Q],m.value=[-O,O],s.value.updateSectionRange&&s.value.updateSectionRange({targetZPlus:O,targetZMinus:O,targetXPlus:F,targetXMinus:F,targetYPlus:Q,targetYMinus:Q})),s.value.openSection(k,{moveCallBack:B}),s.value.setSectionBoxVisibility&&s.value.setSectionBoxVisibility(c.value)}},x=k=>{const C=l.value.indexOf(k);C>-1?l.value.splice(C,1):l.value.push(k),R()};let g=[];const R=()=>{const k=l.value.filter(y=>!g.includes(y)),C=g.filter(y=>!l.value.includes(y));k.forEach(y=>S(y)),C.forEach(y=>{s?.value?.closeSection&&s.value.closeSection(y)}),g=[...l.value]},v=()=>{},M=()=>{r.value=!1,i("close")},L=()=>{c.value=!1,l.value=[],g=[],p.value=[-10,10],u.value=[-10,10],m.value=[-10,10],E.value=[-100,100],A.value=[-100,100],b.value=[-100,100]};o.watch(()=>t.visible,k=>{k?V():(s?.value?.closeSection&&s.value.closeSection(),L())});const V=()=>{s?.value&&typeof s.value.getModelList=="function"&&(d.value=s.value.getModelList()||[],d.value.length>0&&l.value.length===0&&(l.value=[d.value[0].modelId],g=[...l.value]),t.visible&&l.value.length>0&&(c.value=!0,l.value.forEach(k=>S(k))))};return o.watch(()=>s?.value,()=>{V()},{immediate:!0,deep:!0}),o.onMounted(()=>{V()}),(k,C)=>(o.openBlock(),o.createBlock(Le,{visible:r.value,title:"剖切分析","full-height":n.fullHeight,"onUpdate:visible":M},{default:o.withCtx(()=>[o.createElementVNode("div",s0,[o.createElementVNode("div",o0,[C[8]||(C[8]=o.createElementVNode("span",{class:"label"},"模式",-1)),o.createElementVNode("div",r0,[o.createElementVNode("label",{class:o.normalizeClass(["radio-item",{active:a.value==="Box"}])},[o.withDirectives(o.createElementVNode("input",{type:"radio",value:"Box","onUpdate:modelValue":C[0]||(C[0]=y=>a.value=y),onChange:v},null,544),[[o.vModelRadio,a.value]]),C[7]||(C[7]=o.createTextVNode(" 剖切盒 ",-1))],2)])]),o.createElementVNode("div",a0,[C[10]||(C[10]=o.createElementVNode("span",{class:"label"},"显示",-1)),o.createElementVNode("div",l0,[o.createElementVNode("label",c0,[o.withDirectives(o.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":C[1]||(C[1]=y=>c.value=y),onChange:N},null,544),[[o.vModelCheckbox,c.value]]),C[9]||(C[9]=o.createElementVNode("span",{class:"slider round"},null,-1))]),o.createElementVNode("span",d0,o.toDisplayString(c.value?"显示":"隐藏"),1)])]),o.createElementVNode("div",u0,[C[11]||(C[11]=o.createElementVNode("span",{class:"label"},"X 轴",-1)),o.createElementVNode("div",h0,[o.createVNode(o.unref(ie.Slider),{value:p.value,"onUpdate:value":C[2]||(C[2]=y=>p.value=y),range:"",min:E.value[0],max:E.value[1],step:.1,onChange:D},null,8,["value","min","max"])])]),o.createElementVNode("div",f0,[C[12]||(C[12]=o.createElementVNode("span",{class:"label"},"Y 轴",-1)),o.createElementVNode("div",p0,[o.createVNode(o.unref(ie.Slider),{value:u.value,"onUpdate:value":C[3]||(C[3]=y=>u.value=y),range:"",min:A.value[0],max:A.value[1],step:.1,onChange:D},null,8,["value","min","max"])])]),o.createElementVNode("div",m0,[C[13]||(C[13]=o.createElementVNode("span",{class:"label"},"Z 轴",-1)),o.createElementVNode("div",g0,[o.createVNode(o.unref(ie.Slider),{value:m.value,"onUpdate:value":C[4]||(C[4]=y=>m.value=y),range:"",min:b.value[0],max:b.value[1],step:.1,onChange:D},null,8,["value","min","max"])])]),o.createElementVNode("div",A0,[C[15]||(C[15]=o.createElementVNode("span",{class:"label"},"模型",-1)),o.createElementVNode("div",y0,[o.createElementVNode("table",C0,[o.createElementVNode("thead",null,[o.createElementVNode("tr",null,[o.createElementVNode("th",E0,[o.createElementVNode("input",{type:"checkbox",checked:h.value,onChange:f},null,40,b0)]),C[14]||(C[14]=o.createElementVNode("th",null,"名称",-1))])]),o.createElementVNode("tbody",null,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(d.value,y=>(o.openBlock(),o.createElementBlock("tr",{key:y.modelId,class:o.normalizeClass({selected:l.value.includes(y.modelId)}),onClick:I=>x(y.modelId)},[o.createElementVNode("td",null,[o.withDirectives(o.createElementVNode("input",{type:"checkbox",value:y.modelId,"onUpdate:modelValue":C[5]||(C[5]=I=>l.value=I),onClick:C[6]||(C[6]=o.withModifiers(()=>{},["stop"])),onChange:R},null,40,v0),[[o.vModelCheckbox,l.value]])]),o.createElementVNode("td",I0,o.toDisplayString(y.modelName),1)],10,w0))),128))])])])])])]),_:1},8,["visible","full-height"]))}}),[["__scopeId","data-v-ee4d9a12"]]),B0={class:"leiting-player-content"},x0={class:"player-form-item"},S0={class:"switch-container"},T0={class:"switch"},M0={class:"status-text"},D0={class:"player-form-item"},k0={class:"switch-container"},P0={class:"switch"},N0={class:"status-text"},F0={class:"player-form-item"},R0={class:"switch-container"},L0={class:"switch"},O0={class:"status-text"},U0={class:"player-form-item slider-item"},_0={class:"slider-wrapper"},Q0={class:"value-text"},V0={class:"instructions"},G0={class:"key-map"},H0={class:"key-row"},Y0={class:"key-row"},z0={class:"key-row"},W0={class:"key-row"},j0={class:"key-row"},K0={class:"key-row"},vn=ge(o.defineComponent({__name:"LeitingPlayer",props:{visible:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},title:{type:String,default:"漫游控制"},fullHeight:{type:Boolean,default:!1}},emits:["update:visible","update:open","close"],setup(n,{emit:e}){const t=n,i=e,s=o.inject("leitingMethods"),r=o.ref(!1),a=o.ref(!1),c=o.ref(!0),l=o.ref(5),d=o.computed({get:()=>t.open!==void 0?t.open:t.visible,set:S=>{i("update:visible",S),i("update:open",S)}}),h=o.ref(null),f=o.ref(null),p=o.ref(null),u=o.ref(null),m=o.ref(null),E=o.ref(null),A=()=>{r.value?w():B()},b=()=>{s?.value?.setPlayerParams&&s.value.setPlayerParams({gravityTest:a.value,collisionTest:c.value})},w=async()=>{s?.value?.openPlayer&&(await s.value.openPlayer(),s.value.setPlayerSpeed&&s.value.setPlayerSpeed(l.value),b(),s.value.bindPlayerUiKeys&&(await o.nextTick(),s.value.bindPlayerUiKeys({moveFront:h.value,moveBack:f.value,moveLeft:p.value,moveRight:u.value,moveUp:m.value,moveDown:E.value})))},B=()=>{s?.value?.closePlayer&&s.value.closePlayer()},D=()=>{s?.value?.setPlayerSpeed&&s.value.setPlayerSpeed(l.value)},N=()=>{d.value=!1,i("close")};return o.watch(()=>t.visible,S=>{S?(r.value=!0,s?.value?w():setTimeout(()=>{s?.value&&w()},100)):r.value&&(r.value=!1,B())},{immediate:!0}),(S,x)=>(o.openBlock(),o.createBlock(Le,{title:n.title,visible:d.value,"full-height":n.fullHeight,"onUpdate:visible":N},{default:o.withCtx(()=>[o.createElementVNode("div",B0,[o.createElementVNode("div",x0,[x[5]||(x[5]=o.createElementVNode("span",{class:"label"},"启用",-1)),o.createElementVNode("div",S0,[o.createElementVNode("label",T0,[o.withDirectives(o.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":x[0]||(x[0]=g=>r.value=g),onChange:A},null,544),[[o.vModelCheckbox,r.value]]),x[4]||(x[4]=o.createElementVNode("span",{class:"slider round"},null,-1))]),o.createElementVNode("span",M0,o.toDisplayString(r.value?"开启":"关闭"),1)])]),o.createElementVNode("div",D0,[x[7]||(x[7]=o.createElementVNode("span",{class:"label"},"重力",-1)),o.createElementVNode("div",k0,[o.createElementVNode("label",P0,[o.withDirectives(o.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":x[1]||(x[1]=g=>a.value=g),onChange:b},null,544),[[o.vModelCheckbox,a.value]]),x[6]||(x[6]=o.createElementVNode("span",{class:"slider round"},null,-1))]),o.createElementVNode("span",N0,o.toDisplayString(a.value?"开启":"关闭"),1)])]),o.createElementVNode("div",F0,[x[9]||(x[9]=o.createElementVNode("span",{class:"label"},"碰撞",-1)),o.createElementVNode("div",R0,[o.createElementVNode("label",L0,[o.withDirectives(o.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":x[2]||(x[2]=g=>c.value=g),onChange:b},null,544),[[o.vModelCheckbox,c.value]]),x[8]||(x[8]=o.createElementVNode("span",{class:"slider round"},null,-1))]),o.createElementVNode("span",O0,o.toDisplayString(c.value?"开启":"关闭"),1)])]),o.createElementVNode("div",U0,[x[10]||(x[10]=o.createElementVNode("span",{class:"label"},"速度",-1)),o.createElementVNode("div",_0,[o.createVNode(o.unref(ie.Slider),{value:l.value,"onUpdate:value":x[3]||(x[3]=g=>l.value=g),min:1,max:10,step:1,onChange:D},null,8,["value"])]),o.createElementVNode("span",Q0,o.toDisplayString(l.value),1)]),x[19]||(x[19]=o.createElementVNode("div",{class:"divider"},null,-1)),o.createElementVNode("div",V0,[x[18]||(x[18]=o.createElementVNode("div",{class:"instruction-title"},"操作说明",-1)),o.createElementVNode("div",G0,[o.createElementVNode("div",H0,[o.createElementVNode("span",{class:"key",ref_key:"btnFront",ref:h},"W",512),x[11]||(x[11]=o.createTextVNode(" 前进 ",-1))]),o.createElementVNode("div",Y0,[o.createElementVNode("span",{class:"key",ref_key:"btnBack",ref:f},"S",512),x[12]||(x[12]=o.createTextVNode(" 后退 ",-1))]),o.createElementVNode("div",z0,[o.createElementVNode("span",{class:"key",ref_key:"btnLeft",ref:p},"A",512),x[13]||(x[13]=o.createTextVNode(" 左移 ",-1))]),o.createElementVNode("div",W0,[o.createElementVNode("span",{class:"key",ref_key:"btnRight",ref:u},"D",512),x[14]||(x[14]=o.createTextVNode(" 右移 ",-1))]),o.createElementVNode("div",j0,[o.createElementVNode("span",{class:"key",ref_key:"btnUp",ref:m},"Q",512),x[15]||(x[15]=o.createTextVNode(" 上升 ",-1))]),o.createElementVNode("div",K0,[o.createElementVNode("span",{class:"key",ref_key:"btnDown",ref:E},"E",512),x[16]||(x[16]=o.createTextVNode(" 下降 ",-1))]),x[17]||(x[17]=o.createElementVNode("div",{class:"key-row"},[o.createElementVNode("span",{class:"mouse-icon"},"🖱️"),o.createTextVNode(" 按住左键拖拽旋转视角 ")],-1))])])])]),_:1},8,["title","visible","full-height"]))}}),[["__scopeId","data-v-ff3f266e"]]),$0={class:"info-content"},X0={key:0,class:"component-title"},In=ge(o.defineComponent({__name:"LeitingInfo",props:{visible:{type:Boolean},open:{type:Boolean,default:void 0},fullHeight:{type:Boolean}},emits:["update:visible","update:open","close"],setup(n,{emit:e}){const t=n,i=e,s=o.inject("leitingMethods"),r=o.ref([]),a=o.ref(!1),c=o.ref([]),l=o.ref([]),d=o.ref(0),h=o.computed({get:()=>t.open!==void 0?t.open:t.visible,set:b=>{i("update:visible",b),i("update:open",b)}}),f=()=>{h.value=!1},p=b=>({elementID:"构件ID",elementName:"构件名",categoryName:"类别",familySymbolName:"族类型",levelName:"标高",modelName:"文件名",length:"长",width:"宽",height:"高"})[b]||b,u=["elementName","elementID","modelName","length","width","height","levelName","categoryName","familySymbolName"],m=async b=>{const w=++d.value;if(l.value=b,!b||b.length===0){r.value=[];return}if(!h.value)return;let B=b;b.length>10&&(ce.warning(`选中构件数量过多(${b.length}个),仅显示前10个`),B=b.slice(0,10));const D=s?.value;let N=D?.getMapTileset?D.getMapTileset():{};a.value=!0;const S=[],x={};B.forEach(v=>{const L=N[v.modelId]?.leiting?.model?.dbName;L&&v.elementId&&S.push({dbName:L,elementId:v.elementId,modelId:v.modelId})});const g=new Set;if(B.forEach(v=>{const M=N[v.modelId],L=`${v.modelId}_${v.elementId}`;x[L]||M&&M.leiting&&!M.leiting?.node?.nodeExtras&&M.leiting.model?.nodeUrl&&g.add(v.modelId)}),g.size>0&&D?._loadNodeDetailsForModel)try{const v=Array.from(g).map(M=>D._loadNodeDetailsForModel(M));await Promise.all(v)}catch(v){console.error("Failed to load node details",v)}if(w!==d.value)return;N=D?.getMapTileset?D.getMapTileset():{};const R=[];B.forEach((v,M)=>{const V=N[v.modelId]?.leiting||{},k=x[`${v.modelId}_${v.elementId}`];let C={modelName:V.model?.modelId||v.modelId};C.elementID||(C.elementID=v.elementId);let y=null;if(k)y=k;else{const F=V.node?.nodeExtras?.element||V.node?.nodeExtras;if(F){const Q=C.elementID;F[Q]&&(y=F[Q])}}y&&y.box3&&(C.length=`${y.box3.length?.toFixed(2)||0}米`,C.width=`${y.box3.width?.toFixed(2)||0}米`,C.height=`${y.box3.height?.toFixed(2)||0}米`);const I=[];y&&(y.name&&(C.elementName=y.name),y.categoryName&&(C.categoryName=y.categoryName),y.familySymbolName&&(C.familySymbolName=y.familySymbolName),y.levelName&&(C.levelName=y.levelName));const P={};if(u.forEach(F=>{C[F]!==void 0&&(P[F]=C[F])}),I.push({name:"基础信息",params:P}),y){const F=Array.isArray(y)?y:Array.isArray(y?.parameters)?y.parameters:null;if(F){if(F.flat().forEach(O=>{if(O&&O.GroupName&&Array.isArray(O.Parameters)){const T={};O.Parameters.forEach(U=>{U.name&&(T[U.name]=U.value??"")}),Object.keys(T).length>0&&I.push({name:O.GroupName,params:T})}}),!Array.isArray(y)){const{parameters:O,...T}=y,U={};Object.keys(T).forEach(H=>{!u.includes(H)&&H!=="uniqueId"&&typeof T[H]!="object"&&(U[H]=T[H])}),Object.keys(U).length>0&&I.push({name:"其他属性",params:U})}}else{let Q=!1;if(Object.keys(y).forEach(O=>{y[O]&&typeof y[O]=="object"&&!Array.isArray(y[O])&&(Q=!0,I.push({name:O,params:y[O]}))}),!Q){const O={};Object.keys(y).forEach(T=>{if(!u.includes(T)&&T!=="batchId"){const U=y[T];typeof U=="string"&&U.length>500?O[T]=U.substring(0,500)+"...":O[T]=U}}),Object.keys(O).length>0&&I.push({name:"属性",params:O})}}}R.push({id:M,title:`${C.modelName}${C.elementName?` - ${C.elementName}`:""}`,groups:I})}),r.value=R,w===d.value&&(a.value=!1),R.length>0?c.value=[`${R[0].id}-基础信息`]:c.value=[]};let E=!1;const A=()=>{if(E)return;const b=s?.value;b&&b.selectionChange&&(b.selectionChange(m),E=!0)};return o.watch(()=>s?.value,()=>{A()},{deep:!0,immediate:!0}),o.watch(h,b=>{b&&l.value.length>0&&m(l.value)}),o.onMounted(()=>{A()}),(b,w)=>(o.openBlock(),o.createBlock(Le,{visible:h.value,title:"构件详情",width:350,align:"right","initial-position":{x:0,y:0},"full-height":n.fullHeight,onClose:f,"onUpdate:visible":w[1]||(w[1]=B=>h.value=B),class:"base-info-card"},{default:o.withCtx(()=>[o.createElementVNode("div",$0,[o.createVNode(o.unref(ie.Spin),{spinning:a.value},{default:o.withCtx(()=>[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(r.value,B=>(o.openBlock(),o.createElementBlock("div",{key:B.id,class:"component-block"},[r.value.length>1?(o.openBlock(),o.createElementBlock("div",X0,o.toDisplayString(B.title),1)):o.createCommentVNode("",!0),o.createVNode(o.unref(ie.Collapse),{activeKey:c.value,"onUpdate:activeKey":w[0]||(w[0]=D=>c.value=D),ghost:"","expand-icon-position":"end"},{default:o.withCtx(()=>[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(B.groups,D=>(o.openBlock(),o.createBlock(o.unref(ie.CollapsePanel),{key:`${B.id}-${D.name}`,header:D.name},{default:o.withCtx(()=>[o.createVNode(o.unref(ie.Descriptions),{size:"small",bordered:"",column:1,labelStyle:{width:"100px",background:"rgba(255,255,255,0.05)",color:"#aaa"},contentStyle:{color:"#fff"}},{default:o.withCtx(()=>[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(D.params,(N,S)=>(o.openBlock(),o.createBlock(o.unref(ie.DescriptionsItem),{key:S,label:p(String(S))},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(N),1)]),_:2},1032,["label"]))),128))]),_:2},1024)]),_:2},1032,["header"]))),128))]),_:2},1032,["activeKey"])]))),128))]),_:1},8,["spinning"])])]),_:1},8,["visible","full-height"]))}}),[["__scopeId","data-v-375a1f55"]]);class pl{viewer;Cesium;pickHandler=null;bimEntityId="";mapEntityId="";constructor(e,t){this.viewer=e,this.Cesium=t}removeMarker(e){if(!this.viewer)return;const t=e==="BIM"?this.bimEntityId:this.mapEntityId;t&&(this.viewer.entities.removeById(t),e==="BIM"?this.bimEntityId="":this.mapEntityId="")}clearMarkers(){this.removeMarker("BIM"),this.removeMarker("MAP")}addMarker(e,t){if(!this.viewer||!this.Cesium)return;this.removeMarker(e);const i=`adjust-marker-${e}-${Date.now()}`;e==="BIM"?this.bimEntityId=i:this.mapEntityId=i,this.viewer.entities.add({id:i,position:this.Cesium.Cartesian3.fromDegrees(t.longitude,t.latitude,t.height),point:{pixelSize:10,color:e==="BIM"?this.Cesium.Color.RED:this.Cesium.Color.ORANGE,outlineColor:this.Cesium.Color.WHITE,outlineWidth:2,disableDepthTestDistance:Number.POSITIVE_INFINITY},label:{text:`${e==="BIM"?"BIM":"地图"}标记点`,font:"14pt sans-serif",style:this.Cesium.LabelStyle.FILL_AND_OUTLINE,outlineWidth:2,verticalOrigin:this.Cesium.VerticalOrigin.BOTTOM,pixelOffset:new this.Cesium.Cartesian2(0,-10),fillColor:this.Cesium.Color.WHITE,outlineColor:this.Cesium.Color.BLACK,backgroundColor:new this.Cesium.Color(.1,.1,.1,.8),showBackground:!0,disableDepthTestDistance:Number.POSITIVE_INFINITY}})}registerPickHandler(e){this.destroyPickHandler(),!(!this.Cesium||!this.viewer)&&(this.pickHandler=new this.Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas),this.pickHandler.setInputAction(t=>{let i;try{i=this.viewer.scene.pickPosition(t.position)}catch(s){console.warn("pickPosition failed:",s)}if(!i){const s=this.viewer.camera.getPickRay(t.position);i=this.viewer.scene.globe.pick(s,this.viewer.scene)}if(i||(i=this.viewer.camera.pickEllipsoid(t.position,this.viewer.scene.globe.ellipsoid)),i){const s=this.Cesium.Cartographic.fromCartesian(i),r=this.Cesium.Math.toDegrees(s.longitude),a=this.Cesium.Math.toDegrees(s.latitude),c=s.height;e({longitude:r,latitude:a,height:c})}},this.Cesium.ScreenSpaceEventType.LEFT_CLICK,this.Cesium.KeyboardEventModifier.SHIFT))}destroyPickHandler(){this.pickHandler&&(this.pickHandler.destroy(),this.pickHandler=null)}calculateOffset(e,t){return{dLon:t.longitude-e.longitude,dLat:t.latitude-e.latitude,dHeight:t.height-e.height}}}const q0={class:"adjust-panel"},J0={class:"control-panel"},Z0={class:"form-item"},eC={class:"radio-group"},tC={class:"form-item"},nC={class:"radio-group"},iC={class:"form-item"},sC={class:"value"},oC={class:"param-row"},rC={class:"param-row"},aC={class:"param-row"},lC={class:"param-row"},cC={class:"param-row"},dC={class:"param-row"},uC={class:"param-row"},hC={class:"button-grid"},fC={key:1,class:"pick-mode-ui"},pC={class:"form-item",style:{display:"block","margin-bottom":"15px"}},mC={class:"radio-group",style:{width:"100%",display:"flex","align-items":"flex-start","flex-direction":"column"}},gC=["checked"],AC={key:0,style:{"font-size":"12px",color:"#aaa","margin-left":"20px"}},yC={key:1,style:{"font-size":"12px",color:"#666","margin-left":"20px"}},CC={class:"form-item",style:{display:"block","margin-bottom":"15px"}},EC={class:"radio-group",style:{width:"100%",display:"flex","align-items":"flex-start","flex-direction":"column"}},bC=["checked"],wC={key:0,style:{"font-size":"12px",color:"#aaa","margin-left":"20px"}},vC={key:1,style:{"font-size":"12px",color:"#666","margin-left":"20px"}},IC={class:"list-panel"},BC={class:"list-header"},xC={class:"col-check"},SC=["checked"],TC={class:"list-body"},MC={class:"col-check"},DC=["onUpdate:modelValue"],kC={class:"col-index"},PC=["title"],NC={class:"col-main"},FC=["checked","onChange"],Bn=ge(o.defineComponent({__name:"LeitingPosition",props:{visible:{type:Boolean},open:{type:Boolean,default:void 0},fullHeight:{type:Boolean}},emits:["update:visible","update:open","close","save"],setup(n,{expose:e,emit:t}){const i=n,s=t,r=o.computed({get:()=>i.open!==void 0?i.open:i.visible,set:O=>{s("update:visible",O),s("update:open",O)}}),a=o.inject("leitingMethods"),c=o.ref("BIM"),l=o.ref("param"),d=o.ref(""),h=o.ref([]),f=o.ref("BIM"),p=o.ref(null),u=o.ref(null),m=o.ref(null),E=()=>(!m.value&&a?.value?.getViewer&&a?.value?.getCesium&&(m.value=new pl(a.value.getViewer(),a.value.getCesium())),m.value),A=()=>{E()?.clearMarkers(),p.value=null,u.value=null},b=(O,T)=>{O==="BIM"?p.value=T:u.value=T,E()?.addMarker(O,T),ce.success(`${O==="BIM"?"BIM":"地图"}标记点已添加`)},w=()=>{E()?.registerPickHandler(O=>{b(f.value,O)})},B=()=>{E()?.destroyPickHandler()},D=()=>{if(!p.value||!u.value){ce.warning("请先选择BIM标记点和地图标记点");return}if(!d.value){ce.warning("请先选择主模型");return}const O=E();let T=0,U=0,H=0;if(O){const{dLon:j,dLat:X,dHeight:Z}=O.calculateOffset(p.value,u.value);T=j,U=X,H=Z}else T=u.value.longitude-p.value.longitude,U=u.value.latitude-p.value.latitude,H=u.value.height-p.value.height;S.value.longitude+=T,S.value.latitude+=U,S.value.height+=H,y(d.value,{longitude:S.value.longitude,latitude:S.value.latitude,height:S.value.height}),ce.success("位置已调整")};o.watch(()=>l.value,O=>{O==="pick"?w():B()}),e({addMarker:b,setModelType:O=>{(O==="BIM"||O==="OSGB")&&(c.value=O)}});const S=o.ref({longitude:0,latitude:0,lonlat:1e-6,heightDistance:1,rotation:30,totalRotation:0,height:0,X:0,Y:0,Z:0}),x=o.computed(()=>{const O=h.value.find(T=>T.modelId===d.value);return O?O.modelName:""}),g=o.computed(()=>v.value.length>0&&v.value.every(O=>O.selected)),R=()=>{r.value=!1,s("close")},v=o.computed(()=>h.value.filter(O=>O.type===c.value)),M=O=>{const T=O.target.checked;v.value.forEach(U=>U.selected=T)},L=()=>{if(!a?.value)return;const O=a.value,T=O.getMapTileset?O.getMapTileset():{},U=[];if(Object.keys(T).forEach(H=>{const X=T[H].leiting||{};X.model&&U.push({modelId:X.model.modelId,modelName:X.model.modelName,selected:!1,formData:X.model.formData||{},dbName:X.model.dbName,url:X.model.url,type:X.model.type||"BIM"})}),h.value=U,U.length>0){const H=O.getBIMmodelId?O.getBIMmodelId():"";H&&U.find(j=>j.modelId===H)?k(H):k(U[0].modelId),U.forEach(j=>j.selected=!0)}},V=()=>{ce.info("拖动右下角标,可显示模型列表",void 0,2)},k=O=>{d.value=O;const T=h.value.find(U=>U.modelId===O);T&&T.formData&&Object.keys(S.value).forEach(U=>{T.formData[U]!==void 0&&(S.value[U]=T.formData[U])})},C=O=>a?.value?.getMapTileset?a.value.getMapTileset()[O]:null,y=(O,T)=>{const U=C(O),H=a.value.getCesium();if(U&&H){if(U.leiting?.model){U.leiting.model.formData={...U.leiting.model.formData,...T};const j=h.value.find(X=>X.modelId===O);j&&(j.formData=U.leiting.model.formData)}_i({Cesium:H,tileset:U})}},I=O=>{if(!d.value)return;const U=h.value.find(X=>X.modelId===d.value)?.formData?.[O]??0,H=S.value[O],j=H-U;y(d.value,{[O]:H}),j!==0&&v.value.filter(Z=>Z.selected&&Z.modelId!==d.value).forEach(Z=>{const se=(Z.formData?.[O]??0)+j;y(Z.modelId,{[O]:se})})},P=O=>{const T=v.value.filter(X=>X.selected);if(T.length===0){ce.warning("请先选择要调整的模型");return}const{lonlat:U,heightDistance:H,rotation:j}=S.value;T.forEach(X=>{const Z={...X.formData};switch(O){case"north":Z.latitude+=U;break;case"south":Z.latitude-=U;break;case"east":Z.longitude+=U;break;case"west":Z.longitude-=U;break;case"up":Z.height+=H;break;case"down":Z.height-=H;break;case"rotateLeft":Z.totalRotation=(Z.totalRotation||0)+j;break;case"rotateRight":Z.totalRotation=(Z.totalRotation||0)-j;break}X.modelId===d.value&&(Z.lonlat=U,Z.heightDistance=H,Z.rotation=j,Object.assign(S.value,Z)),y(X.modelId,Z)})},F=()=>{if(!d.value){ce.warning("请先选择主模型");return}const O=C(d.value);if(!O||!a?.value?.getViewer)return;const T=a.value.getViewer(),U=a.value.getCesium(),H=O.boundingSphere;T.camera.flyToBoundingSphere(H,{offset:new U.HeadingPitchRange(0,U.Math.toRadians(-90),H.radius*2),duration:1.5})},Q=()=>{a?.value?.saveRegion?(a.value.saveRegion(h.value),s("save",o.unref(h))):(console.log("Save models:",h.value),ce.warning("未找到保存接口,数据已打印控制台"))};return o.watch(()=>i.visible,O=>{O?(L(),V(),l.value==="pick"&&w()):(B(),A())}),o.onMounted(()=>{i.visible&&(L(),V(),l.value==="pick"&&w())}),(O,T)=>(o.openBlock(),o.createBlock(Le,{visible:r.value,title:"调整位置(调整前可选择正北俯视)","full-height":n.fullHeight,width:260,"onUpdate:visible":T[25]||(T[25]=U=>r.value=U),onClose:R,onSave:Q,class:"base-position-card"},{default:o.withCtx(()=>[o.createElementVNode("div",q0,[o.createElementVNode("div",J0,[o.createElementVNode("div",Z0,[T[26]||(T[26]=o.createElementVNode("label",null,"模型类型:",-1)),o.createElementVNode("div",eC,[o.createElementVNode("span",{class:o.normalizeClass({active:c.value==="BIM"}),onClick:T[0]||(T[0]=U=>c.value="BIM")},"BIM模型",2),o.createElementVNode("span",{class:o.normalizeClass({active:c.value==="OSGB"}),onClick:T[1]||(T[1]=U=>c.value="OSGB")},"倾斜摄影",2)])]),o.createElementVNode("div",tC,[T[27]||(T[27]=o.createElementVNode("label",null,"调整操作:",-1)),o.createElementVNode("div",nC,[o.createElementVNode("span",{class:o.normalizeClass({active:l.value==="param"}),onClick:T[2]||(T[2]=U=>l.value="param")},"参数模式",2),o.createElementVNode("span",{class:o.normalizeClass({active:l.value==="pick"}),onClick:T[3]||(T[3]=U=>l.value="pick")},"地图点选",2)])]),o.createElementVNode("div",iC,[T[28]||(T[28]=o.createElementVNode("label",null,"当前主模型:",-1)),o.createElementVNode("span",sC,o.toDisplayString(x.value||"未选择"),1)]),T[42]||(T[42]=o.createElementVNode("div",{class:"separator"},null,-1)),l.value==="param"?(o.openBlock(),o.createElementBlock(o.Fragment,{key:0},[T[36]||(T[36]=o.createElementVNode("div",{class:"group-header"},"当前状态",-1)),o.createElementVNode("div",oC,[T[29]||(T[29]=o.createElementVNode("label",null,"经度(东西):",-1)),o.withDirectives(o.createElementVNode("input",{type:"number","onUpdate:modelValue":T[4]||(T[4]=U=>S.value.longitude=U),onChange:T[5]||(T[5]=U=>I("longitude")),step:"0.000001"},null,544),[[o.vModelText,S.value.longitude,void 0,{number:!0}]])]),o.createElementVNode("div",rC,[T[30]||(T[30]=o.createElementVNode("label",null,"纬度(南北):",-1)),o.withDirectives(o.createElementVNode("input",{type:"number","onUpdate:modelValue":T[6]||(T[6]=U=>S.value.latitude=U),onChange:T[7]||(T[7]=U=>I("latitude")),step:"0.000001"},null,544),[[o.vModelText,S.value.latitude,void 0,{number:!0}]])]),o.createElementVNode("div",aC,[T[31]||(T[31]=o.createElementVNode("label",null,"高度(m):",-1)),o.withDirectives(o.createElementVNode("input",{type:"number","onUpdate:modelValue":T[8]||(T[8]=U=>S.value.height=U),onChange:T[9]||(T[9]=U=>I("height")),step:"0.1"},null,544),[[o.vModelText,S.value.height,void 0,{number:!0}]])]),o.createElementVNode("div",lC,[T[32]||(T[32]=o.createElementVNode("label",null,"累计旋转(°):",-1)),o.withDirectives(o.createElementVNode("input",{type:"number","onUpdate:modelValue":T[10]||(T[10]=U=>S.value.totalRotation=U),onChange:T[11]||(T[11]=U=>I("totalRotation")),step:"1"},null,544),[[o.vModelText,S.value.totalRotation,void 0,{number:!0}]])]),T[37]||(T[37]=o.createElementVNode("div",{class:"separator"},null,-1)),T[38]||(T[38]=o.createElementVNode("div",{class:"group-header"},"调整步长",-1)),o.createElementVNode("div",cC,[T[33]||(T[33]=o.createElementVNode("label",null,"经纬步长(°):",-1)),o.withDirectives(o.createElementVNode("input",{type:"number","onUpdate:modelValue":T[12]||(T[12]=U=>S.value.lonlat=U),step:"0.000001"},null,512),[[o.vModelText,S.value.lonlat,void 0,{number:!0}]])]),o.createElementVNode("div",dC,[T[34]||(T[34]=o.createElementVNode("label",null,"高度步长(m):",-1)),o.withDirectives(o.createElementVNode("input",{type:"number","onUpdate:modelValue":T[13]||(T[13]=U=>S.value.heightDistance=U),step:"0.1"},null,512),[[o.vModelText,S.value.heightDistance,void 0,{number:!0}]])]),o.createElementVNode("div",uC,[T[35]||(T[35]=o.createElementVNode("label",null,"旋转步长(°):",-1)),o.withDirectives(o.createElementVNode("input",{type:"number","onUpdate:modelValue":T[14]||(T[14]=U=>S.value.rotation=U),step:"1"},null,512),[[o.vModelText,S.value.rotation,void 0,{number:!0}]])]),o.createElementVNode("div",hC,[o.createElementVNode("button",{onClick:T[15]||(T[15]=U=>P("rotateLeft"))},"左转"),o.createElementVNode("button",{onClick:T[16]||(T[16]=U=>P("north"))},"北移"),o.createElementVNode("button",{onClick:T[17]||(T[17]=U=>P("rotateRight"))},"右转"),o.createElementVNode("button",{onClick:T[18]||(T[18]=U=>P("west"))},"西移"),o.createElementVNode("button",{onClick:T[19]||(T[19]=U=>P("south"))},"南移"),o.createElementVNode("button",{onClick:T[20]||(T[20]=U=>P("east"))},"东移"),o.createElementVNode("button",{onClick:T[21]||(T[21]=U=>P("up"))},"上移"),o.createElementVNode("button",{onClick:T[22]||(T[22]=U=>P("down"))},"下移"),o.createElementVNode("button",{onClick:F,class:"primary-btn"},"正北俯视"),o.createElementVNode("button",{onClick:Q,class:"primary-btn",style:{"grid-column":"span 3","margin-top":"5px"}},"保存当前位置")])],64)):l.value==="pick"?(o.openBlock(),o.createElementBlock("div",fC,[o.createElementVNode("div",pC,[o.createElementVNode("div",mC,[o.createElementVNode("div",{onClick:T[23]||(T[23]=U=>f.value="BIM"),style:{cursor:"pointer",display:"flex","align-items":"center","margin-bottom":"5px"}},[o.createElementVNode("input",{type:"radio",checked:f.value==="BIM",style:{"margin-right":"5px"}},null,8,gC),T[39]||(T[39]=o.createElementVNode("span",{style:{"font-weight":"bold"}},"BIM标记点:",-1))]),p.value?(o.openBlock(),o.createElementBlock("div",AC,[o.createElementVNode("div",null,"经度:"+o.toDisplayString(p.value.longitude.toFixed(10)),1),o.createElementVNode("div",null,"纬度:"+o.toDisplayString(p.value.latitude.toFixed(10)),1)])):(o.openBlock(),o.createElementBlock("div",yC,"未选择"))])]),o.createElementVNode("div",CC,[o.createElementVNode("div",EC,[o.createElementVNode("div",{onClick:T[24]||(T[24]=U=>f.value="MAP"),style:{cursor:"pointer",display:"flex","align-items":"center","margin-bottom":"5px"}},[o.createElementVNode("input",{type:"radio",checked:f.value==="MAP",style:{"margin-right":"5px"}},null,8,bC),T[40]||(T[40]=o.createElementVNode("span",{style:{"font-weight":"bold"}},"地图标记点:",-1))]),u.value?(o.openBlock(),o.createElementBlock("div",wC,[o.createElementVNode("div",null,"经度:"+o.toDisplayString(u.value.longitude.toFixed(10)),1),o.createElementVNode("div",null,"纬度:"+o.toDisplayString(u.value.latitude.toFixed(10)),1)])):(o.openBlock(),o.createElementBlock("div",vC,"未选择"))])]),o.createElementVNode("div",{class:"button-grid",style:{"grid-template-columns":"1fr"}},[o.createElementVNode("button",{onClick:D},"调整位置"),o.createElementVNode("button",{onClick:Q},"保存")]),T[41]||(T[41]=o.createElementVNode("div",{class:"instructions",style:{"margin-top":"15px",color:"#999","font-size":"12px","line-height":"1.5"}},[o.createElementVNode("div",null,"操作指南:"),o.createElementVNode("div",null,"1. 勾选上方 BIM 或 地图 标记点选项。"),o.createElementVNode("div",null,"2. Shift + 左键 点击场景拾取对应坐标。"),o.createElementVNode("div",null,"3. 采集两点后,点击“调整位置”进行校准。")],-1))])):o.createCommentVNode("",!0)]),o.createElementVNode("div",IC,[o.createElementVNode("div",BC,[o.createElementVNode("div",xC,[o.createElementVNode("input",{type:"checkbox",checked:g.value,onChange:M},null,40,SC)]),T[43]||(T[43]=o.createElementVNode("div",{class:"col-index"},"序号",-1)),T[44]||(T[44]=o.createElementVNode("div",{class:"col-name"},"名称",-1)),T[45]||(T[45]=o.createElementVNode("div",{class:"col-main"},"主模型",-1))]),o.createElementVNode("div",TC,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(v.value,(U,H)=>(o.openBlock(),o.createElementBlock("div",{key:U.modelId,class:o.normalizeClass(["list-item",{active:U.modelId===d.value}])},[o.createElementVNode("div",MC,[o.withDirectives(o.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":j=>U.selected=j},null,8,DC),[[o.vModelCheckbox,U.selected]])]),o.createElementVNode("div",kC,o.toDisplayString(H+1),1),o.createElementVNode("div",{class:"col-name",title:U.modelName},o.toDisplayString(U.modelName),9,PC),o.createElementVNode("div",NC,[o.createElementVNode("input",{type:"radio",name:"mainModel",checked:U.modelId===d.value,onChange:j=>k(U.modelId)},null,40,FC)])],2))),128))])])])]),_:1},8,["visible","full-height"]))}}),[["__scopeId","data-v-9737215c"]]);function pi(){return pi=Object.assign?Object.assign.bind():function(n){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var i in t)({}).hasOwnProperty.call(t,i)&&(n[i]=t[i])}return n},pi.apply(null,arguments)}const RC={locale:"zh_CN",today:"今天",now:"此刻",backToToday:"返回今天",ok:"确定",timeSelect:"选择时间",dateSelect:"选择日期",weekSelect:"选择周",clear:"清除",month:"月",year:"年",previousMonth:"上个月 (翻页上键)",nextMonth:"下个月 (翻页下键)",monthSelect:"选择月份",yearSelect:"选择年份",decadeSelect:"选择年代",yearFormat:"YYYY年",dayFormat:"D日",dateFormat:"YYYY年M月D日",dateTimeFormat:"YYYY年M月D日 HH时mm分ss秒",previousYear:"上一年 (Control键加左方向键)",nextYear:"下一年 (Control键加右方向键)",previousDecade:"上一年代",nextDecade:"下一年代",previousCentury:"上一世纪",nextCentury:"下一世纪"},LC={placeholder:"请选择时间",rangePlaceholder:["开始时间","结束时间"]},ml={lang:pi({placeholder:"请选择日期",yearPlaceholder:"请选择年份",quarterPlaceholder:"请选择季度",monthPlaceholder:"请选择月份",weekPlaceholder:"请选择周",rangePlaceholder:["开始日期","结束日期"],rangeYearPlaceholder:["开始年份","结束年份"],rangeMonthPlaceholder:["开始月份","结束月份"],rangeQuarterPlaceholder:["开始季度","结束季度"],rangeWeekPlaceholder:["开始周","结束周"]},RC),timePickerLocale:pi({},LC)};ml.lang.ok="确定";var mi={exports:{}},OC=mi.exports,gl;function Al(){return gl||(gl=1,(function(n,e){(function(t,i){n.exports=i()})(OC,(function(){var t=1e3,i=6e4,s=36e5,r="millisecond",a="second",c="minute",l="hour",d="day",h="week",f="month",p="quarter",u="year",m="date",E="Invalid Date",A=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,b=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,w={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(k){var C=["th","st","nd","rd"],y=k%100;return"["+k+(C[(y-20)%10]||C[y]||C[0])+"]"}},B=function(k,C,y){var I=String(k);return!I||I.length>=C?k:""+Array(C+1-I.length).join(y)+k},D={s:B,z:function(k){var C=-k.utcOffset(),y=Math.abs(C),I=Math.floor(y/60),P=y%60;return(C<=0?"+":"-")+B(I,2,"0")+":"+B(P,2,"0")},m:function k(C,y){if(C.date()<y.date())return-k(y,C);var I=12*(y.year()-C.year())+(y.month()-C.month()),P=C.clone().add(I,f),F=y-P<0,Q=C.clone().add(I+(F?-1:1),f);return+(-(I+(y-P)/(F?P-Q:Q-P))||0)},a:function(k){return k<0?Math.ceil(k)||0:Math.floor(k)},p:function(k){return{M:f,y:u,w:h,d,D:m,h:l,m:c,s:a,ms:r,Q:p}[k]||String(k||"").toLowerCase().replace(/s$/,"")},u:function(k){return k===void 0}},N="en",S={};S[N]=w;var x="$isDayjsObject",g=function(k){return k instanceof L||!(!k||!k[x])},R=function k(C,y,I){var P;if(!C)return N;if(typeof C=="string"){var F=C.toLowerCase();S[F]&&(P=F),y&&(S[F]=y,P=F);var Q=C.split("-");if(!P&&Q.length>1)return k(Q[0])}else{var O=C.name;S[O]=C,P=O}return!I&&P&&(N=P),P||!I&&N},v=function(k,C){if(g(k))return k.clone();var y=typeof C=="object"?C:{};return y.date=k,y.args=arguments,new L(y)},M=D;M.l=R,M.i=g,M.w=function(k,C){return v(k,{locale:C.$L,utc:C.$u,x:C.$x,$offset:C.$offset})};var L=(function(){function k(y){this.$L=R(y.locale,null,!0),this.parse(y),this.$x=this.$x||y.x||{},this[x]=!0}var C=k.prototype;return C.parse=function(y){this.$d=(function(I){var P=I.date,F=I.utc;if(P===null)return new Date(NaN);if(M.u(P))return new Date;if(P instanceof Date)return new Date(P);if(typeof P=="string"&&!/Z$/i.test(P)){var Q=P.match(A);if(Q){var O=Q[2]-1||0,T=(Q[7]||"0").substring(0,3);return F?new Date(Date.UTC(Q[1],O,Q[3]||1,Q[4]||0,Q[5]||0,Q[6]||0,T)):new Date(Q[1],O,Q[3]||1,Q[4]||0,Q[5]||0,Q[6]||0,T)}}return new Date(P)})(y),this.init()},C.init=function(){var y=this.$d;this.$y=y.getFullYear(),this.$M=y.getMonth(),this.$D=y.getDate(),this.$W=y.getDay(),this.$H=y.getHours(),this.$m=y.getMinutes(),this.$s=y.getSeconds(),this.$ms=y.getMilliseconds()},C.$utils=function(){return M},C.isValid=function(){return this.$d.toString()!==E},C.isSame=function(y,I){var P=v(y);return this.startOf(I)<=P&&P<=this.endOf(I)},C.isAfter=function(y,I){return v(y)<this.startOf(I)},C.isBefore=function(y,I){return this.endOf(I)<v(y)},C.$g=function(y,I,P){return M.u(y)?this[I]:this.set(P,y)},C.unix=function(){return Math.floor(this.valueOf()/1e3)},C.valueOf=function(){return this.$d.getTime()},C.startOf=function(y,I){var P=this,F=!!M.u(I)||I,Q=M.p(y),O=function(se,oe){var ye=M.w(P.$u?Date.UTC(P.$y,oe,se):new Date(P.$y,oe,se),P);return F?ye:ye.endOf(d)},T=function(se,oe){return M.w(P.toDate()[se].apply(P.toDate("s"),(F?[0,0,0,0]:[23,59,59,999]).slice(oe)),P)},U=this.$W,H=this.$M,j=this.$D,X="set"+(this.$u?"UTC":"");switch(Q){case u:return F?O(1,0):O(31,11);case f:return F?O(1,H):O(0,H+1);case h:var Z=this.$locale().weekStart||0,re=(U<Z?U+7:U)-Z;return O(F?j-re:j+(6-re),H);case d:case m:return T(X+"Hours",0);case l:return T(X+"Minutes",1);case c:return T(X+"Seconds",2);case a:return T(X+"Milliseconds",3);default:return this.clone()}},C.endOf=function(y){return this.startOf(y,!1)},C.$set=function(y,I){var P,F=M.p(y),Q="set"+(this.$u?"UTC":""),O=(P={},P[d]=Q+"Date",P[m]=Q+"Date",P[f]=Q+"Month",P[u]=Q+"FullYear",P[l]=Q+"Hours",P[c]=Q+"Minutes",P[a]=Q+"Seconds",P[r]=Q+"Milliseconds",P)[F],T=F===d?this.$D+(I-this.$W):I;if(F===f||F===u){var U=this.clone().set(m,1);U.$d[O](T),U.init(),this.$d=U.set(m,Math.min(this.$D,U.daysInMonth())).$d}else O&&this.$d[O](T);return this.init(),this},C.set=function(y,I){return this.clone().$set(y,I)},C.get=function(y){return this[M.p(y)]()},C.add=function(y,I){var P,F=this;y=Number(y);var Q=M.p(I),O=function(H){var j=v(F);return M.w(j.date(j.date()+Math.round(H*y)),F)};if(Q===f)return this.set(f,this.$M+y);if(Q===u)return this.set(u,this.$y+y);if(Q===d)return O(1);if(Q===h)return O(7);var T=(P={},P[c]=i,P[l]=s,P[a]=t,P)[Q]||1,U=this.$d.getTime()+y*T;return M.w(U,this)},C.subtract=function(y,I){return this.add(-1*y,I)},C.format=function(y){var I=this,P=this.$locale();if(!this.isValid())return P.invalidDate||E;var F=y||"YYYY-MM-DDTHH:mm:ssZ",Q=M.z(this),O=this.$H,T=this.$m,U=this.$M,H=P.weekdays,j=P.months,X=P.meridiem,Z=function(oe,ye,Ie,Ee){return oe&&(oe[ye]||oe(I,F))||Ie[ye].slice(0,Ee)},re=function(oe){return M.s(O%12||12,oe,"0")},se=X||function(oe,ye,Ie){var Ee=oe<12?"AM":"PM";return Ie?Ee.toLowerCase():Ee};return F.replace(b,(function(oe,ye){return ye||(function(Ie){switch(Ie){case"YY":return String(I.$y).slice(-2);case"YYYY":return M.s(I.$y,4,"0");case"M":return U+1;case"MM":return M.s(U+1,2,"0");case"MMM":return Z(P.monthsShort,U,j,3);case"MMMM":return Z(j,U);case"D":return I.$D;case"DD":return M.s(I.$D,2,"0");case"d":return String(I.$W);case"dd":return Z(P.weekdaysMin,I.$W,H,2);case"ddd":return Z(P.weekdaysShort,I.$W,H,3);case"dddd":return H[I.$W];case"H":return String(O);case"HH":return M.s(O,2,"0");case"h":return re(1);case"hh":return re(2);case"a":return se(O,T,!0);case"A":return se(O,T,!1);case"m":return String(T);case"mm":return M.s(T,2,"0");case"s":return String(I.$s);case"ss":return M.s(I.$s,2,"0");case"SSS":return M.s(I.$ms,3,"0");case"Z":return Q}return null})(oe)||Q.replace(":","")}))},C.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},C.diff=function(y,I,P){var F,Q=this,O=M.p(I),T=v(y),U=(T.utcOffset()-this.utcOffset())*i,H=this-T,j=function(){return M.m(Q,T)};switch(O){case u:F=j()/12;break;case f:F=j();break;case p:F=j()/3;break;case h:F=(H-U)/6048e5;break;case d:F=(H-U)/864e5;break;case l:F=H/s;break;case c:F=H/i;break;case a:F=H/t;break;default:F=H}return P?F:M.a(F)},C.daysInMonth=function(){return this.endOf(f).$D},C.$locale=function(){return S[this.$L]},C.locale=function(y,I){if(!y)return this.$L;var P=this.clone(),F=R(y,I,!0);return F&&(P.$L=F),P},C.clone=function(){return M.w(this.$d,this)},C.toDate=function(){return new Date(this.valueOf())},C.toJSON=function(){return this.isValid()?this.toISOString():null},C.toISOString=function(){return this.$d.toISOString()},C.toString=function(){return this.$d.toUTCString()},k})(),V=L.prototype;return v.prototype=V,[["$ms",r],["$s",a],["$m",c],["$H",l],["$W",d],["$M",f],["$y",u],["$D",m]].forEach((function(k){V[k[1]]=function(C){return this.$g(C,k[0],k[1])}})),v.extend=function(k,C){return k.$i||(k(C,L,v),k.$i=!0),v},v.locale=R,v.isDayjs=g,v.unix=function(k){return v(1e3*k)},v.en=S[N],v.Ls=S,v.p={},v}))})(mi)),mi.exports}var UC=Al();const Ke=Yt(UC);var gi={exports:{}},_C=gi.exports,yl;function QC(){return yl||(yl=1,(function(n,e){(function(t,i){n.exports=i(Al())})(_C,(function(t){function i(a){return a&&typeof a=="object"&&"default"in a?a:{default:a}}var s=i(t),r={name:"zh-cn",weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),ordinal:function(a,c){return c==="W"?a+"周":a+"日"},weekStart:1,yearStart:4,formats:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},relativeTime:{future:"%s内",past:"%s前",s:"几秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},meridiem:function(a,c){var l=100*a+c;return l<600?"凌晨":l<900?"早上":l<1100?"上午":l<1300?"中午":l<1800?"下午":"晚上"}};return s.default.locale(r,null,!0),r}))})(gi)),gi.exports}QC();var Ai={exports:{}},VC=Ai.exports,Cl;function GC(){return Cl||(Cl=1,(function(n,e){(function(t,i){n.exports=i()})(VC,(function(){return function(t,i,s){var r=i.prototype,a=function(f){return f&&(f.indexOf?f:f.s)},c=function(f,p,u,m,E){var A=f.name?f:f.$locale(),b=a(A[p]),w=a(A[u]),B=b||w.map((function(N){return N.slice(0,m)}));if(!E)return B;var D=A.weekStart;return B.map((function(N,S){return B[(S+(D||0))%7]}))},l=function(){return s.Ls[s.locale()]},d=function(f,p){return f.formats[p]||(function(u){return u.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(m,E,A){return E||A.slice(1)}))})(f.formats[p.toUpperCase()])},h=function(){var f=this;return{months:function(p){return p?p.format("MMMM"):c(f,"months")},monthsShort:function(p){return p?p.format("MMM"):c(f,"monthsShort","months",3)},firstDayOfWeek:function(){return f.$locale().weekStart||0},weekdays:function(p){return p?p.format("dddd"):c(f,"weekdays")},weekdaysMin:function(p){return p?p.format("dd"):c(f,"weekdaysMin","weekdays",2)},weekdaysShort:function(p){return p?p.format("ddd"):c(f,"weekdaysShort","weekdays",3)},longDateFormat:function(p){return d(f.$locale(),p)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};r.localeData=function(){return h.bind(this)()},s.localeData=function(){var f=l();return{firstDayOfWeek:function(){return f.weekStart||0},weekdays:function(){return s.weekdays()},weekdaysShort:function(){return s.weekdaysShort()},weekdaysMin:function(){return s.weekdaysMin()},months:function(){return s.months()},monthsShort:function(){return s.monthsShort()},longDateFormat:function(p){return d(f,p)},meridiem:f.meridiem,ordinal:f.ordinal}},s.months=function(){return c(l(),"months")},s.monthsShort=function(){return c(l(),"monthsShort","months",3)},s.weekdays=function(f){return c(l(),"weekdays",null,null,f)},s.weekdaysShort=function(f){return c(l(),"weekdaysShort","weekdays",3,f)},s.weekdaysMin=function(f){return c(l(),"weekdaysMin","weekdays",2,f)}}}))})(Ai)),Ai.exports}var HC=GC();const YC=Yt(HC);var yi={exports:{}},zC=yi.exports,El;function WC(){return El||(El=1,(function(n,e){(function(t,i){n.exports=i()})(zC,(function(){return function(t,i){i.prototype.weekday=function(s){var r=this.$locale().weekStart||0,a=this.$W,c=(a<r?a+7:a)-r;return this.$utils().u(s)?c:this.subtract(c,"day").add(s,"day")}}}))})(yi)),yi.exports}var jC=WC();const KC=Yt(jC);var Ci={exports:{}},$C=Ci.exports,bl;function XC(){return bl||(bl=1,(function(n,e){(function(t,i){n.exports=i()})($C,(function(){var t="week",i="year";return function(s,r,a){var c=r.prototype;c.week=function(l){if(l===void 0&&(l=null),l!==null)return this.add(7*(l-this.week()),"day");var d=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var h=a(this).startOf(i).add(1,i).date(d),f=a(this).endOf(t);if(h.isBefore(f))return 1}var p=a(this).startOf(i).date(d).startOf(t).subtract(1,"millisecond"),u=this.diff(p,t,!0);return u<0?a(this).startOf("week").week():Math.ceil(u)},c.weeks=function(l){return l===void 0&&(l=null),this.week(l)}}}))})(Ci)),Ci.exports}var qC=XC();const JC=Yt(qC);var Ei={exports:{}},ZC=Ei.exports,wl;function eE(){return wl||(wl=1,(function(n,e){(function(t,i){n.exports=i()})(ZC,(function(){var t={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},i=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,s=/\d/,r=/\d\d/,a=/\d\d?/,c=/\d*[^-_:/,()\s\d]+/,l={},d=function(A){return(A=+A)+(A>68?1900:2e3)},h=function(A){return function(b){this[A]=+b}},f=[/[+-]\d\d:?(\d\d)?|Z/,function(A){(this.zone||(this.zone={})).offset=(function(b){if(!b||b==="Z")return 0;var w=b.match(/([+-]|\d\d)/g),B=60*w[1]+(+w[2]||0);return B===0?0:w[0]==="+"?-B:B})(A)}],p=function(A){var b=l[A];return b&&(b.indexOf?b:b.s.concat(b.f))},u=function(A,b){var w,B=l.meridiem;if(B){for(var D=1;D<=24;D+=1)if(A.indexOf(B(D,0,b))>-1){w=D>12;break}}else w=A===(b?"pm":"PM");return w},m={A:[c,function(A){this.afternoon=u(A,!1)}],a:[c,function(A){this.afternoon=u(A,!0)}],Q:[s,function(A){this.month=3*(A-1)+1}],S:[s,function(A){this.milliseconds=100*+A}],SS:[r,function(A){this.milliseconds=10*+A}],SSS:[/\d{3}/,function(A){this.milliseconds=+A}],s:[a,h("seconds")],ss:[a,h("seconds")],m:[a,h("minutes")],mm:[a,h("minutes")],H:[a,h("hours")],h:[a,h("hours")],HH:[a,h("hours")],hh:[a,h("hours")],D:[a,h("day")],DD:[r,h("day")],Do:[c,function(A){var b=l.ordinal,w=A.match(/\d+/);if(this.day=w[0],b)for(var B=1;B<=31;B+=1)b(B).replace(/\[|\]/g,"")===A&&(this.day=B)}],w:[a,h("week")],ww:[r,h("week")],M:[a,h("month")],MM:[r,h("month")],MMM:[c,function(A){var b=p("months"),w=(p("monthsShort")||b.map((function(B){return B.slice(0,3)}))).indexOf(A)+1;if(w<1)throw new Error;this.month=w%12||w}],MMMM:[c,function(A){var b=p("months").indexOf(A)+1;if(b<1)throw new Error;this.month=b%12||b}],Y:[/[+-]?\d+/,h("year")],YY:[r,function(A){this.year=d(A)}],YYYY:[/\d{4}/,h("year")],Z:f,ZZ:f};function E(A){var b,w;b=A,w=l&&l.formats;for(var B=(A=b.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(v,M,L){var V=L&&L.toUpperCase();return M||w[L]||t[L]||w[V].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(k,C,y){return C||y.slice(1)}))}))).match(i),D=B.length,N=0;N<D;N+=1){var S=B[N],x=m[S],g=x&&x[0],R=x&&x[1];B[N]=R?{regex:g,parser:R}:S.replace(/^\[|\]$/g,"")}return function(v){for(var M={},L=0,V=0;L<D;L+=1){var k=B[L];if(typeof k=="string")V+=k.length;else{var C=k.regex,y=k.parser,I=v.slice(V),P=C.exec(I)[0];y.call(M,P),v=v.replace(P,"")}}return(function(F){var Q=F.afternoon;if(Q!==void 0){var O=F.hours;Q?O<12&&(F.hours+=12):O===12&&(F.hours=0),delete F.afternoon}})(M),M}}return function(A,b,w){w.p.customParseFormat=!0,A&&A.parseTwoDigitYear&&(d=A.parseTwoDigitYear);var B=b.prototype,D=B.parse;B.parse=function(N){var S=N.date,x=N.utc,g=N.args;this.$u=x;var R=g[1];if(typeof R=="string"){var v=g[2]===!0,M=g[3]===!0,L=v||M,V=g[2];M&&(V=g[2]),l=this.$locale(),!v&&V&&(l=w.Ls[V]),this.$d=(function(I,P,F,Q){try{if(["x","X"].indexOf(P)>-1)return new Date((P==="X"?1e3:1)*I);var O=E(P)(I),T=O.year,U=O.month,H=O.day,j=O.hours,X=O.minutes,Z=O.seconds,re=O.milliseconds,se=O.zone,oe=O.week,ye=new Date,Ie=H||(T||U?1:ye.getDate()),Ee=T||ye.getFullYear(),xe=0;T&&!U||(xe=U>0?U-1:ye.getMonth());var Te,_e=j||0,z=X||0,Y=Z||0,K=re||0;return se?new Date(Date.UTC(Ee,xe,Ie,_e,z,Y,K+60*se.offset*1e3)):F?new Date(Date.UTC(Ee,xe,Ie,_e,z,Y,K)):(Te=new Date(Ee,xe,Ie,_e,z,Y,K),oe&&(Te=Q(Te).week(oe).toDate()),Te)}catch{return new Date("")}})(S,R,x,w),this.init(),V&&V!==!0&&(this.$L=this.locale(V).$L),L&&S!=this.format(R)&&(this.$d=new Date("")),l={}}else if(R instanceof Array)for(var k=R.length,C=1;C<=k;C+=1){g[1]=R[C-1];var y=w.apply(this,g);if(y.isValid()){this.$d=y.$d,this.$L=y.$L,this.init();break}C===k&&(this.$d=new Date(""))}else D.call(this,N)}}}))})(Ei)),Ei.exports}var tE=eE();const nE=Yt(tE),iE={class:"setting-panel"},sE={class:"tabs-header"},oE={class:"tab-content"},rE={key:0,class:"section"},aE={class:"setting-item"},lE={class:"setting-item"},cE={class:"setting-item"},dE={key:1,class:"section"},uE={class:"tabs-header",style:{"margin-bottom":"8px"}},hE={key:0},fE={class:"setting-item column"},pE={class:"setting-item column"},mE={class:"setting-item"},gE={key:1},AE={class:"setting-item column"},yE={class:"setting-item column",style:{"margin-top":"12px","border-top":"1px solid rgba(255,255,255,0.1)","padding-top":"8px"}},CE={class:"search-box"},EE={key:2,class:"section"},bE={class:"setting-item"},wE={key:0,class:"setting-item column"},vE={class:"sub-label"},IE={class:"setting-item"},BE={class:"setting-item"},xE={class:"setting-item column"},SE={class:"setting-item column"},TE={class:"sub-label"},ME={class:"setting-item column"},DE={class:"sub-label"},kE={class:"setting-item column"},PE={class:"sub-label"},NE={class:"setting-item column"},FE={style:{display:"flex",gap:"8px","margin-bottom":"8px"}},RE=["onClick","title"],LE={style:{display:"flex",gap:"8px","align-items":"center"}},OE={key:3,class:"section"},UE={class:"setting-item"},_E={class:"setting-item column"},xn=ge(o.defineComponent({__name:"LeitingSetting",props:{visible:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},fullHeight:{type:Boolean,default:!1},tiandituToken:{type:String,default:""},initialConfig:{type:Object,default:()=>({})}},emits:["update:visible","update:open","close"],setup(n,{emit:e}){Ke.locale("zh-cn"),Ke.extend(YC),Ke.extend(KC),Ke.extend(JC),Ke.extend(nE);const t=ie.Switch,i=ie.Radio.Group,s=ie.Radio,r=ie.Input,a=ie.Slider,c=ie.Select,l=ie.Select.Option,d=ie.DatePicker,h=n,f=e,p=o.inject("leitingMethods"),u=o.computed({get:()=>h.open!==void 0?h.open:h.visible,set:C=>{f("update:visible",C),f("update:open",C)}}),m=o.ref("GIS"),E=o.reactive({globe:!1,terrain:!1,depthTest:!1}),A=o.reactive({provider:"tianditu",tianditu:{token:"c25f14fb6bd4397cf8fe45144ff768d6",layerType:"img_w",showLabel:!1},arcgis:{url:"https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"},baseMap:"tianditu"}),b=o.reactive({shadows:!1,shadowDarkness:.7,environmentMap:!1,ambientOcclusion:!1,time:Ke("2025-06-22 10:00"),brightness:1.5,contrast:1,saturation:1,backgroundColor:"linear-gradient(0deg, rgb(238, 247, 255) 0%, rgb(178, 218, 244) 70%, rgb(141, 190, 221) 100%)"}),w=o.reactive({collision:!1,habit:0}),B=C=>{C&&(C.globe!==void 0&&(E.globe=C.globe),C.terrain!==void 0&&(E.terrain=C.terrain),C.depthTest!==void 0&&(E.depthTest=C.depthTest),C.mapProvider!==void 0&&(A.provider=C.mapProvider),C.tiandituLayerType!==void 0&&(A.tianditu.layerType=C.tiandituLayerType),C.tiandituShowLabel!==void 0&&(A.tianditu.showLabel=C.tiandituShowLabel),C.arcgisUrl!==void 0&&(A.arcgis.url=C.arcgisUrl),C.shadows!==void 0&&(b.shadows=C.shadows),C.shadowDarkness!==void 0&&(b.shadowDarkness=C.shadowDarkness),C.environmentMap!==void 0&&(b.environmentMap=C.environmentMap),C.ambientOcclusion!==void 0&&(b.ambientOcclusion=C.ambientOcclusion),C.time!==void 0&&(typeof C.time=="number"?b.time=Ke().startOf("day").add(C.time,"hour"):b.time=Ke(C.time)),C.brightness!==void 0&&(b.brightness=C.brightness),C.contrast!==void 0&&(b.contrast=C.contrast),C.saturation!==void 0&&(b.saturation=C.saturation),C.backgroundColor!==void 0&&(b.backgroundColor=C.backgroundColor),C.collision!==void 0&&(w.collision=C.collision),C.mouseHabit!==void 0&&(w.habit=C.mouseHabit))};o.watch(()=>h.initialConfig,C=>{B(C)},{deep:!0,immediate:!0});const D=["linear-gradient(0deg, rgb(238, 247, 255) 0%, rgb(178, 218, 244) 70%, rgb(141, 190, 221) 100%)","linear-gradient(0deg, #0f2027 0%, #203a43 50%, #2c5364 100%)","linear-gradient(0deg, #cfd9df 0%, #e2ebf0 100%)"],N=[{label:"全球影像地图服务(墨卡托)",value:"img_w"},{label:"全球影像地图服务(经纬度)",value:"img_c"},{label:"全球矢量地图服务(墨卡托)",value:"vec_w"},{label:"全球矢量地图服务(经纬度)",value:"vec_c"},{label:"全球地形晕渲服务(墨卡托)",value:"ter_w"},{label:"全球地形晕渲服务(经纬度)",value:"ter_c"}],S=()=>{const C=A.provider,y={};C==="tianditu"?(y.token=A.tianditu.token,y.layerType=A.tianditu.layerType,y.showAnnotation=A.tianditu.showLabel):C==="arcgis"&&(y.url=A.arcgis.url),p.value?.changeBaseMap?.(C,y)};o.watch(()=>A.provider,S),o.watch(()=>A.tianditu.layerType,S),o.watch(()=>A.tianditu.showLabel,S),o.watch(()=>A.tianditu.token,_n(S,1e3)),o.watch(()=>A.arcgis.url,_n(S,1e3)),o.onMounted(()=>{h.tiandituToken&&(A.tianditu.token=h.tiandituToken)}),o.watch(()=>E.globe,C=>p.value?.setGlobeEnvironmentVisible?.(C)),o.watch(()=>E.terrain,C=>p.value?.setTerrainEnable?.(C)),o.watch(()=>E.depthTest,C=>p.value?.setDepthTestEnable?.(C)),o.watch(()=>p?.value,C=>{if(C){if(C.getConfigure=()=>({globe:E.globe,terrain:E.terrain,depthTest:E.depthTest,mapProvider:A.provider,tiandituLayerType:A.tianditu.layerType,tiandituShowLabel:A.tianditu.showLabel,arcgisUrl:A.arcgis.url,shadows:b.shadows,shadowDarkness:b.shadowDarkness,environmentMap:b.environmentMap,ambientOcclusion:b.ambientOcclusion,time:Ke.isDayjs(b.time)?b.time.format("YYYY-MM-DD HH:mm"):b.time,brightness:b.brightness,contrast:b.contrast,saturation:b.saturation,backgroundColor:b.backgroundColor,collision:w.collision,mouseHabit:w.habit}),C.setConfigure=y=>{B(y)},C.setBackgroundColor&&b.backgroundColor&&C.setBackgroundColor(b.backgroundColor),C.setGlobeEnvironmentVisible&&C.setGlobeEnvironmentVisible(E.globe),C.setShadowsEnable&&C.setShadowsEnable(b.shadows),C.setShadowDarkness&&C.setShadowDarkness(b.shadowDarkness),C.setEnvironmentMapEnable&&C.setEnvironmentMapEnable(b.environmentMap),C.setAmbientOcclusion&&C.setAmbientOcclusion(b.ambientOcclusion),C.setTime){const y=Ke.isDayjs(b.time)?b.time.toDate():new Date;C.setTime(y)}C.setModelBrightness&&C.setModelBrightness(b.brightness),C.setCollisionDetection&&C.setCollisionDetection(w.collision),C.setMouseHabit&&C.setMouseHabit(w.habit),C.changeBaseMap&&A.baseMap&&C.changeBaseMap(A.baseMap,{token:A.tianditu.token,layerType:A.tianditu.layerType,showAnnotation:A.tianditu.showLabel,url:A.arcgis.url})}},{immediate:!0});const x=o.computed({get:()=>{const C=b.backgroundColor;return/^#[0-9A-Fa-f]{6}$/.test(C)?C:"#ffffff"},set:C=>{b.backgroundColor=C}}),g=o.ref(""),R=o.ref(!1),v=o.ref([]);o.watch(()=>E.globe,C=>p.value?.setGlobeEnvironmentVisible?.(C)),o.watch(()=>E.terrain,C=>p.value?.setTerrainEnable?.(C)),o.watch(()=>A.baseMap,C=>{p.value?.changeBaseMap?.(C,{token:h.tiandituToken})}),o.watch(()=>b.shadows,C=>p.value?.setShadowsEnable?.(C)),o.watch(()=>b.shadowDarkness,C=>p.value?.setShadowDarkness?.(C)),o.watch(()=>b.environmentMap,C=>p.value?.setEnvironmentMapEnable?.(C)),o.watch(()=>b.ambientOcclusion,C=>p.value?.setAmbientOcclusion?.(C)),o.watch(()=>b.time,C=>{const y=Ke.isDayjs(C)?C.toDate():new Date;p.value?.setTime?.(y)}),o.watch(()=>[b.brightness,b.contrast,b.saturation],([C,y,I])=>{const P=p.value;P?.setModelColorAdjustment?P.setModelColorAdjustment({brightness:C,contrast:y,saturation:I}):P?.setModelBrightness?.(C)}),o.watch(()=>b.backgroundColor,C=>{if(p.value?.setBackgroundColor)p.value.setBackgroundColor(C);else{const y=document.querySelector(".cesium-viewer");y&&(y.style.background=C)}}),o.watch(()=>w.collision,C=>p.value?.setCollisionDetection?.(C)),o.watch(()=>w.habit,C=>p.value?.setMouseHabit?.(C));const M=C=>{if(C?.pois&&Array.isArray(C.pois)&&C.pois.length>0){const y=C.pois[0],I=y.lonlat.split(/[, ]/).map(Number);if(I.length>=2&&!isNaN(I[0])&&!isNaN(I[1]))return{name:y.name,lon:I[0],lat:I[1],raw:y}}if(C?.area&&C.area.lonlat){const y=C.area,I=y.lonlat.split(/[, ]/).map(Number);if(I.length>=2&&!isNaN(I[0])&&!isNaN(I[1]))return{name:y.name,lon:I[0],lat:I[1],raw:y}}return null},V=_n(async()=>{const C=(g.value||"").trim();if(!C)return;const y=h.tiandituToken||"c25f14fb6bd4397cf8fe45144ff768d6";R.value=!0,v.value=[];try{if(p.value?.searchLocation){const I=await p.value.searchLocation(C,y),P=M(I);P&&(v.value=[P],ce.success(`找到:${P.name||""}`),p.value.flyToLonLatHeight(P.lon,P.lat,5e3))}else{const P=`https://api.tianditu.gov.cn/v2/search?postStr=${encodeURIComponent(JSON.stringify({keyWord:C,level:12,mapBound:"-180,-90,180,90",queryType:1,start:0,count:10}))}&type=query&tk=${encodeURIComponent(y)}`,F=await fetch(P);if(!F.ok)throw new Error(`HTTP ${F.status}`);const Q=await F.json(),O=M(Q);O&&(v.value=[O],ce.success(`找到:${O.name||""}`),p.value?.flyToLonLatHeight?.(O.lon,O.lat,5e3))}}catch(I){console.error("tianditu search error",I)}finally{R.value=!1}},800);o.watch(g,()=>{V()});const k=()=>{u.value=!1,f("close")};return o.onMounted(()=>{}),(C,y)=>(o.openBlock(),o.createBlock(Le,{visible:u.value,title:"设置","full-height":n.fullHeight,onClose:k,"onUpdate:visible":y[26]||(y[26]=I=>u.value=I)},{default:o.withCtx(()=>[o.createElementVNode("div",iE,[o.createElementVNode("div",sE,[o.createElementVNode("div",{class:o.normalizeClass(["tab-item",{active:m.value==="GIS"}]),onClick:y[0]||(y[0]=I=>m.value="GIS")},"GIS",2),o.createElementVNode("div",{class:o.normalizeClass(["tab-item",{active:m.value==="MAP"}]),onClick:y[1]||(y[1]=I=>m.value="MAP")},"地图",2),o.createElementVNode("div",{class:o.normalizeClass(["tab-item",{active:m.value==="RENDER"}]),onClick:y[2]||(y[2]=I=>m.value="RENDER")},"渲染",2),o.createElementVNode("div",{class:o.normalizeClass(["tab-item",{active:m.value==="MOUSE"}]),onClick:y[3]||(y[3]=I=>m.value="MOUSE")},"鼠标",2)]),o.createElementVNode("div",oE,[m.value==="GIS"?(o.openBlock(),o.createElementBlock("div",rE,[o.createElementVNode("div",aE,[y[27]||(y[27]=o.createElementVNode("span",null,"地球 (含大气/日月/星空)",-1)),o.createVNode(o.unref(t),{checked:E.globe,"onUpdate:checked":y[4]||(y[4]=I=>E.globe=I),size:"small"},null,8,["checked"])]),o.createElementVNode("div",lE,[y[28]||(y[28]=o.createElementVNode("span",null,"地形 (高程)",-1)),o.createVNode(o.unref(t),{checked:E.terrain,"onUpdate:checked":y[5]||(y[5]=I=>E.terrain=I),size:"small"},null,8,["checked"])]),o.createElementVNode("div",cE,[y[29]||(y[29]=o.createElementVNode("span",null,"地形遮挡",-1)),o.createVNode(o.unref(t),{checked:E.depthTest,"onUpdate:checked":y[6]||(y[6]=I=>E.depthTest=I),size:"small"},null,8,["checked"])])])):o.createCommentVNode("",!0),m.value==="MAP"?(o.openBlock(),o.createElementBlock("div",dE,[o.createElementVNode("div",uE,[o.createElementVNode("div",{class:o.normalizeClass(["tab-item",{active:A.provider==="tianditu"}]),onClick:y[7]||(y[7]=I=>A.provider="tianditu")},"天地图",2),o.createElementVNode("div",{class:o.normalizeClass(["tab-item",{active:A.provider==="arcgis"}]),onClick:y[8]||(y[8]=I=>A.provider="arcgis")},"ArcGIS",2)]),A.provider==="tianditu"?(o.openBlock(),o.createElementBlock("div",hE,[o.createElementVNode("div",fE,[y[30]||(y[30]=o.createElementVNode("div",{class:"sub-label"},"Token",-1)),o.createVNode(o.unref(r),{value:A.tianditu.token,"onUpdate:value":y[9]||(y[9]=I=>A.tianditu.token=I),size:"small",placeholder:"输入天地图Token"},null,8,["value"])]),o.createElementVNode("div",pE,[y[31]||(y[31]=o.createElementVNode("div",{class:"sub-label"},"地图风格",-1)),o.createVNode(o.unref(c),{value:A.tianditu.layerType,"onUpdate:value":y[10]||(y[10]=I=>A.tianditu.layerType=I),size:"small",style:{width:"100%"}},{default:o.withCtx(()=>[(o.openBlock(),o.createElementBlock(o.Fragment,null,o.renderList(N,I=>o.createVNode(o.unref(l),{key:I.value,value:I.value},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(I.label),1)]),_:2},1032,["value"])),64))]),_:1},8,["value"])]),o.createElementVNode("div",mE,[y[32]||(y[32]=o.createElementVNode("span",null,"叠加注记",-1)),o.createVNode(o.unref(t),{checked:A.tianditu.showLabel,"onUpdate:checked":y[11]||(y[11]=I=>A.tianditu.showLabel=I),size:"small"},null,8,["checked"])])])):o.createCommentVNode("",!0),A.provider==="arcgis"?(o.openBlock(),o.createElementBlock("div",gE,[o.createElementVNode("div",AE,[y[33]||(y[33]=o.createElementVNode("div",{class:"sub-label"},"服务地址",-1)),o.createVNode(o.unref(r),{value:A.arcgis.url,"onUpdate:value":y[12]||(y[12]=I=>A.arcgis.url=I),size:"small",placeholder:"输入ArcGIS MapServer地址"},null,8,["value"])])])):o.createCommentVNode("",!0),o.createElementVNode("div",yE,[y[34]||(y[34]=o.createElementVNode("div",{class:"sub-label"},"位置搜索 (天地图)",-1)),o.createElementVNode("div",CE,[o.createVNode(o.unref(r),{value:g.value,"onUpdate:value":y[13]||(y[13]=I=>g.value=I),placeholder:"输入地名搜索",size:"small","allow-clear":""},null,8,["value"])])])])):o.createCommentVNode("",!0),m.value==="RENDER"?(o.openBlock(),o.createElementBlock("div",EE,[o.createElementVNode("div",bE,[y[35]||(y[35]=o.createElementVNode("span",null,"阴影",-1)),o.createVNode(o.unref(t),{checked:b.shadows,"onUpdate:checked":y[14]||(y[14]=I=>b.shadows=I),size:"small"},null,8,["checked"])]),b.shadows?(o.openBlock(),o.createElementBlock("div",wE,[o.createElementVNode("div",vE,"阴影暗度 ("+o.toDisplayString(b.shadowDarkness.toFixed(2))+")",1),o.createVNode(o.unref(a),{value:b.shadowDarkness,"onUpdate:value":y[15]||(y[15]=I=>b.shadowDarkness=I),min:0,max:1,step:.05,size:"small"},null,8,["value"])])):o.createCommentVNode("",!0),o.createElementVNode("div",IE,[y[36]||(y[36]=o.createElementVNode("span",null,"环境贴图 (HDR)",-1)),o.createVNode(o.unref(t),{checked:b.environmentMap,"onUpdate:checked":y[16]||(y[16]=I=>b.environmentMap=I),size:"small"},null,8,["checked"])]),o.createElementVNode("div",BE,[y[37]||(y[37]=o.createElementVNode("span",null,"环境光遮蔽 (AO)",-1)),o.createVNode(o.unref(t),{checked:b.ambientOcclusion,"onUpdate:checked":y[17]||(y[17]=I=>b.ambientOcclusion=I),size:"small"},null,8,["checked"])]),o.createElementVNode("div",xE,[y[38]||(y[38]=o.createElementVNode("div",{class:"sub-label"},"日期时间",-1)),o.createVNode(o.unref(d),{value:b.time,"onUpdate:value":y[18]||(y[18]=I=>b.time=I),"show-time":"",locale:o.unref(ml),format:"YYYY-MM-DD HH:mm",size:"small",style:{width:"100%"}},null,8,["value","locale"])]),o.createElementVNode("div",SE,[o.createElementVNode("div",TE,"模型亮度 ("+o.toDisplayString(b.brightness.toFixed(1))+")",1),o.createVNode(o.unref(a),{value:b.brightness,"onUpdate:value":y[19]||(y[19]=I=>b.brightness=I),min:0,max:5,step:.1,size:"small"},null,8,["value"])]),o.createElementVNode("div",ME,[o.createElementVNode("div",DE,"模型对比度 ("+o.toDisplayString(b.contrast.toFixed(1))+")",1),o.createVNode(o.unref(a),{value:b.contrast,"onUpdate:value":y[20]||(y[20]=I=>b.contrast=I),min:0,max:3,step:.1,size:"small"},null,8,["value"])]),o.createElementVNode("div",kE,[o.createElementVNode("div",PE,"模型饱和度 ("+o.toDisplayString(b.saturation.toFixed(1))+")",1),o.createVNode(o.unref(a),{value:b.saturation,"onUpdate:value":y[21]||(y[21]=I=>b.saturation=I),min:0,max:3,step:.1,size:"small"},null,8,["value"])]),o.createElementVNode("div",NE,[y[39]||(y[39]=o.createElementVNode("div",{class:"sub-label"},"背景颜色",-1)),o.createElementVNode("div",FE,[(o.openBlock(),o.createElementBlock(o.Fragment,null,o.renderList(D,(I,P)=>o.createElementVNode("div",{key:P,style:o.normalizeStyle({background:I,width:"32px",height:"24px",borderRadius:"2px",cursor:"pointer",border:"1px solid #d9d9d9",flexShrink:0}),onClick:F=>b.backgroundColor=I,title:"预设 "+(P+1)},null,12,RE)),64))]),o.createElementVNode("div",LE,[o.withDirectives(o.createElementVNode("input",{type:"color","onUpdate:modelValue":y[22]||(y[22]=I=>x.value=I),style:{width:"40px",height:"24px",padding:"0",border:"1px solid #d9d9d9"}},null,512),[[o.vModelText,x.value]]),o.createVNode(o.unref(r),{value:b.backgroundColor,"onUpdate:value":y[23]||(y[23]=I=>b.backgroundColor=I),size:"small",style:{flex:"1"},placeholder:"CSS 颜色值"},null,8,["value"])])])])):o.createCommentVNode("",!0),m.value==="MOUSE"?(o.openBlock(),o.createElementBlock("div",OE,[o.createElementVNode("div",UE,[y[40]||(y[40]=o.createElementVNode("span",null,"碰撞检测",-1)),o.createVNode(o.unref(t),{checked:w.collision,"onUpdate:checked":y[24]||(y[24]=I=>w.collision=I),size:"small"},null,8,["checked"])]),o.createElementVNode("div",_E,[y[43]||(y[43]=o.createElementVNode("div",{class:"sub-label"},"操作习惯",-1)),o.createVNode(o.unref(i),{value:w.habit,"onUpdate:value":y[25]||(y[25]=I=>w.habit=I),size:"small"},{default:o.withCtx(()=>[o.createVNode(o.unref(s),{value:0},{default:o.withCtx(()=>[...y[41]||(y[41]=[o.createTextVNode("默认 (中键旋转)",-1)])]),_:1}),o.createVNode(o.unref(s),{value:1},{default:o.withCtx(()=>[...y[42]||(y[42]=[o.createTextVNode("习惯1 (左键旋转)",-1)])]),_:1})]),_:1},8,["value"])])])):o.createCommentVNode("",!0)])])]),_:1},8,["visible","full-height"]))}}),[["__scopeId","data-v-79494025"]]),QE={class:"cad-layer-panel"},VE={class:"layer-list-container"},GE={class:"list-header"},HE={class:"col-check"},YE=["checked"],zE={class:"list-body"},WE={class:"col-check"},jE=["checked","onChange"],KE={class:"col-index"},$E=["title"],XE={class:"col-color"},qE=["value"],JE={key:0,class:"empty-text"},ZE=ge(o.defineComponent({__name:"LeitingCadLayer",props:{visible:{type:Boolean,default:!1},currentModelId:{type:String,default:""}},emits:["update:visible","handleCloseCardByCadCard"],setup(n,{emit:e}){const t=n,i=e,s=o.inject("leitingMethods",o.ref({})),r=o.ref(""),a=o.ref([]),c=()=>{s.value&&s.value.getDxfModels&&(a.value=s.value.getDxfModels().map(w=>({modelId:w.modelId,modelName:w.modelName}))||[])},l=o.computed(()=>a.value.map(w=>({value:w.modelId,label:w.modelName}))),d=o.ref([]),h=o.ref([]),f=o.computed(()=>d.value.length>0&&h.value.length===d.value.length),p=({modelId:w})=>{if(d.value=[],h.value=[],s.value&&s.value.getDxfLayers){const B=s.value.getDxfLayers({modelId:w});B&&Object.keys(B).forEach((D,N)=>{B[D].length&&(d.value.push({index:N+1,layerName:D,layerColor:B[D][0].color||"#ffffff",key:D}),h.value.push(D))})}},u=w=>{r.value=w,p({modelId:w})},m=w=>{w.target.checked?h.value=d.value.map(D=>D.key):h.value=[],A()},E=(w,B)=>{B.target.checked?h.value.includes(w)||h.value.push(w):h.value=h.value.filter(N=>N!==w),A()},A=()=>{if(s.value&&s.value.showDxfLayer&&(s.value.showDxfLayer({modelId:r.value,show:!0,layers:h.value}),s.value.getDxfLayers)){const w=s.value.getDxfLayers({modelId:r.value});if(w){const B=Object.keys(w).filter(D=>!h.value.includes(D));s.value.showDxfLayer({modelId:r.value,show:!1,layers:B})}}},b=()=>{i("update:visible",!1),i("handleCloseCardByCadCard")};return o.watch(()=>t.visible,w=>{w&&(c(),t.currentModelId?(r.value=t.currentModelId,p({modelId:t.currentModelId})):l.value.length>0&&(r.value=l.value[0]?.value,p({modelId:r.value})))}),o.watch(()=>t.currentModelId,w=>{w&&t.visible&&(r.value=w,p({modelId:w}))}),(w,B)=>(o.openBlock(),o.createBlock(Le,{visible:n.visible,title:"CAD图层","onUpdate:visible":B[3]||(B[3]=D=>w.$emit("update:visible",D)),onClose:b,width:360,align:"right","initial-position":{x:0,y:60}},{"header-extra":o.withCtx(()=>[o.createElementVNode("div",{class:"header-select-container",onMousedown:B[2]||(B[2]=o.withModifiers(()=>{},["stop"]))},[B[4]||(B[4]=o.createElementVNode("span",{class:"header-label"},"图纸:",-1)),o.createVNode(o.unref(ie.Select),{value:r.value,"onUpdate:value":B[0]||(B[0]=D=>r.value=D),options:l.value,onChange:B[1]||(B[1]=D=>u(D)),placeholder:"选择模型",style:{width:"140px"},bordered:!1,class:"custom-header-select",popupClassName:"leiting-select-dropdown",size:"small"},null,8,["value","options"])],32)]),default:o.withCtx(()=>[o.createElementVNode("div",QE,[o.createElementVNode("div",VE,[o.createElementVNode("div",GE,[o.createElementVNode("div",HE,[o.createElementVNode("input",{type:"checkbox",checked:f.value,onChange:m},null,40,YE)]),B[5]||(B[5]=o.createElementVNode("div",{class:"col-index"},"序号",-1)),B[6]||(B[6]=o.createElementVNode("div",{class:"col-name"},"图层名称",-1)),B[7]||(B[7]=o.createElementVNode("div",{class:"col-color"},"颜色",-1))]),o.createElementVNode("div",zE,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(d.value,D=>(o.openBlock(),o.createElementBlock("div",{key:D.key,class:"list-item"},[o.createElementVNode("div",WE,[o.createElementVNode("input",{type:"checkbox",checked:h.value.includes(D.key),onChange:N=>E(D.key,N)},null,40,jE)]),o.createElementVNode("div",KE,o.toDisplayString(D.index),1),o.createElementVNode("div",{class:"col-name",title:D.layerName},o.toDisplayString(D.layerName),9,$E),o.createElementVNode("div",XE,[o.createElementVNode("input",{type:"color",value:D.layerColor,disabled:""},null,8,qE)])]))),128)),d.value.length===0?(o.openBlock(),o.createElementBlock("div",JE,"暂无数据")):o.createCommentVNode("",!0)])])])]),_:1},8,["visible"]))}}),[["__scopeId","data-v-a4db4977"]]),eb={class:"adjust-panel"},tb={class:"control-panel"},nb={class:"form-item"},ib={class:"radio-group"},sb={class:"form-item"},ob=["title"],rb={class:"param-row"},ab=["step"],lb={class:"param-row"},cb=["step"],db={class:"param-row"},ub=["step"],hb={class:"param-row"},fb=["step"],pb={class:"param-row"},mb=["step"],gb={class:"param-row"},Ab=["step"],yb={class:"param-row"},Cb=["step"],Eb={class:"button-grid"},bb={key:1,class:"pick-mode-ui"},wb=["onClick"],vb=["checked"],Ib={style:{"font-size":"12px",color:"#aaa","padding-left":"10px"}},Bb={class:"param-row"},xb={style:{width:"40px"}},Sb=["onUpdate:modelValue"],Tb={class:"param-row"},Mb={style:{width:"40px"}},Db=["onUpdate:modelValue"],kb={class:"param-row"},Pb={style:{width:"40px"}},Nb=["onUpdate:modelValue"],Fb={class:"list-panel"},Rb={class:"list-header"},Lb={class:"col-check"},Ob=["checked"],Ub={class:"list-body"},_b={class:"col-check"},Qb=["onUpdate:modelValue"],Vb={class:"col-index"},Gb=["title"],Hb={class:"col-main"},Yb=["checked","onChange"],zb={key:0,style:{padding:"10px","text-align":"center",color:"#999"}},Wb=ge(o.defineComponent({__name:"LeitingCadPosition",props:{visible:{type:Boolean,default:!1}},emits:["update:visible","handleSavingByCadCard","clearBimPointList","save"],setup(n,{expose:e,emit:t}){const i=n,s=t,r=o.inject("leitingMethods"),a=o.ref([]),c=o.ref(""),l=o.computed(()=>a.value.length>0&&a.value.every(y=>y.selected)),d=o.ref("param"),h=o.ref("bimPoint1"),f=o.ref(null),p=o.ref("bimPoint1"),u=o.reactive({bimPoint1:{longitude:void 0,latitude:void 0,type:"CAD标记点",longitudeText:"经度",latitudeText:"纬度",heightText:"高程",height:void 0},bimPoint2:{longitude:void 0,latitude:void 0,type:"地图标记点",longitudeText:"经度",latitudeText:"纬度",heightText:"高程",height:void 0}}),m=o.ref(1e-6),E=o.reactive({modelId:"",longitude:0,latitude:0,distance:1e-6,rotation:1,totalRotation:0,heightDistance:1,height:0,lonlat:1e-6,modelOptions:[],selectPoint:{longitude:0,latitude:0,height:0},selectedMode:!1,X:0,Y:0,Z:0}),A=o.computed(()=>{const y=a.value.find(I=>I.modelId===c.value);return y?y.modelName:""}),b=()=>{s("update:visible",!1)},w=()=>(!f.value&&r?.value?.getViewer&&r?.value?.getCesium&&(f.value=new pl(r.value.getViewer(),r.value.getCesium())),f.value),B=()=>{w()?.clearMarkers(),u.bimPoint1.longitude=void 0,u.bimPoint1.latitude=void 0,u.bimPoint1.height=void 0,u.bimPoint2.longitude=void 0,u.bimPoint2.latitude=void 0,u.bimPoint2.height=void 0},D=y=>{const I=h.value,P=u[I];if(P){P.longitude=y.longitude,P.latitude=y.latitude,P.height=y.height;const F=I==="bimPoint1"?"BIM":"MAP";w()?.addMarker(F,y),ce.success(`${P.type}已添加`)}},N=()=>{w()?.registerPickHandler(y=>{D(y)})},S=()=>{w()?.destroyPickHandler()},x=y=>{d.value=y,y!=="pick"&&s("clearBimPointList")};o.watch(()=>d.value,y=>{y==="pick"?N():S()}),o.onUnmounted(()=>{S()});const g=()=>{if(!r?.value?.getDxfModels)return;const y=r.value.getDxfModels();if(Array.isArray(y)?a.value=y.map(I=>({modelId:I.modelId,modelName:I.modelName,formData:I.formData||{},selected:!1,tileset:I})):a.value=[],a.value.length>0){const I=r.value.getCadModelId?r.value.getCadModelId():"";I&&a.value.find(P=>P.modelId===I)?R(I):R(a.value[0].modelId),a.value.forEach(P=>P.selected=!0)}},R=y=>{c.value=y;const I=a.value.find(P=>P.modelId===y);I&&I.formData&&Object.keys(E).forEach(P=>{I.formData[P]!==void 0&&(E[P]=I.formData[P])})},v=(y,I)=>{if(!r?.value?.adjustingModelByCad)return;const P=a.value.find(F=>F.modelId===y);P&&P.tileset&&(P.formData={...P.formData,...I},P.tileset.formData=P.formData,r.value.adjustingModelByCad({...P.formData,tileset:P.tileset}))},M=y=>{if(!c.value)return;const I=E[y];v(c.value,{[y]:I})},L=y=>{const I=a.value.filter(O=>O.selected);if(I.length===0){ce.warning("请先选择要调整的模型");return}const{distance:P,heightDistance:F,rotation:Q}=E;I.forEach(O=>{const T={...O.formData};switch(y){case"north":T.latitude+=P;break;case"south":T.latitude-=P;break;case"east":T.longitude+=P;break;case"west":T.longitude-=P;break;case"up":T.height+=F;break;case"down":T.height-=F;break;case"rotateLeft":T.totalRotation=(T.totalRotation||0)-Q;break;case"rotateRight":T.totalRotation=(T.totalRotation||0)+Q;break}O.modelId===c.value&&Object.assign(E,T),v(O.modelId,T)})},V=y=>{const I=y.target.checked;a.value.forEach(P=>P.selected=I)},k=()=>{s("handleSavingByCadCard",a.value),s("save",a.value)},C=()=>{const y=u.bimPoint1,I=u.bimPoint2;if(y.longitude===void 0||I.longitude===void 0){ce.warning("请先完成点选操作");return}const P=a.value.filter(U=>U.selected);if(P.length===0){ce.warning("请先选择要调整的模型");return}let F=0,Q=0,O=0;const T=w();if(T){const{dLon:U,dLat:H,dHeight:j}=T.calculateOffset(y,I);F=U,Q=H,O=j}else F=I.longitude-y.longitude,Q=I.latitude-y.latitude,O=I.height-y.height;P.forEach(U=>{const H={...U.formData};H.longitude+=F,H.latitude+=Q,H.height+=O,U.modelId===c.value&&Object.assign(E,H),v(U.modelId,H)}),ce.success("位置已调整")};return o.watch(()=>i.visible,y=>{y?g():(S(),B())}),o.onMounted(()=>{i.visible&&g()}),e({setBIMPointsList:({longitude:y,latitude:I,height:P})=>{u[p.value].longitude=y,u[p.value].latitude=I,u[p.value].height=P},addGltfOr3dTilesModelList:y=>{console.warn("addGltfOr3dTilesModelList is deprecated, use internal loading")}}),(y,I)=>(o.openBlock(),o.createBlock(Le,{visible:i.visible,title:"Cad校准",width:282,height:600,"onUpdate:visible":I[21]||(I[21]=P=>s("update:visible",P)),onClose:b},{default:o.withCtx(()=>[o.createElementVNode("div",eb,[o.createElementVNode("div",tb,[o.createElementVNode("div",nb,[I[22]||(I[22]=o.createElementVNode("label",null,"调整操作:",-1)),o.createElementVNode("div",ib,[o.createElementVNode("span",{class:o.normalizeClass({active:d.value==="param"}),onClick:I[0]||(I[0]=P=>x("param"))},"参数模式",2),o.createElementVNode("span",{class:o.normalizeClass({active:d.value==="pick"}),onClick:I[1]||(I[1]=P=>x("pick"))},"地图点选",2)])]),o.createElementVNode("div",sb,[I[23]||(I[23]=o.createElementVNode("label",null,"当前主模型:",-1)),o.createElementVNode("span",{class:"value",title:A.value},o.toDisplayString(A.value||"未选择"),9,ob)]),I[35]||(I[35]=o.createElementVNode("div",{class:"separator"},null,-1)),d.value==="param"?(o.openBlock(),o.createElementBlock(o.Fragment,{key:0},[I[31]||(I[31]=o.createElementVNode("div",{class:"group-header"},"当前状态",-1)),o.createElementVNode("div",rb,[I[24]||(I[24]=o.createElementVNode("label",null,"经度(东西):",-1)),o.withDirectives(o.createElementVNode("input",{type:"number","onUpdate:modelValue":I[2]||(I[2]=P=>E.longitude=P),onChange:I[3]||(I[3]=P=>M("longitude")),step:m.value},null,40,ab),[[o.vModelText,E.longitude,void 0,{number:!0}]])]),o.createElementVNode("div",lb,[I[25]||(I[25]=o.createElementVNode("label",null,"纬度(南北):",-1)),o.withDirectives(o.createElementVNode("input",{type:"number","onUpdate:modelValue":I[4]||(I[4]=P=>E.latitude=P),onChange:I[5]||(I[5]=P=>M("latitude")),step:m.value},null,40,cb),[[o.vModelText,E.latitude,void 0,{number:!0}]])]),o.createElementVNode("div",db,[I[26]||(I[26]=o.createElementVNode("label",null,"高度(m):",-1)),o.withDirectives(o.createElementVNode("input",{type:"number","onUpdate:modelValue":I[6]||(I[6]=P=>E.height=P),onChange:I[7]||(I[7]=P=>M("height")),step:m.value},null,40,ub),[[o.vModelText,E.height,void 0,{number:!0}]])]),o.createElementVNode("div",hb,[I[27]||(I[27]=o.createElementVNode("label",null,"累计旋转(°):",-1)),o.withDirectives(o.createElementVNode("input",{type:"number","onUpdate:modelValue":I[8]||(I[8]=P=>E.totalRotation=P),onChange:I[9]||(I[9]=P=>M("totalRotation")),step:m.value},null,40,fb),[[o.vModelText,E.totalRotation,void 0,{number:!0}]])]),I[32]||(I[32]=o.createElementVNode("div",{class:"separator"},null,-1)),I[33]||(I[33]=o.createElementVNode("div",{class:"group-header"},"调整步长",-1)),o.createElementVNode("div",pb,[I[28]||(I[28]=o.createElementVNode("label",null,"经纬步长(°):",-1)),o.withDirectives(o.createElementVNode("input",{type:"number","onUpdate:modelValue":I[10]||(I[10]=P=>E.distance=P),step:m.value},null,8,mb),[[o.vModelText,E.distance,void 0,{number:!0}]])]),o.createElementVNode("div",gb,[I[29]||(I[29]=o.createElementVNode("label",null,"高度步长(m):",-1)),o.withDirectives(o.createElementVNode("input",{type:"number","onUpdate:modelValue":I[11]||(I[11]=P=>E.heightDistance=P),step:m.value},null,8,Ab),[[o.vModelText,E.heightDistance,void 0,{number:!0}]])]),o.createElementVNode("div",yb,[I[30]||(I[30]=o.createElementVNode("label",null,"旋转步长(°):",-1)),o.withDirectives(o.createElementVNode("input",{type:"number","onUpdate:modelValue":I[12]||(I[12]=P=>E.rotation=P),step:m.value},null,8,Cb),[[o.vModelText,E.rotation,void 0,{number:!0}]])]),o.createElementVNode("div",Eb,[o.createElementVNode("button",{onClick:I[13]||(I[13]=P=>L("rotateLeft"))},"左转"),o.createElementVNode("button",{onClick:I[14]||(I[14]=P=>L("north"))},"北移"),o.createElementVNode("button",{onClick:I[15]||(I[15]=P=>L("rotateRight"))},"右转"),o.createElementVNode("button",{onClick:I[16]||(I[16]=P=>L("west"))},"西移"),o.createElementVNode("button",{onClick:I[17]||(I[17]=P=>L("south"))},"南移"),o.createElementVNode("button",{onClick:I[18]||(I[18]=P=>L("east"))},"东移"),o.createElementVNode("button",{onClick:I[19]||(I[19]=P=>L("up"))},"上移"),o.createElementVNode("button",{onClick:I[20]||(I[20]=P=>L("down"))},"下移"),o.createElementVNode("button",{onClick:k,class:"primary-btn",style:{"grid-column":"span 3","margin-top":"5px"}},"保存当前位置")])],64)):(o.openBlock(),o.createElementBlock("div",bb,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(u,(P,F)=>(o.openBlock(),o.createElementBlock("div",{key:F,class:"form-item",style:{display:"block","margin-bottom":"15px"}},[o.createElementVNode("div",{style:{"font-weight":"bold","margin-bottom":"5px",cursor:"pointer",display:"flex","align-items":"center"},onClick:Q=>h.value=F},[o.createElementVNode("input",{type:"radio",checked:h.value===F,style:{"margin-right":"5px"}},null,8,vb),o.createTextVNode(" "+o.toDisplayString(P.type)+": ",1)],8,wb),o.createElementVNode("div",Ib,[o.createElementVNode("div",Bb,[o.createElementVNode("label",xb,o.toDisplayString(P.longitudeText),1),o.withDirectives(o.createElementVNode("input",{type:"number","onUpdate:modelValue":Q=>P.longitude=Q,readonly:"",style:{width:"100px"}},null,8,Sb),[[o.vModelText,P.longitude,void 0,{number:!0}]])]),o.createElementVNode("div",Tb,[o.createElementVNode("label",Mb,o.toDisplayString(P.latitudeText),1),o.withDirectives(o.createElementVNode("input",{type:"number","onUpdate:modelValue":Q=>P.latitude=Q,readonly:"",style:{width:"100px"}},null,8,Db),[[o.vModelText,P.latitude,void 0,{number:!0}]])]),o.createElementVNode("div",kb,[o.createElementVNode("label",Pb,o.toDisplayString(P.heightText),1),o.withDirectives(o.createElementVNode("input",{type:"number","onUpdate:modelValue":Q=>P.height=Q,readonly:"",style:{width:"100px"}},null,8,Nb),[[o.vModelText,P.height,void 0,{number:!0}]])])])]))),128)),o.createElementVNode("div",{class:"button-grid",style:{"grid-template-columns":"1fr"}},[o.createElementVNode("button",{onClick:C,class:"primary-btn"},"应用校准"),o.createElementVNode("button",{onClick:k},"保存")]),I[34]||(I[34]=o.createElementVNode("div",{class:"instructions",style:{"margin-top":"15px",color:"#999","font-size":"12px","line-height":"1.5"}},[o.createElementVNode("div",null,"操作指南:"),o.createElementVNode("div",null,"1. 勾选上方 CAD 或 地图 标记点选项。"),o.createElementVNode("div",null,"2. Shift + 左键 点击场景拾取对应坐标。"),o.createElementVNode("div",null,"3. 采集两点后,点击“应用校准”进行校准。")],-1))]))]),o.createElementVNode("div",Fb,[o.createElementVNode("div",Rb,[o.createElementVNode("div",Lb,[o.createElementVNode("input",{type:"checkbox",checked:l.value,onChange:V},null,40,Ob)]),I[36]||(I[36]=o.createElementVNode("div",{class:"col-index"},"序号",-1)),I[37]||(I[37]=o.createElementVNode("div",{class:"col-name"},"名称",-1)),I[38]||(I[38]=o.createElementVNode("div",{class:"col-main"},"主模型",-1))]),o.createElementVNode("div",Ub,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(a.value,(P,F)=>(o.openBlock(),o.createElementBlock("div",{key:P.modelId,class:o.normalizeClass(["list-item",{active:P.modelId===c.value}])},[o.createElementVNode("div",_b,[o.withDirectives(o.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":Q=>P.selected=Q},null,8,Qb),[[o.vModelCheckbox,P.selected]])]),o.createElementVNode("div",Vb,o.toDisplayString(F+1),1),o.createElementVNode("div",{class:"col-name",title:P.modelName},o.toDisplayString(P.modelName),9,Gb),o.createElementVNode("div",Hb,[o.createElementVNode("input",{type:"radio",name:"mainModel",checked:P.modelId===c.value,onChange:Q=>R(P.modelId)},null,40,Yb)])],2))),128)),a.value.length===0?(o.openBlock(),o.createElementBlock("div",zb,"暂无数据")):o.createCommentVNode("",!0)])])])]),_:1},8,["visible"]))}}),[["__scopeId","data-v-e8abd49d"]]),jb={class:"annotation-content"},Kb={class:"annotation-tools"},$b={class:"annotation-controls"},Xb={class:"control-group",title:"颜色"},qb={class:"tool-item color-tool"},Jb={class:"control-group line-width-container",title:"线宽"},Zb=["onClick"],ew={class:"option-label"},tw=ge(o.defineComponent({__name:"LeitingAnnotationCard",props:{visible:{type:Boolean,default:!1}},emits:["update:visible"],setup(n,{emit:e}){const t=n,i=e,s=o.inject("leitingMethods"),r=o.ref(""),a=o.ref("#ff0000"),c=o.ref(1),l=o.ref(!1),d=o.ref(null),h=o.ref(null),f=o.ref({top:"0px",left:"0px"}),p=[{value:6,label:"粗"},{value:3,label:"中"},{value:1,label:"细"}],u=()=>s?.value?.getAnnotationInstance?s.value.getAnnotationInstance():null,m=()=>{i("update:visible",!1)},E=x=>{r.value=x;const g=u();if(g)switch(x){case"freehandLine":g.startFreehandLine();break;case"arrow":g.startArrow();break;case"straightLine":g.startStraightLine();break;case"rectangle":g.startRectangle();break;case"ellipse":g.startEllipse();break}},A=()=>{const x=u();x&&(x.setCurrentColor(a.value),x.changeColor(a.value))},b=()=>{if(!l.value&&d.value){const x=d.value.getBoundingClientRect();f.value={top:`${x.top}px`,left:`${x.right+8}px`}}l.value=!l.value},w=x=>{c.value=x,l.value=!1;const g=u();g&&(g.setCurrentWidth(x),g.changeWidth(x))},B=()=>{const x=u();x&&x.deleteSelectedEntity()},D=()=>{const x=u();x&&x.clearAll()},N=()=>{if(s?.value?.saveAnnotations){s.value.saveAnnotations();return}const x=u();x&&x.saveAnnotations()},S=x=>{const g=x.target,R=d.value&&d.value.contains(g),v=h.value&&h.value.contains(g);!R&&!v&&(l.value=!1)};return o.onMounted(()=>{document.addEventListener("click",S)}),o.onUnmounted(()=>{document.removeEventListener("click",S)}),(x,g)=>(o.openBlock(),o.createBlock(Le,{visible:t.visible,title:"标注",width:70,"min-width":70,height:480,"onUpdate:visible":g[6]||(g[6]=R=>i("update:visible",R)),onClose:m},{default:o.withCtx(()=>[o.createElementVNode("div",jb,[o.createElementVNode("div",Kb,[o.createElementVNode("div",{class:o.normalizeClass(["tool-item",{active:r.value==="freehandLine"}]),onClick:g[0]||(g[0]=R=>E("freehandLine")),title:"手绘线"},[...g[7]||(g[7]=[o.createElementVNode("div",{class:"tool-icon"},"✏️",-1)])],2),o.createElementVNode("div",{class:o.normalizeClass(["tool-item",{active:r.value==="arrow"}]),onClick:g[1]||(g[1]=R=>E("arrow")),title:"箭头"},[...g[8]||(g[8]=[o.createElementVNode("div",{class:"tool-icon"},"↗️",-1)])],2),o.createElementVNode("div",{class:o.normalizeClass(["tool-item",{active:r.value==="straightLine"}]),onClick:g[2]||(g[2]=R=>E("straightLine")),title:"直线"},[...g[9]||(g[9]=[o.createElementVNode("div",{class:"tool-icon"},"📏",-1)])],2),o.createElementVNode("div",{class:o.normalizeClass(["tool-item",{active:r.value==="rectangle"}]),onClick:g[3]||(g[3]=R=>E("rectangle")),title:"矩形"},[...g[10]||(g[10]=[o.createElementVNode("div",{class:"tool-icon"},"▭",-1)])],2),o.createElementVNode("div",{class:o.normalizeClass(["tool-item",{active:r.value==="ellipse"}]),onClick:g[4]||(g[4]=R=>E("ellipse")),title:"椭圆"},[...g[11]||(g[11]=[o.createElementVNode("div",{class:"tool-icon"},"⭕",-1)])],2)]),g[13]||(g[13]=o.createElementVNode("div",{class:"separator"},null,-1)),o.createElementVNode("div",$b,[o.createElementVNode("div",Xb,[o.createElementVNode("div",qb,[o.createElementVNode("div",{class:"color-swatch",style:o.normalizeStyle({backgroundColor:a.value})},null,4),o.withDirectives(o.createElementVNode("input",{type:"color","onUpdate:modelValue":g[5]||(g[5]=R=>a.value=R),onChange:A,class:"color-input-overlay"},null,544),[[o.vModelText,a.value]])])]),o.createElementVNode("div",Jb,[o.createElementVNode("div",{ref_key:"lineWidthBtnRef",ref:d,class:"tool-item",onClick:o.withModifiers(b,["stop"])},[o.createElementVNode("div",{class:"current-width-preview",style:o.normalizeStyle({height:c.value+"px",backgroundColor:"#fff"})},null,4)],512),(o.openBlock(),o.createBlock(o.Teleport,{to:"body"},[l.value?(o.openBlock(),o.createElementBlock("div",{key:0,ref_key:"dropdownRef",ref:h,class:"line-width-dropdown",style:o.normalizeStyle(f.value)},[(o.openBlock(),o.createElementBlock(o.Fragment,null,o.renderList(p,R=>o.createElementVNode("div",{key:R.value,class:o.normalizeClass(["line-width-option",{selected:c.value===R.value}]),onClick:o.withModifiers(v=>w(R.value),["stop"])},[o.createElementVNode("span",ew,o.toDisplayString(R.label),1),o.createElementVNode("div",{class:"line-preview",style:o.normalizeStyle({height:R.value+"px",backgroundColor:c.value===R.value?"#1890ff":"#ddd"})},null,4)],10,Zb)),64))],4)):o.createCommentVNode("",!0)]))]),g[12]||(g[12]=o.createElementVNode("div",{class:"separator"},null,-1)),o.createElementVNode("div",{class:"action-buttons"},[o.createElementVNode("button",{class:"control-btn",onClick:B,title:"删除选中"}," 🗑️ "),o.createElementVNode("button",{class:"control-btn",onClick:D,title:"清空"}," ❌ "),o.createElementVNode("button",{class:"control-btn",onClick:N,title:"保存"}," 💾 ")])])])]),_:1},8,["visible"]))}}),[["__scopeId","data-v-3cfc8415"]]),nw={class:"measure-content"},iw={class:"measure-tools"},sw={key:0,class:"measure-results"},ow={class:"result-row"},rw={class:"result-value"},aw={class:"result-row"},lw={class:"result-value"},cw={class:"result-row"},dw={class:"result-value"},uw={class:"result-row"},hw={class:"result-value"},fw={key:1,class:"result-row"},pw={class:"result-value"},mw={key:2,class:"result-row"},gw={class:"result-value"},Aw={class:"measure-controls"},yw={class:"control-group",title:"单位"},Cw={class:"unit-display"},Ew=["onClick"],bw=ge(o.defineComponent({__name:"LeitingMeasurement",props:{visible:{type:Boolean,default:!1}},emits:["update:visible","close"],setup(n,{emit:e}){const t=n,i=e,s=o.inject("leitingMethods",o.ref({})),r=o.ref(null),a=o.ref(null),c=o.ref("m"),l=o.ref(!1),d=o.ref(null),h=o.ref(!1),f=o.ref({}),p=o.ref(null),u=[{label:"米 (m)",value:"m"},{label:"厘米 (cm)",value:"cm"},{label:"毫米 (mm)",value:"mm"}],m=x=>{const g=c.value;return g==="mm"?`${(x*1e3).toFixed(0)}mm`:g==="cm"?`${(x*100).toFixed(1)}cm`:`${x.toFixed(2)}m`},E=x=>x>1e6?`${(x/1e6).toFixed(2)} km²`:`${x.toFixed(2)} m²`,A=()=>{if(!r.value&&s.value?.getViewer){const x=s.value.getViewer(),g=s.value.getCesium();x&&g&&(r.value=new Ps({viewer:x,cesium:g}),r.value.setUnit(c.value),r.value.setSnapping(l.value),r.value.onMeasure=R=>{d.value=R})}},b=x=>{r.value||A(),a.value===x?(a.value=null,r.value?.stop(),s.value?.baseCompt?.enableSelection()):(a.value=x,r.value?.start(x),s.value?.baseCompt?.disableSelection())},w=x=>{c.value=x,h.value=!1},B=()=>{r.value&&(r.value.clearAll(),a.value=null,r.value.stop()),s.value?.baseCompt?.enableSelection()},D=()=>{i("update:visible",!1)},N=x=>{if(h.value){h.value=!1;return}const R=x.currentTarget.getBoundingClientRect();f.value={position:"fixed",top:`${R.top}px`,left:`${R.right+5}px`,zIndex:3e3},h.value=!0},S=x=>{h.value&&p.value&&!p.value.contains(x.target)&&(h.value=!1)};return o.onMounted(()=>{document.addEventListener("click",S),t.visible&&o.nextTick(()=>A())}),o.onUnmounted(()=>{document.removeEventListener("click",S),r.value&&r.value.destroy()}),o.watch(()=>t.visible,x=>{x?o.nextTick(()=>A()):r.value&&(r.value.stop(),a.value=null)}),o.watch(s,x=>{x&&x.getViewer&&!r.value&&t.visible&&A()}),o.watch(c,x=>{r.value&&r.value.setUnit(x)}),(x,g)=>(o.openBlock(),o.createBlock(Le,{visible:t.visible,title:"量算",width:70,"min-width":70,height:480,"onUpdate:visible":g[3]||(g[3]=R=>i("update:visible",R)),onClose:D},{default:o.withCtx(()=>[o.createElementVNode("div",nw,[o.createElementVNode("div",iw,[o.createElementVNode("div",{class:o.normalizeClass(["tool-item",{active:a.value==="distance"}]),onClick:g[0]||(g[0]=R=>b("distance")),title:"距离测量"},[...g[4]||(g[4]=[o.createElementVNode("div",{class:"tool-icon"},"📏",-1)])],2),o.createElementVNode("div",{class:o.normalizeClass(["tool-item",{active:a.value==="angle"}]),onClick:g[1]||(g[1]=R=>b("angle")),title:"角度测量"},[...g[5]||(g[5]=[o.createElementVNode("div",{class:"tool-icon"},"📐",-1)])],2),o.createElementVNode("div",{class:o.normalizeClass(["tool-item",{active:a.value==="area"}]),onClick:g[2]||(g[2]=R=>b("area")),title:"面积测量"},[...g[6]||(g[6]=[o.createElementVNode("div",{class:"tool-icon"},"🔳",-1)])],2)]),g[15]||(g[15]=o.createElementVNode("div",{class:"separator"},null,-1)),d.value?(o.openBlock(),o.createElementBlock("div",sw,[d.value.type==="distance"?(o.openBlock(),o.createElementBlock(o.Fragment,{key:0},[o.createElementVNode("div",ow,[g[7]||(g[7]=o.createElementVNode("span",{class:"result-label"},"总长:",-1)),o.createElementVNode("span",rw,o.toDisplayString(m(d.value.dist)),1)]),o.createElementVNode("div",aw,[g[8]||(g[8]=o.createElementVNode("span",{class:"result-label",style:{color:"#ff4d4f"}},"ΔX:",-1)),o.createElementVNode("span",lw,o.toDisplayString(m(d.value.dx)),1)]),o.createElementVNode("div",cw,[g[9]||(g[9]=o.createElementVNode("span",{class:"result-label",style:{color:"#52c41a"}},"ΔY:",-1)),o.createElementVNode("span",dw,o.toDisplayString(m(d.value.dy)),1)]),o.createElementVNode("div",uw,[g[10]||(g[10]=o.createElementVNode("span",{class:"result-label",style:{color:"#1890ff"}},"ΔZ:",-1)),o.createElementVNode("span",hw,o.toDisplayString(m(d.value.dz)),1)])],64)):o.createCommentVNode("",!0),d.value.type==="angle"?(o.openBlock(),o.createElementBlock("div",fw,[g[11]||(g[11]=o.createElementVNode("span",{class:"result-label"},"角度:",-1)),o.createElementVNode("span",pw,o.toDisplayString(d.value.angle.toFixed(1))+"°",1)])):o.createCommentVNode("",!0),d.value.type==="area"?(o.openBlock(),o.createElementBlock("div",mw,[g[12]||(g[12]=o.createElementVNode("span",{class:"result-label"},"面积:",-1)),o.createElementVNode("span",gw,o.toDisplayString(E(d.value.area)),1)])):o.createCommentVNode("",!0)])):o.createCommentVNode("",!0),o.createElementVNode("div",Aw,[o.createElementVNode("div",yw,[o.createElementVNode("div",{class:"tool-item",onClick:o.withModifiers(N,["stop"])},[o.createElementVNode("div",Cw,o.toDisplayString(c.value),1)]),(o.openBlock(),o.createBlock(o.Teleport,{to:"body"},[h.value?(o.openBlock(),o.createElementBlock("div",{key:0,ref_key:"unitDropdownRef",ref:p,class:"unit-dropdown",style:o.normalizeStyle(f.value)},[(o.openBlock(),o.createElementBlock(o.Fragment,null,o.renderList(u,R=>o.createElementVNode("div",{key:R.value,class:o.normalizeClass(["unit-option",{selected:c.value===R.value}]),onClick:o.withModifiers(v=>w(R.value),["stop"])},o.toDisplayString(R.label),11,Ew)),64))],4)):o.createCommentVNode("",!0)]))]),g[14]||(g[14]=o.createElementVNode("div",{class:"separator"},null,-1)),o.createElementVNode("div",{class:"action-buttons"},[o.createElementVNode("div",{class:"tool-item control-btn",onClick:B,title:"清空"},[...g[13]||(g[13]=[o.createElementVNode("div",{class:"tool-icon"},"🗑️",-1)])])])])])]),_:1},8,["visible"]))}}),[["__scopeId","data-v-8b1e070f"]]);function vl(){const n=o.ref(!1),e=o.reactive({x:0,y:0}),t=o.ref([]),i=o.ref(null);return{visible:n,position:e,items:t,contextData:i,show:(l,d,h)=>{l instanceof MouseEvent?(l.preventDefault(),e.x=l.clientX,e.y=l.clientY):(e.x=l.x,e.y=l.y),t.value=d,i.value=h,n.value=!0},hide:()=>{n.value=!1},addItem:l=>{t.value.push(l)},removeItem:l=>{t.value=t.value.filter(d=>d.id!==l)}}}const ww=["onClick","onTouchend"],vw={class:"menu-label"},Iw={key:0,class:"menu-arrow"},Bw=ge(o.defineComponent({__name:"LeitingContextMenu",props:{visible:{type:Boolean},position:{},items:{}},emits:["update:visible","action"],setup(n,{emit:e}){const t=n,i=e,{isMobile:s}=ui(),r=o.computed(()=>{let l=t.position.x,d=t.position.y;if(s.value){const f=t.items.length*48;l+200>window.innerWidth-16&&(l=window.innerWidth-200-16),d+f>window.innerHeight-16&&(d=window.innerHeight-f-16),d<16&&(d=16)}return{left:l+"px",top:d+"px"}}),a=l=>{l.disabled||(l.action&&l.action(),i("action",l),i("update:visible",!1))},c=()=>{t.visible&&i("update:visible",!1)};return o.onMounted(()=>{document.addEventListener("click",c),document.addEventListener("contextmenu",l=>{l.target.closest(".leiting-context-menu")||c()})}),o.onUnmounted(()=>{document.removeEventListener("click",c)}),(l,d)=>o.withDirectives((o.openBlock(),o.createElementBlock("div",{class:o.normalizeClass(["leiting-context-menu",{"mobile-style":o.unref(s)}]),style:o.normalizeStyle(r.value),onContextmenu:d[0]||(d[0]=o.withModifiers(()=>{},["prevent"]))},[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(n.items,h=>(o.openBlock(),o.createElementBlock("div",{key:h.id,class:o.normalizeClass(["menu-item",{"menu-divided":h.divided,"menu-disabled":h.disabled}]),onClick:f=>a(h),onTouchend:o.withModifiers(f=>a(h),["prevent"])},[o.createElementVNode("span",vw,o.toDisplayString(h.label),1),h.children?(o.openBlock(),o.createElementBlock("span",Iw,"▶")):o.createCommentVNode("",!0)],42,ww))),128))],38)),[[o.vShow,n.visible]])}}),[["__scopeId","data-v-62c220a6"]]),xw={class:"mobile-nav-root"},Sw={class:"nav-bar-container"},Tw={key:"sub-mode",class:"nav-inner sub-menu-wrapper"},Mw={class:"sub-icons-list"},Dw=["onClick"],kw=["innerHTML"],Pw={key:"main-mode",class:"nav-inner main-menu-wrapper"},Nw=["onClick"],Fw=["src","alt"],Il=ge(o.defineComponent({__name:"MobileBottomNav",props:{activeIds:{},is2d:{type:Boolean},customItems:{}},emits:["item-click","sub-item-click","clear-measure"],setup(n,{emit:e}){const t=n,i=e,s=o.ref(null),r=o.ref(null),a={measure:[{id:"distance",label:"距离",parentId:"measure",parentKey:"measurement"},{id:"angle",label:"角度",parentId:"measure",parentKey:"measurement"},{id:"area",label:"面积",parentId:"measure",parentKey:"measurement"},{id:"coordinate",label:"坐标",parentId:"measure",parentKey:"measurement"}],section:[{id:"box",label:"剖切盒",parentId:"section",parentKey:"section"},{id:"plane-x",label:"X轴",parentId:"section",parentKey:"section"},{id:"plane-y",label:"Y轴",parentId:"section",parentKey:"section"}]},c={distance:'<svg viewBox="0 0 24 24" width="22" height="22" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 17l6-6 4 4 8-8"/><path d="M17 7h4v4"/></svg>',angle:'<svg viewBox="0 0 24 24" width="22" height="22" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 20H4L14 4"/></svg>',area:'<svg viewBox="0 0 24 24" width="20" height="20" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="3" width="18" height="18" rx="2"/></svg>',coordinate:'<svg viewBox="0 0 24 24" width="22" height="22" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 2v20M2 12h20"/></svg>',box:'<svg viewBox="0 0 24 24" width="22" height="22" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/></svg>'},l=A=>c[A]||c.box,d=o.ref([{ID:"home",title:"主视角",src:new URL("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAEhSURBVDhP1ZRhkcIwEIWJAsDBOTgkgAJAAYcCQAFFAUgoDjgFh4Q7B+cAUFC+19kyS0hL+Ulm3nS6+/ZLNkkbOk9GURRDWUIIxyZraEoCWZLfmmcOLK/z14KAqGiGvq14zDMHNk/BHkAAehh/0ABtKMxUSFzPNfpFI+JnD7wDYVaxIIov41bIfxHfoROakhe0HDeQmbQfFzTxJj+zTXYg1kWrarISRFKzLNAfGsbL9iDzq/0j+kQZ/k1wm7onoKW3Hq42F0jLVK//Tcebott2fJAbVK1lvKwBNd6rRIsFsfJka0G2qdpQPy7+EPC0AumexKAzoH5FbgvSbHuUW6EOYubbfwX0cLPfFJS4K6mPNrbdHb+uvP498dhVn4v9FWo9V3RZzFxAv8L9AAAAAElFTkSuQmCC",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:me&&me.tagName.toUpperCase()==="SCRIPT"&&me.src||new URL("leiting-bim.umd.js",document.baseURI).href).href,key:"homeView"},{ID:"measure",title:"量算",src:new URL("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAFESURBVDhPlZMNEcIwDIVXBQwFgAJAAcMBDgAFIGE4wAHgABSwOdgcIAEUjPd6aS/rfhi7y12bJl9f0sxEf3xVVV0RPoetjTFvnWqGcgSylfgihA0CKcgJgBfsAqMiKiM0+gkKlCyZCN8uhPWCFOSBxARWORU4W2CdeV9XjxSEJcwkjokTqBpzjxjCn7CyVRECzjg8wHLYCmabK7CplBcLhMr2DZCqP0dCovYZ9hYGXx1izLUGUkkfxI/sTQiCf4N1zLWAWCKV2nP6PEhB2Ngd7B4GC4SJnCcP8SAFoc/Ph/TqjVvTPogFKUiJ/VGU+GdmUAA5ObA7cyC+iPt/MjUfKRL4emyuK+cGH8tufFRUHywZ+RYlnRDdIwfzLzVUibtQv1oNhoAExtfpVdIAiQIOWiY9o2sQxJemOydTS1jR1di2Zn8B8f27apou9kMAAAAASUVORK5CYII=",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:me&&me.tagName.toUpperCase()==="SCRIPT"&&me.src||new URL("leiting-bim.umd.js",document.baseURI).href).href,key:"measurement"},{ID:"roam",title:"漫游",src:new URL("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADhSURBVHgBvVOBEYIwDEw9B2ADO4IjuIEjwAa6Aa7ABMAEuIIjOIFsUDao37vgxVZbBI+/+0tI0+fJBaIIrLUFaMAHmNNcsMAIE+vdJLQykQ+0wFHBrsyiT/sL2I1DDTac/+4Klzobov7WHxt29qGmaYaQnlhLCmUTa2l4C2ljvamFlEvY0xpCW/kA924GblfGWciZaJyXQvSmlOoDITSdXQBbcA8eKfy/nHDFeY470FIX8tzUIu84FmLWuTzz7yhRLPm54dKJ4+A5uoJ3HgHBUfUmxGIa4QDuKA4n3kLk9ZInw0qu5b1R1aYAAAAASUVORK5CYII=",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:me&&me.tagName.toUpperCase()==="SCRIPT"&&me.src||new URL("leiting-bim.umd.js",document.baseURI).href).href,key:"roam"},{ID:"info",title:"信息",src:new URL("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAADFSURBVDhPxVPBDYMwDIwnKJu0G9ANYJMyQrsBbNIRGAE2gEnSO6mpIMJxkBC1lEds52zfOeK9b51zV5wte4lIr8RWbgGQh2fGmaIHJe4EetKPtDpRcA5AvwcB7FtgCcTOH0p3YzaQNd75QBiVXJG3LRtCRyQ6Jvsekd3gTsJVoDcihZLQQjXGTRMzIzPhOCCQyNYvSuEue7Qdm02yK0u1nM2m/FQyKb8JZHH+l81Ofdpdm82tvikjThyNlbSEBvIPFj+MfwA76qSYUG3g9QAAAABJRU5ErkJggg==",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:me&&me.tagName.toUpperCase()==="SCRIPT"&&me.src||new URL("leiting-bim.umd.js",document.baseURI).href).href,key:"componentInfo"},{ID:"setting",title:"设置",src:new URL("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAGPSURBVDhPrZT9UQIxEMUvFSgViBUoFQgVABV4VqBW4FmBUIFQgZRwVqBU4HUAVHC+X2aXycQw/sPOvLncZvdlv5JQFaTv+1upp8IyhLDHRLpLfe6FrXRt7hZShYyH+n8RauGAv/AkQNYIHICshFcRdu6fE/kGRN/mQGTIpzAzMoh6EV2fIsJ5IwNOj2IpVZ6i6difSecRVnlELZHIgHROisgXRCa78Z+IrMBf2pjLYJNENGSd1kO2pPghjKQniyqY8lFr2NfaqC18wn7nZCMlWg7xLq70TxfRLyHqtABN2lbp40mSSCzBcSebif1TPyKjDBcQ0eJJRkIUpHkMPUlnkBU+pnlWItL6ERgw8o1iqRHtgzAUGNRD2qmkvgMvNnneUQcZ4ggR6VGXG+OOA1koNvrFcY7+af++VJe0hucfyKQu+RWJc+SDZ3aNvlPpRl7T0qXdafNZYPDehLEZt/rOBR9U8QSaEKX0jHAaE4tshVrgLeJ+Xdl6rS8D3BWJXKnCEwWXEuco9grQ3bb0sP0Cn8/nPm/SMRQAAAAASUVORK5CYII=",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:me&&me.tagName.toUpperCase()==="SCRIPT"&&me.src||new URL("leiting-bim.umd.js",document.baseURI).href).href,key:"setting"}]),h=o.ref([{ID:"home",title:"主视角",src:new URL("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAEhSURBVDhP1ZRhkcIwEIWJAsDBOTgkgAJAAYcCQAFFAUgoDjgFh4Q7B+cAUFC+19kyS0hL+Ulm3nS6+/ZLNkkbOk9GURRDWUIIxyZraEoCWZLfmmcOLK/z14KAqGiGvq14zDMHNk/BHkAAehh/0ABtKMxUSFzPNfpFI+JnD7wDYVaxIIov41bIfxHfoROakhe0HDeQmbQfFzTxJj+zTXYg1kWrarISRFKzLNAfGsbL9iDzq/0j+kQZ/k1wm7onoKW3Hq42F0jLVK//Tcebott2fJAbVK1lvKwBNd6rRIsFsfJka0G2qdpQPy7+EPC0AumexKAzoH5FbgvSbHuUW6EOYubbfwX0cLPfFJS4K6mPNrbdHb+uvP498dhVn4v9FWo9V3RZzFxAv8L9AAAAAElFTkSuQmCC",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:me&&me.tagName.toUpperCase()==="SCRIPT"&&me.src||new URL("leiting-bim.umd.js",document.baseURI).href).href,key:"homeView"},{ID:"cadLayer",title:"CAD图层",src:fi,key:"cadLayer"},{ID:"annotation",title:"标注",src:new URL("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACDSURBVHgB1ZFhDYAgEIWfzgBGIIINpIEViGAkG2gEbWADjWADfMw/iDgUfji/7e3gxt3uHsDXZFrrlrFBHJNpsPAgEEmORArn3lFroEZQCjcTbAhzepPsgbuCgn8FBWvsUAMfFR5OIPGS5G80JkrG2sopHKbO1BCoHy8ZNhRUT5X4BTu6qyNSwwCiMAAAAABJRU5ErkJggg==",typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:me&&me.tagName.toUpperCase()==="SCRIPT"&&me.src||new URL("leiting-bim.umd.js",document.baseURI).href).href,key:"annotation"}]),f=o.computed(()=>{let b=[...t.is2d?h.value:d.value];return t.customItems&&(b=[...b,...t.customItems]),b}),p=o.computed(()=>s.value?a[s.value.ID]||[]:[]),u=A=>{if(a[A.ID]){if(A.ID==="measure"){i("item-click",A);return}if(s.value?.ID===A.ID)E();else{s.value=A,r.value=null;const b=a[A.ID];b&&b.length>0&&(r.value=b[0]?.id??null,setTimeout(()=>{i("sub-item-click",{parent:A,sub:b[0]})},50))}}else i("item-click",A)},m=A=>{r.value=A.id,i("sub-item-click",{parent:s.value,sub:A})},E=()=>{s.value=null,r.value=null};return(A,b)=>(o.openBlock(),o.createElementBlock("div",xw,[o.createElementVNode("nav",Sw,[o.createVNode(o.Transition,{name:"nav-mode-switch",mode:"out-in"},{default:o.withCtx(()=>[s.value?(o.openBlock(),o.createElementBlock("div",Tw,[o.createElementVNode("button",{class:"nav-back-icon",onClick:E},[...b[0]||(b[0]=[o.createElementVNode("svg",{width:"22",height:"22",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"3"},[o.createElementVNode("polyline",{points:"15 18 9 12 15 6"})],-1)])]),o.createElementVNode("div",Mw,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(p.value,w=>(o.openBlock(),o.createElementBlock("button",{key:w.id,class:o.normalizeClass(["sub-icon-box",{active:r.value===w.id}]),onClick:B=>m(w)},[o.createElementVNode("div",{class:"icon-svg",innerHTML:l(w.id)},null,8,kw)],10,Dw))),128))])])):(o.openBlock(),o.createElementBlock("div",Pw,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(f.value,w=>(o.openBlock(),o.createElementBlock("div",{key:w.ID,class:o.normalizeClass(["main-tab-item",{active:n.activeIds?.includes(w.ID)}]),onClick:B=>u(w)},[o.createElementVNode("img",{src:w.src,class:"tab-img",alt:w.title},null,8,Fw)],10,Nw))),128))]))]),_:1})])]))}}),[["__scopeId","data-v-976b4d8c"]]),Rw={key:1,class:"drawer-header"},Lw={class:"drawer-title"},Ow={class:"drawer-content"},Uw={key:2,class:"drawer-footer"},bi=ge(o.defineComponent({__name:"MobileDrawer",props:{visible:{type:Boolean},title:{},direction:{default:"bottom"},width:{default:"100%"},height:{default:"50vh"},showHandle:{type:Boolean,default:!1},closeOnOverlay:{type:Boolean,default:!0},maxHeight:{default:"60vh"}},emits:["update:visible","close"],setup(n,{emit:e}){const t=n,i=e,s=o.ref(null);let r=0,a=0;const c=o.computed(()=>{const u={};return t.direction==="right"||t.direction==="left"?(u.width=t.width,u.height="100%"):(u.width=t.width,u.height=t.height,u.maxHeight=t.maxHeight),u}),l=u=>{r=u.touches[0]?.clientY??0,s.value&&(s.value.style.transition="none")},d=u=>{if(!s.value)return;a=(u.touches[0]?.clientY??0)-r,a>0&&(s.value.style.transform=`translateY(${a}px)`)},h=()=>{s.value&&(s.value.style.transition="transform 300ms cubic-bezier(0.4, 0, 0.2, 1)",a>100?f():s.value.style.transform="",a=0)},f=()=>{i("update:visible",!1),i("close")},p=()=>{t.closeOnOverlay&&f()};return o.watch(()=>t.visible,u=>{u?document.body.style.overflow="hidden":document.body.style.overflow=""}),(u,m)=>(o.openBlock(),o.createBlock(o.Teleport,{to:"body"},[o.createVNode(o.Transition,{name:"drawer-fade"},{default:o.withCtx(()=>[n.visible?(o.openBlock(),o.createElementBlock("div",{key:0,class:"mobile-drawer-overlay",onClick:p,onTouchmove:m[1]||(m[1]=o.withModifiers(()=>{},["prevent"]))},[o.createElementVNode("div",{class:o.normalizeClass(["mobile-drawer-panel",[`direction-${n.direction}`]]),style:o.normalizeStyle(c.value),onClick:m[0]||(m[0]=o.withModifiers(()=>{},["stop"])),ref_key:"panelRef",ref:s},[n.direction==="bottom"&&n.showHandle?(o.openBlock(),o.createElementBlock("div",{key:0,class:"drawer-handle",onTouchstart:l,onTouchmove:d,onTouchend:h},[...m[2]||(m[2]=[o.createElementVNode("div",{class:"handle-bar"},null,-1)])],32)):o.createCommentVNode("",!0),n.title||u.$slots.title?(o.openBlock(),o.createElementBlock("div",Rw,[o.renderSlot(u.$slots,"title",{},()=>[o.createElementVNode("span",Lw,o.toDisplayString(n.title),1)],!0),o.createElementVNode("button",{class:"drawer-close-btn",onClick:f},[...m[3]||(m[3]=[o.createElementVNode("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round"},[o.createElementVNode("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),o.createElementVNode("line",{x1:"6",y1:"6",x2:"18",y2:"18"})],-1)])])])):o.createCommentVNode("",!0),o.createElementVNode("div",Ow,[o.renderSlot(u.$slots,"default",{},void 0,!0)]),u.$slots.footer?(o.openBlock(),o.createElementBlock("div",Uw,[o.renderSlot(u.$slots,"footer",{},void 0,!0)])):o.createCommentVNode("",!0)],6)],32)):o.createCommentVNode("",!0)]),_:3})]))}}),[["__scopeId","data-v-5b311962"]]),_w={class:"mobile-tree-container"},Qw={class:"search-section"},Vw={class:"search-inner"},Gw=["innerHTML"],Bl=ge(o.defineComponent({__name:"MobileTree",props:{visible:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},treeData:{default:()=>[]},initialCheckedKeys:{default:()=>[]}},emits:["update:visible","update:open","close","select","check","search"],setup(n,{emit:e}){const t=n,i=e,s=o.inject("leitingMethods"),r=o.computed({get:()=>t.open!==void 0?t.open:t.visible,set:v=>{i("update:visible",v),i("update:open",v)}}),a={key:"id",title:"name",children:"children"},c=o.ref(""),l=o.ref([]),d=o.ref([]),h=o.ref(null),f=o.ref(300),p=o.ref(!1);let u=null;o.watch(()=>t.initialCheckedKeys,v=>{v&&v.length>0&&(d.value=[...v])},{immediate:!0}),o.watch(()=>t.treeData,v=>{if(!v||v.length===0)return;const M=[],L=(C,y)=>{for(let I=0;I<C.length;I++){const P=C[I],F=P.id||P.key||P.$id,Q=P.modelId||y;Q&&(P.modelId=Q),F&&M.push(String(F)),P.children&&P.children.length>0&&L(P.children,Q)}};L(v);const V=new Set(d.value);let k=!1;M.forEach(C=>{V.has(C)||(V.add(C),k=!0)}),k&&(d.value=Array.from(V),i("check",d.value))},{immediate:!0,deep:!0});const m=(v,M)=>{const L=[],V=k=>{for(let C=0;C<k.length;C++){const y=k[C],I=y.id||y.key;!y.children||y.children.length===0?!(I&&M.has(String(I)))&&y.modelId&&y.element_Id&&L.push({modelId:y.modelId,elementId:y.element_Id,show:!1}):y.children&&V(y.children)}};return V(v),L},E=o.computed(()=>{if(!c.value)return t.treeData;p.value=!0;const v=c.value.toLowerCase(),M=L=>{const V=[];for(let k=0;k<L.length;k++){const C=L[k],y=C.name||C.title||"",I=C.id||C.key,P=y.toLowerCase().includes(v);let F;C.children&&C.children.length>0&&(F=M(C.children)),(P||F&&F.length>0)&&V.push({key:String(I),title:y,children:F&&F.length>0?F:C.children?C.children:void 0,_raw:C,_searchMatched:P})}return V};return M(t.treeData)}),A=o.computed(()=>{if(!c.value)return[];const v=[],M=L=>{for(let V=0;V<L.length;V++){const k=L[V]?.children;k&&k.length>0&&(v.push(L[V]?.key),M(k))}};return M(E.value),v}),b=v=>{if(!c.value)return v;const M=new RegExp(`(${c.value.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")})`,"gi");return v.replace(M,'<mark class="search-highlight">$1</mark>')},w=_n(v=>{const M=typeof v=="object"?v.target?.value??"":v;D(M)},200),B=v=>{D(v)},D=v=>{c.value=v||"",i("search",c.value),v&&o.nextTick(()=>{l.value=[...A.value]})},N=v=>{l.value=v},S=(v,M)=>{d.value=v,i("check",d.value);const L=new Set(v.map(k=>String(k))),V=m(t.treeData,L);s?.value?.setComponentVisibility&&s.value.setComponentVisibility(V),s?.value?.onTreeCheck&&s.value.onTreeCheck(v,M)},x=v=>{r.value=v},g=()=>{i("close")},R=()=>{h.value&&(f.value=h.value.clientHeight)};return o.onMounted(()=>{h.value&&(R(),u=new ResizeObserver(()=>{R()}),u.observe(h.value))}),o.onUnmounted(()=>{u&&(u.disconnect(),u=null)}),(v,M)=>(o.openBlock(),o.createBlock(bi,{visible:r.value,title:"目录树",direction:"bottom","show-handle":!1,class:"mobile-bim-drawer","onUpdate:visible":x,onClose:g},{title:o.withCtx(()=>[...M[1]||(M[1]=[o.createElementVNode("div",{class:"custom-drawer-header"},[o.createElementVNode("span",null,"目录树")],-1)])]),default:o.withCtx(()=>[o.createElementVNode("div",_w,[M[3]||(M[3]=o.createElementVNode("div",{class:"nav-tabs"},[o.createElementVNode("div",{class:"nav-tab-item active"},"构件")],-1)),o.createElementVNode("div",Qw,[o.createElementVNode("div",Vw,[o.createVNode(o.unref(ie.Input),{value:c.value,"onUpdate:value":M[0]||(M[0]=L=>c.value=L),placeholder:"搜索构件","allow-clear":"",class:"custom-search",onSearch:B,onChange:o.unref(w)},null,8,["value","onChange"])])]),o.createElementVNode("div",{class:"tree-content-wrapper",ref_key:"treeContentRef",ref:h},[E.value.length>0?(o.openBlock(),o.createBlock(o.unref(ie.Tree),{key:0,"tree-data":E.value,"field-names":a,"expanded-keys":l.value,"checked-keys":d.value,checkable:"","block-node":"",class:"bim-dark-tree",onExpand:N,onCheck:S},{switcherIcon:o.withCtx(({expanded:L})=>[o.createElementVNode("span",{class:o.normalizeClass(["switcher-icon",{"is-open":L}])},[...M[2]||(M[2]=[o.createElementVNode("svg",{viewBox:"0 0 1024 1024",width:"12",height:"12"},[o.createElementVNode("path",{d:"M340.864 149.312l405.376 362.688-405.376 362.688z",fill:"currentColor"})],-1)])],2)]),title:o.withCtx(L=>[o.createElementVNode("span",{class:o.normalizeClass(["node-title",{"is-matched":L._searchMatched}])},[o.createElementVNode("span",{innerHTML:b(L.title)},null,8,Gw)],2)]),_:1},8,["tree-data","expanded-keys","checked-keys","onExpand","onCheck"])):o.createCommentVNode("",!0)],512)])]),_:1},8,["visible"]))}}),[["__scopeId","data-v-3234e3c9"]]),Hw={class:"tabs-header"},Yw=["onClick"],zw={class:"modal-content"},Ww={key:0,class:"setting-section"},jw={class:"setting-item"},Kw={class:"mobile-switch"},$w={class:"setting-item"},Xw={class:"mobile-switch"},qw={class:"setting-item"},Jw={class:"mobile-switch"},Zw={key:1,class:"setting-section"},ev={class:"setting-item"},tv={class:"mobile-switch"},nv={key:0,class:"setting-item column"},iv={class:"setting-label-row"},sv={class:"setting-value"},ov={class:"setting-item"},rv={class:"mobile-switch"},av={class:"setting-item"},lv={class:"mobile-switch"},cv={class:"setting-item column"},dv={class:"setting-label-row"},uv={class:"setting-value"},hv={class:"setting-item column"},fv={class:"setting-label-row"},pv={class:"setting-value"},mv={class:"setting-item column"},gv={class:"setting-label-row"},Av={class:"setting-value"},yv={class:"setting-item column"},Cv={style:{display:"flex",gap:"8px","margin-bottom":"8px","flex-wrap":"wrap"}},Ev=["onClick","title"],bv={style:{display:"flex",gap:"8px","align-items":"center"}},xl=ge(o.defineComponent({__name:"MobileSetting",props:{visible:{type:Boolean,default:!1},open:{type:Boolean,default:void 0}},emits:["update:visible","update:open","close","change"],setup(n,{emit:e}){const t=n,i=e,s=o.inject("leitingMethods"),r=o.computed({get:()=>t.open!==void 0?t.open:t.visible,set:u=>{i("update:visible",u),i("update:open",u)}}),a=[{id:"GIS",label:"GIS"},{id:"RENDER",label:"渲染"}],c=o.ref("GIS"),l=o.ref({globe:!1,terrain:!1,depthTest:!1}),d=o.ref({shadows:!1,shadowDarkness:.5,environmentMap:!0,ambientOcclusion:!1,brightness:1,contrast:1,saturation:1,backgroundColor:"linear-gradient(0deg, rgb(238, 247, 255) 0%, rgb(178, 218, 244) 70%, rgb(141, 190, 221) 100%)"}),h=["linear-gradient(0deg, rgb(238, 247, 255) 0%, rgb(178, 218, 244) 70%, rgb(141, 190, 221) 100%)","linear-gradient(0deg, #0f2027 0%, #203a43 50%, #2c5364 100%)","linear-gradient(0deg, #cfd9df 0%, #e2ebf0 100%)"],f=()=>{p()},p=()=>{i("close"),i("change",{gis:l.value,render:d.value})};return o.watch(()=>l.value.globe,u=>{s?.value&&s.value.setGlobeEnvironmentVisible?.(u)}),o.watch(()=>l.value.terrain,u=>{s?.value&&s.value.setTerrainEnable?.(u)}),o.watch(()=>l.value.depthTest,u=>{s?.value&&s.value.setDepthTestEnable?.(u)}),o.watch(()=>d.value.shadows,u=>{s?.value&&s.value.setShadowsEnable?.(u)}),o.watch(()=>d.value.shadowDarkness,u=>{s?.value&&s.value.setShadowDarkness?.(u)}),o.watch(()=>d.value.environmentMap,u=>{s?.value&&s.value.setEnvironmentMapEnable?.(u)}),o.watch(()=>d.value.ambientOcclusion,u=>{s?.value&&s.value.setAmbientOcclusion?.(u)}),o.watch(()=>[d.value.brightness,d.value.contrast,d.value.saturation],([u,m,E])=>{const A=s?.value;A&&(A.setModelColorAdjustment?A.setModelColorAdjustment({brightness:u,contrast:m,saturation:E}):A.setModelBrightness?.(u))}),o.watch(()=>d.value.backgroundColor,u=>{s?.value&&s.value.setBackgroundColor?.(u)}),o.watch(()=>r.value,u=>{u?document.body.style.overflow="hidden":document.body.style.overflow=""}),(u,m)=>(o.openBlock(),o.createBlock(o.Teleport,{to:"body"},[o.createVNode(o.Transition,{name:"setting-modal"},{default:o.withCtx(()=>[r.value?(o.openBlock(),o.createElementBlock("div",{key:0,class:"mobile-setting-overlay",onClick:f,onTouchmove:m[13]||(m[13]=o.withModifiers(()=>{},["prevent"]))},[o.createElementVNode("div",{class:"mobile-setting-modal",onClick:m[12]||(m[12]=o.withModifiers(()=>{},["stop"]))},[o.createElementVNode("div",{class:"modal-header"},[m[15]||(m[15]=o.createElementVNode("span",{class:"modal-title"},"设置",-1)),o.createElementVNode("button",{class:"modal-close-btn",onClick:p},[...m[14]||(m[14]=[o.createElementVNode("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round"},[o.createElementVNode("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),o.createElementVNode("line",{x1:"6",y1:"6",x2:"18",y2:"18"})],-1)])])]),o.createElementVNode("div",Hw,[(o.openBlock(),o.createElementBlock(o.Fragment,null,o.renderList(a,E=>o.createElementVNode("button",{key:E.id,class:o.normalizeClass(["tab-btn",{active:c.value===E.id}]),onClick:A=>c.value=E.id},o.toDisplayString(E.label),11,Yw)),64))]),o.createElementVNode("div",zw,[c.value==="GIS"?(o.openBlock(),o.createElementBlock("div",Ww,[o.createElementVNode("div",jw,[m[17]||(m[17]=o.createElementVNode("span",{class:"setting-label"},"地球(含大气/日月/星空)",-1)),o.createElementVNode("label",Kw,[o.withDirectives(o.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":m[0]||(m[0]=E=>l.value.globe=E)},null,512),[[o.vModelCheckbox,l.value.globe]]),m[16]||(m[16]=o.createElementVNode("span",{class:"slider"},null,-1))])]),o.createElementVNode("div",$w,[m[19]||(m[19]=o.createElementVNode("span",{class:"setting-label"},"地形",-1)),o.createElementVNode("label",Xw,[o.withDirectives(o.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":m[1]||(m[1]=E=>l.value.terrain=E)},null,512),[[o.vModelCheckbox,l.value.terrain]]),m[18]||(m[18]=o.createElementVNode("span",{class:"slider"},null,-1))])]),o.createElementVNode("div",qw,[m[21]||(m[21]=o.createElementVNode("span",{class:"setting-label"},"地形遮挡",-1)),o.createElementVNode("label",Jw,[o.withDirectives(o.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":m[2]||(m[2]=E=>l.value.depthTest=E)},null,512),[[o.vModelCheckbox,l.value.depthTest]]),m[20]||(m[20]=o.createElementVNode("span",{class:"slider"},null,-1))])])])):o.createCommentVNode("",!0),c.value==="RENDER"?(o.openBlock(),o.createElementBlock("div",Zw,[o.createElementVNode("div",ev,[m[23]||(m[23]=o.createElementVNode("span",{class:"setting-label"},"阴影",-1)),o.createElementVNode("label",tv,[o.withDirectives(o.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":m[3]||(m[3]=E=>d.value.shadows=E)},null,512),[[o.vModelCheckbox,d.value.shadows]]),m[22]||(m[22]=o.createElementVNode("span",{class:"slider"},null,-1))])]),d.value.shadows?(o.openBlock(),o.createElementBlock("div",nv,[o.createElementVNode("div",iv,[m[24]||(m[24]=o.createElementVNode("span",{class:"setting-label"},"阴影暗度",-1)),o.createElementVNode("span",sv,o.toDisplayString(d.value.shadowDarkness.toFixed(2)),1)]),o.withDirectives(o.createElementVNode("input",{type:"range","onUpdate:modelValue":m[4]||(m[4]=E=>d.value.shadowDarkness=E),min:"0",max:"1",step:"0.05",class:"mobile-slider"},null,512),[[o.vModelText,d.value.shadowDarkness,void 0,{number:!0}]])])):o.createCommentVNode("",!0),o.createElementVNode("div",ov,[m[26]||(m[26]=o.createElementVNode("span",{class:"setting-label"},"环境贴图",-1)),o.createElementVNode("label",rv,[o.withDirectives(o.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":m[5]||(m[5]=E=>d.value.environmentMap=E)},null,512),[[o.vModelCheckbox,d.value.environmentMap]]),m[25]||(m[25]=o.createElementVNode("span",{class:"slider"},null,-1))])]),o.createElementVNode("div",av,[m[28]||(m[28]=o.createElementVNode("span",{class:"setting-label"},"环境光遮蔽",-1)),o.createElementVNode("label",lv,[o.withDirectives(o.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":m[6]||(m[6]=E=>d.value.ambientOcclusion=E)},null,512),[[o.vModelCheckbox,d.value.ambientOcclusion]]),m[27]||(m[27]=o.createElementVNode("span",{class:"slider"},null,-1))])]),o.createElementVNode("div",cv,[o.createElementVNode("div",dv,[m[29]||(m[29]=o.createElementVNode("span",{class:"setting-label"},"模型亮度",-1)),o.createElementVNode("span",uv,o.toDisplayString(d.value.brightness.toFixed(1)),1)]),o.withDirectives(o.createElementVNode("input",{type:"range","onUpdate:modelValue":m[7]||(m[7]=E=>d.value.brightness=E),min:"0",max:"5",step:"0.1",class:"mobile-slider"},null,512),[[o.vModelText,d.value.brightness,void 0,{number:!0}]])]),o.createElementVNode("div",hv,[o.createElementVNode("div",fv,[m[30]||(m[30]=o.createElementVNode("span",{class:"setting-label"},"模型对比度",-1)),o.createElementVNode("span",pv,o.toDisplayString(d.value.contrast.toFixed(1)),1)]),o.withDirectives(o.createElementVNode("input",{type:"range","onUpdate:modelValue":m[8]||(m[8]=E=>d.value.contrast=E),min:"0.5",max:"2",step:"0.1",class:"mobile-slider"},null,512),[[o.vModelText,d.value.contrast,void 0,{number:!0}]])]),o.createElementVNode("div",mv,[o.createElementVNode("div",gv,[m[31]||(m[31]=o.createElementVNode("span",{class:"setting-label"},"模型饱和度",-1)),o.createElementVNode("span",Av,o.toDisplayString(d.value.saturation.toFixed(1)),1)]),o.withDirectives(o.createElementVNode("input",{type:"range","onUpdate:modelValue":m[9]||(m[9]=E=>d.value.saturation=E),min:"0",max:"3",step:"0.1",class:"mobile-slider"},null,512),[[o.vModelText,d.value.saturation,void 0,{number:!0}]])]),o.createElementVNode("div",yv,[m[32]||(m[32]=o.createElementVNode("span",{class:"setting-label"},"背景颜色",-1)),o.createElementVNode("div",Cv,[(o.openBlock(),o.createElementBlock(o.Fragment,null,o.renderList(h,(E,A)=>o.createElementVNode("div",{key:A,style:o.normalizeStyle({background:E,width:"60px",height:"40px",borderRadius:"6px",cursor:"pointer",border:"2px solid rgba(255,255,255,0.2)",flexShrink:0}),onClick:b=>d.value.backgroundColor=E,title:"预设 "+(A+1)},null,12,Ev)),64))]),o.createElementVNode("div",bv,[o.withDirectives(o.createElementVNode("input",{type:"color","onUpdate:modelValue":m[10]||(m[10]=E=>d.value.backgroundColor=E),style:{width:"50px",height:"36px",padding:"0",border:"1px solid rgba(255,255,255,0.3)","border-radius":"6px",cursor:"pointer"}},null,512),[[o.vModelText,d.value.backgroundColor]]),o.withDirectives(o.createElementVNode("input",{"onUpdate:modelValue":m[11]||(m[11]=E=>d.value.backgroundColor=E),type:"text",class:"mobile-input",placeholder:"CSS 颜色值",style:{flex:"1"}},null,512),[[o.vModelText,d.value.backgroundColor]])])])])):o.createCommentVNode("",!0)])])],32)):o.createCommentVNode("",!0)]),_:1})]))}}),[["__scopeId","data-v-dcec8ca4"]]),wv={class:"mobile-section-container"},vv={class:"section-main"},Iv={class:"toggle-row"},Bv={class:"slider-section"},xv={class:"slider-header"},Sv={class:"slider-label"},Tv={class:"slider-value"},Mv={class:"quick-btns"},Dv={class:"section-models"},kv={class:"models-header"},Pv={class:"models-count"},Sl=ge(o.defineComponent({__name:"MobileSection",props:{visible:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},modelList:{default:()=>[]}},emits:["update:visible","update:open","close","visibility-change","mode-change","axis-change","model-change"],setup(n,{emit:e}){const t=n,i=e,s=o.computed({get:()=>t.open!==void 0?t.open:t.visible,set:v=>{i("update:visible",v),i("update:open",v)}}),r=o.ref(!0),a=o.ref("Box"),c=o.ref("X"),l=o.ref([]),d=o.ref([0,100]),h=o.ref([0,100]),f=o.ref([0,100]),p=[{key:"X",label:"X轴"},{key:"Y",label:"Y轴"},{key:"Z",label:"Z轴"}],u=o.computed(()=>p.find(M=>M.key===c.value)?.label||""),m=o.computed({get:()=>{switch(c.value){case"X":return d.value[1];case"Y":return h.value[1];case"Z":return f.value[1];default:return 50}},set:v=>{switch(c.value){case"X":d.value[1]=v??0;break;case"Y":h.value[1]=v??0;break;case"Z":f.value[1]=v??0;break}}}),E=o.computed(()=>{switch(c.value){case"X":return[-50,50];case"Y":return[-50,50];case"Z":return[0,100];default:return[0,100]}}),A=o.computed(()=>m.value?.toFixed(1)??"0.0"),b=o.computed(()=>l.value.length===t.modelList.length),w=v=>{s.value=v},B=()=>{i("close")},D=()=>{i("visibility-change",r.value)},N=v=>{a.value=v,i("mode-change",v)},S=()=>{m.value=50,i("axis-change",c.value,50)},x=()=>{const v=E.value;m.value=v&&v.length>=2?(v[0]+v[1])/2:50,i("axis-change",c.value,m.value)},g=()=>{i("model-change",l.value)},R=()=>{b.value?l.value=[]:l.value=t.modelList.map(v=>v.modelId),i("model-change",l.value)};return(v,M)=>(o.openBlock(),o.createBlock(bi,{visible:s.value,title:"剖切分析",direction:"bottom","show-handle":!0,"onUpdate:visible":w,onClose:B},{default:o.withCtx(()=>[o.createElementVNode("div",wv,[o.createElementVNode("div",vv,[o.createElementVNode("div",Iv,[M[6]||(M[6]=o.createElementVNode("span",{class:"toggle-label"},"显示剖切盒",-1)),o.createVNode(o.unref(ie.Switch),{checked:r.value,"onUpdate:checked":M[0]||(M[0]=L=>r.value=L),onChange:D},null,8,["checked"])]),o.createVNode(o.unref(ie.RadioGroup),{value:a.value,"onUpdate:value":M[1]||(M[1]=L=>a.value=L),"button-style":"solid",class:"mode-selector",onChange:M[2]||(M[2]=L=>N(L.target.value))},{default:o.withCtx(()=>[o.createVNode(o.unref(ie.RadioButton),{value:"Box"},{default:o.withCtx(()=>[...M[7]||(M[7]=[o.createTextVNode("剖切盒",-1)])]),_:1})]),_:1},8,["value"]),o.createVNode(o.unref(ie.RadioGroup),{value:c.value,"onUpdate:value":M[3]||(M[3]=L=>c.value=L),"button-style":"solid",class:"axis-selector"},{default:o.withCtx(()=>[o.createVNode(o.unref(ie.RadioButton),{value:"X"},{default:o.withCtx(()=>[...M[8]||(M[8]=[o.createTextVNode("X轴",-1)])]),_:1}),o.createVNode(o.unref(ie.RadioButton),{value:"Y"},{default:o.withCtx(()=>[...M[9]||(M[9]=[o.createTextVNode("Y轴",-1)])]),_:1}),o.createVNode(o.unref(ie.RadioButton),{value:"Z"},{default:o.withCtx(()=>[...M[10]||(M[10]=[o.createTextVNode("Z轴",-1)])]),_:1})]),_:1},8,["value"]),o.createElementVNode("div",Bv,[o.createElementVNode("div",xv,[o.createElementVNode("span",Sv,o.toDisplayString(u.value)+" 轴范围",1),o.createElementVNode("span",Tv,o.toDisplayString(A.value),1)]),o.createVNode(o.unref(ie.Slider),{Value:m.value,"onUpdate:Value":M[4]||(M[4]=L=>m.value=L),min:E.value[0],max:E.value[1],step:.5,class:"section-slider"},null,8,["Value","min","max"]),o.createElementVNode("div",Mv,[o.createVNode(o.unref(ie.Button),{size:"small",onClick:S},{default:o.withCtx(()=>[...M[11]||(M[11]=[o.createTextVNode("重置",-1)])]),_:1}),o.createVNode(o.unref(ie.Button),{size:"small",onClick:x},{default:o.withCtx(()=>[...M[12]||(M[12]=[o.createTextVNode("居中",-1)])]),_:1})])])]),o.createElementVNode("div",Dv,[o.createElementVNode("div",kv,[M[13]||(M[13]=o.createElementVNode("span",{class:"models-title"},"选择模型",-1)),o.createElementVNode("span",Pv,o.toDisplayString(l.value.length)+"/"+o.toDisplayString(n.modelList.length),1)]),o.createVNode(o.unref(ie.CheckboxGroup),{value:l.value,"onUpdate:value":M[5]||(M[5]=L=>l.value=L),class:"models-list",onChange:g},{default:o.withCtx(()=>[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(n.modelList,L=>(o.openBlock(),o.createBlock(o.unref(ie.Checkbox),{key:L.modelId,value:L.modelId,class:"model-item"},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(L.modelName),1)]),_:2},1032,["value"]))),128))]),_:1},8,["value"]),n.modelList.length>1?(o.openBlock(),o.createBlock(o.unref(ie.Button),{key:0,size:"small",type:"link",onClick:R},{default:o.withCtx(()=>[o.createTextVNode(o.toDisplayString(b.value?"取消全选":"全选"),1)]),_:1})):o.createCommentVNode("",!0)])])]),_:1},8,["visible"]))}}),[["__scopeId","data-v-cdacec58"]]),Nv={key:0,class:"mobile-measure-root"},Fv={key:0,class:"result-card"},Rv={class:"card-header-row"},Lv={class:"result-main"},Ov={class:"type-label"},Uv={class:"value-highlight"},_v={key:0,class:"coords-grid"},Qv={class:"coord-item"},Vv={class:"coord-item"},Gv={class:"coord-item"},Hv={class:"measure-toolbar-container"},Yv={class:"tools-inner-row"},zv=["onClick"],Wv=["innerHTML"],Tl=ge(o.defineComponent({__name:"MobileMeasurement",props:{visible:{type:Boolean},defaultTool:{}},emits:["update:visible","close"],setup(n,{emit:e}){const t=n,i=e,s=o.inject("leitingMethods");let r=null,a=!1;const c=o.ref(null),l=o.ref(null),d=o.computed(()=>t.visible&&c.value!==null),h=[{id:"distance",svg:'<svg viewBox="0 0 24 24" width="22" height="22" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 17l6-6 4 4 8-8"/></svg>'},{id:"angle",svg:'<svg viewBox="0 0 24 24" width="22" height="22" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 20H4L14 4"/></svg>'},{id:"area",svg:'<svg viewBox="0 0 24 24" width="20" height="20" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/></svg>'}],f={distance:"距离",angle:"角度",area:"面积"},p=o.computed(()=>c.value?f[c.value]||"":l.value&&f[l.value.type]||""),u=o.computed(()=>{if(!l.value)return c.value==="distance"?"-- m":c.value==="angle"?"--°":c.value==="area"?"-- m²":"";const D=l.value;return D.type==="distance"?`${(D.dist??0).toFixed(3)} m`:D.type==="angle"?`${(D.angle??0).toFixed(2)}°`:D.type==="area"?`${(D.area??0).toFixed(2)} m²`:""}),m=o.computed(()=>l.value?.type||c.value),E=D=>D===void 0?"--":D.toFixed(3),A=()=>{if(r)return;const D=s?.value;D?.getViewer&&(r=new Ps({viewer:D.getViewer(),cesium:D.getCesium()}),r.onMeasure=N=>{a||(l.value=N)})},b=D=>{A(),c.value===D?(c.value=null,r?.stop(),s?.value?.baseCompt?.enableSelection()):(c.value=D,l.value=null,r?.start(D),s?.value?.baseCompt?.disableSelection())},w=()=>{r?.clearAll(),r?.stop(),c.value=null,l.value=null,s?.value?.baseCompt?.enableSelection()},B=()=>{w(),i("update:visible",!1),i("close")};return o.watch(()=>t.visible,D=>{D?(A(),t.defaultTool&&b(t.defaultTool)):w()}),o.onUnmounted(()=>{a=!0,r?.destroy()}),(D,N)=>(o.openBlock(),o.createBlock(o.Transition,{name:"measure-fade"},{default:o.withCtx(()=>[n.visible?(o.openBlock(),o.createElementBlock("div",Nv,[o.createVNode(o.Transition,{name:"card-slide"},{default:o.withCtx(()=>[d.value?(o.openBlock(),o.createElementBlock("div",Fv,[o.createElementVNode("div",Rv,[o.createElementVNode("div",Lv,[o.createElementVNode("span",Ov,o.toDisplayString(p.value)+":",1),o.createElementVNode("span",Uv,o.toDisplayString(u.value),1)]),o.createElementVNode("button",{class:"clear-action-btn",onClick:w,title:"清空"},[...N[0]||(N[0]=[o.createElementVNode("svg",{viewBox:"0 0 24 24",width:"18",height:"18",fill:"none",stroke:"currentColor","stroke-width":"2"},[o.createElementVNode("polyline",{points:"3 6 5 6 21 6"}),o.createElementVNode("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"})],-1)])])]),m.value==="distance"?(o.openBlock(),o.createElementBlock("div",_v,[o.createElementVNode("div",Qv,[N[1]||(N[1]=o.createElementVNode("span",{class:"label-x"},"X:",-1)),o.createTextVNode(" "+o.toDisplayString(E(l.value?.dx)),1)]),o.createElementVNode("div",Vv,[N[2]||(N[2]=o.createElementVNode("span",{class:"label-y"},"Y:",-1)),o.createTextVNode(" "+o.toDisplayString(E(l.value?.dy)),1)]),o.createElementVNode("div",Gv,[N[3]||(N[3]=o.createElementVNode("span",{class:"label-z"},"Z:",-1)),o.createTextVNode(" "+o.toDisplayString(E(l.value?.dz)),1)])])):o.createCommentVNode("",!0)])):o.createCommentVNode("",!0)]),_:1}),o.createElementVNode("div",Hv,[o.createElementVNode("button",{class:"nav-back-icon",onClick:B},[...N[4]||(N[4]=[o.createElementVNode("svg",{viewBox:"0 0 24 24",width:"22",height:"22",fill:"none",stroke:"currentColor","stroke-width":"3"},[o.createElementVNode("polyline",{points:"15 18 9 12 15 6"})],-1)])]),o.createElementVNode("div",Yv,[(o.openBlock(),o.createElementBlock(o.Fragment,null,o.renderList(h,S=>o.createElementVNode("button",{key:S.id,class:o.normalizeClass(["sub-icon-box",{active:c.value===S.id}]),onClick:x=>b(S.id)},[o.createElementVNode("span",{class:"icon-svg",innerHTML:S.svg},null,8,Wv)],10,zv)),64))])])])):o.createCommentVNode("",!0)]),_:1}))}}),[["__scopeId","data-v-7ff442b7"]]),jv={class:"joystick-base"},Kv={class:"control-panel"},$v={class:"ctrl-row zoom-row"},Xv={class:"zoom-label"},qv={class:"ctrl-grid"},Jv={class:"gravity-toggle"},Zv={class:"arrow-col"},Os=40,Ml=ge(o.defineComponent({__name:"MobilePlayer",props:{visible:{type:Boolean}},emits:["update:visible","close"],setup(n,{emit:e}){const t=n,i=e,s=o.inject("leitingMethods");let r=!1;const a=o.ref(null),c=o.ref(0),l=o.ref(0),d=o.ref(!1),h=o.ref({x:0,y:0}),f=[.25,.5,1,2,4,8,16],p=o.ref(2),u=o.ref(!0);let m=null;const E=o.computed(()=>({transform:`translate(${c.value}px, ${l.value}px)`})),A=o.computed(()=>`${f[p.value]}X`),b=(O,T)=>{const U=[];return(Math.abs(O)>10||Math.abs(T)>10)&&(T<-10&&U.push("moveFront"),T>10&&U.push("moveBack"),O<-10&&U.push("moveLeft"),O>10&&U.push("moveRight")),U},w=()=>{r||["moveFront","moveBack","moveLeft","moveRight"].forEach(O=>{s?.value?.setPlayerAction?.(O,!1)})},B=O=>{if(r)return;["moveFront","moveBack","moveLeft","moveRight"].forEach(U=>{const H=O.includes(U);s?.value?.setPlayerAction?.(U,H)})},D=O=>{const T=O.touches[0],U=a.value.getBoundingClientRect();h.value={x:U.left+U.width/2,y:U.top+U.height/2},d.value=!0,T&&S(T.clientX,T.clientY)},N=O=>{if(!d.value)return;const T=O.touches[0];T&&S(T.clientX,T.clientY)},S=(O,T)=>{if(r)return;let U=O-h.value.x,H=T-h.value.y;const j=Math.sqrt(U*U+H*H);j>Os&&(U=U/j*Os,H=H/j*Os),c.value=U,l.value=H;const X=b(U,H);B(X)},x=()=>{d.value=!1,c.value=0,l.value=0,w()},g=()=>{M(),m=setInterval(()=>{p.value<f.length-1&&(p.value++,L())},150)},R=()=>{M(),m=setInterval(()=>{p.value>0&&(p.value--,L())},150)},v=()=>{M()},M=()=>{m&&(clearInterval(m),m=null)},L=()=>{r||s?.value?.setPlayerSpeed?.(f[p.value])},V=()=>{s?.value?.setPlayerAction?.("moveUp",!0)},k=()=>{s?.value?.setPlayerAction?.("moveUp",!1)},C=()=>{s?.value?.setPlayerAction?.("moveDown",!0)},y=()=>{s?.value?.setPlayerAction?.("moveDown",!1)},I=()=>{s?.value?.setPlayerParams?.({gravityTest:u.value,collisionTest:!0})},P=()=>{Q(),i("update:visible",!1),i("close")},F=async()=>{if(!r)try{if(!s?.value){setTimeout(()=>F(),150);return}s.value.startCameraRoam&&s.value.startCameraRoam(),s.value.setPlayerSpeed?.(f[p.value])}catch(O){console.error("MobilePlayer startPlayer error:",O)}},Q=()=>{w(),r||s?.value?.closePlayer?.(),M()};return o.watch(()=>t.visible,O=>{r||(O?F():Q())},{immediate:!0}),o.onUnmounted(()=>{r=!0,Q()}),(O,T)=>n.visible?(o.openBlock(),o.createElementBlock("div",{key:0,class:"mobile-player-overlay",onTouchmove:T[1]||(T[1]=o.withModifiers(()=>{},["prevent"]))},[o.createElementVNode("button",{class:"player-exit-btn",onClick:P}," 退出 "),o.createElementVNode("div",{class:"joystick-zone",ref_key:"joystickRef",ref:a,onTouchstart:o.withModifiers(D,["prevent"]),onTouchmove:o.withModifiers(N,["prevent"]),onTouchend:o.withModifiers(x,["prevent"]),onTouchcancel:o.withModifiers(x,["prevent"])},[o.createElementVNode("div",jv,[o.createElementVNode("div",{class:"joystick-knob",style:o.normalizeStyle(E.value)},null,4)])],544),o.createElementVNode("div",Kv,[o.createElementVNode("div",$v,[o.createElementVNode("button",{class:"ctrl-btn ctrl-btn-sm",onTouchstart:o.withModifiers(R,["prevent"]),onTouchend:o.withModifiers(v,["prevent"])},"−",32),o.createElementVNode("span",Xv,o.toDisplayString(A.value),1),o.createElementVNode("button",{class:"ctrl-btn ctrl-btn-sm",onTouchstart:o.withModifiers(g,["prevent"]),onTouchend:o.withModifiers(v,["prevent"])},"+",32)]),o.createElementVNode("div",qv,[o.createElementVNode("label",Jv,[o.withDirectives(o.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":T[0]||(T[0]=U=>u.value=U),onChange:I},null,544),[[o.vModelCheckbox,u.value]]),T[2]||(T[2]=o.createElementVNode("span",{class:"toggle-checkbox"},null,-1)),T[3]||(T[3]=o.createElementVNode("span",{class:"toggle-label"},"重力",-1))]),o.createElementVNode("div",Zv,[o.createElementVNode("button",{class:"ctrl-btn ctrl-btn-arrow",onTouchstart:o.withModifiers(V,["prevent"]),onTouchend:o.withModifiers(k,["prevent"])},[...T[4]||(T[4]=[o.createElementVNode("svg",{viewBox:"0 0 24 24",width:"18",height:"18",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"},[o.createElementVNode("polyline",{points:"18 15 12 9 6 15"})],-1)])],32),o.createElementVNode("button",{class:"ctrl-btn ctrl-btn-arrow",onTouchstart:o.withModifiers(C,["prevent"]),onTouchend:o.withModifiers(y,["prevent"])},[...T[5]||(T[5]=[o.createElementVNode("svg",{viewBox:"0 0 24 24",width:"18",height:"18",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round","stroke-linejoin":"round"},[o.createElementVNode("polyline",{points:"6 9 12 15 18 9"})],-1)])],32)])])])],32)):o.createCommentVNode("",!0)}}),[["__scopeId","data-v-591ba29c"]]),eI={key:0,class:"mobile-info-sheet-wrapper"},tI={class:"info-body"},nI={key:0,class:"empty-hint"},iI={key:0,class:"component-title"},sI={class:"group-list"},oI=["onClick"],rI={class:"group-name"},aI={key:0,class:"group-content"},lI={class:"kv-key"},cI={class:"kv-value"},Dl=ge(o.defineComponent({__name:"MobileInfo",props:{visible:{type:Boolean}},emits:["update:visible","close"],setup(n,{emit:e}){const t=n,i=e,s=o.inject("leitingMethods"),r=o.ref([]),a=o.ref(!1),c=o.ref(new Set),l=o.ref([]);let d=!1;const h=o.computed({get:()=>!!t.visible,set:N=>{i("update:visible",N)}}),f=N=>({elementID:"构件ID",elementName:"构件名",categoryName:"类别",familySymbolName:"族类型",levelName:"标高",modelName:"文件名",length:"长",width:"宽",height:"高"})[N]||N,p=["elementName","elementID","modelName","length","width","height","levelName","categoryName","familySymbolName"],u=(N,S)=>`${N}__${S}`,m=(N,S)=>c.value.has(u(N,S)),E=(N,S)=>{const x=u(N,S);c.value.has(x)?c.value.delete(x):c.value.add(x)},A=()=>{const N=new Set;r.value.forEach(S=>{S.groups.forEach(x=>{N.add(u(S.id,x.name))})}),c.value=N},b=()=>{h.value=!1,i("close")},w=async N=>{if(d)return;if(l.value=N||[],!N||N.length===0){r.value=[];return}let S=N;N.length>10&&(ce.warning(`选中构件数量过多(${N.length}个),仅显示前10个`),S=N.slice(0,10));const x=s?.value;let g=x?.getMapTileset?x.getMapTileset():{};a.value=!0;const R=new Set;if(S.forEach(M=>{const L=g[M.modelId];L&&L.leiting&&!L.leiting?.node?.nodeExtras&&L.leiting.model?.nodeUrl&&R.add(M.modelId)}),R.size>0&&x?._loadNodeDetailsForModel)try{await Promise.all(Array.from(R).map(M=>x._loadNodeDetailsForModel(M)))}catch(M){console.error("Failed to load node details",M)}if(d)return;g=x?.getMapTileset?x.getMapTileset():{};const v=[];S.forEach((M,L)=>{const k=g[M.modelId]?.leiting||{};let C={modelName:k.model?.modelId||M.modelId};C.elementID||(C.elementID=M.elementId);let y=null;const I=k.node?.nodeExtras?.element||k.node?.nodeExtras;if(I){const Q=C.elementID;I[Q]&&(y=I[Q])}y&&y.box3&&(C.length=`${y.box3.length?.toFixed(2)||0}米`,C.width=`${y.box3.width?.toFixed(2)||0}米`,C.height=`${y.box3.height?.toFixed(2)||0}米`);const P=[];y&&(y.name&&(C.elementName=y.name),y.categoryName&&(C.categoryName=y.categoryName),y.familySymbolName&&(C.familySymbolName=y.familySymbolName),y.levelName&&(C.levelName=y.levelName));const F={};if(p.forEach(Q=>{C[Q]!==void 0&&(F[Q]=C[Q])}),P.push({name:"基本属性",params:F}),y){const Q=Array.isArray(y)?y:Array.isArray(y?.parameters)?y.parameters:null;if(Q)Q.flat().forEach(T=>{if(T&&T.GroupName&&Array.isArray(T.Parameters)){const U={};T.Parameters.forEach(H=>{H.name&&(U[H.name]=H.value??"")}),Object.keys(U).length>0&&P.push({name:T.GroupName,params:U})}});else{let O=!1;if(Object.keys(y).forEach(T=>{y[T]&&typeof y[T]=="object"&&!Array.isArray(y[T])&&(O=!0,P.push({name:T,params:y[T]}))}),!O){const T={};Object.keys(y).forEach(U=>{if(!p.includes(U)&&U!=="batchId"){const H=y[U];T[U]=typeof H=="string"&&H.length>500?H.substring(0,500)+"...":H}}),Object.keys(T).length>0&&P.push({name:"其他属性",params:T})}}}v.push({id:L,title:`${C.modelName}${C.elementName?` - ${C.elementName}`:""}`,groups:P})}),r.value=v,a.value=!1,!d&&v.length>0&&A()};let B=!1;const D=()=>{if(B)return;const N=s?.value;N&&N.selectionChange&&(N.selectionChange(w),B=!0)};return o.watch(()=>s?.value,()=>D(),{deep:!0,immediate:!0}),o.watch(h,N=>{N&&(D(),l.value.length>0&&w(l.value))}),o.onUnmounted(()=>{d=!0}),(N,S)=>(o.openBlock(),o.createBlock(o.Transition,{name:"info-slide"},{default:o.withCtx(()=>[n.visible?(o.openBlock(),o.createElementBlock("div",eI,[o.createElementVNode("div",{class:"mobile-info-sheet",onTouchmove:S[0]||(S[0]=o.withModifiers(()=>{},["stop"])),onClick:S[1]||(S[1]=o.withModifiers(()=>{},["stop"]))},[o.createElementVNode("div",{class:"info-header"},[S[3]||(S[3]=o.createElementVNode("span",{class:"info-title"},"构件详情",-1)),o.createElementVNode("button",{class:"info-close-btn",onClick:b},[...S[2]||(S[2]=[o.createElementVNode("svg",{viewBox:"0 0 24 24",width:"20",height:"20",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},[o.createElementVNode("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),o.createElementVNode("line",{x1:"6",y1:"6",x2:"18",y2:"18"})],-1)])])]),S[5]||(S[5]=o.createElementVNode("div",{class:"info-tabs"},[o.createElementVNode("span",{class:"tab-item active"},"属性")],-1)),o.createElementVNode("div",tI,[o.createVNode(o.unref(ie.Spin),{spinning:a.value},{default:o.withCtx(()=>[r.value.length===0&&!a.value?(o.openBlock(),o.createElementBlock("div",nI," 暂无数据 ")):o.createCommentVNode("",!0),(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(r.value,x=>(o.openBlock(),o.createElementBlock("div",{key:x.id,class:"component-block"},[r.value.length>1?(o.openBlock(),o.createElementBlock("div",iI,o.toDisplayString(x.title),1)):o.createCommentVNode("",!0),o.createElementVNode("div",sI,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(x.groups,(g,R)=>(o.openBlock(),o.createElementBlock("div",{key:`${x.id}-${R}`,class:"group-item"},[o.createElementVNode("button",{class:o.normalizeClass(["group-header",{expanded:m(x.id,g.name)}]),onClick:v=>E(x.id,g.name)},[S[4]||(S[4]=o.createElementVNode("svg",{class:"arrow-icon",viewBox:"0 0 16 16",width:"12",height:"12",fill:"none",stroke:"currentColor","stroke-width":"1.8","stroke-linecap":"round","stroke-linejoin":"round"},[o.createElementVNode("polyline",{points:"4 6 8 10 12 6"})],-1)),o.createElementVNode("span",rI,o.toDisplayString(g.name),1)],10,oI),o.createVNode(o.Transition,{name:"group-expand"},{default:o.withCtx(()=>[m(x.id,g.name)?(o.openBlock(),o.createElementBlock("div",aI,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(g.params,(v,M)=>(o.openBlock(),o.createElementBlock("div",{key:M,class:"kv-row"},[o.createElementVNode("span",lI,o.toDisplayString(f(String(M))),1),o.createElementVNode("span",cI,o.toDisplayString(v),1)]))),128))])):o.createCommentVNode("",!0)]),_:2},1024)]))),128))])]))),128))]),_:1},8,["spinning"])])],32)])):o.createCommentVNode("",!0)]),_:1}))}}),[["__scopeId","data-v-c4855585"]]),dI={class:"mobile-cad-layer-container"},uI={class:"model-selector"},hI={class:"layer-list-container"},fI={class:"list-header"},pI={class:"col-check"},mI=["checked"],gI={class:"list-body"},AI=["onClick"],yI=["checked","onChange"],CI={class:"col-index"},EI=["title"],bI={class:"col-color"},wI={key:0,class:"empty-state"},vI=ge(o.defineComponent({__name:"MobileCadLayer",props:{visible:{type:Boolean,default:!1},currentModelId:{type:String,default:""}},emits:["update:visible","handleCloseCardByCadCard"],setup(n,{emit:e}){const t=n,i=e,s=o.inject("leitingMethods",o.ref({})),r=o.ref(""),a=o.ref([]),c=o.computed({get:()=>t.visible,set:D=>i("update:visible",D)}),l=()=>{s.value&&s.value.getDxfModels&&(a.value=s.value.getDxfModels().map(D=>({modelId:D.modelId,modelName:D.modelName}))||[])},d=o.computed(()=>a.value.map(D=>({value:D.modelId,label:D.modelName}))),h=o.ref([]),f=o.ref([]),p=o.computed(()=>h.value.length>0&&f.value.length===h.value.length),u=({modelId:D})=>{if(h.value=[],f.value=[],s.value&&s.value.getDxfLayers){const N=s.value.getDxfLayers({modelId:D});N&&Object.keys(N).forEach((S,x)=>{N[S].length&&(h.value.push({index:x+1,layerName:S,layerColor:N[S][0].color||"#ffffff",key:S}),f.value.push(S))})}},m=D=>{r.value=D,u({modelId:D})},E=D=>{D.target.checked?f.value=h.value.map(S=>S.key):f.value=[],b()},A=(D,N)=>{N.target.checked?f.value.includes(D)||f.value.push(D):f.value=f.value.filter(x=>x!==D),b()},b=()=>{if(s.value&&s.value.showDxfLayer&&(s.value.showDxfLayer({modelId:r.value,show:!0,layers:f.value}),s.value.getDxfLayers)){const D=s.value.getDxfLayers({modelId:r.value});if(D){const N=Object.keys(D).filter(S=>!f.value.includes(S));s.value.showDxfLayer({modelId:r.value,show:!1,layers:N})}}},w=D=>{c.value=D},B=()=>{i("update:visible",!1),i("handleCloseCardByCadCard")};return o.watch(()=>t.visible,D=>{D&&(l(),t.currentModelId?(r.value=t.currentModelId,u({modelId:t.currentModelId})):d.value.length>0&&(r.value=d.value[0]?.value,u({modelId:r.value})))}),o.watch(()=>t.currentModelId,D=>{D&&t.visible&&(r.value=D,u({modelId:D}))}),(D,N)=>(o.openBlock(),o.createBlock(bi,{visible:c.value,title:"CAD图层",direction:"bottom","show-handle":!0,height:"70vh",class:"mobile-cad-layer-drawer","onUpdate:visible":w,onClose:B},{default:o.withCtx(()=>[o.createElementVNode("div",dI,[o.createElementVNode("div",uI,[N[3]||(N[3]=o.createElementVNode("span",{class:"selector-label"},"图纸:",-1)),o.createVNode(o.unref(ie.Select),{value:r.value,"onUpdate:value":N[0]||(N[0]=S=>r.value=S),options:d.value,onChange:N[1]||(N[1]=S=>m(S)),placeholder:"选择模型",class:"mobile-model-select",popupClassName:"mobile-cad-select-dropdown",size:"large"},null,8,["value","options"])]),o.createElementVNode("div",hI,[o.createElementVNode("div",fI,[o.createElementVNode("div",pI,[o.createElementVNode("input",{type:"checkbox",checked:p.value,onChange:E,class:"mobile-checkbox"},null,40,mI)]),N[4]||(N[4]=o.createElementVNode("div",{class:"col-index"},"序号",-1)),N[5]||(N[5]=o.createElementVNode("div",{class:"col-name"},"图层名称",-1)),N[6]||(N[6]=o.createElementVNode("div",{class:"col-color"},"颜色",-1))]),o.createElementVNode("div",gI,[(o.openBlock(!0),o.createElementBlock(o.Fragment,null,o.renderList(h.value,S=>(o.openBlock(),o.createElementBlock("div",{key:S.key,class:"list-item",onClick:x=>A(S.key,{target:{checked:!f.value.includes(S.key)}})},[o.createElementVNode("div",{class:"col-check",onClick:N[2]||(N[2]=o.withModifiers(()=>{},["stop"]))},[o.createElementVNode("input",{type:"checkbox",checked:f.value.includes(S.key),onChange:x=>A(S.key,x),class:"mobile-checkbox"},null,40,yI)]),o.createElementVNode("div",CI,o.toDisplayString(S.index),1),o.createElementVNode("div",{class:"col-name",title:S.layerName},o.toDisplayString(S.layerName),9,EI),o.createElementVNode("div",bI,[o.createElementVNode("div",{class:"color-swatch",style:o.normalizeStyle({backgroundColor:S.layerColor})},null,4)])],8,AI))),128)),h.value.length===0?(o.openBlock(),o.createElementBlock("div",wI,[...N[7]||(N[7]=[o.createElementVNode("svg",{width:"48",height:"48",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"1.5"},[o.createElementVNode("path",{d:"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"})],-1),o.createElementVNode("p",null,"暂无图层信息",-1)])])):o.createCommentVNode("",!0)])])])]),_:1},8,["visible"]))}}),[["__scopeId","data-v-63da9a15"]]),II={class:"mobile-annotation-panel"},BI={class:"tools-section"},xI={class:"tools-grid"},SI={class:"style-section"},TI={class:"style-item"},MI={class:"color-picker-wrapper"},DI={class:"style-item"},kI={class:"line-width-options"},PI=["onClick"],NI={class:"width-label"},FI=ge(o.defineComponent({__name:"MobileAnnotationCard",props:{visible:{type:Boolean,default:!1}},emits:["update:visible"],setup(n,{emit:e}){const t=n,i=e,s=o.inject("leitingMethods"),r=o.ref(""),a=o.ref("#ff0000"),c=o.ref(3),l=o.computed({get:()=>t.visible,set:w=>i("update:visible",w)}),d=[{value:6,label:"粗"},{value:3,label:"中"},{value:1,label:"细"}],h=()=>s?.value?.getAnnotationInstance?s.value.getAnnotationInstance():null,f=()=>{i("update:visible",!1)},p=w=>{if(r.value===w){r.value="";return}r.value=w;const B=h();if(B)switch(w){case"freehandLine":B.startFreehandLine();break;case"arrow":B.startArrow();break;case"straightLine":B.startStraightLine();break;case"rectangle":B.startRectangle();break;case"ellipse":B.startEllipse();break}},u=()=>{const w=h();w&&(w.setCurrentColor(a.value),w.changeColor(a.value))},m=w=>{c.value=w;const B=h();B&&(B.setCurrentWidth(w),B.changeWidth(w))},E=()=>{const w=h();w&&w.deleteSelectedEntity()},A=()=>{const w=h();w&&w.clearAll()},b=()=>{if(s?.value?.saveAnnotations){s.value.saveAnnotations();return}const w=h();w&&w.saveAnnotations()};return(w,B)=>(o.openBlock(),o.createBlock(o.Teleport,{to:"body"},[o.createVNode(o.Transition,{name:"annotation-slide"},{default:o.withCtx(()=>[l.value?(o.openBlock(),o.createElementBlock("div",{key:0,class:"mobile-annotation-overlay",onClick:o.withModifiers(f,["self"])},[o.createElementVNode("div",II,[o.createElementVNode("div",{class:"panel-header"},[B[7]||(B[7]=o.createElementVNode("span",{class:"panel-title"},"标注",-1)),o.createElementVNode("button",{class:"panel-close-btn",onClick:f},[...B[6]||(B[6]=[o.createElementVNode("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2.5","stroke-linecap":"round"},[o.createElementVNode("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),o.createElementVNode("line",{x1:"6",y1:"6",x2:"18",y2:"18"})],-1)])])]),o.createElementVNode("div",BI,[B[13]||(B[13]=o.createElementVNode("div",{class:"section-label"},"绘图工具",-1)),o.createElementVNode("div",xI,[o.createElementVNode("button",{class:o.normalizeClass(["tool-btn",{active:r.value==="freehandLine"}]),onClick:B[0]||(B[0]=D=>p("freehandLine"))},[...B[8]||(B[8]=[o.createElementVNode("div",{class:"tool-icon"},"✏️",-1),o.createElementVNode("span",{class:"tool-label"},"手绘线",-1)])],2),o.createElementVNode("button",{class:o.normalizeClass(["tool-btn",{active:r.value==="arrow"}]),onClick:B[1]||(B[1]=D=>p("arrow"))},[...B[9]||(B[9]=[o.createElementVNode("div",{class:"tool-icon"},"↗️",-1),o.createElementVNode("span",{class:"tool-label"},"箭头",-1)])],2),o.createElementVNode("button",{class:o.normalizeClass(["tool-btn",{active:r.value==="straightLine"}]),onClick:B[2]||(B[2]=D=>p("straightLine"))},[...B[10]||(B[10]=[o.createElementVNode("div",{class:"tool-icon"},"📏",-1),o.createElementVNode("span",{class:"tool-label"},"直线",-1)])],2),o.createElementVNode("button",{class:o.normalizeClass(["tool-btn",{active:r.value==="rectangle"}]),onClick:B[3]||(B[3]=D=>p("rectangle"))},[...B[11]||(B[11]=[o.createElementVNode("div",{class:"tool-icon"},"▭",-1),o.createElementVNode("span",{class:"tool-label"},"矩形",-1)])],2),o.createElementVNode("button",{class:o.normalizeClass(["tool-btn",{active:r.value==="ellipse"}]),onClick:B[4]||(B[4]=D=>p("ellipse"))},[...B[12]||(B[12]=[o.createElementVNode("div",{class:"tool-icon"},"⭕",-1),o.createElementVNode("span",{class:"tool-label"},"椭圆",-1)])],2)])]),B[21]||(B[21]=o.createElementVNode("div",{class:"divider"},null,-1)),o.createElementVNode("div",SI,[B[16]||(B[16]=o.createElementVNode("div",{class:"section-label"},"样式设置",-1)),o.createElementVNode("div",TI,[B[14]||(B[14]=o.createElementVNode("span",{class:"style-label"},"颜色",-1)),o.createElementVNode("div",MI,[o.createElementVNode("div",{class:"color-preview",style:o.normalizeStyle({backgroundColor:a.value})},null,4),o.withDirectives(o.createElementVNode("input",{type:"color","onUpdate:modelValue":B[5]||(B[5]=D=>a.value=D),onChange:u,class:"color-input"},null,544),[[o.vModelText,a.value]])])]),o.createElementVNode("div",DI,[B[15]||(B[15]=o.createElementVNode("span",{class:"style-label"},"线宽",-1)),o.createElementVNode("div",kI,[(o.openBlock(),o.createElementBlock(o.Fragment,null,o.renderList(d,D=>o.createElementVNode("button",{key:D.value,class:o.normalizeClass(["width-btn",{active:c.value===D.value}]),onClick:N=>m(D.value)},[o.createElementVNode("div",{class:"width-line",style:o.normalizeStyle({height:D.value+"px",backgroundColor:c.value===D.value?"#00e5d1":"#fff"})},null,4),o.createElementVNode("span",NI,o.toDisplayString(D.label),1)],10,PI)),64))])])]),B[22]||(B[22]=o.createElementVNode("div",{class:"divider"},null,-1)),o.createElementVNode("div",{class:"action-section"},[B[20]||(B[20]=o.createElementVNode("div",{class:"section-label"},"操作",-1)),o.createElementVNode("div",{class:"action-grid"},[o.createElementVNode("button",{class:"action-btn delete-btn",onClick:E},[...B[17]||(B[17]=[o.createElementVNode("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round"},[o.createElementVNode("polyline",{points:"3 6 5 6 21 6"}),o.createElementVNode("path",{d:"M19 6v14a2 2 0 01-2 2H7a2 2 0 01-2-2V6m3 0V4a2 2 0 012-2h4a2 2 0 012 2v2"})],-1),o.createElementVNode("span",null,"删除",-1)])]),o.createElementVNode("button",{class:"action-btn clear-btn",onClick:A},[...B[18]||(B[18]=[o.createElementVNode("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round"},[o.createElementVNode("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),o.createElementVNode("line",{x1:"6",y1:"6",x2:"18",y2:"18"})],-1),o.createElementVNode("span",null,"清空",-1)])]),o.createElementVNode("button",{class:"action-btn save-btn",onClick:b},[...B[19]||(B[19]=[o.createElementVNode("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round"},[o.createElementVNode("path",{d:"M19 21H5a2 2 0 01-2-2V5a2 2 0 012-2h11l5 5v11a2 2 0 01-2 2z"}),o.createElementVNode("polyline",{points:"17 21 17 13 7 13 7 21"}),o.createElementVNode("polyline",{points:"7 3 7 8 15 8"})],-1),o.createElementVNode("span",null,"保存",-1)])])])])])])):o.createCommentVNode("",!0)]),_:1})]))}}),[["__scopeId","data-v-3d3a69fa"]]),RI=["src"],wi=ge(o.defineComponent({__name:"LeitingBIM",props:{accessToken:{},cesiumUrl:{},cesiumCssUrl:{},methods:{},viewerOptions:{},treeProps:{},showTree:{type:Boolean,default:!0},showMenu:{type:Boolean,default:!1},playerUrl:{default:"https://leiting.chenxisoft.com/resource/person/person.glb"},playerModelName:{default:"Person"},playerModelId:{default:"player_111"},playerScale:{default:.0032},tiandituToken:{default:"c25f14fb6bd4397cf8fe45144ff768d6"},globe:{type:Boolean,default:void 0},terrain:{type:Boolean,default:void 0},depthTest:{type:Boolean,default:void 0},mapProvider:{},tiandituLayerType:{},tiandituShowLabel:{type:Boolean,default:void 0},arcgisUrl:{},teleportTarget:{},shadows:{type:Boolean,default:void 0},environmentMap:{type:Boolean,default:void 0},ambientOcclusion:{type:Boolean,default:void 0},time:{},brightness:{},backgroundColor:{},collision:{type:Boolean,default:void 0},mouseHabit:{},mode:{default:"3d"},mountAll3Dtiles:{},mountAllCad:{},saveRegion:{},saveCadRegion:{},saveCadCalibration:{},selectionChange:{},searchComponent:{}},emits:["register","init","ready"],setup(n,{expose:e,emit:t}){const i=o.ref(),s=o.ref(),r=o.getCurrentInstance(),a=o.ref(!1),c=o.ref(""),l=o.ref({}),d=o.ref("3d"),{isMobile:h}=ui(),f=n,p={title:"构件树",treeData:[]},u=o.ref(!1),m=o.ref(!1),E=o.ref(!1),A=o.ref(!1),b=o.ref(!1),w=o.ref(!1),B=o.ref(!1),D=o.ref(!1),N=o.ref(!1),S=o.ref(!1),x=o.ref(null),{visible:g,position:R,items:v,show:M,hide:L}=vl(),V=o.ref([]),k=z=>{V.value.push(z)},C=z=>{V.value=V.value.filter(Y=>Y.id!==z)},y=o.ref([]),I=o.ref(""),P=o.ref(null),F=o.ref([]),Q=o.reactive({tree:!1,section:!1,roam:!1,info:!1,adjustModel:!1,setting:!1,cadLayer:!1,cadPosition:!1,annotation:!1}),O=(z,Y)=>{z==="componentTree"&&(z="tree"),z==="componentInfo"&&(z="info"),z in Q&&(Q[z]=Y)},T=o.shallowRef({});o.provide("leitingMethods",T);const U=o.ref(f.showMenu),H=o.ref([]);o.watch(()=>f.showMenu,z=>{U.value=z},{immediate:!0}),o.watch(()=>f.mode,z=>{z&&T.value?.set2d&&T.value.set2d(z==="2d")});const j=o.ref("dark");o.provide("leiting-theme",j);const X=o.ref(f.teleportTarget);o.watch(()=>f.teleportTarget,z=>{X.value=z});const Z=o.ref([]),re=o.computed(()=>{const z=[];return u.value&&(z.push("tree"),z.push("componentTree")),m.value&&z.push("section"),E.value&&z.push("roam"),A.value&&(z.push("info"),z.push("componentInfo")),b.value&&z.push("adjust"),w.value&&z.push("setting"),B.value&&z.push("cadLayer"),D.value&&z.push("cadPosition"),N.value&&z.push("annotation"),S.value&&(z.push("measure"),z.push("measurement")),z.push(...Z.value),z}),se=o.ref(null),oe=(z,Y)=>{z==="componentTree"||z==="tree"?u.value=Y:z==="section"?m.value=Y:z==="roam"?E.value=Y:z==="componentInfo"||z==="info"?A.value=Y:z==="homeView"?T.value?.is2dMode?.()?T.value?.flyToTopView?.({}):T.value?.getBIMmodelId()?T.value?.flyToTileset?.({}):T.value?.getCadModelId()&&T.value?.flyToTopView?.({}):z==="adjustModel"?(b.value=Y,Y&&se.value&&se.value.setModelType("BIM")):z==="osgbAdjust"?(b.value=Y,Y&&se.value&&se.value.setModelType("OSGB")):z==="setting"?w.value=Y:z==="cadLayer"?B.value=Y:z==="cadPosition"?D.value=Y:z==="annotation"?N.value=Y:z==="measurement"?S.value=Y:Y?Z.value.includes(z)||Z.value.push(z):Z.value=Z.value.filter(K=>K!==z)},ye=z=>{const Y=z.key||z.ID;if(!Y)return;if(Y==="homeView"||Y==="home"){oe(Y,!0);return}if(Y==="measurement"){x.value="distance",S.value=!0;return}const K=!re.value.includes(z.ID);oe(Y,K)},Ie=z=>{const Y=z.sub;if(!Y)return;const K=Y.parentKey||z.parent?.key;K==="measurement"?(x.value=Y.id.replace("measure-",""),S.value=!0):K==="section"&&(m.value=!0)};o.watch(u,async z=>{if(z&&T.value?.loadTreeForModel&&T.value?.getMapTileset){const Y=T.value.getMapTileset(),K=Object.values(Y).map(async Pe=>{if(Pe.leiting&&Pe.leiting.model?.treeUrl){const Re=Pe.leiting.model.modelId;try{Pe.leiting?.node?.batchIdEIDInfos||await T.value.loadNodeDetailsForModel(Re);const He=await T.value.loadTreeForModel(Re);He&&(Array.isArray(He)?He:[He]).forEach($e=>{$e&&!F.value.find(Tn=>Tn.id===$e.id)&&($e.modelId=Re,F.value=[...F.value,$e])})}catch(He){console.warn(`Failed to lazy load tree for ${Re}`,He)}}});await Promise.all(K)}});const Ee=()=>{T.value&&(T.value.getDxfModels&&(y.value=T.value.getDxfModels()||[]),T.value.getCadModelId&&(I.value=T.value.getCadModelId()||""))};let xe;o.watch(B,z=>{z&&Ee()}),o.watch(D,z=>{z&&(Ee(),P.value&&y.value.length&&P.value.addGltfOr3dTilesModelList(y.value))});const Te=t,_e=z=>{T.value&&T.value.saveCadCalibration&&T.value.saveCadCalibration(z),T.value&&T.value.saveCadRegion&&T.value.saveCadRegion(z)};return o.onMounted(async()=>{if(s.value&&ce.setContainer(s.value),!!i.value)try{const z={...Ct,cesiumUrl:f.cesiumUrl||Ct.cesiumUrl,cesiumCssUrl:f.cesiumCssUrl||Ct.cesiumCssUrl,accessToken:f.accessToken||Si()||Ct.accessToken};await xi(z);const Y=f.accessToken||Si()||Ct.accessToken;Y&&(Cesium.Ion.defaultAccessToken=Y),a.value=!0,xe=async(Pe={},Re)=>{if(i.value){const{showMenu:He,showTree:Sn,globe:$e,terrain:Tn,depthTest:JI,mapProvider:ZI,tiandituLayerType:eB,tiandituShowLabel:tB,arcgisUrl:nB,shadows:iB,environmentMap:sB,ambientOcclusion:oB,time:rB,brightness:aB,backgroundColor:lB,collision:cB,mouseHabit:dB,heightBasedZoom:uB,mode:Pl,...it}=Pe||{},hB=f.showMenu!==void 0?f.showMenu:He!==void 0?He:!0;U.value=hB;const Ne=(J,be,Xe)=>J!==void 0?J:be!==void 0?be:Xe,Nl=Ne(f.globe,$e,!1),Fl=Ne(f.terrain,Tn,!1),Rl=Ne(f.depthTest,JI,!1),Ll=Ne(f.mapProvider,ZI,"tianditu"),Ol=Ne(f.tiandituLayerType,eB,"img_w"),Ul=Ne(f.tiandituShowLabel,tB,!1),_l=Ne(f.arcgisUrl,nB,"https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"),Ql=Ne(f.shadows,iB,!1),Vl=Ne(f.environmentMap,sB,!1),Gl=Ne(f.ambientOcclusion,oB,!1),Hl=Ne(f.time,rB,void 0),Yl=Ne(f.brightness,aB,1),Ii=f.mode||Pl||"3d";console.log("LeitingBIM Mode:",Ii,"Props:",f.mode,"Options:",Pl),d.value=Ii;const fB=Ii==="2d"?"#000000":"linear-gradient(0deg, rgb(238, 247, 255) 0%, rgb(178, 218, 244) 70%, rgb(141, 190, 221) 100%)",zl=Ne(f.backgroundColor,lB,fB),Wl=Ne(f.collision,cB,!1),jl=Ne(f.mouseHabit,dB,0),Kl=Ne(f.heightBasedZoom,uB,!1);l.value={globe:Nl,terrain:Fl,depthTest:Rl,mapProvider:Ll,tiandituLayerType:Ol,tiandituShowLabel:Ul,arcgisUrl:_l,shadows:Ql,environmentMap:Vl,ambientOcclusion:Gl,time:Hl,brightness:Yl,backgroundColor:zl,collision:Wl,mouseHabit:jl,heightBasedZoom:Kl,useBrowserRecommendedResolution:!0};const Mn=Iy({container:i.value,appContext:r?.appContext,methods:{...T.value,handleMenuAction:oe,setCardFullHeight:O,onLoadingStatus:J=>{J?ce.loading(J,"",s.value):ce.close()},...it,tilesLoad3dTiles:async J=>{let be=J.leiting?.tree;const Xe=J.leiting?.model?.modelId;if(!be&&u.value&&T.value?.loadTreeForModel)try{be=await T.value.loadTreeForModel(Xe)}catch(kn){console.warn("Failed to lazy load tree",kn)}be&&(Array.isArray(be)?be:[be]).forEach(Nt=>{Nt&&!F.value.find(Xl=>Xl.id===Nt.id)&&(Nt.modelId=Xe,F.value=[...F.value,Nt])});const{brightness:Us,contrast:_s,saturation:lt}=Mn.methods.getConfigure();Mn.methods.setModelColorAdjustment({brightness:Us,contrast:_s,saturation:lt}),it.tilesLoad3dTiles?.(J)},mountAll3Dtiles:J=>{f.mountAll3Dtiles&&f.mountAll3Dtiles(J),it.mountAll3Dtiles?.(J)},updateModels:J=>{if(Array.isArray(J))if(J.length===0)F.value=[];else{const be=J.map(Xe=>Xe.modelId);F.value=F.value.filter(Xe=>be.includes(Xe.modelId))}},mountAllCad:J=>{if(Mn.methods.setModelBrightness){const be=f.brightness!==void 0?f.brightness:l.value.brightness;be!==void 0&&Mn.methods.setModelBrightness(be)}f.mountAllCad&&f.mountAllCad(J),it.mountAllCad?.(J)},saveRegion:J=>{f.saveRegion&&f.saveRegion(J),it.saveRegion?.(J)},saveCadRegion:J=>{f.saveCadRegion&&f.saveCadRegion(J),it.saveCadRegion?.(J)},saveCadCalibration:J=>{f.saveCadCalibration&&f.saveCadCalibration(J),it.saveCadCalibration?.(J)},selectionChange:J=>{f.selectionChange&&f.selectionChange(J),it.selectionChange?.(J)},onSearchComponent:J=>{f.searchComponent&&f.searchComponent(J),it.searchComponent?.(J)}},viewerOptions:f.viewerOptions,options:{...it,mode:Ii,playerUrl:f.playerUrl,playerModelName:f.playerModelName,playerModelId:f.playerModelId,playerScale:f.playerScale,globe:Nl,terrain:Fl,depthTest:Rl,mapProvider:Ll,tiandituLayerType:Ol,tiandituShowLabel:Ul,tiandituToken:f.tiandituToken,arcgisUrl:_l,shadows:Ql,environmentMap:Vl,ambientOcclusion:Gl,time:Hl,brightness:Yl,backgroundColor:zl,collision:Wl,mouseHabit:jl,heightBasedZoom:Kl},callbacks:{onLoading:J=>J?ce.loading(J,"",s.value):ce.close(),onSuccess:J=>ce.success(J,"",void 0,s.value),onError:J=>ce.error(J,"",void 0,s.value)}}),{Cesium:Pt,viewer:Xt,methods:Bi,menuEvents:Dn}=Mn,de=Bi;Dn.on("showMenu",J=>{U.value=J}),Dn.on("insertMenu",J=>{H.value=[...H.value,...J]}),Dn.on("setMenuActive",(J,be)=>{oe(J,be)}),T.value=de,Re&&(Re.value=de),Dn.on("setMode",J=>{d.value=J}),Dn.on("deleteAllModels",()=>{F.value=[]}),new Pt.ScreenSpaceEventHandler(Xt.scene.canvas).setInputAction(async J=>{if(L(),d.value==="2d")return;const be=Xt.scene.pick(J.position),Xe=Xt.container.getBoundingClientRect(),Us=Xe.left+J.position.x,_s=Xe.top+J.position.y,lt=[];if(Pt.defined(be)&&be instanceof Pt.Cesium3DTileFeature){const kn=de.baseCompt.getFeatureId(be),Nt=dn(be.tileset);de.baseCompt.hasSelectedFeaturesMap[Nt]?.some(Pn=>Pn.batchId===kn&&Pn.rank===0)||(await de.baseCompt.clearSelection(),await de.baseCompt.toggleMultiSelect(Nt,kn,de.baseCompt.selectedColor)),lt.push({id:"details",label:"构件详情",action:()=>{A.value=!0}}),lt.push({id:"hide",label:"隐藏选中构件",action:async()=>{const Nn=(await de.baseCompt.getSelected()).map(ct=>({elementId:ct.elementId,modelId:ct.modelId,show:!1}));de.baseCompt.setComponentVisibility(Nn)}}),lt.push({id:"translucent",label:"半透明选中构件",action:async()=>{const Nn=(await de.baseCompt.getSelected()).map(ct=>({elementId:ct.elementId,modelId:ct.modelId,rgba:{...ct.rgba,a:.3}}));await de.baseCompt.setSelectColorUserModelCpt(Nn,{rank:0})}}),lt.push({id:"isolate",label:"隔离选中构件",divided:!0,action:async()=>{await de.baseCompt.loadAllNodeDetailsForModel();const Nn=(await de.baseCompt.getSelected()).map(ct=>({elementId:ct.elementId,modelId:ct.modelId,show:!0}));de.isolateComponents(Nn)}})}lt.push({id:"showAll",label:"显示所有",action:async()=>{de.baseCompt.setAllComponentsVisibility(!0),await de.baseCompt.clearSelection()}}),lt.push(...V.value),M({x:Us,y:_s},lt)},Pt.ScreenSpaceEventType.RIGHT_CLICK),de.addContextMenuItems=k,de.insertContextMenu=de.addContextMenuItems,de.removeContextMenuItems=C,de.deleteContextMenu=de.removeContextMenuItems,de.closeContextMenu=L,de.hideContextMenu=de.closeContextMenu,de.onSetTeleportTarget=J=>{X.value=J},await o.nextTick();const $l=Pe?.onLoaded||Pe?.onloaded;$l&&$l({Cesium:Pt,viewer:Xt,methods:Bi}),Te("init",{Cesium:Pt,viewer:Xt,methods:Bi}),Te("ready",{Cesium:Pt,viewer:Xt,methods:Bi})}};let K=!1;Te("register",(Pe,Re)=>{K=!0,xe(Pe,Re)}),K||setTimeout(()=>{T.value.getViewer||xe()},0)}catch(z){c.value="Failed to load Cesium: "+(z.message||z),console.error(z)}}),o.onUnmounted(()=>{ce.setContainer(null)}),e({initMap:()=>T.value,initializeViewer:(z,Y)=>xe(z,Y)}),(z,Y)=>(o.openBlock(),o.createElementBlock("div",{class:o.normalizeClass(["leiting-bim-container",[`theme-${j.value}`]]),onContextmenu:Y[28]||(Y[28]=o.withModifiers(()=>{},["prevent","stop"]))},[!a.value&&!c.value?(o.openBlock(),o.createBlock(o.unref(ie.Spin),{key:0,class:"loading",size:"large",tip:"加载基础组件中..."})):o.createCommentVNode("",!0),c.value?(o.openBlock(),o.createBlock(o.unref(ie.Alert),{key:1,class:"error",type:"error",message:c.value,"show-icon":""},null,8,["message"])):o.createCommentVNode("",!0),o.createElementVNode("div",{ref_key:"containerRef",ref:i,class:"cesium-viewer"},[o.unref(h)?o.createCommentVNode("",!0):(o.openBlock(),o.createBlock(bn,{key:0,visible:U.value,"active-ids":re.value,"custom-items":H.value,onAction:oe,"is-2d":d.value==="2d"},null,8,["visible","active-ids","custom-items","is-2d"])),o.unref(h)&&!E.value&&!S.value?(o.openBlock(),o.createBlock(Il,{key:1,"active-ids":re.value,"is-2d":d.value==="2d",onItemClick:ye,onSubItemClick:Ie},null,8,["active-ids","is-2d"])):o.createCommentVNode("",!0),o.unref(h)&&n.showTree!==!1&&!E.value&&d.value!=="2d"?(o.openBlock(),o.createElementBlock("button",{key:2,class:o.normalizeClass(["mobile-float-tree-btn",{active:u.value}]),onClick:Y[0]||(Y[0]=K=>u.value=!u.value)},[o.createElementVNode("img",{src:o.unref(fi),class:"mobile-float-tree-icon",alt:"目录树"},null,8,RI)],2)):o.createCommentVNode("",!0),(o.openBlock(),o.createBlock(o.Teleport,{to:X.value||"body",disabled:!X.value},[o.createElementVNode("div",{ref_key:"uiOverlayRef",ref:s,class:"leiting-ui-overlay"},[o.unref(h)?o.createCommentVNode("",!0):(o.openBlock(),o.createBlock(In,{key:0,visible:A.value,"full-height":Q.info,"onUpdate:visible":Y[1]||(Y[1]=K=>A.value=K)},null,8,["visible","full-height"])),o.unref(h)?(o.openBlock(),o.createBlock(Dl,{key:1,visible:A.value,"onUpdate:visible":Y[2]||(Y[2]=K=>A.value=K),onClose:Y[3]||(Y[3]=()=>{A.value=!1})},null,8,["visible"])):o.createCommentVNode("",!0),o.createVNode(Bn,{ref_key:"LeitingPositionRef",ref:se,visible:b.value,"full-height":Q.adjustModel,"onUpdate:visible":Y[4]||(Y[4]=K=>b.value=K)},null,8,["visible","full-height"]),o.unref(h)?o.createCommentVNode("",!0):(o.openBlock(),o.createBlock(xn,{key:2,visible:w.value,"full-height":Q.setting,"tianditu-token":f.tiandituToken,"initial-config":l.value,"onUpdate:visible":Y[5]||(Y[5]=K=>w.value=K)},null,8,["visible","full-height","tianditu-token","initial-config"])),o.unref(h)?(o.openBlock(),o.createBlock(xl,{key:3,visible:w.value,"onUpdate:visible":Y[6]||(Y[6]=K=>w.value=K),onClose:Y[7]||(Y[7]=()=>{w.value=!1,Z.value=Z.value.filter(K=>K!=="setting")})},null,8,["visible"])):o.createCommentVNode("",!0),n.showTree!==!1&&!o.unref(h)?(o.openBlock(),o.createBlock(hi,o.mergeProps({key:4},{...p,...n.treeProps},{visible:u.value,"full-height":Q.tree,"tree-data":F.value.length>0?F.value:n.treeProps?.treeData||[],"onUpdate:visible":Y[8]||(Y[8]=K=>{u.value=K})}),null,16,["visible","full-height","tree-data"])):o.createCommentVNode("",!0),n.showTree!==!1&&o.unref(h)?(o.openBlock(),o.createBlock(Bl,{key:5,visible:u.value,"tree-data":F.value.length>0?F.value:n.treeProps?.treeData||[],"onUpdate:visible":Y[9]||(Y[9]=K=>{u.value=K}),onClose:Y[10]||(Y[10]=()=>{u.value=!1})},null,8,["visible","tree-data"])):o.createCommentVNode("",!0),o.unref(h)?o.createCommentVNode("",!0):(o.openBlock(),o.createBlock(tw,{key:6,visible:N.value,"onUpdate:visible":Y[11]||(Y[11]=K=>N.value=K)},null,8,["visible"])),o.unref(h)?(o.openBlock(),o.createBlock(FI,{key:7,visible:N.value,"onUpdate:visible":Y[12]||(Y[12]=K=>N.value=K)},null,8,["visible"])):o.createCommentVNode("",!0),o.unref(h)?o.createCommentVNode("",!0):(o.openBlock(),o.createBlock(bw,{key:8,visible:S.value,"onUpdate:visible":Y[13]||(Y[13]=K=>S.value=K)},null,8,["visible"])),o.unref(h)?(o.openBlock(),o.createBlock(Tl,{key:9,visible:S.value,"default-tool":x.value,"onUpdate:visible":Y[14]||(Y[14]=K=>{S.value=K,K||(x.value=null)}),onClose:Y[15]||(Y[15]=()=>{S.value=!1,x.value=null})},null,8,["visible","default-tool"])):o.createCommentVNode("",!0),o.unref(h)?o.createCommentVNode("",!0):(o.openBlock(),o.createBlock(wn,{key:10,visible:m.value,"full-height":Q.section,"onUpdate:visible":Y[16]||(Y[16]=K=>m.value=K)},null,8,["visible","full-height"])),o.unref(h)?(o.openBlock(),o.createBlock(Sl,{key:11,visible:m.value,"onUpdate:visible":Y[17]||(Y[17]=K=>m.value=K),onClose:Y[18]||(Y[18]=()=>{m.value=!1})},null,8,["visible"])):o.createCommentVNode("",!0),o.unref(h)?o.createCommentVNode("",!0):(o.openBlock(),o.createBlock(vn,{key:12,visible:E.value,"full-height":Q.roam,"onUpdate:visible":Y[19]||(Y[19]=K=>E.value=K)},null,8,["visible","full-height"])),o.unref(h)?(o.openBlock(),o.createBlock(Ml,{key:13,visible:E.value,"onUpdate:visible":Y[20]||(Y[20]=K=>E.value=K),onClose:Y[21]||(Y[21]=()=>{E.value=!1})},null,8,["visible"])):o.createCommentVNode("",!0),o.unref(h)?o.createCommentVNode("",!0):(o.openBlock(),o.createBlock(ZE,{key:14,visible:B.value,"current-model-id":I.value,"onUpdate:visible":Y[22]||(Y[22]=K=>B.value=K),onHandleCloseCardByCadCard:Y[23]||(Y[23]=()=>{B.value=!1})},null,8,["visible","current-model-id"])),o.unref(h)?(o.openBlock(),o.createBlock(vI,{key:15,visible:B.value,"current-model-id":I.value,"onUpdate:visible":Y[24]||(Y[24]=K=>B.value=K),onHandleCloseCardByCadCard:Y[25]||(Y[25]=()=>{B.value=!1})},null,8,["visible","current-model-id"])):o.createCommentVNode("",!0),o.createVNode(Wb,{ref_key:"cadPositionRef",ref:P,visible:D.value,"onUpdate:visible":Y[26]||(Y[26]=K=>D.value=K),onSave:_e},null,8,["visible"]),o.createVNode(Bw,{visible:o.unref(g),position:o.unref(R),items:o.unref(v),"onUpdate:visible":Y[27]||(Y[27]=K=>g.value=K)},null,8,["visible","position","items"]),o.renderSlot(z.$slots,"default",o.normalizeProps(o.guardReactiveProps({methods:T.value,isReady:a.value})),void 0,!0)],512)],8,["to","disabled"]))],512)],34))}}),[["__scopeId","data-v-b4d657df"]]);function LI(n,e={}){const{tapDelay:t=300,doubleTapDelay:i=300,moveThreshold:s=10}=e;let r=0,a={x:0,y:0},c=0,l=0,d=null;const h=[],f=[],p=[],u={},m=v=>{const M=v.touches[0]||v.changedTouches[0];return{x:M?.clientX??0,y:M?.clientY??0}},E=v=>{const M=m(v);r=Date.now(),a=M,c=0,p.forEach(({handler:L,delay:V})=>{d=window.setTimeout(()=>{L(v),d=null},V)})},A=v=>{const M=m(v),L=M.x-a.x,V=M.y-a.y;c=Math.sqrt(L*L+V*V),d&&c>s&&(clearTimeout(d),d=null)},b=v=>{const M=Date.now()-r,L=m(v),V=L.x-a.x,k=L.y-a.y;d&&(clearTimeout(d),d=null);const C=M<t&&c<s;if(C&&Date.now()-l<i&&c<s?(f.forEach(P=>P(v)),l=0):C&&(h.forEach(P=>P(v)),l=Date.now()),c>50){const P=Math.abs(V),F=Math.abs(k);P>F?V>0&&u.right?u.right(v):V<0&&u.left&&u.left(v):k>0&&u.down?u.down(v):k<0&&u.up&&u.up(v)}},w=v=>{h.push(v)},B=v=>{f.push(v)},D=(v,M=500)=>{p.push({handler:v,delay:M})},N=v=>{u.left=v},S=v=>{u.right=v},x=v=>{u.up=v},g=v=>{u.down=v},R=()=>{d&&(clearTimeout(d),d=null),h.length=0,f.length=0,p.length=0,Object.keys(u).forEach(v=>{delete u[v]})};return o.onMounted(()=>{const v=n.value;v&&(v.addEventListener("touchstart",E,{passive:!1}),v.addEventListener("touchmove",A,{passive:!1}),v.addEventListener("touchend",b,{passive:!1}))}),o.onUnmounted(()=>{R();const v=n.value;v&&(v.removeEventListener("touchstart",E),v.removeEventListener("touchmove",A),v.removeEventListener("touchend",b))}),{onTap:w,onDoubleTap:B,onLongPress:D,onSwipeLeft:N,onSwipeRight:S,onSwipeUp:x,onSwipeDown:g,destroy:R}}function OI(n){const e=t=>{t.target instanceof HTMLInputElement||t.target instanceof HTMLTextAreaElement||t.target instanceof HTMLSelectElement||t.preventDefault()};return n.addEventListener("touchmove",e,{passive:!1}),()=>{n.removeEventListener("touchmove",e)}}function UI(){let n=0;const e=t=>{const i=Date.now();i-n<=300&&t.preventDefault(),n=i};return document.addEventListener("touchend",e,{passive:!1}),document.addEventListener("gesturestart",t=>t.preventDefault()),document.addEventListener("gesturechange",t=>t.preventDefault()),()=>{document.removeEventListener("touchend",e)}}function _I(n,e={}){const{delay:t=500,moveThreshold:i=10}=e,s=o.ref(!1);let r=null,a={x:0,y:0},c=!1;const l=u=>{if(u.touches.length!==1)return;u.preventDefault(),c=!0,s.value=!1;const m=u.touches[0];a={x:m?.clientX??0,y:m?.clientY??0},r=window.setTimeout(()=>{c&&(s.value=!0,n())},t)},d=u=>{if(!c||r===null)return;const m=u.touches[0],E=(m?.clientX??0)-a.x,A=(m?.clientY??0)-a.y;Math.sqrt(E*E+A*A)>i&&f()},h=()=>{c=!1,s.value=!1,r!==null&&(clearTimeout(r),r=null)},f=()=>{c=!1,s.value=!1,r!==null&&(clearTimeout(r),r=null)};return{isLongPressing:s,handlers:{onTouchStart:l,onTouchMove:d,onTouchEnd:h},start:l,end:h,cancel:f}}function QI(n,e,t={}){const{delay:i=500,moveThreshold:s=10}=t;let r=null,a={x:0,y:0};const c=h=>{if(h.touches.length!==1)return;h.preventDefault();const f=h.touches[0];a={x:f?.clientX??0,y:f?.clientY??0},r=window.setTimeout(()=>{e()},i)},l=h=>{if(r===null)return;const f=h.touches[0],p=(f?.clientX??0)-a.x,u=(f?.clientY??0)-a.y;Math.sqrt(p*p+u*u)>s&&(clearTimeout(r),r=null)},d=()=>{r!==null&&(clearTimeout(r),r=null)};return n.addEventListener("touchstart",c,{passive:!1}),n.addEventListener("touchmove",l,{passive:!1}),n.addEventListener("touchend",d),n.addEventListener("touchcancel",d),()=>{r!==null&&(clearTimeout(r),r=null),n.removeEventListener("touchstart",c),n.removeEventListener("touchmove",l),n.removeEventListener("touchend",d),n.removeEventListener("touchcancel",d)}}const VI={tapThreshold:10,doubleTapInterval:300,longPressDelay:500,panThreshold:20,pinchThreshold:.02};function GI(n={}){const e={...VI,...n},t=o.reactive({type:"none",startX:0,startY:0,currentX:0,currentY:0,deltaX:0,deltaY:0,scale:1,rotation:0,velocityX:0,velocityY:0,duration:0}),i=o.ref(!1),s=o.ref(!1),r=o.ref(!1);let a=0,c=0,l=null,d=0,h=1,f=0,p=null;const u={onTap:[],onDoubleTap:[],onLongPress:[],onPanStart:[],onPanMove:[],onPanEnd:[],onPinchStart:[],onPinchMove:[],onPinchEnd:[],onRotate:[]},m=k=>{if(k.length<2)return 0;const C=k[1].clientX-k[0].clientX,y=k[1].clientY-k[0].clientY;return Math.sqrt(C*C+y*y)},E=k=>k.length<2?0:Math.atan2(k[1].clientY-k[0].clientY,k[1].clientX-k[0].clientX)*(180/Math.PI);return{state:t,isActive:i,isPanning:s,isPinching:r,handlers:{onTouchStart:k=>{if(k.touches.length===1){const C=k.touches[0];p=C.identifier,a=Date.now(),t.startX=C.clientX,t.startY=C.clientY,t.currentX=C.clientX,t.currentY=C.clientY,t.deltaX=0,t.deltaY=0,i.value=!0,l=window.setTimeout(()=>{t.type="long-press",u.onLongPress.forEach(y=>y(k))},e.longPressDelay)}else k.touches.length===2&&(l&&(clearTimeout(l),l=null),r.value=!0,d=m(k.touches),h=1,f=E(k.touches),u.onPinchStart.forEach(C=>C(k)))},onTouchMove:k=>{if(k.touches.length===1&&p!==null){let C=null;for(let F=0;F<k.touches.length;F++)if(k.touches[F].identifier===p){C=k.touches[F];break}if(!C)return;const y=C.clientX-t.startX,I=C.clientY-t.startY;Math.sqrt(y*y+I*I)>e.panThreshold&&!s.value&&(s.value=!0,t.type="pan",l&&(clearTimeout(l),l=null),u.onPanStart.forEach(F=>F(k))),s.value&&(k.preventDefault(),t.deltaX=C.clientX-t.currentX,t.deltaY=C.clientY-t.currentY,t.currentX=C.clientX,t.currentY=C.clientY,t.velocityX=t.deltaX,t.velocityY=t.deltaY,u.onPanMove.forEach(F=>F(k)))}else if(k.touches.length===2&&r.value){k.preventDefault();const C=m(k.touches),y=E(k.touches),I=C/d;t.scale=h*I,t.rotation=y-f,u.onPinchMove.forEach(P=>P(k)),u.onRotate.forEach(P=>P(k))}},onTouchEnd:k=>{if(t.duration=Date.now()-a,l&&(clearTimeout(l),l=null),k.touches.length===0){if(s.value)t.type="pan",u.onPanEnd.forEach(C=>C(k));else if(r.value)u.onPinchEnd.forEach(C=>C(k));else if(t.type==="none"&&t.duration<300){const C=Date.now();C-c<e.doubleTapInterval?(t.type="double-tap",u.onDoubleTap.forEach(y=>y(k)),c=0):(t.type="tap",u.onTap.forEach(y=>y(k)),c=C)}s.value=!1,r.value=!1,i.value=!1,p=null,setTimeout(()=>{t.type="none",t.deltaX=0,t.deltaY=0,t.scale=1,t.rotation=0},50)}}},onTap:k=>{u.onTap.push(k)},onDoubleTap:k=>{u.onDoubleTap.push(k)},onLongPress:k=>{u.onLongPress.push(k)},onPanStart:k=>{u.onPanStart.push(k)},onPanMove:k=>{u.onPanMove.push(k)},onPanEnd:k=>{u.onPanEnd.push(k)},onPinchStart:k=>{u.onPinchStart.push(k)},onPinchMove:k=>{u.onPinchMove.push(k)},onPinchEnd:k=>{u.onPinchEnd.push(k)},onRotate:k=>{u.onRotate.push(k)}}}const vi={enableFpsLimit:!0,targetFps:30,enableResolutionScale:!0,resolutionScale:.75,enableLazyLoad:!0,lazyLoadDelay:200,enableModelLod:!0,modelQualityLevel:"medium",enablePostProcessing:!1,enableFxaa:!1,enableAmbientOcclusion:!1,enableShadows:!1,maxTextureSize:1024,enableDebounce:!0,debounceDelay:100};function HI(n={}){const e={...vi,...n};return{requestRenderMode:e.enableFpsLimit,maximumRenderTimeChange:e.enableFpsLimit?1e3/e.targetFps:void 0,scene3DOnly:!0,shouldAnimate:!0}}function YI(n={}){const e={...vi,...n};return{resolutionScale:e.enableResolutionScale?e.resolutionScale:1,targetFrameRate:e.enableFpsLimit?e.targetFps:void 0,sceneModePicker:!1,navigationHelpButton:!1,animation:!1,timeline:!1,fullscreenButton:!1,vrButton:!1,infoBox:!1,selectionIndicator:!1,shadows:e.enableShadows,skyAtmosphere:e.enablePostProcessing,fog:e.enablePostProcessing}}function zI(n={}){const e={...vi,...n},i={low:{maximumScreenSpaceError:64,skipScreenSpaceErrorFactor:256,skipLevels:8,baseScreenSpaceError:2048},medium:{maximumScreenSpaceError:48,skipScreenSpaceErrorFactor:128,skipLevels:5,baseScreenSpaceError:1024},high:{maximumScreenSpaceError:32,skipScreenSpaceErrorFactor:64,skipLevels:3,baseScreenSpaceError:512}}[e.modelQualityLevel];return{cullWithChildrenBounds:!0,cullRequestsWhileMoving:!0,cullRequestsWhileMovingMultiplier:10,backFaceCulling:!0,colorBlendAmount:0,minimumPixelSize:128,maximumScreenSpaceError:i.maximumScreenSpaceError,skipLevelOfDetail:e.enableModelLod,baseScreenSpaceError:i.baseScreenSpaceError,skipScreenSpaceErrorFactor:i.skipScreenSpaceErrorFactor,skipLevels:i.skipLevels,immediatelyLoadDesiredLevelOfDetail:!1,loadSiblings:!1,maximumMemoryUsage:4096*5,preloadWhenHidden:!0,preferLeaves:e.enableModelLod,progressiveResolutionHeightFraction:.5,dynamicScreenSpaceErrorDensity:.002,dynamicScreenSpaceErrorFactor:4,dynamicScreenSpaceError:!0,dynamicScreenSpaceErrorHeightFalloff:.25,foveatedConeSize:0,foveatedTimeDelay:10,foveatedMinimumScreenSpaceErrorRelaxation:0}}function WI(n=30){const e=o.ref(60),t=o.ref(!1);let i=0,s=0,r=0;const a=1e3/n,c=()=>{t.value=!0,i=performance.now(),r=i,s=0},l=()=>{if(!t.value)return!0;const h=performance.now(),f=h-i;return s++,h-r>=1e3&&(e.value=Math.round(s*1e3/(h-r)),s=0,r=h),f>=a?(i=h-f%a,!0):!1},d=()=>{t.value=!1};return o.onUnmounted(()=>{d()}),{fps:e,isControlling:t,startControl:c,stopControl:d,tick:l}}function jI(n,e){let t=null;const i=((...s)=>{t!==null&&clearTimeout(t),t=window.setTimeout(()=>{n(...s),t=null},e)});return i.cancel=()=>{t!==null&&(clearTimeout(t),t=null)},i}function KI(n,e){let t=!1;return((...s)=>{t||(n(...s),t=!0,setTimeout(()=>{t=!1},e))})}function $I(n,e=200){let t=null;const i=()=>{t!==null&&clearTimeout(t),t=window.setTimeout(()=>{n(),t=null},e)},s=()=>{t!==null&&(clearTimeout(t),t=null)};return o.onUnmounted(()=>{s()}),{load:i,cancel:s}}function kl(n){const e=o.ref(),t=o.ref(n.theme||"dark"),i=o.ref(n.menuSize||"medium");o.provide("leiting-theme",t),o.provide("leiting-menu-size",i);function s(c){o.onUnmounted(()=>{e.value=null}),c(n,e)}function r(){const c=o.unref(e);return c||console.error("未获取到leiting实例!"),c}const a=new Proxy({},{get(c,l){const d=r();if(!d)return;const h=d[l];return typeof h=="function"?h.bind(d):h},set(c,l,d){const h=r();return h?(h[l]=d,!0):!1}});return[s,a]}const XI=Ct,qI={install:(n,e)=>{if(n.component("LeitingBIM",wi),n.component("LeitingTree",hi),n.component("LeitingDraggableCard",Le),n.component("leiting-draggable-card",Le),n.component("LeitingMenu",bn),n.component("leiting-menu",bn),n.component("LeitingSection",wn),n.component("leiting-section",wn),n.component("LeitingPlayer",vn),n.component("leiting-player",vn),n.component("LeitingInfo",In),n.component("leiting-info",In),n.component("LeitingPosition",Bn),n.component("leiting-position",Bn),n.component("LeitingSetting",xn),n.component("leiting-setting",xn),!e)return;const t={...XI,...e};t.cesiumUrl&&xi(t).catch(i=>{console.error("[LeitingBim] Failed to load Cesium resources:",i)}),n.config.globalProperties.$leitingBimOptions=t}};_.DEFAULT_CESIUM_CONFIG=Ct,_.LeiTingBIM=wi,_.LeiTingDraggableCard=Le,_.LeiTingInfo=In,_.LeiTingMenu=bn,_.LeiTingPlayer=vn,_.LeiTingPosition=Bn,_.LeiTingSection=wn,_.LeiTingSetting=xn,_.LeiTingTree=hi,_.LeitingBIM=wi,_.LeitingDraggableCard=Le,_.LeitingInfo=In,_.LeitingMenu=bn,_.LeitingPlayer=vn,_.LeitingPosition=Bn,_.LeitingSection=wn,_.LeitingSetting=xn,_.LeitingTree=hi,_.MobileBottomNav=Il,_.MobileDrawer=bi,_.MobileInfo=Dl,_.MobileMeasurement=Tl,_.MobilePlayer=Ml,_.MobileSection=Sl,_.MobileSetting=xl,_.MobileTree=Bl,_.default=qI,_.defaultMobileConfig=vi,_.disableDoubleTapZoom=UI,_.getAccessToken=Si,_.getCesiumOptionsForMobile=HI,_.getTilesetOptionsForMobile=zI,_.getViewerOptionsForMobile=YI,_.leitingBim=wi,_.loadCesium=xi,_.preventDefaultTouchEvents=OI,_.useDebounce=jI,_.useDevice=ui,_.useFrameRateControl=WI,_.useGestureDetection=GI,_.useLazyLoad=$I,_.useLeiTing=kl,_.useLeiting=kl,_.useLongPress=_I,_.useLongPressOnElement=QI,_.useModelTree=fl,_.useRightContextMenu=vl,_.useThrottle=KI,_.useTouchEvents=LI,_.waitForCesium=ec,Object.defineProperties(_,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}));