leiting-bim 2.1.156 → 2.1.157

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,32 +1,32 @@
1
- (function(_,c){typeof exports=="object"&&typeof module<"u"?c(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"],c):(_=typeof globalThis<"u"?globalThis:_||self,c(_.LeitingBim={},_.Vue,_.snapdom,_.antd,_.iconsVue))})(this,(function(_,c,Ll,ge,$t){"use strict";var Cn=typeof document<"u"?document.currentScript:null;function Nl(i){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(i){for(const t in i)if(t!=="default"){const n=Object.getOwnPropertyDescriptor(i,t);Object.defineProperty(e,t,n.get?n:{enumerable:!0,get:()=>i[t]})}}return e.default=i,Object.freeze(e)}const _l=Nl(Ll),mt={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 At=null,kt;function En(i){return i.accessToken&&(kt=i.accessToken),At||(At=new Promise((e,t)=>{if(window.Cesium){kt&&(window.Cesium.Ion.defaultAccessToken=kt),e();return}const{cesiumUrl:n,cesiumCssUrl:s}=i;if(s){const r=document.createElement("link");r.rel="stylesheet",r.href=s,document.head.appendChild(r)}const o=document.createElement("script");o.src=n,o.async=!0,o.onload=()=>{kt&&window.Cesium&&(window.Cesium.Ion.defaultAccessToken=kt),e()},o.onerror=r=>{console.error("Failed to load Cesium script",r),At=null,t(r)},document.head.appendChild(o)}),At)}function Ul(){return window.Cesium?Promise.resolve():At||Promise.reject(new Error("Cesium loading has not been initiated."))}function wn(){return kt}class Ql{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:n="png",quality:s=.8,scale:o=1,returnDataUrl:r=!1}=t;try{const l=_l,a=this.viewer&&this.viewer.container&&this.viewer.container.id;let d=null;if(a&&(d=document.getElementById(a)),!d&&this.viewer&&this.viewer.container&&(d=this.viewer.container),!d)return null;document.fonts&&document.fonts.ready&&await document.fonts.ready;let u=null;const f=l.snapdom||l.default||l;let p=null;if(n==="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:n==="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?u=await this.blobToDataURL(p):p.src&&typeof p.src=="string"?u=p.src:(console.warn("getSnapDomSImageBase64 returned non-string:",p),p.data&&typeof p.data=="string"?u=p.data:u=String(p));else{const m=String(p);u=m.startsWith("data:")?m:`data:image/${n};base64,${m}`}return u?r?u:String(u):null}catch(l){return console.error("getSnapDomSImageBase64 failed",l),null}}async blobToDataURL(e){return new Promise((t,n)=>{const s=new FileReader;s.onload=()=>t(String(s.result)),s.onerror=o=>n(o),s.readAsDataURL(e)})}viewBase64Image(e,t="png"){if(!e){console.warn("viewBase64Image: No base64 data provided");return}const n=`data:image/${t};base64,`,s=e.startsWith("data:")?e:n+e,o=window.open();o?(o.document.write(`
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(`
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,n=this.cesium;if(!t||!t.scene)return;const s=t.scene.primitives,o=s.length,r=!!n.CustomShader;for(let l=0;l<o;l++){const a=s.get(l);if(n.Cesium3DTileset&&a instanceof n.Cesium3DTileset)if(r)if(a.customShader&&a.customShader.isModelAdjustment)a.customShader.setUniform("u_tilesBrightness",e);else{const d=new n.CustomShader({uniforms:{u_tilesBrightness:{type:n.UniformType.FLOAT,value:e}},fragmentShaderText:`
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:`
9
9
  void fragmentMain(FragmentInput fsInput, inout czm_modelMaterial material) {
10
10
  material.diffuse *= u_tilesBrightness;
11
11
  }
12
- `});d.isModelAdjustment=!0,a.customShader=d}else{let d="color('white')";e!==1&&(d=`${d} * ${e}`),a.style=new n.Cesium3DTileStyle({color:d})}}}}var Rs=typeof global=="object"&&global&&global.Object===Object&&global,Gl=typeof self=="object"&&self&&self.Object===Object&&self,yt=Rs||Gl||Function("return this")(),Di=yt.Symbol,Os=Object.prototype,Hl=Os.hasOwnProperty,Yl=Os.toString,Xt=Di?Di.toStringTag:void 0;function Vl(i){var e=Hl.call(i,Xt),t=i[Xt];try{i[Xt]=void 0;var n=!0}catch{}var s=Yl.call(i);return n&&(e?i[Xt]=t:delete i[Xt]),s}var zl=Object.prototype,Wl=zl.toString;function jl(i){return Wl.call(i)}var Kl="[object Null]",$l="[object Undefined]",Ls=Di?Di.toStringTag:void 0;function qt(i){return i==null?i===void 0?$l:Kl:Ls&&Ls in Object(i)?Vl(i):jl(i)}function Pt(i){return i!=null&&typeof i=="object"}var Xl="[object Symbol]";function ql(i){return typeof i=="symbol"||Pt(i)&&qt(i)==Xl}var bn=Array.isArray,Jl=/\s/;function Zl(i){for(var e=i.length;e--&&Jl.test(i.charAt(e)););return e}var ec=/^\s+/;function tc(i){return i&&i.slice(0,Zl(i)+1).replace(ec,"")}function je(i){var e=typeof i;return i!=null&&(e=="object"||e=="function")}var Ns=NaN,ic=/^[-+]0x[0-9a-f]+$/i,nc=/^0b[01]+$/i,sc=/^0o[0-7]+$/i,oc=parseInt;function _s(i){if(typeof i=="number")return i;if(ql(i))return Ns;if(je(i)){var e=typeof i.valueOf=="function"?i.valueOf():i;i=je(e)?e+"":e}if(typeof i!="string")return i===0?i:+i;i=tc(i);var t=nc.test(i);return t||sc.test(i)?oc(i.slice(2),t?2:8):ic.test(i)?Ns:+i}function Us(i){return i}var rc="[object AsyncFunction]",ac="[object Function]",lc="[object GeneratorFunction]",cc="[object Proxy]";function vn(i){if(!je(i))return!1;var e=qt(i);return e==ac||e==lc||e==rc||e==cc}var In=yt["__core-js_shared__"],Qs=(function(){var i=/[^.]+$/.exec(In&&In.keys&&In.keys.IE_PROTO||"");return i?"Symbol(src)_1."+i:""})();function dc(i){return!!Qs&&Qs in i}var uc=Function.prototype,hc=uc.toString;function fc(i){if(i!=null){try{return hc.call(i)}catch{}try{return i+""}catch{}}return""}var pc=/[\\^$.*+?()[\]{}|]/g,gc=/^\[object .+?Constructor\]$/,mc=Function.prototype,Ac=Object.prototype,yc=mc.toString,Cc=Ac.hasOwnProperty,Ec=RegExp("^"+yc.call(Cc).replace(pc,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function wc(i){if(!je(i)||dc(i))return!1;var e=vn(i)?Ec:gc;return e.test(fc(i))}function bc(i,e){return i?.[e]}function Bn(i,e){var t=bc(i,e);return wc(t)?t:void 0}var Gs=Object.create,vc=(function(){function i(){}return function(e){if(!je(e))return{};if(Gs)return Gs(e);i.prototype=e;var t=new i;return i.prototype=void 0,t}})();function Ic(i,e,t){switch(t.length){case 0:return i.call(e);case 1:return i.call(e,t[0]);case 2:return i.call(e,t[0],t[1]);case 3:return i.call(e,t[0],t[1],t[2])}return i.apply(e,t)}function Bc(i,e){var t=-1,n=i.length;for(e||(e=Array(n));++t<n;)e[t]=i[t];return e}var xc=800,Sc=16,Tc=Date.now;function Mc(i){var e=0,t=0;return function(){var n=Tc(),s=Sc-(n-t);if(t=n,s>0){if(++e>=xc)return arguments[0]}else e=0;return i.apply(void 0,arguments)}}function Dc(i){return function(){return i}}var ki=(function(){try{var i=Bn(Object,"defineProperty");return i({},"",{}),i}catch{}})(),kc=ki?function(i,e){return ki(i,"toString",{configurable:!0,enumerable:!1,value:Dc(e),writable:!0})}:Us,Pc=Mc(kc),Fc=9007199254740991,Rc=/^(?:0|[1-9]\d*)$/;function Hs(i,e){var t=typeof i;return e=e??Fc,!!e&&(t=="number"||t!="symbol"&&Rc.test(i))&&i>-1&&i%1==0&&i<e}function xn(i,e,t){e=="__proto__"&&ki?ki(i,e,{configurable:!0,enumerable:!0,value:t,writable:!0}):i[e]=t}function Pi(i,e){return i===e||i!==i&&e!==e}var Oc=Object.prototype,Lc=Oc.hasOwnProperty;function Nc(i,e,t){var n=i[e];(!(Lc.call(i,e)&&Pi(n,t))||t===void 0&&!(e in i))&&xn(i,e,t)}function _c(i,e,t,n){var s=!t;t||(t={});for(var o=-1,r=e.length;++o<r;){var l=e[o],a=void 0;a===void 0&&(a=i[l]),s?xn(t,l,a):Nc(t,l,a)}return t}var Ys=Math.max;function Uc(i,e,t){return e=Ys(e===void 0?i.length-1:e,0),function(){for(var n=arguments,s=-1,o=Ys(n.length-e,0),r=Array(o);++s<o;)r[s]=n[e+s];s=-1;for(var l=Array(e+1);++s<e;)l[s]=n[s];return l[e]=t(r),Ic(i,this,l)}}function Qc(i,e){return Pc(Uc(i,e,Us),i+"")}var Gc=9007199254740991;function Vs(i){return typeof i=="number"&&i>-1&&i%1==0&&i<=Gc}function Sn(i){return i!=null&&Vs(i.length)&&!vn(i)}function Hc(i,e,t){if(!je(t))return!1;var n=typeof e;return(n=="number"?Sn(t)&&Hs(e,t.length):n=="string"&&e in t)?Pi(t[e],i):!1}function Yc(i){return Qc(function(e,t){var n=-1,s=t.length,o=s>1?t[s-1]:void 0,r=s>2?t[2]:void 0;for(o=i.length>3&&typeof o=="function"?(s--,o):void 0,r&&Hc(t[0],t[1],r)&&(o=s<3?void 0:o,s=1),e=Object(e);++n<s;){var l=t[n];l&&i(e,l,n,o)}return e})}var Vc=Object.prototype;function zs(i){var e=i&&i.constructor,t=typeof e=="function"&&e.prototype||Vc;return i===t}function zc(i,e){for(var t=-1,n=Array(i);++t<i;)n[t]=e(t);return n}var Wc="[object Arguments]";function Ws(i){return Pt(i)&&qt(i)==Wc}var js=Object.prototype,jc=js.hasOwnProperty,Kc=js.propertyIsEnumerable,Tn=Ws((function(){return arguments})())?Ws:function(i){return Pt(i)&&jc.call(i,"callee")&&!Kc.call(i,"callee")};function $c(){return!1}var Ks=typeof _=="object"&&_&&!_.nodeType&&_,$s=Ks&&typeof module=="object"&&module&&!module.nodeType&&module,Xc=$s&&$s.exports===Ks,Xs=Xc?yt.Buffer:void 0,qc=Xs?Xs.isBuffer:void 0,qs=qc||$c,Jc="[object Arguments]",Zc="[object Array]",ed="[object Boolean]",td="[object Date]",id="[object Error]",nd="[object Function]",sd="[object Map]",od="[object Number]",rd="[object Object]",ad="[object RegExp]",ld="[object Set]",cd="[object String]",dd="[object WeakMap]",ud="[object ArrayBuffer]",hd="[object DataView]",fd="[object Float32Array]",pd="[object Float64Array]",gd="[object Int8Array]",md="[object Int16Array]",Ad="[object Int32Array]",yd="[object Uint8Array]",Cd="[object Uint8ClampedArray]",Ed="[object Uint16Array]",wd="[object Uint32Array]",ce={};ce[fd]=ce[pd]=ce[gd]=ce[md]=ce[Ad]=ce[yd]=ce[Cd]=ce[Ed]=ce[wd]=!0,ce[Jc]=ce[Zc]=ce[ud]=ce[ed]=ce[hd]=ce[td]=ce[id]=ce[nd]=ce[sd]=ce[od]=ce[rd]=ce[ad]=ce[ld]=ce[cd]=ce[dd]=!1;function bd(i){return Pt(i)&&Vs(i.length)&&!!ce[qt(i)]}function vd(i){return function(e){return i(e)}}var Js=typeof _=="object"&&_&&!_.nodeType&&_,Jt=Js&&typeof module=="object"&&module&&!module.nodeType&&module,Id=Jt&&Jt.exports===Js,Mn=Id&&Rs.process,Zs=(function(){try{var i=Jt&&Jt.require&&Jt.require("util").types;return i||Mn&&Mn.binding&&Mn.binding("util")}catch{}})(),eo=Zs&&Zs.isTypedArray,to=eo?vd(eo):bd;function Bd(i,e){var t=bn(i),n=!t&&Tn(i),s=!t&&!n&&qs(i),o=!t&&!n&&!s&&to(i),r=t||n||s||o,l=r?zc(i.length,String):[],a=l.length;for(var d in i)r&&(d=="length"||s&&(d=="offset"||d=="parent")||o&&(d=="buffer"||d=="byteLength"||d=="byteOffset")||Hs(d,a))||l.push(d);return l}function xd(i,e){return function(t){return i(e(t))}}function Sd(i){var e=[];if(i!=null)for(var t in Object(i))e.push(t);return e}var Td=Object.prototype,Md=Td.hasOwnProperty;function Dd(i){if(!je(i))return Sd(i);var e=zs(i),t=[];for(var n in i)n=="constructor"&&(e||!Md.call(i,n))||t.push(n);return t}function io(i){return Sn(i)?Bd(i):Dd(i)}var Zt=Bn(Object,"create");function kd(){this.__data__=Zt?Zt(null):{},this.size=0}function Pd(i){var e=this.has(i)&&delete this.__data__[i];return this.size-=e?1:0,e}var Fd="__lodash_hash_undefined__",Rd=Object.prototype,Od=Rd.hasOwnProperty;function Ld(i){var e=this.__data__;if(Zt){var t=e[i];return t===Fd?void 0:t}return Od.call(e,i)?e[i]:void 0}var Nd=Object.prototype,_d=Nd.hasOwnProperty;function Ud(i){var e=this.__data__;return Zt?e[i]!==void 0:_d.call(e,i)}var Qd="__lodash_hash_undefined__";function Gd(i,e){var t=this.__data__;return this.size+=this.has(i)?0:1,t[i]=Zt&&e===void 0?Qd:e,this}function Ct(i){var e=-1,t=i==null?0:i.length;for(this.clear();++e<t;){var n=i[e];this.set(n[0],n[1])}}Ct.prototype.clear=kd,Ct.prototype.delete=Pd,Ct.prototype.get=Ld,Ct.prototype.has=Ud,Ct.prototype.set=Gd;function Hd(){this.__data__=[],this.size=0}function Fi(i,e){for(var t=i.length;t--;)if(Pi(i[t][0],e))return t;return-1}var Yd=Array.prototype,Vd=Yd.splice;function zd(i){var e=this.__data__,t=Fi(e,i);if(t<0)return!1;var n=e.length-1;return t==n?e.pop():Vd.call(e,t,1),--this.size,!0}function Wd(i){var e=this.__data__,t=Fi(e,i);return t<0?void 0:e[t][1]}function jd(i){return Fi(this.__data__,i)>-1}function Kd(i,e){var t=this.__data__,n=Fi(t,i);return n<0?(++this.size,t.push([i,e])):t[n][1]=e,this}function et(i){var e=-1,t=i==null?0:i.length;for(this.clear();++e<t;){var n=i[e];this.set(n[0],n[1])}}et.prototype.clear=Hd,et.prototype.delete=zd,et.prototype.get=Wd,et.prototype.has=jd,et.prototype.set=Kd;var no=Bn(yt,"Map");function $d(){this.size=0,this.__data__={hash:new Ct,map:new(no||et),string:new Ct}}function Xd(i){var e=typeof i;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?i!=="__proto__":i===null}function Ri(i,e){var t=i.__data__;return Xd(e)?t[typeof e=="string"?"string":"hash"]:t.map}function qd(i){var e=Ri(this,i).delete(i);return this.size-=e?1:0,e}function Jd(i){return Ri(this,i).get(i)}function Zd(i){return Ri(this,i).has(i)}function eu(i,e){var t=Ri(this,i),n=t.size;return t.set(i,e),this.size+=t.size==n?0:1,this}function Ft(i){var e=-1,t=i==null?0:i.length;for(this.clear();++e<t;){var n=i[e];this.set(n[0],n[1])}}Ft.prototype.clear=$d,Ft.prototype.delete=qd,Ft.prototype.get=Jd,Ft.prototype.has=Zd,Ft.prototype.set=eu;var so=xd(Object.getPrototypeOf,Object),tu="[object Object]",iu=Function.prototype,nu=Object.prototype,oo=iu.toString,su=nu.hasOwnProperty,ou=oo.call(Object);function ru(i){if(!Pt(i)||qt(i)!=tu)return!1;var e=so(i);if(e===null)return!0;var t=su.call(e,"constructor")&&e.constructor;return typeof t=="function"&&t instanceof t&&oo.call(t)==ou}function au(){this.__data__=new et,this.size=0}function lu(i){var e=this.__data__,t=e.delete(i);return this.size=e.size,t}function cu(i){return this.__data__.get(i)}function du(i){return this.__data__.has(i)}var uu=200;function hu(i,e){var t=this.__data__;if(t instanceof et){var n=t.__data__;if(!no||n.length<uu-1)return n.push([i,e]),this.size=++t.size,this;t=this.__data__=new Ft(n)}return t.set(i,e),this.size=t.size,this}function Rt(i){var e=this.__data__=new et(i);this.size=e.size}Rt.prototype.clear=au,Rt.prototype.delete=lu,Rt.prototype.get=cu,Rt.prototype.has=du,Rt.prototype.set=hu;var ro=typeof _=="object"&&_&&!_.nodeType&&_,ao=ro&&typeof module=="object"&&module&&!module.nodeType&&module,fu=ao&&ao.exports===ro,lo=fu?yt.Buffer:void 0;lo&&lo.allocUnsafe;function pu(i,e){return i.slice()}var co=yt.Uint8Array;function gu(i){var e=new i.constructor(i.byteLength);return new co(e).set(new co(i)),e}function mu(i,e){var t=gu(i.buffer);return new i.constructor(t,i.byteOffset,i.length)}function Au(i){return typeof i.constructor=="function"&&!zs(i)?vc(so(i)):{}}function yu(i){return function(e,t,n){for(var s=-1,o=Object(e),r=n(e),l=r.length;l--;){var a=r[++s];if(t(o[a],a,o)===!1)break}return e}}var Cu=yu(),Dn=function(){return yt.Date.now()},Eu="Expected a function",wu=Math.max,bu=Math.min;function kn(i,e,t){var n,s,o,r,l,a,d=0,u=!1,f=!1,p=!0;if(typeof i!="function")throw new TypeError(Eu);e=_s(e)||0,je(t)&&(u=!!t.leading,f="maxWait"in t,o=f?wu(_s(t.maxWait)||0,e):o,p="trailing"in t?!!t.trailing:p);function h(I){var B=n,g=s;return n=s=void 0,d=I,r=i.apply(g,B),r}function m(I){return d=I,l=setTimeout(C,e),u?h(I):r}function w(I){var B=I-a,g=I-d,k=e-B;return f?bu(k,o-g):k}function A(I){var B=I-a,g=I-d;return a===void 0||B>=e||B<0||f&&g>=o}function C(){var I=Dn();if(A(I))return v(I);l=setTimeout(C,w(I))}function v(I){return l=void 0,p&&n?h(I):(n=s=void 0,r)}function x(){l!==void 0&&clearTimeout(l),d=0,n=a=s=l=void 0}function D(){return l===void 0?r:v(Dn())}function N(){var I=Dn(),B=A(I);if(n=arguments,s=this,a=I,B){if(l===void 0)return m(a);if(f)return clearTimeout(l),l=setTimeout(C,e),h(a)}return l===void 0&&(l=setTimeout(C,e)),r}return N.cancel=x,N.flush=D,N}function Pn(i,e,t){(t!==void 0&&!Pi(i[e],t)||t===void 0&&!(e in i))&&xn(i,e,t)}function vu(i){return Pt(i)&&Sn(i)}function Fn(i,e){if(!(e==="constructor"&&typeof i[e]=="function")&&e!="__proto__")return i[e]}function Iu(i){return _c(i,io(i))}function Bu(i,e,t,n,s,o,r){var l=Fn(i,t),a=Fn(e,t),d=r.get(a);if(d){Pn(i,t,d);return}var u=o?o(l,a,t+"",i,e,r):void 0,f=u===void 0;if(f){var p=bn(a),h=!p&&qs(a),m=!p&&!h&&to(a);u=a,p||h||m?bn(l)?u=l:vu(l)?u=Bc(l):h?(f=!1,u=pu(a)):m?(f=!1,u=mu(a)):u=[]:ru(a)||Tn(a)?(u=l,Tn(l)?u=Iu(l):(!je(l)||vn(l))&&(u=Au(a))):f=!1}f&&(r.set(a,u),s(u,a,n,o,r),r.delete(a)),Pn(i,t,u)}function uo(i,e,t,n,s){i!==e&&Cu(e,function(o,r){if(s||(s=new Rt),je(o))Bu(i,e,r,t,uo,n,s);else{var l=n?n(Fn(i,r),o,r+"",i,e,s):void 0;l===void 0&&(l=o),Pn(i,r,l)}},io)}var xu=Yc(function(i,e,t){uo(i,e,t)});function Rn({Cesium:i,tileset:e}){const t=e.leiting;if(!t||!t.model||!t.model.formData)return;const n=t.model.formData,s=t.box,o=i.Quaternion.fromAxisAngle(i.Cartesian3.UNIT_Z,i.Math.toRadians(n.totalRotation||0)),r=i.Matrix4.fromRotationTranslation(i.Matrix3.fromQuaternion(o),i.Cartesian3.ZERO),l=i.Cartesian3.fromDegrees(n.longitude,n.latitude,n.height),a=i.Transforms.eastNorthUpToFixedFrame(l),d=i.Matrix4.multiply(a,r,new i.Matrix4);if(e._root){if(!s){e._root.transform=d;return}try{const{center:u}=s,f=e.root.boundingVolume.boundingSphere,p=new i.Cartesian3(u.x,u.y,0),h=i.Matrix4.multiplyByPoint(d,p,new i.Cartesian3),m=i.Cartographic.fromCartesian(h),w=f.center,A=i.Transforms.eastNorthUpToFixedFrame(new i.Cartesian3(w.x,w.y,w.z)),C=new i.Cartesian3(-u.x+(n.X||0),-u.y+(n.Y||0),n.Z||0),v=i.Matrix4.fromTranslation(C),x=i.Matrix4.multiply(r,v,new i.Matrix4),D=i.Cartesian3.fromDegrees(m.longitude/Math.PI*180,m.latitude/Math.PI*180,n.height),N=i.Transforms.eastNorthUpToFixedFrame(D),I=i.Matrix4.multiply(N,x,new i.Matrix4);i.Matrix4.multiply(A,x,A),e._root.transform=I}catch(u){console.error("Update model position failed:",u)}}}const Ot={NotLoaded:0,Loading:1,Loaded:2,Error:3},Et=4294967295,Ke=65535,On=255,Su=8,ho=9,Tu=0,Mu=99,Du=67324752,fo=134695760,ku=fo,po=33639248,Pu=101010256,go=101075792,Fu=117853008,Lt=22,Ln=20,Nn=56,Ru=12,Ou=20,mo=4,Lu=1,Nu=39169,_u=10,Uu=1,Qu=21589,Gu=28789,Hu=25461,Yu=6534,Vu=30837,zu=30805,Ao=1,Wu=6,yo=8,Co=2048,ju=16,Ku=1,$u=2,Xu=4,qu=32,Eo=61440,_n=16384,Un=73,Ju=420,Zu=2048,eh=1024,th=512,ih="/",Qn=30,nh=10,sh=14,oh=18,de=void 0,at="undefined",wt="function",rh=64;let wo=2;try{typeof navigator!=at&&navigator.hardwareConcurrency&&(wo=navigator.hardwareConcurrency)}catch{}const ah={workerURI:"./core/web-worker-wasm.js",wasmURI:"./core/streams/zlib-wasm/zlib-streams.wasm",chunkSize:64*1024,maxWorkers:wo,terminateWorkerTimeout:5e3,useWebWorkers:!0,useCompressionStream:!0,CompressionStream:typeof CompressionStream!=at&&CompressionStream,DecompressionStream:typeof DecompressionStream!=at&&DecompressionStream},bo=Object.assign({},ah);function lh(){return bo}function ch(i){return Math.max(i.chunkSize,rh)}function Oi(i){const{baseURI:e,chunkSize:t,maxWorkers:n,terminateWorkerTimeout:s,useCompressionStream:o,useWebWorkers:r,CompressionStream:l,DecompressionStream:a,CompressionStreamZlib:d,DecompressionStreamZlib:u,workerURI:f,wasmURI:p}=i;_e("baseURI",e),_e("wasmURI",p),_e("workerURI",f),_e("chunkSize",t),_e("maxWorkers",n),_e("terminateWorkerTimeout",s),_e("useCompressionStream",o),_e("useWebWorkers",r),_e("CompressionStream",l),_e("DecompressionStream",a),_e("CompressionStreamZlib",d),_e("DecompressionStreamZlib",u)}function _e(i,e){e!==de&&(bo[i]=e)}function dh(i){let e;i({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 vo=[];for(let i=0;i<256;i++){let e=i;for(let t=0;t<8;t++)e&1?e=e>>>1^3988292384:e=e>>>1;vo[i]=e}class Li{constructor(e){this.crc=e||-1}append(e){let t=this.crc|0;for(let n=0,s=e.length|0;n<s;n++)t=t>>>8^vo[(t^e[n])&255];this.crc=t}get(){return~this.crc}}class Io extends TransformStream{constructor(){let e;const t=new Li;super({transform(n,s){t.append(n),s.enqueue(n)},flush(){const n=new Uint8Array(4);new DataView(n.buffer).setUint32(0,t.get()),e.value=n}}),e=this}}function uh(i){if(typeof TextEncoder==at){i=unescape(encodeURIComponent(i));const e=new Uint8Array(i.length);for(let t=0;t<e.length;t++)e[t]=i.charCodeAt(t);return e}else return new TextEncoder().encode(i)}const ke={concat(i,e){if(i.length===0||e.length===0)return i.concat(e);const t=i[i.length-1],n=ke.getPartial(t);return n===32?i.concat(e):ke._shiftRight(e,n,t|0,i.slice(0,i.length-1))},bitLength(i){const e=i.length;if(e===0)return 0;const t=i[e-1];return(e-1)*32+ke.getPartial(t)},clamp(i,e){if(i.length*32<e)return i;i=i.slice(0,Math.ceil(e/32));const t=i.length;return e=e&31,t>0&&e&&(i[t-1]=ke.partial(e,i[t-1]&2147483648>>e-1,1)),i},partial(i,e,t){return i===32?e:(t?e|0:e<<32-i)+i*1099511627776},getPartial(i){return Math.round(i/1099511627776)||32},_shiftRight(i,e,t,n){for(n===void 0&&(n=[]);e>=32;e-=32)n.push(t),t=0;if(e===0)return n.concat(i);for(let r=0;r<i.length;r++)n.push(t|i[r]>>>e),t=i[r]<<32-e;const s=i.length?i[i.length-1]:0,o=ke.getPartial(s);return n.push(ke.partial(e+o&31,e+o>32?t:n.pop(),1)),n}},Ni={bytes:{fromBits(i){const t=ke.bitLength(i)/8,n=new Uint8Array(t);let s;for(let o=0;o<t;o++)(o&3)===0&&(s=i[o/4]),n[o]=s>>>24,s<<=8;return n},toBits(i){const e=[];let t,n=0;for(t=0;t<i.length;t++)n=n<<8|i[t],(t&3)===3&&(e.push(n),n=0);return t&3&&e.push(ke.partial(8*(t&3),n)),e}}},Bo={};Bo.sha1=class{constructor(i){const e=this;e.blockSize=512,e._init=[1732584193,4023233417,2562383102,271733878,3285377520],e._key=[1518500249,1859775393,2400959708,3395469782],i?(e._h=i._h.slice(0),e._buffer=i._buffer.slice(0),e._length=i._length):e.reset()}reset(){const i=this;return i._h=i._init.slice(0),i._buffer=[],i._length=0,i}update(i){const e=this;typeof i=="string"&&(i=Ni.utf8String.toBits(i));const t=e._buffer=ke.concat(e._buffer,i),n=e._length,s=e._length=n+ke.bitLength(i);if(s>9007199254740991)throw new Error("Cannot hash more than 2^53 - 1 bits");const o=new Uint32Array(t);let r=0;for(let l=e.blockSize+n-(e.blockSize+n&e.blockSize-1);l<=s;l+=e.blockSize)e._block(o.subarray(16*r,16*(r+1))),r+=1;return t.splice(0,16*r),e}finalize(){const i=this;let e=i._buffer;const t=i._h;e=ke.concat(e,[ke.partial(1,1)]);for(let n=e.length+2;n&15;n++)e.push(0);for(e.push(Math.floor(i._length/4294967296)),e.push(i._length|0);e.length;)i._block(e.splice(0,16));return i.reset(),t}_f(i,e,t,n){if(i<=19)return e&t|~e&n;if(i<=39)return e^t^n;if(i<=59)return e&t|e&n|t&n;if(i<=79)return e^t^n}_S(i,e){return e<<i|e>>>32-i}_block(i){const e=this,t=e._h,n=Array(80);for(let d=0;d<16;d++)n[d]=i[d];let s=t[0],o=t[1],r=t[2],l=t[3],a=t[4];for(let d=0;d<=79;d++){d>=16&&(n[d]=e._S(1,n[d-3]^n[d-8]^n[d-14]^n[d-16]));const u=e._S(5,s)+e._f(d,o,r,l)+a+n[d]+e._key[Math.floor(d/20)]|0;a=l,l=r,r=e._S(30,o),o=s,s=u}t[0]=t[0]+s|0,t[1]=t[1]+o|0,t[2]=t[2]+r|0,t[3]=t[3]+l|0,t[4]=t[4]+a|0}};const xo={};xo.aes=class{constructor(i){const e=this;e._tables=[[[],[],[],[],[]],[[],[],[],[],[]]],e._tables[0][0][0]||e._precompute();const t=e._tables[0][4],n=e._tables[1],s=i.length;let o,r,l,a=1;if(s!==4&&s!==6&&s!==8)throw new Error("invalid aes key size");for(e._key=[r=i.slice(0),l=[]],o=s;o<4*s+28;o++){let d=r[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^a<<24,a=a<<1^(a>>7)*283)),r[o]=r[o-s]^d}for(let d=0;o;d++,o--){const u=r[d&3?o:o-4];o<=4||d<4?l[d]=u:l[d]=n[0][t[u>>>24]]^n[1][t[u>>16&255]]^n[2][t[u>>8&255]]^n[3][t[u&255]]}}encrypt(i){return this._crypt(i,0)}decrypt(i){return this._crypt(i,1)}_precompute(){const i=this._tables[0],e=this._tables[1],t=i[4],n=e[4],s=[],o=[];let r,l,a,d;for(let u=0;u<256;u++)o[(s[u]=u<<1^(u>>7)*283)^u]=u;for(let u=r=0;!t[u];u^=l||1,r=o[r]||1){let f=r^r<<1^r<<2^r<<3^r<<4;f=f>>8^f&255^99,t[u]=f,n[f]=u,d=s[a=s[l=s[u]]];let p=d*16843009^a*65537^l*257^u*16843008,h=s[f]*257^f*16843008;for(let m=0;m<4;m++)i[m][u]=h=h<<24^h>>>8,e[m][f]=p=p<<24^p>>>8}for(let u=0;u<5;u++)i[u]=i[u].slice(0),e[u]=e[u].slice(0)}_crypt(i,e){if(i.length!==4)throw new Error("invalid aes block size");const t=this._key[e],n=t.length/4-2,s=[0,0,0,0],o=this._tables[e],r=o[0],l=o[1],a=o[2],d=o[3],u=o[4];let f=i[0]^t[0],p=i[e?3:1]^t[1],h=i[2]^t[2],m=i[e?1:3]^t[3],w=4,A,C,v;for(let x=0;x<n;x++)A=r[f>>>24]^l[p>>16&255]^a[h>>8&255]^d[m&255]^t[w],C=r[p>>>24]^l[h>>16&255]^a[m>>8&255]^d[f&255]^t[w+1],v=r[h>>>24]^l[m>>16&255]^a[f>>8&255]^d[p&255]^t[w+2],m=r[m>>>24]^l[f>>16&255]^a[p>>8&255]^d[h&255]^t[w+3],w+=4,f=A,p=C,h=v;for(let x=0;x<4;x++)s[e?3&-x:x]=u[f>>>24]<<24^u[p>>16&255]<<16^u[h>>8&255]<<8^u[m&255]^t[w++],A=f,f=p,p=h,h=m,m=A;return s}};const hh={getRandomValues(i){const e=new Uint32Array(i.buffer),t=n=>{let s=987654321;const o=4294967295;return function(){return s=36969*(s&65535)+(s>>16)&o,n=18e3*(n&65535)+(n>>16)&o,(((s<<16)+n&o)/4294967296+.5)*(Math.random()>.5?1:-1)}};for(let n=0,s;n<i.length;n+=4){const o=t((s||Math.random())*4294967296);s=o()*987654071,e[n/4]=o()*4294967296|0}return i}},So={};So.ctrGladman=class{constructor(i,e){this._prf=i,this._initIv=e,this._iv=e}reset(){this._iv=this._initIv}update(i){return this.calculate(this._prf,i,this._iv)}incWord(i){if((i>>24&255)===255){let e=i>>16&255,t=i>>8&255,n=i&255;e===255?(e=0,t===255?(t=0,n===255?n=0:++n):++t):++e,i=0,i+=e<<16,i+=t<<8,i+=n}else i+=1<<24;return i}incCounter(i){(i[0]=this.incWord(i[0]))===0&&(i[1]=this.incWord(i[1]))}calculate(i,e,t){let n;if(!(n=e.length))return[];const s=ke.bitLength(e);for(let o=0;o<n;o+=4){this.incCounter(t);const r=i.encrypt(t);e[o]^=r[0],e[o+1]^=r[1],e[o+2]^=r[2],e[o+3]^=r[3]}return ke.clamp(e,s)}};const bt={importKey(i){return new bt.hmacSha1(Ni.bytes.toBits(i))},pbkdf2(i,e,t,n){if(t=t||1e4,n<0||t<0)throw new Error("invalid params to pbkdf2");const s=(n>>5)+1<<2;let o,r,l,a,d;const u=new ArrayBuffer(s),f=new DataView(u);let p=0;const h=ke;for(e=Ni.bytes.toBits(e),d=1;p<(s||1);d++){for(o=r=i.encrypt(h.concat(e,[d])),l=1;l<t;l++)for(r=i.encrypt(r),a=0;a<r.length;a++)o[a]^=r[a];for(l=0;p<(s||1)&&l<o.length;l++)f.setInt32(p,o[l]),p+=4}return u.slice(0,n/8)}};bt.hmacSha1=class{constructor(i){const e=this,t=e._hash=Bo.sha1,n=[[],[]];e._baseHash=[new t,new t];const s=e._baseHash[0].blockSize/32;i.length>s&&(i=new t().update(i).finalize());for(let o=0;o<s;o++)n[0][o]=i[o]^909522486,n[1][o]=i[o]^1549556828;e._baseHash[0].update(n[0]),e._baseHash[1].update(n[1]),e._resultHash=new t(e._baseHash[0])}reset(){const i=this;i._resultHash=new i._hash(i._baseHash[0]),i._updated=!1}update(i){const e=this;e._updated=!0,e._resultHash.update(i)}digest(){const i=this,e=i._resultHash.finalize(),t=new i._hash(i._baseHash[1]).update(e).finalize();return i.reset(),t}encrypt(i){if(this._updated)throw new Error("encrypt on already updated hmac called!");return this.update(i),this.digest(i)}};const fh=typeof crypto!=at&&typeof crypto.getRandomValues==wt,To="Invalid password",Mo="Invalid signature",Gn="zipjs-abort-check-password";function Do(i){return fh?crypto.getRandomValues(i):hh.getRandomValues(i)}const Nt=16,ph="raw",ko={name:"PBKDF2"},gh={name:"HMAC"},mh="SHA-1",Ah=Object.assign({hash:gh},ko),Hn=Object.assign({iterations:1e3,hash:{name:mh}},ko),yh=["deriveBits"],ei=[8,12,16],ti=[16,24,32],lt=10,Ch=[0,0,0,0],_i=typeof crypto!=at,ii=_i&&crypto.subtle,Po=_i&&typeof ii!=at,$e=Ni.bytes,Eh=xo.aes,wh=So.ctrGladman,bh=bt.hmacSha1;let Fo=_i&&Po&&typeof ii.importKey==wt,Ro=_i&&Po&&typeof ii.deriveBits==wt;class vh extends TransformStream{constructor({password:e,rawPassword:t,signed:n,encryptionStrength:s,checkPasswordOnly:o}){super({start(){Object.assign(this,{ready:new Promise(r=>this.resolveReady=r),password:No(e,t),signed:n,strength:s-1,pending:new Uint8Array})},async transform(r,l){const a=this,{password:d,strength:u,resolveReady:f,ready:p}=a;d?(await Bh(a,u,d,Ue(r,0,ei[u]+2)),r=Ue(r,ei[u]+2),o?l.error(new Error(Gn)):f()):await p;const h=new Uint8Array(r.length-lt-(r.length-lt)%Nt);l.enqueue(Oo(a,r,h,0,lt,!0))},async flush(r){const{signed:l,ctr:a,hmac:d,pending:u,ready:f}=this;if(d&&a){await f;const p=Ue(u,0,u.length-lt),h=Ue(u,u.length-lt);let m=new Uint8Array;if(p.length){const w=si($e,p);d.update(w);const A=a.update(w);m=ni($e,A)}if(l){const w=Ue(ni($e,d.digest()),0,lt);for(let A=0;A<lt;A++)if(w[A]!=h[A])throw new Error(Mo)}r.enqueue(m)}}})}}class Ih extends TransformStream{constructor({password:e,rawPassword:t,encryptionStrength:n}){let s;super({start(){Object.assign(this,{ready:new Promise(o=>this.resolveReady=o),password:No(e,t),strength:n-1,pending:new Uint8Array})},async transform(o,r){const l=this,{password:a,strength:d,resolveReady:u,ready:f}=l;let p=new Uint8Array;a?(p=await xh(l,d,a),u()):await f;const h=new Uint8Array(p.length+o.length-o.length%Nt);h.set(p,0),r.enqueue(Oo(l,o,h,p.length,0))},async flush(o){const{ctr:r,hmac:l,pending:a,ready:d}=this;if(l&&r){await d;let u=new Uint8Array;if(a.length){const f=r.update(si($e,a));l.update(f),u=ni($e,f)}s.signature=ni($e,l.digest()).slice(0,lt),o.enqueue(Yn(u,s.signature))}}}),s=this}}function Oo(i,e,t,n,s,o){const{ctr:r,hmac:l,pending:a}=i,d=e.length-s;a.length&&(e=Yn(a,e),t=Mh(t,d-d%Nt));let u;for(u=0;u<=d-Nt;u+=Nt){const f=si($e,Ue(e,u,u+Nt));o&&l.update(f);const p=r.update(f);o||l.update(p),t.set(ni($e,p),u+n)}return i.pending=Ue(e,u),t}async function Bh(i,e,t,n){const s=await Lo(i,e,t,Ue(n,0,ei[e])),o=Ue(n,ei[e]);if(s[0]!=o[0]||s[1]!=o[1])throw new Error(To)}async function xh(i,e,t){const n=Do(new Uint8Array(ei[e])),s=await Lo(i,e,t,n);return Yn(n,s)}async function Lo(i,e,t,n){i.password=null;const s=await Sh(ph,t,Ah,!1,yh),o=await Th(Object.assign({salt:n},Hn),s,8*(ti[e]*2+2)),r=new Uint8Array(o),l=si($e,Ue(r,0,ti[e])),a=si($e,Ue(r,ti[e],ti[e]*2)),d=Ue(r,ti[e]*2);return Object.assign(i,{keys:{key:l,authentication:a,passwordVerification:d},ctr:new wh(new Eh(l),Array.from(Ch)),hmac:new bh(a)}),d}async function Sh(i,e,t,n,s){if(Fo)try{return await ii.importKey(i,e,t,n,s)}catch{return Fo=!1,bt.importKey(e)}else return bt.importKey(e)}async function Th(i,e,t){if(Ro)try{return await ii.deriveBits(i,e,t)}catch{return Ro=!1,bt.pbkdf2(e,i.salt,Hn.iterations,t)}else return bt.pbkdf2(e,i.salt,Hn.iterations,t)}function No(i,e){return e===de?uh(i):e}function Yn(i,e){let t=i;return i.length+e.length&&(t=new Uint8Array(i.length+e.length),t.set(i,0),t.set(e,i.length)),t}function Mh(i,e){if(e&&e>i.length){const t=i;i=new Uint8Array(e),i.set(t,0)}return i}function Ue(i,e,t){return i.subarray(e,t)}function ni(i,e){return i.fromBits(e)}function si(i,e){return i.toBits(e)}const oi=12;class Dh extends TransformStream{constructor({password:e,passwordVerification:t,checkPasswordOnly:n}){super({start(){Object.assign(this,{password:e,passwordVerification:t}),Qo(this,e)},transform(s,o){const r=this;if(r.password){const l=_o(r,s.subarray(0,oi));if(r.password=null,l.at(-1)!=r.passwordVerification)throw new Error(To);s=s.subarray(oi)}n?o.error(new Error(Gn)):o.enqueue(_o(r,s))}})}}class kh extends TransformStream{constructor({password:e,passwordVerification:t}){super({start(){Object.assign(this,{password:e,passwordVerification:t}),Qo(this,e)},transform(n,s){const o=this;let r,l;if(o.password){o.password=null;const a=Do(new Uint8Array(oi));a[oi-1]=o.passwordVerification,r=new Uint8Array(n.length+a.length),r.set(Uo(o,a),0),l=oi}else r=new Uint8Array(n.length),l=0;r.set(Uo(o,n),l),s.enqueue(r)}})}}function _o(i,e){const t=new Uint8Array(e.length);for(let n=0;n<e.length;n++)t[n]=Go(i)^e[n],Vn(i,t[n]);return t}function Uo(i,e){const t=new Uint8Array(e.length);for(let n=0;n<e.length;n++)t[n]=Go(i)^e[n],Vn(i,e[n]);return t}function Qo(i,e){const t=[305419896,591751049,878082192];Object.assign(i,{keys:t,crcKey0:new Li(t[0]),crcKey2:new Li(t[2])});for(let n=0;n<e.length;n++)Vn(i,e.charCodeAt(n))}function Vn(i,e){let[t,n,s]=i.keys;i.crcKey0.append([e]),t=~i.crcKey0.get(),n=Yo(Math.imul(Yo(n+Ho(t)),134775813)+1),i.crcKey2.append([n>>>24]),s=~i.crcKey2.get(),i.keys=[t,n,s]}function Go(i){const e=i.keys[2]|2;return Ho(Math.imul(e,e^1)>>>8)}function Ho(i){return i&255}function Yo(i){return i&4294967295}const Vo="Invalid uncompressed size",Ph="deflate-raw",Fh="deflate64-raw";class Rh extends TransformStream{constructor(e,{chunkSize:t,CompressionStreamZlib:n,CompressionStream:s}){super({});const{compressed:o,encrypted:r,useCompressionStream:l,zipCrypto:a,signed:d,level:u}=e,f=this;let p,h,m=super.readable;(!r||a)&&d&&(p=new Io,m=Xe(m,p)),o&&(m=Wo(m,l,{level:u,chunkSize:t},s,n,s)),r&&(a?m=Xe(m,new kh(e)):(h=new Ih(e),m=Xe(m,h))),zo(f,m,()=>{let w;r&&!a&&(w=h.signature),(!r||a)&&d&&(w=new DataView(p.value.buffer).getUint32(0)),f.signature=w})}}class Oh extends TransformStream{constructor(e,{chunkSize:t,DecompressionStreamZlib:n,DecompressionStream:s}){super({});const{zipCrypto:o,encrypted:r,signed:l,signature:a,compressed:d,useCompressionStream:u,deflate64:f}=e;let p,h,m=super.readable;r&&(o?m=Xe(m,new Dh(e)):(h=new vh(e),m=Xe(m,h))),d&&(m=Wo(m,u,{chunkSize:t,deflate64:f},s,n,s)),(!r||o)&&l&&(p=new Io,m=Xe(m,p)),zo(this,m,()=>{if((!r||o)&&l){const w=new DataView(p.value.buffer);if(a!=w.getUint32(0,!1))throw new Error(Mo)}})}}function zo(i,e,t){e=Xe(e,new TransformStream({flush:t})),Object.defineProperty(i,"readable",{get(){return e}})}function Wo(i,e,t,n,s,o){const r=e&&n?n:s||o,l=t.deflate64?Fh:Ph;try{i=Xe(i,new r(l,t))}catch(a){if(e)if(s)i=Xe(i,new s(l,t));else if(o)i=Xe(i,new o(l,t));else throw a;else throw a}return i}function Xe(i,e){return i.pipeThrough(e)}const Lh="message",Nh="start",_h="pull",jo="data",Uh="ack",Ko="close",Qh="deflate",$o="inflate";class Gh extends TransformStream{constructor(e,t){super({});const n=this,{codecType:s}=e;let o;s.startsWith(Qh)?o=Rh:s.startsWith($o)&&(o=Oh),n.outputSize=0;let r=0;const l=new o(e,t),a=super.readable,d=new TransformStream({transform(f,p){f&&f.length&&(r+=f.length,p.enqueue(f))},flush(){Object.assign(n,{inputSize:r})}}),u=new TransformStream({transform(f,p){if(f&&f.length&&(p.enqueue(f),n.outputSize+=f.length,e.outputSize!==de&&n.outputSize>e.outputSize))throw new Error(Vo)},flush(){const{signature:f}=l;Object.assign(n,{signature:f,inputSize:r})}});Object.defineProperty(n,"readable",{get(){return a.pipeThrough(d).pipeThrough(l).pipeThrough(u)}})}}class Hh extends TransformStream{constructor(e){let t;super({transform:n,flush(s){t&&t.length&&s.enqueue(t)}});function n(s,o){if(t){const r=new Uint8Array(t.length+s.length);r.set(t),r.set(s,t.length),s=r,t=null}s.length>e?(o.enqueue(s.slice(0,e)),n(s.slice(e),o)):t=s}}}let Xo=typeof Worker!=at,qo=()=>{};function Yh({initModule:i}){qo=i}class zn{constructor(e,{readable:t,writable:n},{options:s,config:o,streamOptions:r,useWebWorkers:l,transferStreams:a,workerURI:d},u){const{signal:f}=r;return Object.assign(e,{busy:!0,readable:t.pipeThrough(new Hh(o.chunkSize)).pipeThrough(new Vh(r),{signal:f}),writable:n,options:Object.assign({},s),workerURI:d,transferStreams:a,terminate(){return new Promise(p=>{const{worker:h,busy:m}=e;h?(m?e.resolveTerminated=p:(h.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,u(e)}}),(l&&Xo?zh:Jo)(e,o)}}class Vh extends TransformStream{constructor({onstart:e,onprogress:t,size:n,onend:s}){let o=0;super({async start(){e&&await Wn(e,n)},async transform(r,l){o+=r.length,t&&await Wn(t,o,n),l.enqueue(r)},async flush(){s&&await Wn(s,o)}})}}async function Wn(i,...e){try{await i(...e)}catch{}}function Jo(i,e){return{run:()=>Wh(i,e)}}function zh(i,e){const{baseURI:t,chunkSize:n}=e;let{wasmURI:s}=e;if(!i.interface){typeof s==wt&&(s=s());let o;try{o=$h(i.workerURI,t,i)}catch{return Xo=!1,Jo(i,e)}Object.assign(i,{worker:o,interface:{run:()=>jh(i,{chunkSize:n,wasmURI:s,baseURI:t})}})}return i.interface}async function Wh({options:i,readable:e,writable:t,onTaskFinished:n},s){let o;try{if(!i.useCompressionStream)try{await qo(s)}catch{i.useCompressionStream=!0}o=new Gh(i,s),await e.pipeThrough(o).pipeTo(t,{preventClose:!0,preventAbort:!0});const{signature:r,inputSize:l,outputSize:a}=o;return{signature:r,inputSize:l,outputSize:a}}catch(r){throw o&&(r.outputSize=o.outputSize),r}finally{n()}}async function jh(i,e){let t,n;const s=new Promise((f,p)=>{t=f,n=p});Object.assign(i,{reader:null,writer:null,resolveResult:t,rejectResult:n,result:s});const{readable:o,options:r}=i,{writable:l,closed:a}=Kh(i.writable),d=Ui({type:Nh,options:r,config:e,readable:o,writable:l},i);d||Object.assign(i,{reader:o.getReader(),writer:l.getWriter()});const u=await s;return d||await l.getWriter().close(),await a,u}function Kh(i){let e;const t=new Promise(s=>e=s);return{writable:new WritableStream({async write(s){const o=i.getWriter();await o.ready,await o.write(s),o.releaseLock()},close(){e()},abort(s){return i.getWriter().abort(s)}}),closed:t}}let Zo=!0;function $h(i,e,t){const n={type:"module"};let s,o;if(typeof i==wt&&(i=i()),i.startsWith("data:")||i.startsWith("blob:"))try{o=new Worker(i)}catch{o=new Worker(i,n)}else{try{s=new URL(i,e)}catch{s=i}o=new Worker(s,n)}return o.addEventListener(Lh,r=>Xh(r,t)),o}function Ui(i,{worker:e,writer:t,onTaskFinished:n,transferStreams:s}){try{const{value:o,readable:r,writable:l}=i,a=[];if(o&&(i.value=o,a.push(i.value.buffer)),s&&Zo?(r&&a.push(r),l&&a.push(l)):i.readable=i.writable=null,a.length)try{return e.postMessage(i,a),!0}catch{Zo=!1,i.readable=i.writable=null,e.postMessage(i)}else e.postMessage(i)}catch(o){throw t&&t.releaseLock(),n(),o}}async function Xh({data:i},e){const{type:t,value:n,messageId:s,result:o,error:r}=i,{reader:l,writer:a,resolveResult:d,rejectResult:u,onTaskFinished:f}=e;try{if(r){const{message:h,stack:m,code:w,name:A,outputSize:C}=r,v=new Error(h);Object.assign(v,{stack:m,code:w,name:A,outputSize:C}),p(v)}else{if(t==_h){const{value:h,done:m}=await l.read();Ui({type:jo,value:h,done:m,messageId:s},e)}t==jo&&(await a.ready,await a.write(new Uint8Array(n)),Ui({type:Uh,messageId:s},e)),t==Ko&&p(null,o)}}catch(h){Ui({type:Ko,messageId:s},e),p(h)}function p(h,m){h?u(h):d(m),a&&a.releaseLock(),f()}}let vt=[];const jn=[];let er=0;async function qh(i,e){const{options:t,config:n}=e,{transferStreams:s,useWebWorkers:o,useCompressionStream:r,compressed:l,signed:a,encrypted:d}=t,{workerURI:u,maxWorkers:f}=n;e.transferStreams=s||s===de;const p=!l&&!a&&!d&&!e.transferStreams;return e.useWebWorkers=!p&&(o||o===de&&n.useWebWorkers),e.workerURI=e.useWebWorkers&&u?u:de,t.useCompressionStream=r||r===de&&n.useCompressionStream,(await h()).run();async function h(){const w=vt.find(A=>!A.busy);if(w)return tr(w),new zn(w,i,e,m);if(vt.length<f){const A={indexWorker:er};return er++,vt.push(A),new zn(A,i,e,m)}else return new Promise(A=>jn.push({resolve:A,stream:i,workerOptions:e}))}function m(w){if(jn.length){const[{resolve:A,stream:C,workerOptions:v}]=jn.splice(0,1);A(new zn(w,C,v,m))}else w.worker?(tr(w),Jh(w,e)):vt=vt.filter(A=>A!=w)}}function Jh(i,e){const{config:t}=e,{terminateWorkerTimeout:n}=t;Number.isFinite(n)&&n>=0&&(i.terminated?i.terminated=!1:i.terminateTimeout=setTimeout(async()=>{vt=vt.filter(s=>s!=i);try{await i.terminate()}catch{}},n))}function tr(i){const{terminateTimeout:e}=i;e&&(clearTimeout(e),i.terminateTimeout=null)}const Zh="Writer iterator completed too soon",ef="Content-Type",tf=64*1024,ir="writable";class Kn{constructor(){this.size=0}init(){this.initialized=!0}}class nr extends Kn{get readable(){const e=this,{chunkSize:t=tf}=e,n=new ReadableStream({start(){this.chunkOffset=0},async pull(s){const{offset:o=0,size:r,diskNumberStart:l}=n,{chunkOffset:a}=this,d=r===de?t:Math.min(t,r-a),u=await xe(e,o+a,d,l);s.enqueue(u),a+t>r||r===de&&!u.length&&d?s.close():this.chunkOffset+=t}});return n}}class $n extends nr{constructor(e){super(),Object.assign(this,{blob:e,size:e.size})}async readUint8Array(e,t){const n=this,s=e+t;let r=await(e||s<n.size?n.blob.slice(e,s):n.blob).arrayBuffer();return r.byteLength>t&&(r=r.slice(e,s)),new Uint8Array(r)}}class nf extends Kn{constructor(e){super();const t=this,n=new TransformStream,s=[];e&&s.push([ef,e]),Object.defineProperty(t,ir,{get(){return n.writable}}),t.blob=new Response(n.readable,{headers:s}).blob()}getData(){return this.blob}}class sf extends nf{constructor(e){super(e),Object.assign(this,{encoding:e,utf8:!e||e.toLowerCase()=="utf-8"})}async getData(){const{encoding:e,utf8:t}=this,n=await super.getData();if(n.text&&t)return n.text();{const s=new FileReader;return new Promise((o,r)=>{Object.assign(s,{onload:({target:l})=>o(l.result),onerror:()=>r(s.error)}),s.readAsText(n,e)})}}}class of extends nr{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(n,s)=>{await n.init(),s!=t.length-1&&(e.lastDiskOffset+=n.size),e.size+=n.size})),super.init()}async readUint8Array(e,t,n=0){const s=this,{readers:o}=this;let r,l=n;l==-1&&(l=o.length-1);let a=e;for(;o[l]&&a>=o[l].size;)a-=o[l].size,l++;const d=o[l];if(d){const u=d.size;if(a+t<=u)r=await xe(d,a,t);else{const f=u-a;r=new Uint8Array(t);const p=await xe(d,a,f);r.set(p,0);const h=await s.readUint8Array(e+f,t-f,n);r.set(h,f),p.length+h.length<t&&(r=r.subarray(0,p.length+h.length))}}else r=new Uint8Array;return s.lastDiskNumber=Math.max(l,s.lastDiskNumber),r}}class sr extends Kn{constructor(e,t=4294967295){super();const n=this;Object.assign(n,{diskNumber:0,diskOffset:0,size:0,maxSize:t,availableSize:t});let s,o,r;const l=new WritableStream({async write(u){const{availableSize:f}=n;if(r)u.length>=f?(await a(u.subarray(0,f)),await d(),n.diskOffset+=s.size,n.diskNumber++,r=null,await this.write(u.subarray(f))):await a(u);else{const{value:p,done:h}=await e.next();if(h&&!p)throw new Error(Zh);s=p,s.size=0,s.maxSize&&(n.maxSize=s.maxSize),n.availableSize=n.maxSize,await Qi(s),o=p.writable,r=o.getWriter(),await this.write(u)}},async close(){await r.ready,await d()}});Object.defineProperty(n,ir,{get(){return l}});async function a(u){const f=u.length;f&&(await r.ready,await r.write(u),s.size+=f,n.size+=f,n.availableSize-=f)}async function d(){await r.close()}}}class rf{constructor(e){return Array.isArray(e)&&(e=new of(e)),e instanceof ReadableStream&&(e={readable:e}),e}}class af{constructor(e){return e.writable===de&&typeof e.next==wt&&(e=new sr(e)),e instanceof WritableStream&&(e={writable:e}),e.size===de&&(e.size=0),e instanceof sr||Object.assign(e,{diskNumber:0,diskOffset:0,availableSize:1/0,maxSize:1/0}),e}}async function Qi(i,e){if(i.init&&!i.initialized)await i.init(e);else return Promise.resolve()}function xe(i,e,t,n){return i.readUint8Array(e,t,n)}const or="\0☺☻♥♦♣♠•◘○◙♂♀♪♫☼►◄↕‼¶§▬↨↑↓→←∟↔▲▼ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ ".split(""),lf=or.length==256;function cf(i){if(lf){let e="";for(let t=0;t<i.length;t++)e+=or[i[t]];return e}else return new TextDecoder().decode(i)}function Gi(i,e){return e&&e.trim().toLowerCase()=="cp437"?cf(i):new TextDecoder(e).decode(i)}const rr="filename",ar="rawFilename",lr="comment",cr="rawComment",dr="uncompressedSize",ur="compressedSize",hr="offset",fr="diskNumberStart",Xn="lastModDate",qn="rawLastModDate",pr="lastAccessDate",df="rawLastAccessDate",gr="creationDate",mr="rawCreationDate",uf=[rr,ar,dr,ur,Xn,qn,lr,cr,pr,gr,mr,hr,fr,"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 Ar{constructor(e){uf.forEach(t=>this[t]=e[t])}}const hf="filenameEncoding",ff="commentEncoding",pf="decodeText",gf="extractPrependedData",mf="extractAppendedData",Af="password",yf="rawPassword",Cf="passThrough",Ef="signal",wf="checkPasswordOnly",bf="checkOverlappingEntryOnly",vf="checkOverlappingEntry",If="checkSignature",Bf="useWebWorkers",xf="useCompressionStream",Sf="transferStreams",Tf="preventClose",Jn="File format is not recognized",Mf="End of central directory not found",Df="End of Zip64 central directory locator not found",kf="Central directory header not found",Pf="Local file header not found",Ff="Zip64 extra field not found",Rf="File contains encrypted entry",Of="Encryption method not supported",yr="Compression method not supported",Cr="Split zip file",Lf="Overlapping entry found",Er="utf-8",Nf="UTF8",wr="cp437",_f=[[dr,Et],[ur,Et],[hr,Et],[fr,Ke]],Uf={[Ke]:{getValue:ue,bytes:4},[Et]:{getValue:_t,bytes:8}};class br{constructor(e,t={}){Object.assign(this,{reader:new rf(e),options:t,config:lh(),readRanges:[]})}async*getEntriesGenerator(e={}){const t=this;let{reader:n}=t;const{config:s}=t;if(await Qi(n),(n.size===de||!n.readUint8Array)&&(n=new $n(await new Response(n.readable).blob()),await Qi(n)),n.size<Lt)throw new Error(Jn);n.chunkSize=ch(s);const o=await Wf(n,Pu,n.size,Lt,Ke*16);if(!o){const S=await xe(n,0,4),P=he(S);throw ue(P)==fo?new Error(Cr):new Error(Mf)}const r=he(o);let l=ue(r,12),a=ue(r,16);const d=o.offset,u=Be(r,20),f=d+Lt+u;let p=Be(r,4);const h=n.lastDiskNumber||0;let m=Be(r,6),w=Be(r,8),A=0,C=0;if(a==Et||l==Et||w==Ke||m==Ke){const S=await xe(n,o.offset-Ln,Ln),P=he(S);if(ue(P,0)==Fu){a=_t(P,8);let U=await xe(n,a,Nn,-1),H=he(U);const O=o.offset-Ln-Nn;if(ue(H,0)!=go&&a!=O){const E=a;a=O,a>E&&(A=a-E),U=await xe(n,a,Nn,-1),H=he(U)}if(ue(H,0)!=go)throw new Error(Df);p==Ke&&(p=ue(H,16)),m==Ke&&(m=ue(H,20)),w==Ke&&(w=_t(H,32)),l==Et&&(l=_t(H,40)),a-=l}}if(a>=n.size&&(A=n.size-a-l-Lt,a=n.size-l-Lt),h!=p)throw new Error(Cr);if(a<0)throw new Error(Jn);let v=0,x=await xe(n,a,l,m),D=he(x);if(l){const S=o.offset-l;if(ue(D,v)!=po&&a!=S){const P=a;a=S,a>P&&(A+=a-P),x=await xe(n,a,l,m),D=he(x)}}const N=o.offset-a-(n.lastDiskOffset||0);if(l!=N&&N>=0&&(l=N,x=await xe(n,a,l,m),D=he(x)),a<0||a>=n.size)throw new Error(Jn);const I=Se(t,e,hf),B=Se(t,e,ff);for(let S=0;S<w;S++){const P=new Qf(n,s,t.options);if(ue(D,v)!=po)throw new Error(kf);vr(P,D,v+6);const U=!!P.bitFlag.languageEncodingFlag,H=v+46,O=H+P.filenameLength,E=O+P.extraFieldLength,y=Be(D,v+4),b=y>>8==0,T=y>>8==3,F=x.subarray(H,O),R=Be(D,v+32),L=E+R,M=x.subarray(E,L),Q=U,Y=U,W=ue(D,v+38),q=W&On,Z={readOnly:!!(q&Ku),hidden:!!(q&$u),system:!!(q&Xu),directory:!!(q&ju),archive:!!(q&qu)},oe=ue(D,v+42)+A,ne=Se(t,e,pf)||Gi,se=Q?Er:I||wr,pe=Y?Er:B||wr;let ve=ne(F,se);ve===de&&(ve=Gi(F,se));let V=ne(M,pe);V===de&&(V=Gi(M,pe)),Object.assign(P,{versionMadeBy:y,msDosCompatible:b,compressedSize:0,uncompressedSize:0,commentLength:R,offset:oe,diskNumberStart:Be(D,v+34),internalFileAttributes:Be(D,v+36),externalFileAttributes:W,msdosAttributesRaw:q,msdosAttributes:Z,rawFilename:F,filenameUTF8:Q,commentUTF8:Y,rawExtraField:x.subarray(O,E),rawComment:M,filename:ve,comment:V}),C=Math.max(oe,C),Ir(P,P,D,v+6);const j=P.externalFileAttributes>>16&Ke;P.unixMode===de&&(j&(Ju|Un|_n))!=0&&(P.unixMode=j);const te=!!(P.unixMode&Zu),Ae=!!(P.unixMode&eh),Ce=!!(P.unixMode&th),Me=P.unixMode!==de?(P.unixMode&Un)!=0:T&&(j&Un)!=0,Le=P.unixMode!==de&&(P.unixMode&Eo)==_n,Ne=(j&Eo)==_n;Object.assign(P,{setuid:te,setgid:Ae,sticky:Ce,unixExternalUpper:j,internalFileAttribute:P.internalFileAttributes,externalFileAttribute:P.externalFileAttributes,executable:Me,directory:Le||Ne||b&&Z.directory||ve.endsWith(ih)&&!P.uncompressedSize,zipCrypto:P.encrypted&&!P.extraFieldAES});const st=new Ar(P);st.getData=(Ii,jt)=>P.getData(Ii,st,t.readRanges,jt),st.arrayBuffer=async Ii=>{const jt=new TransformStream,[ks]=await Promise.all([new Response(jt.readable).arrayBuffer(),P.getData(jt,st,t.readRanges,Ii)]);return ks},v=L;const{onprogress:mn}=e;if(mn)try{await mn(S+1,w,new Ar(P))}catch{}yield st}const g=Se(t,e,gf),k=Se(t,e,mf);return g&&(t.prependedData=C>0?await xe(n,0,C):new Uint8Array),t.comment=u?await xe(n,d+Lt,u):new Uint8Array,k&&(t.appendedData=f<n.size?await xe(n,f,n.size-f):new Uint8Array),!0}async getEntries(e={}){const t=[];for await(const n of this.getEntriesGenerator(e))t.push(n);return t}async close(){}}class Qf{constructor(e,t,n){Object.assign(this,{reader:e,config:t,options:n})}async getData(e,t,n,s={}){const o=this,{reader:r,offset:l,diskNumberStart:a,extraFieldAES:d,extraFieldZip64:u,compressionMethod:f,config:p,bitFlag:h,signature:m,rawLastModDate:w,uncompressedSize:A,compressedSize:C}=o,{dataDescriptor:v}=h,x=t.localDirectory={},D=await xe(r,l,Qn,a),N=he(D);let I=Se(o,s,Af),B=Se(o,s,yf);const g=Se(o,s,Cf);if(I=I&&I.length&&I,B=B&&B.length&&B,d&&d.originalCompressionMethod!=Mu)throw new Error(yr);if(f!=Tu&&f!=Su&&f!=ho&&!g)throw new Error(yr);if(ue(N,0)!=Du)throw new Error(Pf);vr(x,N,4);const{extraFieldLength:k,filenameLength:S,lastAccessDate:P,creationDate:U}=x;x.rawExtraField=k?await xe(r,l+Qn+S,k,a):new Uint8Array,Ir(o,x,N,4,!0),Object.assign(t,{lastAccessDate:P,creationDate:U});const H=o.encrypted&&x.encrypted&&!g,O=H&&!d;if(g||(t.zipCrypto=O),H){if(!O&&d.strength===de)throw new Error(Of);if(!I&&!B)throw new Error(Rf)}const E=l+Qn+S+k,y=C,b=r.readable;Object.assign(b,{diskNumberStart:a,offset:E,size:y});const T=Se(o,s,Ef),F=Se(o,s,wf);let R=Se(o,s,vf);const L=Se(o,s,bf);L&&(R=!0);const{onstart:M,onprogress:Q,onend:Y}=s,W=f==ho;let q=Se(o,s,xf);W&&(q=!1);const Z={options:{codecType:$o,password:I,rawPassword:B,zipCrypto:O,encryptionStrength:d&&d.strength,signed:Se(o,s,If)&&!g,passwordVerification:O&&(v?w>>>8&On:m>>>24&On),outputSize:g?C:A,signature:m,compressed:f!=0&&!g,encrypted:o.encrypted&&!g,useWebWorkers:Se(o,s,Bf),useCompressionStream:q,transferStreams:Se(o,s,Sf),deflate64:W,checkPasswordOnly:F},config:p,streamOptions:{signal:T,size:y,onstart:M,onprogress:Q,onend:Y}};R&&await zf({reader:r,fileEntry:t,offset:l,diskNumberStart:a,signature:m,compressedSize:C,uncompressedSize:A,dataOffset:E,dataDescriptor:v||x.bitFlag.dataDescriptor,extraFieldZip64:u||x.extraFieldZip64,readRanges:n});let oe;try{if(!L){F&&(e=new WritableStream),e=new af(e),await Qi(e,g?C:A),{writable:oe}=e;const{outputSize:ne}=await qh({readable:b,writable:oe},Z);if(e.size+=ne,ne!=(g?C:A))throw new Error(Vo)}}catch(ne){if(ne.outputSize!==de&&(e.size+=ne.outputSize),!F||ne.message!=Gn)throw ne}finally{!Se(o,s,Tf)&&oe&&!oe.locked&&await oe.getWriter().close()}return F||L?de:e.getData?e.getData():oe}}function vr(i,e,t){const n=i.rawBitFlag=Be(e,t+2),s=(n&Ao)==Ao,o=ue(e,t+6);Object.assign(i,{encrypted:s,version:Be(e,t),bitFlag:{level:(n&Wu)>>1,dataDescriptor:(n&yo)==yo,languageEncodingFlag:(n&Co)==Co},rawLastModDate:o,lastModDate:jf(o),filenameLength:Be(e,t+22),extraFieldLength:Be(e,t+24)})}function Ir(i,e,t,n,s){const{rawExtraField:o}=e,r=e.extraField=new Map,l=he(new Uint8Array(o));let a=0;try{for(;a<o.length;){const v=Be(l,a),x=Be(l,a+2);r.set(v,{type:v,data:o.slice(a+4,a+4+x)}),a+=4+x}}catch{}const d=Be(t,n+4);Object.assign(e,{signature:ue(t,n+nh),compressedSize:ue(t,n+sh),uncompressedSize:ue(t,n+oh)});const u=r.get(Lu);u&&(Gf(u,e),e.extraFieldZip64=u);const f=r.get(Gu);f&&(Br(f,rr,ar,e,i),e.extraFieldUnicodePath=f);const p=r.get(Hu);p&&(Br(p,lr,cr,e,i),e.extraFieldUnicodeComment=p);const h=r.get(Nu);h?(Hf(h,e,d),e.extraFieldAES=h):e.compressionMethod=d;const m=r.get(_u);m&&(Yf(m,e),e.extraFieldNTFS=m);const w=r.get(zu);if(w)xr(w,e,!1),e.extraFieldUnix=w;else{const v=r.get(Vu);v&&(xr(v,e,!0),e.extraFieldInfoZip=v)}const A=r.get(Qu);A&&(Vf(A,e,s),e.extraFieldExtendedTimestamp=A);const C=r.get(Yu);C&&(e.extraFieldUSDZ=C)}function Gf(i,e){e.zip64=!0;const t=he(i.data),n=_f.filter(([s,o])=>e[s]==o);for(let s=0,o=0;s<n.length;s++){const[r,l]=n[s];if(e[r]==l){const a=Uf[l];e[r]=i[r]=a.getValue(t,o),o+=a.bytes}else if(i[r])throw new Error(Ff)}}function Br(i,e,t,n,s){const o=he(i.data),r=new Li;r.append(s[t]);const l=he(new Uint8Array(4));l.setUint32(0,r.get(),!0);const a=ue(o,1);Object.assign(i,{version:ct(o,0),[e]:Gi(i.data.subarray(5)),valid:!s.bitFlag.languageEncodingFlag&&a==ue(l,0)}),i.valid&&(n[e]=i[e],n[e+Nf]=!0)}function Hf(i,e,t){const n=he(i.data),s=ct(n,4);Object.assign(i,{vendorVersion:ct(n,0),vendorId:ct(n,2),strength:s,originalCompressionMethod:t,compressionMethod:Be(n,5)}),e.compressionMethod=i.compressionMethod}function Yf(i,e){const t=he(i.data);let n=4,s;try{for(;n<i.data.length&&!s;){const o=Be(t,n),r=Be(t,n+2);o==Uu&&(s=i.data.slice(n+4,n+4+r)),n+=4+r}}catch{}try{if(s&&s.length==24){const o=he(s),r=o.getBigUint64(0,!0),l=o.getBigUint64(8,!0),a=o.getBigUint64(16,!0);Object.assign(i,{rawLastModDate:r,rawLastAccessDate:l,rawCreationDate:a});const d=Zn(r),u=Zn(l),f=Zn(a),p={lastModDate:d,lastAccessDate:u,creationDate:f};Object.assign(i,p),Object.assign(e,p)}}catch{}}function xr(i,e,t){try{const n=he(new Uint8Array(i.data));let s=0;const o=ct(n,s++),r=ct(n,s++),l=i.data.subarray(s,s+r);s+=r;const a=Sr(l),d=ct(n,s++),u=i.data.subarray(s,s+d);s+=d;const f=Sr(u);let p=de;if(!t&&s+2<=i.data.length){const h=i.data;p=new DataView(h.buffer,h.byteOffset+s,2).getUint16(0,!0)}Object.assign(i,{version:o,uid:a,gid:f,unixMode:p}),a!==de&&(e.uid=a),f!==de&&(e.gid=f),p!==de&&(e.unixMode=p)}catch{}}function Sr(i){const e=new Uint8Array(4);return e.set(i,0),new DataView(e.buffer,e.byteOffset,4).getUint32(0,!0)}function Vf(i,e,t){const n=he(i.data),s=ct(n,0),o=[],r=[];t?((s&1)==1&&(o.push(Xn),r.push(qn)),(s&2)==2&&(o.push(pr),r.push(df)),(s&4)==4&&(o.push(gr),r.push(mr))):i.data.length>=5&&(o.push(Xn),r.push(qn));let l=1;o.forEach((a,d)=>{if(i.data.length>=l+4){const u=ue(n,l);e[a]=i[a]=new Date(u*1e3);const f=r[d];i[f]=u}l+=4})}async function zf({reader:i,fileEntry:e,offset:t,diskNumberStart:n,signature:s,compressedSize:o,uncompressedSize:r,dataOffset:l,dataDescriptor:a,extraFieldZip64:d,readRanges:u}){let f=0;if(n)for(let m=0;m<n;m++){const w=i.readers[m];f+=w.size}let p=0;if(a&&(d?p=Ou:p=Ru),p){const m=await xe(i,l+o,p+mo,n);if(ue(he(m),0)==ku){const A=ue(he(m),4);let C,v;d?(C=_t(he(m),8),v=_t(he(m),16)):(C=ue(he(m),8),v=ue(he(m),12)),(e.encrypted&&!e.zipCrypto||A==s)&&C==o&&v==r&&(p+=mo)}}const h={start:f+t,end:f+l+o+p,fileEntry:e};for(const m of u)if(m.fileEntry!=e&&h.start>=m.start&&h.start<m.end){const w=new Error(Lf);throw w.overlappingEntry=m.fileEntry,w}u.push(h)}async function Wf(i,e,t,n,s){const o=new Uint8Array(4),r=he(o);Kf(r,0,e);const l=n+s;return await a(n)||await a(Math.min(l,t));async function a(d){const u=t-d,f=await xe(i,u,d);for(let p=f.length-n;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:u+p,buffer:f.slice(p,p+n).buffer}}}function Se(i,e,t){return e[t]===de?i.options[t]:e[t]}function jf(i){const e=(i&4294901760)>>16,t=i&Ke;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 Zn(i){return new Date(Number(i/BigInt(1e4)-BigInt(116444736e5)))}function ct(i,e){return i.getUint8(e)}function Be(i,e){return i.getUint16(e,!0)}function ue(i,e){return i.getUint32(e,!0)}function _t(i,e){return Number(i.getBigUint64(e,!0))}function Kf(i,e,t){i.setUint32(e,t,!0)}function he(i){return new DataView(i.buffer)}try{Oi({baseURI:typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:Cn&&Cn.tagName.toUpperCase()==="SCRIPT"&&Cn.src||new URL("leiting-bim.umd.js",document.baseURI).href})}catch{}const Fe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function $f(i){let e;i({wasmURI:()=>(e||(e="data:application/wasm;base64,"+(t=>{t=(r=>{const l=(r=(r+"").replace(/[^A-Za-z0-9+/=]/g,"")).length,a=[];for(let d=0;l>d;d+=4){const u=Fe.indexOf(r[d])<<18|Fe.indexOf(r[d+1])<<12|(63&Fe.indexOf(r[d+2]))<<6|63&Fe.indexOf(r[d+3]);a.push(u>>16&255),r[d+2]!=="="&&a.push(u>>8&255),r[d+3]!=="="&&a.push(255&u)}return new Uint8Array(a)})(t);let n=new Uint8Array(1024),s=0;for(let r=0;r<t.length;){const l=t[r++];if(128&l){const a=3+(127&l),d=t[r++]<<8|t[r++],u=s-d;o(s+a);for(let f=0;a>f;f++)n[s++]=n[u+f]}else{const a=l;o(s+a);for(let d=0;a>d&&r<t.length;d++)n[s++]=t[r++]}}return(r=>{let l="";const a=r.length;let d=0;for(;a>d+2;d+=3){const f=r[d]<<16|r[d+1]<<8|r[d+2];l+=Fe[f>>18&63]+Fe[f>>12&63]+Fe[f>>6&63]+Fe[63&f]}const u=a-d;if(u===1){const f=r[d]<<16;l+=Fe[f>>18&63]+Fe[f>>12&63]+"=="}else if(u===2){const f=r[d]<<16|r[d+1]<<8;l+=Fe[f>>18&63]+Fe[f>>12&63]+Fe[f>>6&63]+"="}return l})(new Uint8Array(n.buffer.slice(0,s)));function o(r){if(n.length<r){let l=2*n.length;for(;r>l;)l*=2;const a=new Uint8Array(l);a.set(n.subarray(0,s)),n=a}}})("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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 me,Ut,Re,ri;function Xf(i){if(me=i,{malloc:Ut,free:Re,memory:ri}=me,typeof Ut!="function"||typeof Re!="function"||!ri)throw me=Ut=Re=ri=null,new Error("Invalid WASM module")}function Tr(i,e,t={}){const n=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 r;if(this.out=Ut(s),this.in=Ut(o),this.inBufferSize=o,this._scratch=new Uint8Array(s),i?(this._process=me.deflate_process,this._last_consumed=me.deflate_last_consumed,this._end=me.deflate_end,this.streamHandle=me.deflate_new(),e==="gzip"?r=me.deflate_init_gzip(this.streamHandle,n):e==="deflate-raw"?r=me.deflate_init_raw(this.streamHandle,n):r=me.deflate_init(this.streamHandle,n)):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(),r=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"?r=me.inflate_init_raw(this.streamHandle):e==="gzip"?r=me.inflate_init_gzip(this.streamHandle):r=me.inflate_init(this.streamHandle)),r!==0)throw new Error("init failed:"+r)},transform(r,l){try{const a=r,d=new Uint8Array(ri.buffer),u=this._process,f=this._last_consumed,p=this.out,h=this._scratch;let m=0;for(;m<a.length;){const w=Math.min(a.length-m,32768);(!this.in||this.inBufferSize<w)&&(this.in&&Re&&Re(this.in),this.in=Ut(w),this.inBufferSize=w),d.set(a.subarray(m,m+w),this.in);const A=u(this.streamHandle,this.in,w,p,s,0),C=A&16777215;if(C&&(h.set(d.subarray(p,p+C),0),l.enqueue(h.slice(0,C))),!i){const x=A>>24&255,D=x&128?x-256:x;if(D<0)throw new Error("process error:"+D)}const v=f(this.streamHandle);if(v===0)break;m+=v}}catch(a){this._end&&this.streamHandle&&this._end(this.streamHandle),this.in&&Re&&Re(this.in),this.out&&Re&&Re(this.out),l.error(a)}},flush(r){try{const l=new Uint8Array(ri.buffer),a=this._process,d=this.out,u=this._scratch;for(;;){const f=a(this.streamHandle,0,0,d,s,4),p=f&16777215,h=f>>24&255;if(!i){const m=h&128?h-256:h;if(m<0)throw new Error("process error:"+m)}if(p&&(u.set(l.subarray(d,d+p),0),r.enqueue(u.slice(0,p))),h===1||p===0)break}}catch(l){r.error(l)}finally{if(this._end&&this.streamHandle){const l=this._end(this.streamHandle);l!==0&&r.error(new Error("end error:"+l))}this.in&&Re&&Re(this.in),this.out&&Re&&Re(this.out)}}})}class qf{constructor(e="deflate",t){return Tr(!0,e,t)}}class Jf{constructor(e="deflate",t){return Tr(!1,e,t)}}let Mr=!1;async function Zf(i,{baseURI:e}){if(!Mr){let t,n;try{try{n=new URL(i,e)}catch{}t=await(await fetch(n)).arrayBuffer()}catch(o){if(i.startsWith("data:application/wasm;base64,"))t=ep(i);else throw o}const s=await WebAssembly.instantiate(t);Xf(s.instance.exports),Mr=!0}}function ep(i){const e=i.split(",")[1],t=atob(e),n=t.length,s=new Uint8Array(n);for(let o=0;o<n;++o)s[o]=t.charCodeAt(o);return s.buffer}let es;$f(Oi),Yh({initModule:i=>{if(!es){let{wasmURI:e}=i;typeof e==wt&&(e=e()),es=Zf(e,i)}return es}}),Oi({CompressionStreamZlib:qf,DecompressionStreamZlib:Jf});const ts={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 i={};for(const e of Object.keys(ts))for(const t of Object.keys(ts[e])){const n=ts[e][t];if(typeof n=="string")i[n]=e+"/"+t;else for(let s=0;s<n.length;s++)i[n[s]]=e+"/"+t}return i})(),dh(Oi);const tp="E84#E3C4!8C4&A1";async function tt(i){try{const e=await fetch(i);if(!e.ok)return!1;const t=await e.blob();try{const n=new br(new $n(t),{password:tp}),o=(await n.getEntries()).find(l=>!l.directory&&l.filename.endsWith(".json"));if(!o)return await n.close(),!1;const r=await o.getData(new sf);return await n.close(),JSON.parse(r.trim())}catch{const n=await t.text();try{return JSON.parse(n.trim())}catch(s){throw console.error(`[loadModelFile] JSON parse error: ${i}`,s),s}}}catch(e){return console.error("[loadModelFile] 加载失败",`${i} ${e}`),!1}}function ip(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(i){const e=Math.random()*16|0;return(i==="x"?e:e&3|8).toString(16)})}class Hi{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(n=>n(...t))}off(e,t){this.events[e]&&(this.events[e]=this.events[e].filter(n=>n!==t))}}class Dr{cesium;viewer;modelList=[];hasLoaded3dTiles={};mapRecordModelId={};mapTileset={};BIMmodelId="";lazyLoadingCount=0;events=new Hi;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 n=this.mapTileset[t];n&&(this.viewer.scene.primitives.remove(n),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:n})=>{const s=this.mapTileset[n];s&&(this.viewer.scene.primitives.remove(s),t.push(n)),delete this.mapTileset[n],delete this.hasLoaded3dTiles[n],delete this.mapRecordModelId[n]}),this.modelList=this.modelList.filter(n=>!t.includes(n.modelId)),this.viewer.scene.requestRender(),this.events.emit("updateModels",{modelList:this.modelList}),t}showModels(e){const t=[];return e.forEach(n=>{const s=`${n.modelId}`,o=this.mapTileset[s];o&&(o.show=!!n.show,t.push(s))}),t.length&&this.viewer.scene.requestRender(),t}async addModels({files:e,fileNames:t,options:n}){const s=e||t||[];s.length>0&&await this.add3DTilesModel(s,n)}async add3DTilesModel(e,t){const n=t?xu({},this.options,t):{...this.options};if(e?.length){for(const s of e){const o=`${s.modelId}`;if(this.mapRecordModelId[o])continue;const r=`${s.outPutPath}${s.dbName}/tileset.json`;this.modelList.push({...s,url:r,state:Ot.NotLoaded}),this.mapRecordModelId[o]=!1}await this.load3DTilesModel(n)}}async load3DTilesModel(e){const t=this.modelList.filter(r=>r.state===Ot.NotLoaded);if(!t.length)return;const n=t.length;this.events.emit("loadingStatus",`正在加载 ${n} 个模型`);let s=0,o=!1;for(const r of t){s++;try{r.state=Ot.Loading;const l=r.url,a=this.getBaseUrlPath(l);e.loadTreeNodeDetails=!1,e.loadTreeNodeDetails&&this.events.emit("loadingStatus",`正在加载第 ${s}/${n} 个模型: 加载${r.modelName}构件信息`);let d=e.loadTreeNodeDetails?await tt(`${a}${e.loadTreeNodeDetailsUrl}`):!1;e.loadTree=!1,e.loadTree&&this.events.emit("loadingStatus",`正在加载第 ${s}/${n} 个模型: 加载${r.modelName}目录树`);const u=e.loadTree?await tt(`${a}${e.loadTreeUrl}`):!1;this.events.emit("loadingStatus",`正在加载第 ${s}/${n} 个模型: 加载${r.modelName}模型数据`);const f=e.boxRegionUrl?await tt(`${a}${e.boxRegionUrl}`):!1,p=e.batchIDInfoUrl?await tt(`${a}${e.batchIDInfoUrl}`):!1;p&&(d||(d=p));const h=await this.loadTilesetWithZipSupport(l,r.modelId,e.tilesetOptions||{},this.cesium);this.viewer.scene.primitives.add(h),await h.readyPromise;const m=`${h?.asset?.tilesetVersion??r.modelId}`;this.mapTileset[`${r.modelId}`]=h;const w={versionId:m,selectedFn:e.selectedFn,model:{modelId:r.modelId,modelName:r.modelName,dbName:r.dbName,fileType:r.fileType,outPutPath:r.outPutPath,url:r.url,treeUrl:`${a}${e.loadTreeUrl}`,nodeUrl:`${a}${e.loadTreeNodeDetailsUrl}`,formData:r.formData,type:"BIM"},node:d||null,tree:u||null,box:null};if(f?.min&&f?.max){const A={x:f.min.X,y:f.min.Y,z:f.min.Z},C={x:f.max.X,y:f.max.Y,z:f.max.Z},v={x:(A.x+C.x)/2,y:(A.y+C.y)/2,z:(A.z+C.z)/2};w.box={min:A,max:C,center:v}}if(!r.formData){const A=await tt(`${r.outPutPath}${r.dbName}${e.regionUrl}`);if(A)r.formData={modelId:r.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:r.modelId.toString(),label:r.modelName}],X:A?.X||0,Y:A?.Y||0,Z:A?.Z||0};else{const C=t.indexOf(r);r.formData={modelId:r.modelId.toString(),longitude:118.12548706388897,latitude:24.596796919444404,distance:1e-5,rotation:0,totalRotation:0,heightDistance:1,height:0,lonlat:1e-5,modelOptions:[{value:C+1,label:r.modelName}],X:0,Y:0,Z:0}}}r.formData&&(r.formData.heightDistance=r.formData.heightDistance??1,w.model.formData=r.formData),h.leiting=w,Rn({Cesium:this.cesium,tileset:h}),r.state=Ot.Loaded,this.mapRecordModelId[r.modelId]=!0,this.events.emit("tilesetLoaded",h),e.tilesLoad3dTiles&&e.tilesLoad3dTiles(h),!o&&e.flyTo&&(this.BIMmodelId=r.modelId,this.flyToTileset({modelId:this.BIMmodelId,options:{duration:e.flyToDuration??0}}),o=!0),e.delay&&await new Promise(A=>setTimeout(A,e.delay))}catch(l){console.error(`模型 ${r.modelName} 加载失败:`,l),this.events.emit("loadingStatus",`模型 ${r.modelName} 加载失败`),r.state=Ot.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 n=this.cesium;if(!e?.length)return;this.events.emit("loadingStatus",`正在加载 ${e.length} 个倾斜摄影模型`);let s=!1,o=0;for(const r of e){o++,this.events.emit("loadingStatus",`正在加载第 ${o}/${e.length} 个模型: 加载${r.modelName}`);try{const{outPutPath:l,dbName:a,modelId:d}=r,u=`${l}${a}/tileset.json`,f=await n.Cesium3DTileset.fromUrl(u,{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,!r?.formData){const p=f.root.computedTransform;if(p){const h=n.Matrix4.fromColumnMajorArray(p),m=n.Matrix4.getTranslation(h,new n.Cartesian3),w=n.Ellipsoid.WGS84.cartesianToCartographic(m),A=n.Math.toDegrees(w.longitude),C=n.Math.toDegrees(w.latitude),v=w.height;r.formData={modelId:r.modelId.toString(),longitude:A,latitude:C,distance:1e-5,rotation:0,totalRotation:0,heightDistance:1,height:v,lonlat:1e-5,modelOptions:[{value:r.modelId.toString(),label:r.modelName}],X:0,Y:0,Z:0}}else console.warn(`OSGB模型 ${d} 无法获取初始位置信息`)}r.formData&&(r.formData.heightDistance=r.formData.heightDistance??1),f.leiting={versionId:`${f?.asset?.tilesetVersion??d}`,selectedFn:t?.selectedFn,model:{modelId:r.modelId,modelName:r.modelName,dbName:r.dbName,fileType:r.fileType,outPutPath:r.outPutPath,url:u,formData:r.formData,type:"OSGB"},box:null},Rn({Cesium:this.cesium,tileset:f}),this.modelList.push({...r,url:u,state:Ot.Loaded}),!s&&t?.flyTo&&(this.BIMmodelId=r.modelId,this.viewer.zoomTo(f),s=!0)}catch(l){console.error(`OSGB模型 ${r.dbName} 加载失败:`,l);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:n,Z:s,modelId:o}=e,r=this.cesium,l=this.mapTileset[o];if(!l){console.warn("tileSet not found for modelId:",o);return}let a=t||0,d=n||0,u=s||0;const f=l.boundingSphere.center,p=r.Transforms.eastNorthUpToFixedFrame(f),h=new r.Cartesian3(a,d,u),m=r.Matrix4.multiplyByPoint(p,h,new r.Cartesian3(0,0,0)),w=r.Cartesian3.subtract(m,f,new r.Cartesian3);l.modelMatrix=r.Matrix4.fromTranslation(w)}flyToTileset({modelId:e=this.BIMmodelId,options:t={}}={}){const s=this.getMapTileset()[e];if(!s||!this.viewer)return;const{complete:o,cancel:r,...l}=t,a={duration:0,...l};this.viewer.flyTo(s,a).then(d=>{d?o&&o():r&&r()}).catch(d=>{r&&r(),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,n,s){try{const o=`${this.getBaseUrlPath(e)}/tileset.zip`;if((await fetch(o,{method:"HEAD"})).status===200){const a=await tt(o);if(a){const d=new Blob([JSON.stringify(a)],{type:"application/json"}),u=URL.createObjectURL(d);class f{getURL(A){return A.includes("blob://")?A.replace(/blob:\/\//g,h):A}}const p=new f,h=this.getBaseUrlPath(e),m=new s.Resource({url:u,proxy:p});try{return await s.Cesium3DTileset.fromUrl(m,{id:t,...n})}catch{return await s.Cesium3DTileset.fromUrl(e,{url:e,id:t,...n})}}}return await s.Cesium3DTileset.fromUrl(e,{url:e,id:t,...n})}catch{return await s.Cesium3DTileset.fromUrl(e,{url:e,id:t,...n})}}async loadTreeForModel(e){const t=this.mapTileset[e];if(!t||!t.leiting)return null;if(t.leiting.tree)return t.leiting.tree;const n=t.leiting.model?.modelName||e,s=t.leiting.model?.treeUrl;if(!t.leiting.model?.dbName&&!s)return null;this.lazyLoadingCount++,this.events.emit("loadingStatus",`正在加载 ${n} 目录树...`);try{if(s){const r=await tt(s);if(r)return t.leiting.tree=r,r}}catch(r){console.error(`Failed to load tree 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 n=t.leiting.model?.nodeUrl,s=t.leiting.model?.modelName||e;if(!n)return null;this.lazyLoadingCount++,this.events.emit("loadingStatus",`正在加载 ${s} 构件详情...`);try{const o=await tt(n);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 n=t.leiting.model?.nodeUrl,s=t.leiting.model?.modelName||e;if(!n)return null;this.lazyLoadingCount++,this.events.emit("loadingStatus",`正在加载 ${s} 构件详情...`);try{const o=await tt(n);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 kr={normal:0,process:2},np={color:1};function Pr(i){return i===1||i==="exist"?1:i===2||i==="process"?2:0}function Qt(i){return Number.isNaN(i)?0:i<=1?Math.min(Math.max(i,0),1):Math.min(Math.max(i/255,0),1)}function Fr(i){return Number.isNaN(i)?1:i<=1?Math.min(Math.max(i,0),1):1}function is(i){if(!i)return null;const e=Number(i.r),t=Number(i.g),n=Number(i.b),s=i.a===void 0?1:Number(i.a);if([e,t,n,s].some(a=>Number.isNaN(a)))return null;const o=Math.round(e*255),r=Math.round(t*255),l=Math.round(n*255);return`rgba(${o},${r},${l},${s})`}function sp(i){if(!i||typeof i!="string")return null;const t=i.replace(/\s+/g,"").match(/^rgba?\((\d+),(\d+),(\d+)(?:,([0-9.]+))?\)$/i);if(!t)return null;const n=Number(t[1]),s=Number(t[2]),o=Number(t[3]),r=t[4]===void 0?1:Number(t[4]);return[n,s,o,r].some(l=>Number.isNaN(l))?null:{r:Math.min(Math.max(n/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(r,0),1)}}function op(i){if(i==null)return null;const e=Number(i);return Number.isNaN(e)?null:e}function rp(i){const e=i.lastIndexOf("-"),t=i.substring(0,e),n=i.substring(e+1);return[t,n]}function ns(i){if(!i)return null;const e=i.Min??i.min,t=i.Max??i.max;if(!e||!t)return null;const n=Number(e.x??e.X),s=Number(e.y??e.Y),o=Number(e.z??e.Z),r=Number(t.x??t.X),l=Number(t.y??t.Y),a=Number(t.z??t.Z);return[n,s,o,r,l,a].some(d=>Number.isNaN(d))?null:{min:{x:n,y:s,z:o},max:{x:r,y:l,z:a}}}function ai(i,e){if(e)return`${e}`;const t=i?.leiting?.model?.modelId??i?.modelId??i?.id;return t==null?null:`${t}`}function ap(i,e){if(e==null)return null;const t=i?.leiting?.node;if(!t)return null;const n=`${e}`,s=t?.[n],o=ns(s?.box3??s?.box);if(o)return o;const r=t?.element?.[n]??t?.elements?.[n]??t?.nodeExtras?.element?.[n]??t?.nodeExtras?.elements?.[n];return ns(r?.box3??r?.box)}function lp(i){const e=i?.leiting?.box;return e?ns({min:e.min,max:e.max}):null}class cp{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,n,s=null){if(this.base.start==null)return;const o=this.base.start+(e?.delay??0),r=this.base.start+(e?.playtime??0)+(e?.delay??0);t<=o&&(e.cash=!0,e.groupData.forEach(l=>{const{batchIds:a,modelId:d,rgba:u}=l;if(Array.isArray(a)&&a[0]){a[0][1]=u;const f=n[d];f?f.push(a[0]):n[d]=[a[0]]}})),t>=o&&t<r&&(s!==null&&(this.base.viewer.scene.ambientLightIntensity=s),e.cash=!1,e.playCash=!0,e.groupData.forEach(l=>{const{batchIds:a,playTimeColor:d,modelId:u}=l;if(Array.isArray(a)&&a[0]){a[0][1]=d;const f=n[u];f?f.push(a[0]):n[u]=[a[0]]}})),t>=r&&(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,n={};Array.isArray(this.base.data)&&this.base.data.forEach(o=>{this.processAnimation(o,t,n,.1)});const s=Object.entries(n);if(s.forEach(([o,r])=>{this.base.setTileSyltByConstructionProcessTracking({modelId:o,batchIds:r})}),Object.keys(this.base.mapAnimations).forEach(o=>{const r=this.base.mapAnimations[o];r.length&&r.every(l=>l.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(r=>{const{modelId:l}=r;this.base.setTileSyltByConstructionProcessTracking({modelId:l,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:n,modelId:s,rgba:o}=t;if(Array.isArray(n)&&n[0]){n[0][1]=o;const r=this.base.groupBatchIds[s];r?r.push(n[0]):this.base.groupBatchIds[s]=[n[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:n}=t,s=[];this.base.setTileSyltByConstructionProcessTracking({modelId:n,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 n=Object.entries(t);n.forEach(([s,o])=>{this.base.setTileSyltByConstructionProcessTracking({modelId:s,batchIds:o})}),n.length===0&&Array.isArray(this.base.data)&&this.base.data.forEach(s=>{s.groupData.forEach(o=>{const{modelId:r}=o;this.base.setTileSyltByConstructionProcessTracking({modelId:r,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(n=>{const{batchIds:s,modelId:o,rgba:r}=n;if(Array.isArray(s)&&s[0]){s[0][1]=r;const l=e[o];l?l.push(s[0]):e[o]=[s[0]]}})}),Object.entries(e).forEach(([t,n])=>{this.base.setTileSyltByConstructionProcessTracking({modelId:t,batchIds:n})}),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(n=>{const s=[];n.cpts.forEach(a=>{s.push({dbName:n.linkModelId,modelId:n.modelId,elementId:`${a}`,show:!0,rgba:t.rgba??{r:.2,g:.2,b:.2,a:.2}})});const o=kr.process,r=np.color,{allElements:l}=this.base.groupByModelId(s);this.base.mapAnimations[n.modelId]=this.base.mapAnimations[n.modelId]||[],this.base.mapAnimations[n.modelId].push(t),Object.entries(l).forEach(([a,d])=>{const[u,f]=rp(a),p=this.base.getTileSyltByConstructionProcessTracking({elementIds:d,modelId:u,color:f,colorRank:o,show:!0,selectionRank:r}),h=t?.playTimeColor?.r??1,m=t?.playTimeColor?.g??1,w=t?.playTimeColor?.b??0,A=t?.playTimeColor?.a??.1,C=this.base.setColor({r:h,g:m,b:w,a:A}),v=this.base.setColor(t.rgba??{r:.2,g:.2,b:.2,a:.2});t.groupData.push({modelId:u,batchIds:p,playTimeColor:C,rgba:v})})})})}}class dp{base;constructor(e){this.base=e}attachTileset(e,t,n){const s=this.base.cesium;this.base.handler||(this.base.handler=new s.ScreenSpaceEventHandler(this.base.viewer.scene.canvas));const o=ai(e,n);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 n;try{n=this.base.viewer.scene.pick(t.position)}catch{}if(e.defined(n)&&n instanceof e.Cesium3DTileFeature){await this.base.clearSelection();const s=ai(n.tileset);if(!s||!this.base.tilesetMap[s])return;const o=this.base.getFeatureId(n);if(o==="-1")return;let r;const l=this.base.viewer.scene.pickPosition(t.position);if(e.defined(l)){const u=e.Cartographic.fromCartesian(l),f=e.Math.toDegrees(u.longitude),p=e.Math.toDegrees(u.latitude),h=u.height;r=[f,p,h]}const d=(this.base.hasSelectedFeaturesMap[s]||[]).filter(u=>u.rank!==0);if(this.base.hasSelectedFeaturesMap[s]=[...d,{batchId:o,selectedColor:this.base.selectedColor,rank:0,point:r,isTrigger:!0}],this.base.setBaseStyle(s),await this.base.triggerSelectionChange(s),n.tileset.leiting?.selectedFn)if(n.tileset.leiting.node){const u=n.tileset.leiting.node.batchIdEIDInfos[o].elementID,f=n.tileset.leiting.node.nodeExtras.element[u];f.elementId=u,f.modelId=n.tileset.leiting.model.modelId,n.tileset.leiting.selectedFn({elementInfo:f,elementId:u,point:r,modelId:n.tileset.leiting.model.modelId,_propsData:f})}else n.tileset.leiting.selectedFn(null)}else await this.base.clearSelection()},e.ScreenSpaceEventType.LEFT_CLICK),this.base.handler.setInputAction(async t=>{let n;try{n=this.base.viewer.scene.pick(t.position)}catch{}if(e.defined(n)&&n instanceof e.Cesium3DTileFeature){const s=ai(n.tileset);if(!s||!this.base.tilesetMap[s])return;const o=this.base.getFeatureId(n);if(o==="-1")return;let r;const l=this.base.viewer.scene.pickPosition(t.position);if(e.defined(l)){const a=e.Cartographic.fromCartesian(l),d=e.Math.toDegrees(a.longitude),u=e.Math.toDegrees(a.latitude),f=a.height;r=[d,u,f]}await this.base.toggleMultiSelect(s,o,this.base.selectedColor,r)}},e.ScreenSpaceEventType.LEFT_CLICK,e.KeyboardEventModifier.CTRL),this.base.handler.setInputAction(t=>{this.base.ensureSelectionDiv();const n=this.base.viewer?.scene?.screenSpaceCameraController;n&&this.base.cameraControllerState===null&&(this.base.cameraControllerState={enableRotate:n.enableRotate,enableTilt:n.enableTilt,enableLook:n.enableLook},n.enableRotate=!1,n.enableTilt=!1,n.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 n=performance.now();if(n-this.base.lastDrawTime<20)return;this.base.lastDrawTime=n,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),r=Math.abs(this.base.selectStart.x-this.base.selectEnd.x),l=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=`${r}px`,this.base.selectionDiv.style.height=`${l}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 n=this.base.viewer?.scene?.screenSpaceCameraController;n&&this.base.cameraControllerState!==null&&(n.enableRotate=this.base.cameraControllerState.enableRotate,n.enableTilt=this.base.cameraControllerState.enableTilt,n.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 up{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 cp(this),this.selectionModule=new dp(this)}attachTileset(e,t,n){this.selectionModule.attachTileset(e,t,n)}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(n=>{try{return this.loadNodeDetailsForModel(n)}catch(s){return console.error(`Error loading node details for model ${n}:`,s),Promise.resolve()}}))}if(this.onSelectionChangeCallbacks.length>0){const t=await this.getSelected({rank:0});this.onSelectionChangeCallbacks.forEach(n=>{try{n(t)}catch(s){console.error("Selection callback error:",s)}})}}enableSelection(){this.selectionModule.bindInputs()}disableSelection(){this.selectionModule.unbindInputs()}async clearSelection(e){this.getTargetModelIds(e).forEach(n=>{const s=this.hasSelectedFeaturesMap[n];if(!s?.length)return;const o=s.filter(r=>r.rank!==0);o.length?(this.hasSelectedFeaturesMap[n]=o,this.setBaseStyle(n)):(delete this.hasSelectedFeaturesMap[n],this.applyShowStyleOnly(n))}),this.viewer.scene.requestRender(),await this.triggerSelectionChange(e)}clearExist(e){this.getTargetModelIds(e).forEach(n=>{const s=this.hasSelectedFeaturesMap[n];if(!s?.length)return;const o=s.filter(r=>r.rank!==1);o.length?(this.hasSelectedFeaturesMap[n]=o,this.setBaseStyle(n)):(delete this.hasSelectedFeaturesMap[n],this.applyShowStyleOnly(n))}),this.viewer.scene.requestRender()}clearProcess(e){this.getTargetModelIds(e).forEach(n=>{const s=this.hasSelectedFeaturesMap[n];if(!s?.length)return;const o=s.filter(r=>r.rank!==2);o.length?(this.hasSelectedFeaturesMap[n]=o,this.setBaseStyle(n)):(delete this.hasSelectedFeaturesMap[n],this.applyShowStyleOnly(n))}),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,n=Pr(t),s=[];for(const o of Object.keys(this.hasSelectedFeaturesMap))(this.hasSelectedFeaturesMap[o]||[]).forEach(l=>{if(l.rank!==n)return;const a=sp(l.selectedColor);let d=this.getBatchIdToElementIdSync(l.batchId,o);d===null&&(d=l.batchId),l.isTrigger&&s.push({elementId:d,modelId:o,rgba:a||void 0,point:l?.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(r=>{r&&r.elementID&&o.set(`${r.batchId}`,`${r.elementID}`)}),this.batchIdToElementIdMap[t]=o,o.get(e)??null}return null}setAllConstructionProgressTracking(e){this.animationModule.setAllConstructionProgressTracking(e)}initTime(){this.animationModule.initTime()}processAnimation(e,t,n,s=null){this.animationModule.processAnimation(e,t,n,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 n=this.tilesetMap[e];if(!n)return;const s=n?.style?.show?.conditionsExpression?.conditions;Array.isArray(t)&&t.length?s?n.style=new this.cesium.Cesium3DTileStyle({show:{conditions:s},color:{conditions:t}}):n.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 n=this.cesium,s=t?.scale??1,o=[];for(const r of e){const l=r?.modelId;if(l==null)continue;await this.loadNodeDetailsForModel(l);const a=r?.elementId,d=this.tilesetMap[`${l}`];if(!d)continue;const f=ap(d,a)||lp(d);if(!f)continue;const p=new n.Cartesian3(f.min.x,f.min.y,f.min.z),h=new n.Cartesian3(f.max.x,f.max.y,f.max.z),m=d?.root?.computedTransform??d?.modelMatrix;if(m){const w=n.Matrix4.multiplyByPoint(m,p,new n.Cartesian3),A=n.Matrix4.multiplyByPoint(m,h,new n.Cartesian3);o.push(w,A)}else o.push(p,h)}if(o.length){const r=n.BoundingSphere.fromPoints(o);r.radius=r.radius*s;const l=this.viewer.scene.camera,a=new n.HeadingPitchRange(l.heading,l.pitch,0);l.flyToBoundingSphere(r,{duration:t?.duration??0,complete:t?.complete,offset:a})}else{const r=e[0]?.modelId,l=r?this.tilesetMap[`${r}`]:null;l&&this.viewer.flyTo(l,{duration:t?.duration??0,complete:t?.complete})}}setBaseStyle(e){this.getTargetModelIds(e).forEach(n=>{this.setColorStyle(n)})}setColorStyle(e){this.updateTilesetStyle(e)}buildColorConditions(e){const t=this.tilesetMap[e],n=this.hasSelectedFeaturesMap[e];if(!t||!n?.length)return;const s=new Map;n.forEach(a=>{const d=s.get(a.batchId);(!d||a.rank>=d.rank)&&s.set(a.batchId,a)});const o=new Map;if(s.forEach(({batchId:a,selectedColor:d})=>{o.has(d)||o.set(d,new Set),o.get(d)?.add(a)}),this.colorRankColor.length){const a=new Set;this.colorRankColor.forEach(d=>{const u=o.get(d);u&&u.forEach(f=>a.add(f))}),o.forEach((d,u)=>{if(this.colorRankColor.includes(u))return;const f=new Set;d.forEach(p=>{a.has(p)||f.add(p)}),o.set(u,f)})}const r=[...this.colorRankColor.filter(a=>o.has(a)),...Array.from(o.keys()).filter(a=>!this.colorRankColor.includes(a))],l=[];return r.forEach(a=>{const d=o.get(a);if(!d||!d.size)return;const u=Array.from(d).join("|");u&&l.push([`(regExp('^(${u})$').test(\${id}))`,a])}),l.length?l:void 0}updateTilesetStyle(e){const t=this.tilesetMap[e];if(!t)return;t.colorBlendMode=this.cesium.Cesium3DTileColorBlendMode.REPLACE;const n=this.showStateMap[e],s=n?this.buildShowConditions(n.batchIds,n.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(n=>{const s=this.showStateMap[n]||{batchIds:[],mode:"include"};this.showStateMap[n]={batchIds:e?.batchIds??s.batchIds,mode:e?.mode??s.mode},this.updateTilesetStyle(n)})}setColor(e){if(!e)return this.selectedColor;if(typeof e=="string")return e;const t=Qt(Number(e.r)),n=Qt(Number(e.g)),s=Qt(Number(e.b)),o=Fr(e.a===void 0?1:Number(e.a));return is({r:t,g:n,b:s,a:o})||this.selectedColor}groupByModelId(e){const t={};return e.forEach(n=>{const s=n?.modelId,o=n?.elementId;if(s==null||o===void 0||o===null)return;const r=n?.color??n?.rgba,l=this.setColor(r??{r:.4,g:.4,b:.4,a:.1}),a=`${s}-${l}`;t[a]||(t[a]=[]),t[a].push(`${o}`)}),{allElements:t,transform:null,box:null}}getBatchId(e,t){const n=`${t}`,s=`${e}`;if(this.eidToBatchIdMap[n]){const a=this.eidToBatchIdMap[n].get(s);if(a!==void 0)return a;if(!a)return s}const r=this.tilesetMap[n]?.leiting?.node?.batchIdEIDInfos;if(r&&Array.isArray(r)){const a=new Map;r.forEach(u=>{a.set(`${u.elementID}`,`${u.batchId}`)}),this.eidToBatchIdMap[n]=a;const d=a.get(s);if(d!==void 0)return d}const l=op(e);return l!=null?String(l):null}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 n=`${t.modelId}`;this.showStateMap[n]||(this.showStateMap[n]={batchIds:[],mode:"exclude"});const s=this.showStateMap[n];if(!t.show){const o=this.getBatchId(t.elementId,n);s.batchIds.push(o)}}Object.keys(this.showStateMap).forEach(t=>{this.updateTilesetStyle(t)})}}async isolateComponentVisibility(e){const t={};e.forEach(n=>{const s=`${n.modelId}`;t[s]||(t[s]=new Set),t[s].add(`${n.elementId}`)});for(const n of Object.keys(this.tilesetMap)){await this.loadNodeDetailsForModel(n);const o=this.tilesetMap[n]?.leiting?.node?.batchIdEIDInfos;if(!o)continue;this.showStateMap[n]={batchIds:[],mode:"exclude"};const r=t[n];if(r&&r.size>0){const l=[];for(const a of o)r.has(`${a.elementID}`)||l.push(`${a.batchId}`);this.showStateMap[n].batchIds=l;continue}this.showStateMap[n].batchIds=o.map(l=>l.batchId)}Object.keys(this.showStateMap).forEach(n=>{this.updateTilesetStyle(n)})}async setAllComponentsVisibility(e){const t=this.getTargetModelIds();for(const n of t)await this.loadNodeDetailsForModel(n),e?this.setShowStyle({modelId:n,batchIds:[],mode:"exclude"}):this.setShowStyle({modelId:n,batchIds:[],mode:"include"})}getComponentsByVisibility(e){const t=this.getTargetModelIds(),n=[];return t.forEach(s=>{const o=this.showStateMap[s],r=this.tilesetMap[s];if(!r?.leiting?.node?.batchIdEIDInfos)return;const l=r.leiting.node.batchIdEIDInfos,a=new Set(o?.batchIds??[]),d=o?.mode??"exclude";l.forEach(u=>{const f=a.has(`${u.batchId}`);(d==="include"?f:!f)===e&&n.push({elementId:`${u.elementID}`,modelId:s})})}),n}async _getComponentsByVisibility(e){const t=this.getTargetModelIds();for(const s of t)this.loadNodeDetailsForModel(s);const n=[];return t.forEach(s=>{const o=this.showStateMap[s],r=this.tilesetMap[s];if(!r?.leiting?.node?.batchIdEIDInfos)return;const l=r.leiting.node.batchIdEIDInfos,a=new Set(o?.batchIds??[]),d=o?.mode??"exclude";l.forEach(u=>{const f=a.has(`${u.batchId}`);(d==="include"?f:!f)===e&&n.push({elementId:`${u.elementID}`,modelId:s})})}),n}getTileSyltByConstructionProcessTracking({elementIds:e,modelId:t,color:n,colorRank:s,show:o,selectionRank:r}){const l=this.tilesetMap[t];if(!Array.isArray(e))return[];const a=l.leiting.node,d=new Set(e),u=a.batchIdEIDInfos.filter(p=>d.has(`${p.elementID}`)).map(p=>String(p.batchId));return u.length?(s===kr.normal&&!this.colorRankColor.includes(n)&&(this.colorRankColor=[n]),[[`(regExp('^(${u.join("|")})$').test(\${id}))`,n]]):[]}async setSelectColorUserModelCpt(e,t){if(!Array.isArray(e))return;const n=new Map,s=t?.rank===void 0?"exist":t?.rank,o=Pr(s),r=t?.isTrigger??!0;for(const l of e){const a=l?.modelId;if(a==null)continue;const d=`${a}`;await this.loadNodeDetailsForModel(d);const u=Array.isArray(l?.elementIds)?l.elementIds:l?.elementId?[l.elementId]:[];if(!u.length)continue;const f=is(l?.rgba)||this.selectedColor;for(const p of u){const h=this.getBatchId(p,d);h!==null&&(n.has(d)||n.set(d,[]),n.get(d)?.push({batchId:h,selectedColor:f,rank:o,isTrigger:r}))}}for(const[l,a]of n){const d=this.mergeSelections(l,a);this.hasSelectedFeaturesMap[l]=d,this.setBaseStyle(l)}r&&await this.triggerSelectionChange()}async setAllSelectColorUserModelCpt(e,t){const{modelId:n,rgba:s}=e,o=t?.isTrigger??!0;if(!n)return;await this.loadNodeDetailsForModel(n);const r=String(n),l=this.tilesetMap[r];if(!l)return;const a=l?.leiting?.node?.batchIdEIDInfos;if(!a||!Array.isArray(a))return;const d=[];a.forEach(u=>{u&&u.elementID!==void 0&&d.push(u.elementID)}),d.length!==0&&await this.setSelectColorUserModelCpt([{modelId:r,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 n=e.join("|");return n?t==="include"?[[`(regExp('^(${n})$').test(\${id}))`,"true"],["true","false"]]:[[`(regExp('^(${n})$').test(\${id}))`,"false"],["true","true"]]:t==="include"?[["true","false"]]:void 0}applyShowStyleOnly(e){const t=this.tilesetMap[e];if(!t)return;const n=this.showStateMap[e],s=n?this.buildShowConditions(n.batchIds,n.mode):void 0;s?t.style=new this.cesium.Cesium3DTileStyle({show:{conditions:s}}):t.style=void 0}setSelectedColorRgba(e,t,n,s=1){const o=Qt(e),r=Qt(t),l=Qt(n),a=Fr(s),d=is({r:o,g:r,b:l,a});d&&(this.selectedColor=d)}mergeSelections(e,t){const n=new Map;return(this.hasSelectedFeaturesMap[e]||[]).forEach(o=>n.set(o.batchId,o)),t.forEach(o=>{const r=n.get(o.batchId);(!r||o.rank>r.rank||o.rank===r.rank)&&n.set(o.batchId,o)}),Array.from(n.values())}async toggleMultiSelect(e,t,n,s){const o=this.hasSelectedFeaturesMap[e]||[],r=o.filter(f=>f.rank!==0),l=o.filter(f=>f.rank===0),d=l.some(f=>f.batchId===t)?l.filter(f=>f.batchId!==t):[...l,{batchId:t,selectedColor:n,rank:0,point:s,isTrigger:!0}],u=[...r,...d];u.length?(this.hasSelectedFeaturesMap[e]=u,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,n){const s=Math.min(e.x,t.x),o=Math.max(e.x,t.x),r=Math.min(e.y,t.y),l=Math.max(e.y,t.y),a=o-s,d=l-r;if(Math.abs(a)<15||Math.abs(d)<15)return;const u=s+a/2,f=r+d/2,p=new this.cesium.Cartesian2(u,f),h=this.viewer.scene.drillPick(p,void 0,a,d);if(!Array.isArray(h))return;const m=new Map;h.forEach(w=>{if(!(w instanceof this.cesium.Cesium3DTileFeature))return;const A=ai(w.tileset);if(!A||!this.tilesetMap[A])return;const C=this.getFeatureId(w);C!=="-1"&&(m.has(A)||m.set(A,new Set),m.get(A)?.add(C))}),m.forEach((w,A)=>{const C=this.hasSelectedFeaturesMap[A]||[],v=C.filter(I=>I.rank!==0),x=new Set(C.filter(I=>I.rank===0).map(I=>I.batchId)),D=[];w.forEach(I=>{x.has(I)||D.push({batchId:I,selectedColor:n,rank:0,isTrigger:!0})});const N=C.filter(I=>I.rank===0);this.hasSelectedFeaturesMap[A]=[...v,...N,...D],this.setBaseStyle(A)}),await this.triggerSelectionChange()}}class hp{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,n=this.tilesetMap[e];if(!n||!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(n.root.transform,new t.Matrix4);s.modelMatrix=t.Matrix4.multiply(o,this.boxMatrix,new t.Matrix4),n.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 n=["left","right","behind","front","top","down"];for(const s of n){const o=t.entities.add({name:s,position:new e.CallbackProperty(()=>{if(!this.boxMatrix)return e.Cartesian3.ZERO;const r=this.getPlaneOffsetCartesian(s);return e.Matrix4.multiplyByPoint(this.boxMatrix,r,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 r=.1,l=Math.max(r,this.targetXMinus+this.targetXPlus),a=Math.max(r,this.targetYPlus+this.targetYMinus),d=Math.max(r,this.targetZPlus+this.targetZMinus);return s==="top"||s==="down"?new e.Cartesian2(l,a):s==="left"||s==="right"?new e.Cartesian2(a,d):new e.Cartesian2(l,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,n=(this.targetYPlus-this.targetYMinus)/2,s=(this.targetZPlus-this.targetZMinus)/2;switch(e){case"left":return new this.cesium.Cartesian3(-this.targetXMinus,n,s);case"right":return new this.cesium.Cartesian3(this.targetXPlus,n,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,n,this.targetZPlus);case"down":return new this.cesium.Cartesian3(t,n,-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,n=this.getNormalByType(e),s=t.Cartesian3.negate(n,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,n=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=n.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=n.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),n.screenSpaceCameraController.enableInputs=!1;const r=n.camera.getPickRay(s.position),l=this.boxInverseMatrix,a=e.Matrix4.multiplyByPoint(l,r.origin,new e.Cartesian3),d=e.Matrix4.multiplyByPointAsVector(l,r.direction,new e.Cartesian3);e.Cartesian3.normalize(d,d);const u=new e.Ray(a,d),f=this.getPlaneByType(this.currentPlaneType);this.dragStartPoint=e.IntersectionTests.rayPlane(u,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=n.camera.getPickRay(s.endPosition),r=this.boxInverseMatrix,l=e.Matrix4.multiplyByPoint(r,o.origin,new e.Cartesian3),a=e.Matrix4.multiplyByPointAsVector(r,o.direction,new e.Cartesian3);e.Cartesian3.normalize(a,a);const d=new e.Ray(l,a);let u=new e.Cartesian3;this.currentPlaneType==="top"||this.currentPlaneType==="down"?u=Math.abs(a.x)>Math.abs(a.y)?e.Cartesian3.UNIT_X:e.Cartesian3.UNIT_Y:this.currentPlaneType==="left"||this.currentPlaneType==="right"?u=Math.abs(a.y)>Math.abs(a.z)?e.Cartesian3.UNIT_Y:e.Cartesian3.UNIT_Z:u=Math.abs(a.x)>Math.abs(a.z)?e.Cartesian3.UNIT_X:e.Cartesian3.UNIT_Z;const f=-e.Cartesian3.dot(this.dragStartPoint,u),p=new e.Plane(u,f);let h=e.IntersectionTests.rayPlane(d,p,new e.Cartesian3);if(!h){const w=u===e.Cartesian3.UNIT_X?e.Cartesian3.UNIT_Y:u===e.Cartesian3.UNIT_Y&&(this.currentPlaneType==="top"||this.currentPlaneType==="down")?e.Cartesian3.UNIT_X:e.Cartesian3.UNIT_Z,A=-e.Cartesian3.dot(this.dragStartPoint,w);h=e.IntersectionTests.rayPlane(d,new e.Plane(w,A),new e.Cartesian3)}if(!h)return;const m=.01;switch(this.currentPlaneType){case"left":this.targetXMinus=Math.max(-this.targetXPlus+m,-h.x);break;case"right":this.targetXPlus=Math.max(-this.targetXMinus+m,h.x);break;case"behind":this.targetYMinus=Math.max(-this.targetYPlus+m,-h.y);break;case"front":this.targetYPlus=Math.max(-this.targetYMinus+m,h.y);break;case"top":this.targetZPlus=Math.max(-this.targetZMinus+m,h.z);break;case"down":this.targetZMinus=Math.max(-this.targetZPlus+m,-h.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),n.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],n=this.tilesetMap[e];if(t&&n&&!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(n.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 n=new e.Cartesian3;t.forEach(f=>e.Cartesian3.add(n,f,n)),this.boxCenter=e.Cartesian3.divideByScalar(n,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,r=1/0,l=-1/0,a=1/0,d=-1/0;this.activeModelIds.forEach(f=>{const p=this.tilesetMap[f];if(!p)return;const h=[],m=p.leiting?.box,w=p.root?.boundingVolume?.boundingVolume;if(m&&m.min&&m.max){const{min:A,max:C}=m,v=[new e.Cartesian3(A.x,A.y,A.z),new e.Cartesian3(C.x,A.y,A.z),new e.Cartesian3(A.x,C.y,A.z),new e.Cartesian3(C.x,C.y,A.z),new e.Cartesian3(A.x,A.y,C.z),new e.Cartesian3(C.x,A.y,C.z),new e.Cartesian3(A.x,C.y,C.z),new e.Cartesian3(C.x,C.y,C.z)],x=p.root.transform;v.forEach(D=>{h.push(e.Matrix4.multiplyByPoint(x,D,new e.Cartesian3))})}else if(w&&w.halfAxes){const A=w.center,C=w.halfAxes,v=e.Matrix3.getColumn(C,0,new e.Cartesian3),x=e.Matrix3.getColumn(C,1,new e.Cartesian3),D=e.Matrix3.getColumn(C,2,new e.Cartesian3);for(let N=0;N<8;N++){const I=e.Cartesian3.clone(A,new e.Cartesian3);e.Cartesian3.add(I,e.Cartesian3.multiplyByScalar(v,N&1?1:-1,new e.Cartesian3),I),e.Cartesian3.add(I,e.Cartesian3.multiplyByScalar(x,N&2?1:-1,new e.Cartesian3),I),e.Cartesian3.add(I,e.Cartesian3.multiplyByScalar(D,N&4?1:-1,new e.Cartesian3),I),h.push(I)}}else if(p.boundingSphere){const A=p.boundingSphere,C=A.center,v=A.radius,x=e.Matrix4.multiplyByPoint(this.boxInverseMatrix,C,new e.Cartesian3);s=Math.min(s,x.x-v),o=Math.max(o,x.x+v),r=Math.min(r,x.y-v),l=Math.max(l,x.y+v),a=Math.min(a,x.z-v),d=Math.max(d,x.z+v)}h.forEach(A=>{const C=e.Matrix4.multiplyByPoint(this.boxInverseMatrix,A,new e.Cartesian3);s=Math.min(s,C.x),o=Math.max(o,C.x),r=Math.min(r,C.y),l=Math.max(l,C.y),a=Math.min(a,C.z),d=Math.max(d,C.z)})});const u=1.01;this.targetXMinus=Math.abs(s)*u,this.targetXPlus=Math.abs(o)*u,this.targetYMinus=Math.abs(r)*u,this.targetYPlus=Math.abs(l)*u,this.targetZMinus=Math.abs(a)*u,this.targetZPlus=Math.abs(d)*u,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 n=this.tilesetMap[t];n&&(n.clippingPlanes&&(n.clippingPlanes.enabled=!1),n.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 ss=performance.now();const fp=10;class pp{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:n,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"),n&&(this.modelInfo=Object.assign(this.modelInfo,n)),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 n=this.viewer.scene;let s;try{s=n.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,n=new this.cesium.Cartesian2(e.canvas.clientWidth/2,e.canvas.clientHeight/2);let s;try{s=e.pickPosition(n)}catch(o){console.warn("pickPosition failed:",o)}if(s)this.position=s;else{const o=t.direction,l=this.cesium.Cartesian3.add(t.positionWC,this.cesium.Cartesian3.multiplyByScalar(o,10,new this.cesium.Cartesian3),new this.cesium.Cartesian3);this.position=l}}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}),n=()=>{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?n():t.readyEvent.addEventListener(n),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;ss=performance.now();const n=(o,r)=>{const l=o.code,a=o.keyCode;l==="KeyA"||a===65?this.moveState.moveLeft=r:l==="KeyW"||a===87?this.moveState.moveFront=r:l==="KeyD"||a===68?this.moveState.moveRight=r:l==="KeyS"||a===83?this.moveState.moveBack=r:l==="KeyQ"||a===81?this.moveState.moveUp=r:(l==="KeyE"||a===69)&&(this.moveState.moveDown=r)};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"||(n(o,!0),this.resumeAnimationFn&&this.resumeAnimationFn())},this._keyupHandler=o=>{o.target.tagName==="INPUT"||o.target.tagName==="TEXTAREA"||(n(o,!1),Object.keys(this.moveState).every(r=>this.moveState[r]==!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 r=o.endPosition.x,l=o.endPosition.y,a=l-this.lastScreenY,d=r-this.lastScreenX;Math.abs(a)<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=r),this.lastScreenY=l;const u=this.viewer.camera;this.cameralHpRoll.pitch=u.pitch+this.cesium.Math.toRadians(-a*.1),this.updatedCamera()},t.ScreenSpaceEventType.MOUSE_MOVE),e.setInputAction(()=>{this.isLeftDragging&&(this.isLeftDragging=!1)},t.ScreenSpaceEventType.LEFT_UP);const s=o=>{const r=performance.now();if(r-ss<fp)return;ss=r;const l=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 a=(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 u=new this.cesium.Cartesian3;if(this.cesium.Matrix4.getColumn(this.model.modelMatrix,1,u),this.cesium.Cartesian3.normalize(u,u),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,l),f);let h=d;o===-1?h=this.cesium.Cartesian3.multiplyByScalar(d,-1,new this.cesium.Cartesian3):o===3?h=u:o===-3&&(h=this.cesium.Cartesian3.multiplyByScalar(u,-1,new this.cesium.Cartesian3));const m=a(p,h),w=this.viewer.scene.pickFromRay(m,[this.model],1);if(w&&w.position&&this.cesium.Cartesian3.distance(p,w.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,h=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,h,m),this.cesium.Cartesian3.normalize(m,m);const w=a(h,m),A=this.viewer.scene.pickFromRay(w,[this.model],1),C=l,v=this.cesium.Cartesian3.add(h,this.cesium.Cartesian3.multiplyByScalar(d,C,new this.cesium.Cartesian3),new this.cesium.Cartesian3);if(t.defined(A)){const x=t.Cartesian3.distance(h,A.position);x-p>.2&&(this.position=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,-.2),this.position)),x-p<-.1&&x<2&&(this.position=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,.2),this.position))}if(!A&&this.gravityTestByMove){const x=a(this.position,m),D=this.viewer.scene.pickFromRay(x,[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 x=this.cesium.Cartesian3.distance(v,A.position);Math.abs(x-l)>.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,(l-x)/Math.abs(l-x)*.05),this.position))}}if(this.transparentTest){const f=new this.cesium.Cartesian3(this.position.x,this.position.y,this.position.z),p=1.75,h=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,p),f),m=this.viewer.camera.positionWC,w=h,A=t.Cartesian3.subtract(w,m,new t.Cartesian3),C=t.Cartesian3.distance(h,m),v=t.Cartesian3.normalize(A,new t.Cartesian3),x=new t.Ray(m,v);let D;try{D=this.viewer.scene.pickFromRay(x,void 0,1)}catch{}t.defined(D)&&D.primitive!==this.model&&D.position&&t.Cartesian3.distance(m,D.position)<C&&(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,n=this.cesium.Matrix4.multiplyByPoint(this.model.modelMatrix,new this.cesium.Cartesian3(0,0,t),e);this.viewer.camera.viewBoundingSphere(new this.cesium.BoundingSphere(n,this.wheelCount),this.cameralHpRoll)}_keydownHandler;_keyupHandler;_tickHandler;_uiEventListeners=[];bindUiKeys(e){this.unbindUiKeys(),Object.entries(e).forEach(([t,n])=>{if(!n)return;const s=()=>this.setMoveState(t,!0),o=()=>this.setMoveState(t,!1);n.addEventListener("mousedown",s),n.addEventListener("mouseup",o),n.addEventListener("mouseleave",o),n.addEventListener("touchstart",r=>{r.preventDefault(),s()}),n.addEventListener("touchend",r=>{r.preventDefault(),o()}),this._uiEventListeners.push(()=>{n.removeEventListener("mousedown",s),n.removeEventListener("mouseup",o),n.removeEventListener("mouseleave",o),n.removeEventListener("touchstart",s),n.removeEventListener("touchend",o)})})}unbindUiKeys(){this._uiEventListeners.forEach(e=>e()),this._uiEventListeners=[]}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:n}){e!==void 0&&(this.gravityTest=e),t!==void 0&&(this.collisionTest=t),n!==void 0&&(this.transparentTest=n)}setMoveState(e,t){this.moveState.hasOwnProperty(e)&&(this.moveState[e]=t,t?this.resumeAnimationFn&&this.resumeAnimationFn():Object.keys(this.moveState).every(n=>this.moveState[n]==!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 gp{cesium;viewer;baseCesium;baseTiles;baseCompt;baseSection;basePlayer;constructor(e){this.cesium=e.cesium,this.viewer=e.viewer,this.baseCesium=new Ql(e),this.baseTiles=new Dr(e),this.baseCompt=new up(e),this.baseSection=new hp(e),this.basePlayer=new pp({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 mp{cesium;viewer;mapLayers={};renderGen={};renderGenAll=0;renderGenByModel={};modelId="default";options={flyTo:!0};dxfModelsList=[];open=!1;events=new Hi;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,n=this.dxfModelsList.find(s=>s.modelId===t);n&&this.flyToBounds(n)}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(n=>n.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 n=this.dxfModelsList.find(s=>s.modelId===e);n&&(n.show=t)}showJsonByLayer({modelId:e,show:t,layers:n}){const s=this.dxfModelsList.find(r=>r.modelId===e);if(!s){console.error("Tileset not found for modelId:",e);return}s.hiddenBatchIds||(s.hiddenBatchIds=new Set),s.layerMap&&Array.isArray(n)&&n.forEach(r=>{const l=s.layerMap[r];l!==void 0&&(t?s.hiddenBatchIds.delete(l):s.hiddenBatchIds.add(l))});const o=Array.from(s.hiddenBatchIds);if(o.length>0){const r=o.map(l=>`\${_BATCHID} !== ${l}`).join(" && ");s.style=new this.cesium.Cesium3DTileStyle({show:r})}else s.style=new this.cesium.Cesium3DTileStyle({show:!0});s.hasVisibilityListener||(s.hasVisibilityListener=!0,s.tileVisible.addEventListener(r=>{const l=r.content,a=l.featuresLength;if(a>0&&s.hiddenBatchIds)for(let d=0;d<a;d++)s.hiddenBatchIds.has(d)?l.getFeature(d).show=!1:l.getFeature(d).show=!0}))}flyToBounds(e,t){const n=this.cesium,s=e.boundingSphere?.radius||1e3,o={offset:new n.HeadingPitchRange(0,n.Math.toRadians(-90),s*2),...t},r=o.duration??0;e&&this.viewer.flyTo(e,{duration:r,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 n=await t.blob(),s=new br(new $n(n),{password:"abc!?123",useWebWorkers:!1}),r=(await s.getEntries()).find(d=>!d.directory&&d.filename.endsWith(".json"));if(!r)return console.error("未找到 JSON 文件"),await s.close(),!1;const l=await r.arrayBuffer({useWebWorkers:!1});await s.close();const a=new TextDecoder().decode(l);return JSON.parse(a.trim())}catch(t){return console.error("解压或获取失败:",t),!1}}async addDxfModel({fileNames:e,options:t}){const n=this.renderGenAll;if(e?.length){for(const s of e){if(this.renderGenAll!==n)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 l=`${s.outPutPath}${s.dbName}/tileset.json`,a={...this.options,...t};try{const d=`${s.outPutPath}${s.dbName}/layerInfo.zip`,u=await this.loadModelFile(d);if(this.renderGenAll!==n||(this.renderGenByModel[s.modelId]||0)!==o)return;const f=await this.cesium.Cesium3DTileset.fromUrl(l,{allowPicking:!1});if(f.maximumScreenSpaceError=0,this.renderGenAll!==n||(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:u}),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(u)){const p=u;f.layerMap={};let h=this.mapLayers[s.modelId];h||(h={},this.mapLayers[s.modelId]=h),p.forEach(m=>{f.layerMap[m.layerName]=m.batchId,h[m.layerName]||(h[m.layerName]=[]),h[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!==n||(this.renderGenByModel[s.modelId]||0)!==o)return;a.flyTo&&this.flyToBounds(f),a.onSuccess&&a.onSuccess(f)}catch(d){console.error(`Failed to load tileset or layer info: ${l}`,d)}}this.events.emit("mountAllCad",this.dxfModelsList)}}adjustingModelByCad(e){const t=this.cesium,n=t.Quaternion.fromAxisAngle(t.Cartesian3.UNIT_Z,t.Math.toRadians(e.totalRotation)),s=t.Matrix4.fromRotationTranslation(t.Matrix3.fromQuaternion(n),new t.Cartesian3(0,0,0)),o=t.Cartesian3.fromDegrees(e.longitude,e.latitude,e.height),r=t.Transforms.eastNorthUpToFixedFrame(o);t.Matrix4.multiply(r,s,r),e.tileset?._root&&(e.tileset._root.transform=r)}deleteCad({modelId:e}){this.mapLayers[e]&&(Object.values(this.mapLayers[e]).forEach(n=>{n.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(n=>n.modelId===e);if(t>-1){const n=this.dxfModelsList[t];this.viewer.scene.primitives.remove(n),n.destroy&&!n.isDestroyed()&&n.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 dt{constructor(e,t){if(this.viewer=e,!this.viewer)return;this.type="prompt",t=t||{};const n=t.type==null?1:t.type;let s={id:new Date().getTime()+""+Math.floor(Math.random()*1e4),type:n,anchor:n==2,closeBtn:n==2,offset:n==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 r="",l="";const a=this.opt.style.background,d=this.opt.style.color;this.opt.anchor&&(r+=`
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}}})("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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 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+=`
14
14
  <div class="prompt-anchor-container">
15
- <div class="prompt-anchor" style="background:${a} !important;">
15
+ <div class="prompt-anchor" style="background:${l} !important;">
16
16
  </div>
17
17
  </div>
18
- `),this.opt.closeBtn&&(l=`<a class="prompt-close" attr="${this.opt.id}" id="prompt-close-${this.opt.id}">x</a>`);let u=this.opt.style.boxShadow;const f="prompt-"+this.opt.id,p=`
18
+ `),this.opt.closeBtn&&(c=`<a class="prompt-close" attr="${this.opt.id}" id="prompt-close-${this.opt.id}">x</a>`);let h=this.opt.style.boxShadow;const f="prompt-"+this.opt.id,p=`
19
19
  <!-- 文本内容 -->
20
- <div class="prompt-content-container" style="background:${a} !important;color:${d} !important;box-shadow:${u} !important">
20
+ <div class="prompt-content-container" style="background:${l} !important;color:${d} !important;box-shadow:${h} !important">
21
21
  <div class="prompt-content" id="prompt-content-${this.opt.id}">
22
22
  ${this.opt.content}
23
23
  </div>
24
24
  </div>
25
25
  <!-- 锚 -->
26
- ${r}
26
+ ${a}
27
27
  <!-- 关闭按钮 -->
28
- ${l}
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 w=this;m&&m.addEventListener("click",A=>{w.hide(),w.opt.close&&w.opt.close()}),this.promptDom=window.document.getElementById(f),this.position=this.transPosition(this.opt.position),n==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 n=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),n&&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 Rr=Object.freeze(Object.defineProperty({__proto__:null,default:dt},Symbol.toStringTag,{value:"Module"}));let re={};re.cartesianToLnglat=function(i,e){if(!i)return[];var t=Cesium.Cartographic.fromCartesian(i),n=Cesium.Math.toDegrees(t.latitude),s=Cesium.Math.toDegrees(t.longitude),o=t.height;return[s,n,o]},re.getViewCenter=i=>{if(i){var e=i.camera.computeViewRectangle(),t=e.west/Math.PI*180,n=e.north/Math.PI*180,s=e.east/Math.PI*180,o=e.south/Math.PI*180;return[(s+t)/2,(n+o)/2]}},re.cartesiansToLnglats=function(i,e){if(!(!i||i.length<1)){if(e=e||window.viewer,!e){console.log("util.cartesiansToLnglats方法缺少viewer对象");return}for(var t=[],n=0;n<i.length;n++)t.push(re.cartesianToLnglat(i[n],e));return t}},re.lnglatsToCartesians=function(i){if(!(!i||i.length<1)){for(var e=[],t=0;t<i.length;t++){var n=Cesium.Cartesian3.fromDegrees(i[t][0],i[t][1],i[t][2]||0);e.push(n)}return e}},re.flyTo=function(i,e){if(!e){console.log("util.flyTo缺少viewer对象");return}i=i||{};let t=i.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(i.heading||0),Cesium.Math.toRadians(i.pitch||-60),i.range||1e4)}),t instanceof Array){var n=new Cesium.BoundingSphere(Cesium.Cartesian3.fromDegrees(t[0],t[1],t[2]));e.camera.flyToBoundingSphere(n,{offset:new Cesium.HeadingPitchRange(Cesium.Math.toRadians(i.heading||0),Cesium.Math.toRadians(i.pitch||-60),i.range||1e4)})}},re.getCameraView=function(i){if(i=i||window.viewer,!i){console.log("util.getCameraView缺少viewer对象");return}var e=i.camera,t=e.position,n=e.heading,s=e.pitch,o=e.roll,r=Cesium.Cartographic.fromCartesian(t),l={x:Cesium.Math.toDegrees(r.longitude),y:Cesium.Math.toDegrees(r.latitude),z:r.height,heading:Cesium.Math.toDegrees(n),pitch:Cesium.Math.toDegrees(s),roll:Cesium.Math.toDegrees(o)};return l},re.setCameraView=function(i,e){if(e=e||window.viewer,!e){console.log("util.setCameraView缺少viewer对象");return}if(i){var t=i.destination||Cesium.Cartesian3.fromDegrees(i.x,i.y,i.z);e.camera.flyTo({destination:t,orientation:{heading:Cesium.Math.toRadians(i.heading||0),pitch:Cesium.Math.toRadians(i.pitch||0),roll:Cesium.Math.toRadians(i.roll||0)},duration:i.duration===void 0?3:i.duration,complete:i.complete})}},re.computeAreaOfTriangle=function(i,e,t){if(!i||!e||!t)return console.log("传入坐标有误!"),0;var n=Cesium.Cartesian3.distance(i,e),s=Cesium.Cartesian3.distance(e,t),o=Cesium.Cartesian3.distance(t,i),r=(n+s+o)/2;return Math.sqrt(r*(r-n)*(r-s)*(r-o))};class qe{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),r=null;return o&&(r=this.viewer.scene.globe.pick(o,this.viewer.scene)),r||(r=this.viewer.camera.pickEllipsoid(e,this.viewer.scene.globe.ellipsoid)),r}let t=this.viewer.scene.drillPick(e);this.viewer.scene.render();let n,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)n=this.viewer.scene.pickPosition(e);else{let o=this.viewer.camera.getPickRay(e);if(!o)return null;n=this.viewer.scene.globe.pick(o,this.viewer.scene)}return n}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?re.cartesiansToLnglats(this.positions,this.viewer):this.positions}getLnglats(){return re.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 n=0;n<t.controlPoints.length;n++){let s=t.controlPoints[n];s&&(s.show=!0)}this.entity.show=!0,this.modifyHandler.setInputAction(function(n){if(!t.entity)return;let s=t.viewer.scene.pick(n.position);Cesium.defined(s)&&s.id&&(s.id.objId||(t.modifyPoint=s.id),t.forbidDrawWorld(!0))},Cesium.ScreenSpaceEventType.LEFT_DOWN),this.modifyHandler.setInputAction(function(n){if(t.positions.length<1||!t.modifyPoint)return;let s=t.getCatesian3FromPX(n.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(n){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 n=this.controlPoints[t];n&&(n.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 n=this.pointStyle.outlineColor instanceof Cesium.Color?this.pointStyle.outlineColor:Cesium.Color.fromCssColorString(this.pointStyle.outlineColor);return n=n.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:n,disableDepthTestDistance:Number.POSITIVE_INFINITY},show:!1})}transfromLineMaterial(e){if(!e)return;let t={};if(e instanceof Cesium.Color){let n=e.color.getValue();t.colorAlpha=n.alpha,t.colorHex=new Cesium.Color(n.red,n.green,n.blue,1).toCssHexString()}return t}transfromGonMaterial(e){if(!e)return;let t={};if(e instanceof Cesium.Color){let n=e.color.getValue();t.colorAlpha=n.alpha,t.colorHex=new Cesium.Color(n.red,n.green,n.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 Ap="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 yp extends qe{constructor(e,t){super(e,t),this.type="billboard",this.viewer=e;let n={verticalOrigin:Cesium.VerticalOrigin.BOTTOM,scale:1};this.style=Object.assign({},n,t||{}),this.entity=null,this.style.hasOwnProperty("image")||console.warn("CreateBillboard: 未在 style 中指定 image,后续将使用回退图或占位图。"),this.position=null,this._defaultFallback=Ap,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((n,s)=>{if(!e)return s(new Error("empty url"));try{const o=new window.Image;o.crossOrigin="anonymous";let r=!1;const l=()=>{r||(r=!0,clearTimeout(d),n(o))},a=u=>{r||(r=!0,clearTimeout(d),s(new Error("image load error: "+e)))};o.onload=l,o.onerror=a;const d=setTimeout(()=>{r||(r=!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,n=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}});n.objId=this.objId;const s=this.style.image;if(s)this._preloadImage(s,7e3).then(o=>{try{n.billboard.image=o,this.style.image=s}catch(r){console.warn("CreateBillboard: set billboard image element failed, fallback to url string",r);try{n.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=n,n}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(n=>{try{this.entity.billboard.image=n}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(n=>{console.error("CreateBillboard: updateBillboardImage failed to load:",n.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 dt(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(n){let s=t.getCatesian3FromPX(n.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(n){t.prompt&&t.prompt.update&&t.prompt.update(n.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 n=null;e instanceof Cesium.Cartesian3?n=e.clone():n=Cesium.Cartesian3.fromDegrees(Number(e[0]),Number(e[1]),Number(e[2]||0)),n&&(this.position=n.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 n=1;e.heightReference==!0?n=1:n=Number(e.heightReference);try{t.heightReference=n}catch{}}if(e.scale!=null)try{t.scale=Number(e.scale)}catch{}if(e.color){let n=e.color instanceof Cesium.Color?e.color:Cesium.Color.fromCssColorString(e.color);n=n.withAlpha(e.colorAlpha||1);try{t.color=n}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 n=t.heightReference.getValue();e.heightReference=Number(n)}catch{}if(t&&t.scale)try{e.scale=t.scale.getValue()}catch{}if(t&&t.color)try{let n=t.color.getValue();e.colorAlpha=n.alpha,e.color=new Cesium.Color(n.red,n.green,n.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,n=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(r){console.warn("更新位置引用失败:",r)}n=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(r){const l=t.viewer.scene.pick(r.position);if(Cesium.defined(l)&&l.id){if(l.id===t.entity){n=l.id,s=!0,t._isDragging=!0,t._editPickedEntity=n,t.modifyPoint=null;try{t.forbidDrawWorld(!0)}catch{}}else if(t.controlPoints.includes(l.id)){t.modifyPoint=l.id,s=!0,t._isDragging=!0,n=t.entity;try{t.forbidDrawWorld(!0)}catch{}}}},Cesium.ScreenSpaceEventType.LEFT_DOWN),this.modifyHandler.setInputAction(function(r){if(!s)return;let l=t.getCatesian3FromPX(r.endPosition,t.viewer);if(l){if(Cesium.defined(n)){try{n.position.setValue(l)}catch{n.position=l}t.position=l.clone(),t.controlPoints&&t.controlPoints.length>0&&t.controlPoints.forEach(a=>{try{a.position.setValue(l)}catch(d){console.warn("更新控制点位置失败:",d);try{a.position=l.clone()}catch(u){console.error("重新设置控制点位置失败:",u)}}})}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(r){console.warn("更新位置引用失败:",r)}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(r){const l=t.viewer.scene.pick(r.position);Cesium.defined(l)&&l.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 n=Cesium.Color.GREEN;t==="bottomLeft"&&(n=Cesium.Color.BLUE);const s=this.viewer.entities.add({position:e,point:{pixelSize:10,color:n,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,r=new Cesium.Cartesian3,l=new Cesium.Cartesian3,a=new Cesium.Cartesian3;Cesium.Cartesian3.clone(o.direction,r),Cesium.Cartesian3.clone(o.right,l),Cesium.Cartesian3.clone(o.up,a),Cesium.Cartesian3.normalize(r,r),Cesium.Cartesian3.normalize(l,l),Cesium.Cartesian3.normalize(a,a);const d=new Cesium.Cartesian3;Cesium.Cartesian3.multiplyByScalar(l,s,d),Cesium.Cartesian3.multiplyByScalar(a,s,a),Cesium.Cartesian3.add(d,a,d);const u=new Cesium.Ray(e,r),f=this.viewer.scene.globe.pick(u,this.viewer.scene),h=Cesium.Cartesian3.distance(e,f||e)*.001;return Cesium.Cartesian3.multiplyByScalar(d,h,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(n){console.warn("更新拖拽中控制点位置失败:",n)}}});return}if(this.controlPoints.length>0&&([...this.controlPoints].forEach(t=>{try{this.viewer&&this.viewer.entities&&t&&this.viewer.entities.remove(t)}catch(n){console.warn("移除控制点失败:",n)}}),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(n){console.warn("移除控制点失败:",n)}}),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 n=new FileReader;n.onload=s=>{this.updateBillboardImage(s.target.result),this._fileInput&&(this._fileInput.value="")},n.onerror=s=>{console.error("文件读取失败:",s)},n.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?re.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 Cp extends qe{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 dt(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(n){const s=t.getCatesian3FromPX(n.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(n){if(!t.entity){t.prompt?.update(n.endPosition,"单击开始绘制");return}t.prompt?.update(n.endPosition,"单击结束");const s=t.getCatesian3FromPX(n.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(n){const s=t.viewer.scene.pick(n.position);if(!s?.id)return;t.modifyPoint=s.id;const o=t.getCatesian3FromPX(n.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(n){if(!t.modifyPoint)return;const s=t.getCatesian3FromPX(n.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,n=t.cartesianToCartographic(this.center),s=t.cartesianToCartographic(this.radiusPoint),o=Math.abs(s.longitude-n.longitude),r=Math.abs(s.latitude-n.latitude);for(let l=0;l<=this.pointsCount;l++){const a=l/this.pointsCount*Math.PI*2,d=n.longitude+o*Math.cos(a),u=n.latitude+r*Math.sin(a);e.push(Cesium.Cartesian3.fromRadians(d,u))}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 n=t.x-e.x,s=t.y-e.y,o=t.z-e.z;this.center=new Cesium.Cartesian3(this.center.x+n,this.center.y+s,this.center.z+o),this.radiusPoint=new Cesium.Cartesian3(this.radiusPoint.x+n,this.radiusPoint.y+s,this.radiusPoint.z+o);const r=this.entity.objId,l=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=l,this.entity.objId=r,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?re.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 n=t.color instanceof Cesium.Color?t.color:Cesium.Color.fromCssColorString(t.color||"#00FF00");t.colorAlpha!=null&&(n=n.withAlpha(t.colorAlpha)),this.entity.polyline.material=n,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 n=e[0]instanceof Cesium.Cartesian3?e:re.lnglatsToCartesians(e);if(!n||n.length===0)return console.error("createByPositions: failed to convert positions to Cartesian3"),t&&t(null),this;if(n.length>=2)this.center=Cesium.Cartesian3.clone(n[0]),this.radiusPoint=Cesium.Cartesian3.clone(n[1]);else if(n.length===1)this.center=Cesium.Cartesian3.clone(n[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(n){return console.error("createByPositions error:",n),t&&t(null),this}}}class Ep extends qe{constructor(e,t){if(super(e,t),this.type="gltfModel",t=t||{},this.viewer=e,!t.uri){console.warn("请输入模型地址!");return}let n={heading:0,pitch:0,roll:0,minimumPixelSize:24,maximumScale:120};this.style=Object.assign(n,t||{}),this.modelUri=t.uri,this.entity=null}start(e){!this.prompt&&this.promptStyle.show&&(this.prompt=new dt(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(n){let s=t.getCatesian3FromPX(n.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(n){t.prompt.update(n.endPosition,"单击新增"),t.state="creating";let s=t.getCatesian3FromPX(n.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,n;this.state="startEdit",this.modifyHandler.setInputAction(function(s){let o=t.viewer.scene.pick(s.position);Cesium.defined(o)&&o.id&&(n=o.id,t.forbidDrawWorld(!0))},Cesium.ScreenSpaceEventType.LEFT_DOWN),this.modifyHandler.setInputAction(function(s){if(!n)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){n&&(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),n=Cesium.Math.toRadians(this.style.pitch),s=Cesium.Math.toRadians(this.style.roll),o=new Cesium.HeadingPitchRoll(t,n,s),r=Cesium.Transforms.headingPitchRollQuaternion(e,o),l=this.viewer.entities.add({position:e,orientation:r,model:{uri:this.modelUri,minimumPixelSize:this.style.minimumPixelSize,maximumScale:this.style.maximumScale,scale:this.style.scale||1,heightReference:this.style.heightReference}});return l.objId=this.objId,l}getPositions(e){return e?re.cartesianToLnglat(this.position,this.viewer):this.position}getStyle(){let e={},t=this.entity.model;e.minimumPixelSize=t.minimumPixelSize.getValue();let n=this.entity.orientation.getValue(),s=this.entity.position.getValue(this.viewer.clock.currentTime),o=re.oreatationToHpr(s.clone(),n,!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 r=this.entity.heightReference&&this.entity.heightReference.getValue();return r!=null&&(e.heightReference=Number(r)),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,n){e=e||0,t=t||0,n=n||0,this.style.heading=e,this.style.pitch=t,this.style.roll=n;var s=Cesium.Math.toRadians(e||0),o=Cesium.Math.toRadians(t||0),r=Cesium.Math.toRadians(n||0),l=new Cesium.HeadingPitchRoll(s,o,r),a=this.entity.position._value,d=Cesium.Transforms.headingPitchRollQuaternion(a,l);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 i=(function(){try{var t={},n=Object.defineProperty,s=n(t,t,t)&&n}catch{}return s})(),e=function(t){if(this==null)throw TypeError();var n=String(this),s=n.length,o=t?Number(t):0;if(o!=o&&(o=0),!(o<0||o>=s)){var r=n.charCodeAt(o),l;return r>=55296&&r<=56319&&s>o+1&&(l=n.charCodeAt(o+1),l>=56320&&l<=57343)?(r-55296)*1024+l-56320+65536:r}};i?i(String.prototype,"codePointAt",{value:e,configurable:!0,writable:!0}):String.prototype.codePointAt=e})();function Gt(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}var os,Or;function wp(){if(Or)return os;Or=1;var i=0,e=-3;function t(){this.table=new Uint16Array(16),this.trans=new Uint16Array(288)}function n(g,k){this.source=g,this.sourceIndex=0,this.tag=0,this.bitcount=0,this.dest=k,this.destLen=0,this.ltree=new t,this.dtree=new t}var s=new t,o=new t,r=new Uint8Array(30),l=new Uint16Array(30),a=new Uint8Array(30),d=new Uint16Array(30),u=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 h(g,k,S,P){var U,H;for(U=0;U<S;++U)g[U]=0;for(U=0;U<30-S;++U)g[U+S]=U/S|0;for(H=P,U=0;U<30;++U)k[U]=H,H+=1<<g[U]}function m(g,k){var S;for(S=0;S<7;++S)g.table[S]=0;for(g.table[7]=24,g.table[8]=152,g.table[9]=112,S=0;S<24;++S)g.trans[S]=256+S;for(S=0;S<144;++S)g.trans[24+S]=S;for(S=0;S<8;++S)g.trans[168+S]=280+S;for(S=0;S<112;++S)g.trans[176+S]=144+S;for(S=0;S<5;++S)k.table[S]=0;for(k.table[5]=32,S=0;S<32;++S)k.trans[S]=S}var w=new Uint16Array(16);function A(g,k,S,P){var U,H;for(U=0;U<16;++U)g.table[U]=0;for(U=0;U<P;++U)g.table[k[S+U]]++;for(g.table[0]=0,H=0,U=0;U<16;++U)w[U]=H,H+=g.table[U];for(U=0;U<P;++U)k[S+U]&&(g.trans[w[k[S+U]]++]=U)}function C(g){g.bitcount--||(g.tag=g.source[g.sourceIndex++],g.bitcount=7);var k=g.tag&1;return g.tag>>>=1,k}function v(g,k,S){if(!k)return S;for(;g.bitcount<24;)g.tag|=g.source[g.sourceIndex++]<<g.bitcount,g.bitcount+=8;var P=g.tag&65535>>>16-k;return g.tag>>>=k,g.bitcount-=k,P+S}function x(g,k){for(;g.bitcount<24;)g.tag|=g.source[g.sourceIndex++]<<g.bitcount,g.bitcount+=8;var S=0,P=0,U=0,H=g.tag;do P=2*P+(H&1),H>>>=1,++U,S+=k.table[U],P-=k.table[U];while(P>=0);return g.tag=H,g.bitcount-=U,k.trans[S+P]}function D(g,k,S){var P,U,H,O,E,y;for(P=v(g,5,257),U=v(g,5,1),H=v(g,4,4),O=0;O<19;++O)p[O]=0;for(O=0;O<H;++O){var b=v(g,3,0);p[u[O]]=b}for(A(f,p,0,19),E=0;E<P+U;){var T=x(g,f);switch(T){case 16:var F=p[E-1];for(y=v(g,2,3);y;--y)p[E++]=F;break;case 17:for(y=v(g,3,3);y;--y)p[E++]=0;break;case 18:for(y=v(g,7,11);y;--y)p[E++]=0;break;default:p[E++]=T;break}}A(k,p,0,P),A(S,p,P,U)}function N(g,k,S){for(;;){var P=x(g,k);if(P===256)return i;if(P<256)g.dest[g.destLen++]=P;else{var U,H,O,E;for(P-=257,U=v(g,r[P],l[P]),H=x(g,S),O=g.destLen-v(g,a[H],d[H]),E=O;E<O+U;++E)g.dest[g.destLen++]=g.dest[E]}}}function I(g){for(var k,S,P;g.bitcount>8;)g.sourceIndex--,g.bitcount-=8;if(k=g.source[g.sourceIndex+1],k=256*k+g.source[g.sourceIndex],S=g.source[g.sourceIndex+3],S=256*S+g.source[g.sourceIndex+2],k!==(~S&65535))return e;for(g.sourceIndex+=4,P=k;P;--P)g.dest[g.destLen++]=g.source[g.sourceIndex++];return g.bitcount=0,i}function B(g,k){var S=new n(g,k),P,U,H;do{switch(P=C(S),U=v(S,2,0),U){case 0:H=I(S);break;case 1:H=N(S,s,o);break;case 2:D(S,S.ltree,S.dtree),H=N(S,S.ltree,S.dtree);break;default:H=e}if(H!==i)throw new Error("Data error")}while(!P);return S.destLen<S.dest.length?typeof S.dest.slice=="function"?S.dest.slice(0,S.destLen):S.dest.subarray(0,S.destLen):S.dest}return m(s,o),h(r,l,4,3),h(a,d,2,1),r[28]=0,l[28]=258,os=B,os}var bp=wp();const vp=Gt(bp);function Ht(i,e,t,n,s){return Math.pow(1-s,3)*i+3*Math.pow(1-s,2)*s*e+3*(1-s)*Math.pow(s,2)*t+Math.pow(s,3)*n}function ut(){this.x1=Number.NaN,this.y1=Number.NaN,this.x2=Number.NaN,this.y2=Number.NaN}ut.prototype.isEmpty=function(){return isNaN(this.x1)||isNaN(this.y1)||isNaN(this.x2)||isNaN(this.y2)},ut.prototype.addPoint=function(i,e){typeof i=="number"&&((isNaN(this.x1)||isNaN(this.x2))&&(this.x1=i,this.x2=i),i<this.x1&&(this.x1=i),i>this.x2&&(this.x2=i)),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))},ut.prototype.addX=function(i){this.addPoint(i,null)},ut.prototype.addY=function(i){this.addPoint(null,i)},ut.prototype.addBezier=function(i,e,t,n,s,o,r,l){const a=[i,e],d=[t,n],u=[s,o],f=[r,l];this.addPoint(i,e),this.addPoint(r,l);for(let p=0;p<=1;p++){const h=6*a[p]-12*d[p]+6*u[p],m=-3*a[p]+9*d[p]-9*u[p]+3*f[p],w=3*d[p]-3*a[p];if(m===0){if(h===0)continue;const x=-w/h;0<x&&x<1&&(p===0&&this.addX(Ht(a[p],d[p],u[p],f[p],x)),p===1&&this.addY(Ht(a[p],d[p],u[p],f[p],x)));continue}const A=Math.pow(h,2)-4*w*m;if(A<0)continue;const C=(-h+Math.sqrt(A))/(2*m);0<C&&C<1&&(p===0&&this.addX(Ht(a[p],d[p],u[p],f[p],C)),p===1&&this.addY(Ht(a[p],d[p],u[p],f[p],C)));const v=(-h-Math.sqrt(A))/(2*m);0<v&&v<1&&(p===0&&this.addX(Ht(a[p],d[p],u[p],f[p],v)),p===1&&this.addY(Ht(a[p],d[p],u[p],f[p],v)))}},ut.prototype.addQuad=function(i,e,t,n,s,o){const r=i+.6666666666666666*(t-i),l=e+2/3*(n-e),a=r+1/3*(s-i),d=l+1/3*(o-e);this.addBezier(i,e,r,l,a,d,s,o)};function Ie(){this.commands=[],this.fill="black",this.stroke=null,this.strokeWidth=1}Ie.prototype.moveTo=function(i,e){this.commands.push({type:"M",x:i,y:e})},Ie.prototype.lineTo=function(i,e){this.commands.push({type:"L",x:i,y:e})},Ie.prototype.curveTo=Ie.prototype.bezierCurveTo=function(i,e,t,n,s,o){this.commands.push({type:"C",x1:i,y1:e,x2:t,y2:n,x:s,y:o})},Ie.prototype.quadTo=Ie.prototype.quadraticCurveTo=function(i,e,t,n){this.commands.push({type:"Q",x1:i,y1:e,x:t,y:n})},Ie.prototype.close=Ie.prototype.closePath=function(){this.commands.push({type:"Z"})},Ie.prototype.extend=function(i){if(i.commands)i=i.commands;else if(i instanceof ut){const e=i;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,i)},Ie.prototype.getBoundingBox=function(){const i=new ut;let e=0,t=0,n=0,s=0;for(let o=0;o<this.commands.length;o++){const r=this.commands[o];switch(r.type){case"M":i.addPoint(r.x,r.y),e=n=r.x,t=s=r.y;break;case"L":i.addPoint(r.x,r.y),n=r.x,s=r.y;break;case"Q":i.addQuad(n,s,r.x1,r.y1,r.x,r.y),n=r.x,s=r.y;break;case"C":i.addBezier(n,s,r.x1,r.y1,r.x2,r.y2,r.x,r.y),n=r.x,s=r.y;break;case"Z":n=e,s=t;break;default:throw new Error("Unexpected path command "+r.type)}}return i.isEmpty()&&i.addPoint(0,0),i},Ie.prototype.draw=function(i){i.beginPath();for(let e=0;e<this.commands.length;e+=1){const t=this.commands[e];t.type==="M"?i.moveTo(t.x,t.y):t.type==="L"?i.lineTo(t.x,t.y):t.type==="C"?i.bezierCurveTo(t.x1,t.y1,t.x2,t.y2,t.x,t.y):t.type==="Q"?i.quadraticCurveTo(t.x1,t.y1,t.x,t.y):t.type==="Z"&&i.closePath()}this.fill&&(i.fillStyle=this.fill,i.fill()),this.stroke&&(i.strokeStyle=this.stroke,i.lineWidth=this.strokeWidth,i.stroke())},Ie.prototype.toPathData=function(i){i=i!==void 0?i:2;function e(s){return Math.round(s)===s?""+Math.round(s):s.toFixed(i)}function t(){let s="";for(let o=0;o<arguments.length;o+=1){const r=arguments[o];r>=0&&o>0&&(s+=" "),s+=e(r)}return s}let n="";for(let s=0;s<this.commands.length;s+=1){const o=this.commands[s];o.type==="M"?n+="M"+t(o.x,o.y):o.type==="L"?n+="L"+t(o.x,o.y):o.type==="C"?n+="C"+t(o.x1,o.y1,o.x2,o.y2,o.x,o.y):o.type==="Q"?n+="Q"+t(o.x1,o.y1,o.x,o.y):o.type==="Z"&&(n+="Z")}return n},Ie.prototype.toSVG=function(i){let e='<path d="';return e+=this.toPathData(i),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(i){const e=this.toPathData(i),t=document.createElementNS("http://www.w3.org/2000/svg","path");return t.setAttribute("d",e),t};function Lr(i){throw new Error(i)}function Nr(i,e){i||Lr(e)}const ie={fail:Lr,argument:Nr,assert:Nr},_r=32768,Ur=2147483648,Yt={},z={},ee={};function Ge(i){return function(){return i}}z.BYTE=function(i){return ie.argument(i>=0&&i<=255,"Byte value should be between 0 and 255."),[i]},ee.BYTE=Ge(1),z.CHAR=function(i){return[i.charCodeAt(0)]},ee.CHAR=Ge(1),z.CHARARRAY=function(i){const e=[];for(let t=0;t<i.length;t+=1)e[t]=i.charCodeAt(t);return e},ee.CHARARRAY=function(i){return i.length},z.USHORT=function(i){return[i>>8&255,i&255]},ee.USHORT=Ge(2),z.SHORT=function(i){return i>=_r&&(i=-(2*_r-i)),[i>>8&255,i&255]},ee.SHORT=Ge(2),z.UINT24=function(i){return[i>>16&255,i>>8&255,i&255]},ee.UINT24=Ge(3),z.ULONG=function(i){return[i>>24&255,i>>16&255,i>>8&255,i&255]},ee.ULONG=Ge(4),z.LONG=function(i){return i>=Ur&&(i=-(2*Ur-i)),[i>>24&255,i>>16&255,i>>8&255,i&255]},ee.LONG=Ge(4),z.FIXED=z.ULONG,ee.FIXED=ee.ULONG,z.FWORD=z.SHORT,ee.FWORD=ee.SHORT,z.UFWORD=z.USHORT,ee.UFWORD=ee.USHORT,z.LONGDATETIME=function(i){return[0,0,0,0,i>>24&255,i>>16&255,i>>8&255,i&255]},ee.LONGDATETIME=Ge(8),z.TAG=function(i){return ie.argument(i.length===4,"Tag should be exactly 4 ASCII characters."),[i.charCodeAt(0),i.charCodeAt(1),i.charCodeAt(2),i.charCodeAt(3)]},ee.TAG=Ge(4),z.Card8=z.BYTE,ee.Card8=ee.BYTE,z.Card16=z.USHORT,ee.Card16=ee.USHORT,z.OffSize=z.BYTE,ee.OffSize=ee.BYTE,z.SID=z.USHORT,ee.SID=ee.USHORT,z.NUMBER=function(i){return i>=-107&&i<=107?[i+139]:i>=108&&i<=1131?(i=i-108,[(i>>8)+247,i&255]):i>=-1131&&i<=-108?(i=-i-108,[(i>>8)+251,i&255]):i>=-32768&&i<=32767?z.NUMBER16(i):z.NUMBER32(i)},ee.NUMBER=function(i){return z.NUMBER(i).length},z.NUMBER16=function(i){return[28,i>>8&255,i&255]},ee.NUMBER16=Ge(3),z.NUMBER32=function(i){return[29,i>>24&255,i>>16&255,i>>8&255,i&255]},ee.NUMBER32=Ge(5),z.REAL=function(i){let e=i.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(i*o)/o).toString()}let n="";for(let o=0,r=e.length;o<r;o+=1){const l=e[o];l==="e"?n+=e[++o]==="-"?"c":"b":l==="."?n+="a":l==="-"?n+="e":n+=l}n+=n.length&1?"f":"ff";const s=[30];for(let o=0,r=n.length;o<r;o+=2)s.push(parseInt(n.substr(o,2),16));return s},ee.REAL=function(i){return z.REAL(i).length},z.NAME=z.CHARARRAY,ee.NAME=ee.CHARARRAY,z.STRING=z.CHARARRAY,ee.STRING=ee.CHARARRAY,Yt.UTF8=function(i,e,t){const n=[],s=t;for(let o=0;o<s;o++,e+=1)n[o]=i.getUint8(e);return String.fromCharCode.apply(null,n)},Yt.UTF16=function(i,e,t){const n=[],s=t/2;for(let o=0;o<s;o++,e+=2)n[o]=i.getUint16(e);return String.fromCharCode.apply(null,n)},z.UTF16=function(i){const e=[];for(let t=0;t<i.length;t+=1){const n=i.charCodeAt(t);e[e.length]=n>>8&255,e[e.length]=n&255}return e},ee.UTF16=function(i){return i.length*2};const rs={"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":"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛÙˆ˜¯˘˙˚¸˝˛ˇ"};Yt.MACSTRING=function(i,e,t,n){const s=rs[n];if(s===void 0)return;let o="";for(let r=0;r<t;r++){const l=i.getUint8(e+r);l<=127?o+=String.fromCharCode(l):o+=s[l&127]}return o};const Yi=typeof WeakMap=="function"&&new WeakMap;let Vi;const Ip=function(i){if(!Vi){Vi={};for(let s in rs)Vi[s]=new String(s)}const e=Vi[i];if(e===void 0)return;if(Yi){const s=Yi.get(e);if(s!==void 0)return s}const t=rs[i];if(t===void 0)return;const n={};for(let s=0;s<t.length;s++)n[t.charCodeAt(s)]=s+128;return Yi&&Yi.set(e,n),n};z.MACSTRING=function(i,e){const t=Ip(e);if(t===void 0)return;const n=[];for(let s=0;s<i.length;s++){let o=i.charCodeAt(s);if(o>=128&&(o=t[o],o===void 0))return;n[s]=o}return n},ee.MACSTRING=function(i,e){const t=z.MACSTRING(i,e);return t!==void 0?t.length:0};function as(i){return i>=-128&&i<=127}function Bp(i,e,t){let n=0;const s=i.length;for(;e<s&&n<64&&i[e]===0;)++e,++n;return t.push(128|n-1),e}function xp(i,e,t){let n=0;const s=i.length;let o=e;for(;o<s&&n<64;){const r=i[o];if(!as(r)||r===0&&o+1<s&&i[o+1]===0)break;++o,++n}t.push(n-1);for(let r=e;r<o;++r)t.push(i[r]+256&255);return o}function Sp(i,e,t){let n=0;const s=i.length;let o=e;for(;o<s&&n<64;){const r=i[o];if(r===0||as(r)&&o+1<s&&as(i[o+1]))break;++o,++n}t.push(64|n-1);for(let r=e;r<o;++r){const l=i[r];t.push(l+65536>>8&255,l+256&255)}return o}z.VARDELTAS=function(i){let e=0;const t=[];for(;e<i.length;){const n=i[e];n===0?e=Bp(i,e,t):n>=-128&&n<=127?e=xp(i,e,t):e=Sp(i,e,t)}return t},z.INDEX=function(i){let e=1;const t=[e],n=[];for(let l=0;l<i.length;l+=1){const a=z.OBJECT(i[l]);Array.prototype.push.apply(n,a),e+=a.length,t.push(e)}if(n.length===0)return[0,0];const s=[],o=1+Math.floor(Math.log(e)/Math.log(2))/8|0,r=[void 0,z.BYTE,z.USHORT,z.UINT24,z.ULONG][o];for(let l=0;l<t.length;l+=1){const a=r(t[l]);Array.prototype.push.apply(s,a)}return Array.prototype.concat(z.Card16(i.length),z.OffSize(o),s,n)},ee.INDEX=function(i){return z.INDEX(i).length},z.DICT=function(i){let e=[];const t=Object.keys(i),n=t.length;for(let s=0;s<n;s+=1){const o=parseInt(t[s],0),r=i[o];e=e.concat(z.OPERAND(r.value,r.type)),e=e.concat(z.OPERATOR(o))}return e},ee.DICT=function(i){return z.DICT(i).length},z.OPERATOR=function(i){return i<1200?[i]:[12,i-1200]},z.OPERAND=function(i,e){let t=[];if(Array.isArray(e))for(let n=0;n<e.length;n+=1)ie.argument(i.length===e.length,"Not enough arguments given for type"+e),t=t.concat(z.OPERAND(i[n],e[n]));else if(e==="SID")t=t.concat(z.NUMBER(i));else if(e==="offset")t=t.concat(z.NUMBER32(i));else if(e==="number")t=t.concat(z.NUMBER(i));else if(e==="real")t=t.concat(z.REAL(i));else throw new Error("Unknown operand type "+e);return t},z.OP=z.BYTE,ee.OP=ee.BYTE;const zi=typeof WeakMap=="function"&&new WeakMap;z.CHARSTRING=function(i){if(zi){const n=zi.get(i);if(n!==void 0)return n}let e=[];const t=i.length;for(let n=0;n<t;n+=1){const s=i[n];e=e.concat(z[s.type](s.value))}return zi&&zi.set(i,e),e},ee.CHARSTRING=function(i){return z.CHARSTRING(i).length},z.OBJECT=function(i){const e=z[i.type];return ie.argument(e!==void 0,"No encoding function for type "+i.type),e(i.value)},ee.OBJECT=function(i){const e=ee[i.type];return ie.argument(e!==void 0,"No sizeOf function for type "+i.type),e(i.value)},z.TABLE=function(i){let e=[];const t=i.fields.length,n=[],s=[];for(let o=0;o<t;o+=1){const r=i.fields[o],l=z[r.type];ie.argument(l!==void 0,"No encoding function for field type "+r.type+" ("+r.name+")");let a=i[r.name];a===void 0&&(a=r.value);const d=l(a);r.type==="TABLE"?(s.push(e.length),e=e.concat([0,0]),n.push(d)):e=e.concat(d)}for(let o=0;o<n.length;o+=1){const r=s[o],l=e.length;ie.argument(l<65536,"Table "+i.tableName+" too big."),e[r]=l>>8,e[r+1]=l&255,e=e.concat(n[o])}return e},ee.TABLE=function(i){let e=0;const t=i.fields.length;for(let n=0;n<t;n+=1){const s=i.fields[n],o=ee[s.type];ie.argument(o!==void 0,"No sizeOf function for field type "+s.type+" ("+s.name+")");let r=i[s.name];r===void 0&&(r=s.value),e+=o(r),s.type==="TABLE"&&(e+=2)}return e},z.RECORD=z.TABLE,ee.RECORD=ee.TABLE,z.LITERAL=function(i){return i},ee.LITERAL=function(i){return i.length};function Te(i,e,t){for(let n=0;n<e.length;n+=1){const s=e[n];this[s.name]=s.value}if(this.tableName=i,this.fields=e,t){const n=Object.keys(t);for(let s=0;s<n.length;s+=1){const o=n[s],r=t[o];this[o]!==void 0&&(this[o]=r)}}}Te.prototype.encode=function(){return z.TABLE(this)},Te.prototype.sizeOf=function(){return ee.TABLE(this)};function li(i,e,t){t===void 0&&(t=e.length);const n=new Array(e.length+1);n[0]={name:i+"Count",type:"USHORT",value:t};for(let s=0;s<e.length;s++)n[s+1]={name:i+s,type:"USHORT",value:e[s]};return n}function ls(i,e,t){const n=e.length,s=new Array(n+1);s[0]={name:i+"Count",type:"USHORT",value:n};for(let o=0;o<n;o++)s[o+1]={name:i+o,type:"TABLE",value:t(e[o],o)};return s}function Wi(i,e,t){const n=e.length;let s=[];s[0]={name:i+"Count",type:"USHORT",value:n};for(let o=0;o<n;o++)s=s.concat(t(e[o],o));return s}function ji(i){i.format===1?Te.call(this,"coverageTable",[{name:"coverageFormat",type:"USHORT",value:1}].concat(li("glyph",i.glyphs))):ie.assert(!1,"Can't create coverage table format 2 yet.")}ji.prototype=Object.create(Te.prototype),ji.prototype.constructor=ji;function Ki(i){Te.call(this,"scriptListTable",Wi("scriptRecord",i,function(e,t){const n=e.script;let s=n.defaultLangSys;return ie.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 Te("scriptTable",[{name:"defaultLangSys",type:"TABLE",value:new Te("defaultLangSys",[{name:"lookupOrder",type:"USHORT",value:0},{name:"reqFeatureIndex",type:"USHORT",value:s.reqFeatureIndex}].concat(li("featureIndex",s.featureIndexes)))}].concat(Wi("langSys",n.langSysRecords,function(o,r){const l=o.langSys;return[{name:"langSysTag"+r,type:"TAG",value:o.tag},{name:"langSys"+r,type:"TABLE",value:new Te("langSys",[{name:"lookupOrder",type:"USHORT",value:0},{name:"reqFeatureIndex",type:"USHORT",value:l.reqFeatureIndex}].concat(li("featureIndex",l.featureIndexes)))}]})))}]}))}Ki.prototype=Object.create(Te.prototype),Ki.prototype.constructor=Ki;function $i(i){Te.call(this,"featureListTable",Wi("featureRecord",i,function(e,t){const n=e.feature;return[{name:"featureTag"+t,type:"TAG",value:e.tag},{name:"feature"+t,type:"TABLE",value:new Te("featureTable",[{name:"featureParams",type:"USHORT",value:n.featureParams}].concat(li("lookupListIndex",n.lookupListIndexes)))}]}))}$i.prototype=Object.create(Te.prototype),$i.prototype.constructor=$i;function Xi(i,e){Te.call(this,"lookupListTable",ls("lookup",i,function(t){let n=e[t.lookupType];return ie.assert(!!n,"Unable to write GSUB lookup type "+t.lookupType+" tables."),new Te("lookupTable",[{name:"lookupType",type:"USHORT",value:t.lookupType},{name:"lookupFlag",type:"USHORT",value:t.lookupFlag}].concat(ls("subtable",t.subtables,n)))}))}Xi.prototype=Object.create(Te.prototype),Xi.prototype.constructor=Xi;const J={Table:Te,Record:Te,Coverage:ji,ScriptList:Ki,FeatureList:$i,LookupList:Xi,ushortList:li,tableList:ls,recordList:Wi};function Qr(i,e){return i.getUint8(e)}function qi(i,e){return i.getUint16(e,!1)}function Tp(i,e){return i.getInt16(e,!1)}function cs(i,e){return i.getUint32(e,!1)}function Gr(i,e){const t=i.getInt16(e,!1),n=i.getUint16(e+2,!1);return t+n/65535}function Mp(i,e){let t="";for(let n=e;n<e+4;n+=1)t+=String.fromCharCode(i.getInt8(n));return t}function Dp(i,e,t){let n=0;for(let s=0;s<t;s+=1)n<<=8,n+=i.getUint8(e+s);return n}function kp(i,e,t){const n=[];for(let s=e;s<t;s+=1)n.push(i.getUint8(s));return n}function Pp(i){let e="";for(let t=0;t<i.length;t+=1)e+=String.fromCharCode(i[t]);return e}const Fp={byte:1,uShort:2,short:2,uLong:4,fixed:4,longDateTime:8,tag:4};function G(i,e){this.data=i,this.offset=e,this.relativeOffset=0}G.prototype.parseByte=function(){const i=this.data.getUint8(this.offset+this.relativeOffset);return this.relativeOffset+=1,i},G.prototype.parseChar=function(){const i=this.data.getInt8(this.offset+this.relativeOffset);return this.relativeOffset+=1,i},G.prototype.parseCard8=G.prototype.parseByte,G.prototype.parseUShort=function(){const i=this.data.getUint16(this.offset+this.relativeOffset);return this.relativeOffset+=2,i},G.prototype.parseCard16=G.prototype.parseUShort,G.prototype.parseSID=G.prototype.parseUShort,G.prototype.parseOffset16=G.prototype.parseUShort,G.prototype.parseShort=function(){const i=this.data.getInt16(this.offset+this.relativeOffset);return this.relativeOffset+=2,i},G.prototype.parseF2Dot14=function(){const i=this.data.getInt16(this.offset+this.relativeOffset)/16384;return this.relativeOffset+=2,i},G.prototype.parseULong=function(){const i=cs(this.data,this.offset+this.relativeOffset);return this.relativeOffset+=4,i},G.prototype.parseOffset32=G.prototype.parseULong,G.prototype.parseFixed=function(){const i=Gr(this.data,this.offset+this.relativeOffset);return this.relativeOffset+=4,i},G.prototype.parseString=function(i){const e=this.data,t=this.offset+this.relativeOffset;let n="";this.relativeOffset+=i;for(let s=0;s<i;s++)n+=String.fromCharCode(e.getUint8(t+s));return n},G.prototype.parseTag=function(){return this.parseString(4)},G.prototype.parseLongDateTime=function(){let i=cs(this.data,this.offset+this.relativeOffset+4);return i-=2082844800,this.relativeOffset+=8,i},G.prototype.parseVersion=function(i){const e=qi(this.data,this.offset+this.relativeOffset),t=qi(this.data,this.offset+this.relativeOffset+2);return this.relativeOffset+=4,i===void 0&&(i=4096),e+t/i/10},G.prototype.skip=function(i,e){e===void 0&&(e=1),this.relativeOffset+=Fp[i]*e},G.prototype.parseULongList=function(i){i===void 0&&(i=this.parseULong());const e=new Array(i),t=this.data;let n=this.offset+this.relativeOffset;for(let s=0;s<i;s++)e[s]=t.getUint32(n),n+=4;return this.relativeOffset+=i*4,e},G.prototype.parseOffset16List=G.prototype.parseUShortList=function(i){i===void 0&&(i=this.parseUShort());const e=new Array(i),t=this.data;let n=this.offset+this.relativeOffset;for(let s=0;s<i;s++)e[s]=t.getUint16(n),n+=2;return this.relativeOffset+=i*2,e},G.prototype.parseShortList=function(i){const e=new Array(i),t=this.data;let n=this.offset+this.relativeOffset;for(let s=0;s<i;s++)e[s]=t.getInt16(n),n+=2;return this.relativeOffset+=i*2,e},G.prototype.parseByteList=function(i){const e=new Array(i),t=this.data;let n=this.offset+this.relativeOffset;for(let s=0;s<i;s++)e[s]=t.getUint8(n++);return this.relativeOffset+=i,e},G.prototype.parseList=function(i,e){e||(e=i,i=this.parseUShort());const t=new Array(i);for(let n=0;n<i;n++)t[n]=e.call(this);return t},G.prototype.parseList32=function(i,e){e||(e=i,i=this.parseULong());const t=new Array(i);for(let n=0;n<i;n++)t[n]=e.call(this);return t},G.prototype.parseRecordList=function(i,e){e||(e=i,i=this.parseUShort());const t=new Array(i),n=Object.keys(e);for(let s=0;s<i;s++){const o={};for(let r=0;r<n.length;r++){const l=n[r],a=e[l];o[l]=a.call(this)}t[s]=o}return t},G.prototype.parseRecordList32=function(i,e){e||(e=i,i=this.parseULong());const t=new Array(i),n=Object.keys(e);for(let s=0;s<i;s++){const o={};for(let r=0;r<n.length;r++){const l=n[r],a=e[l];o[l]=a.call(this)}t[s]=o}return t},G.prototype.parseStruct=function(i){if(typeof i=="function")return i.call(this);{const e=Object.keys(i),t={};for(let n=0;n<e.length;n++){const s=e[n],o=i[s];t[s]=o.call(this)}return t}},G.prototype.parseValueRecord=function(i){if(i===void 0&&(i=this.parseUShort()),i===0)return;const e={};return i&1&&(e.xPlacement=this.parseShort()),i&2&&(e.yPlacement=this.parseShort()),i&4&&(e.xAdvance=this.parseShort()),i&8&&(e.yAdvance=this.parseShort()),i&16&&(e.xPlaDevice=void 0,this.parseShort()),i&32&&(e.yPlaDevice=void 0,this.parseShort()),i&64&&(e.xAdvDevice=void 0,this.parseShort()),i&128&&(e.yAdvDevice=void 0,this.parseShort()),e},G.prototype.parseValueRecordList=function(){const i=this.parseUShort(),e=this.parseUShort(),t=new Array(e);for(let n=0;n<e;n++)t[n]=this.parseValueRecord(i);return t},G.prototype.parsePointer=function(i){const e=this.parseOffset16();if(e>0)return new G(this.data,this.offset+e).parseStruct(i)},G.prototype.parsePointer32=function(i){const e=this.parseOffset32();if(e>0)return new G(this.data,this.offset+e).parseStruct(i)},G.prototype.parseListOfLists=function(i){const e=this.parseOffset16List(),t=e.length,n=this.relativeOffset,s=new Array(t);for(let o=0;o<t;o++){const r=e[o];if(r===0){s[o]=void 0;continue}if(this.relativeOffset=r,i){const l=this.parseOffset16List(),a=new Array(l.length);for(let d=0;d<l.length;d++)this.relativeOffset=r+l[d],a[d]=i.call(this);s[o]=a}else s[o]=this.parseUShortList()}return this.relativeOffset=n,s},G.prototype.parseCoverage=function(){const i=this.offset+this.relativeOffset,e=this.parseUShort(),t=this.parseUShort();if(e===1)return{format:1,glyphs:this.parseUShortList(t)};if(e===2){const n=new Array(t);for(let s=0;s<t;s++)n[s]={start:this.parseUShort(),end:this.parseUShort(),index:this.parseUShort()};return{format:2,ranges:n}}throw new Error("0x"+i.toString(16)+": Coverage format must be 1 or 2.")},G.prototype.parseClassDef=function(){const i=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"+i.toString(16)+": ClassDef format must be 1 or 2.")},G.list=function(i,e){return function(){return this.parseList(i,e)}},G.list32=function(i,e){return function(){return this.parseList32(i,e)}},G.recordList=function(i,e){return function(){return this.parseRecordList(i,e)}},G.recordList32=function(i,e){return function(){return this.parseRecordList32(i,e)}},G.pointer=function(i){return function(){return this.parsePointer(i)}},G.pointer32=function(i){return function(){return this.parsePointer32(i)}},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 Hr={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(Hr),langSysRecords:G.recordList({tag:G.tag,langSys:G.pointer(Hr)})})}))||[]},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(i){return this.parsePointer(G.list(G.pointer(function(){const e=this.parseUShort();ie.argument(1<=e&&e<=9,"GPOS/GSUB lookup type "+e+" unknown.");const t=this.parseUShort(),n=t&16;return{lookupType:e,lookupFlag:t,subtables:this.parseList(G.pointer(i[e])),markFilteringSet:n?this.parseUShort():void 0}})))||[]},G.prototype.parseFeatureVariationsList=function(){return this.parsePointer32(function(){const i=this.parseUShort(),e=this.parseUShort();return ie.argument(i===1&&e<1,"GPOS/GSUB feature variations table unknown."),this.parseRecordList32({conditionSetOffset:G.offset32,featureTableSubstitutionOffset:G.offset32})})||[]};const $={getByte:Qr,getCard8:Qr,getUShort:qi,getCard16:qi,getShort:Tp,getULong:cs,getFixed:Gr,getTag:Mp,getOffset:Dp,getBytes:kp,bytesToString:Pp,Parser:G};function Rp(i,e){e.parseUShort(),i.length=e.parseULong(),i.language=e.parseULong();let t;i.groupCount=t=e.parseULong(),i.glyphIndexMap={};for(let n=0;n<t;n+=1){const s=e.parseULong(),o=e.parseULong();let r=e.parseULong();for(let l=s;l<=o;l+=1)i.glyphIndexMap[l]=r,r++}}function Op(i,e,t,n,s){i.length=e.parseUShort(),i.language=e.parseUShort();let o;i.segCount=o=e.parseUShort()>>1,e.skip("uShort",3),i.glyphIndexMap={};const r=new $.Parser(t,n+s+14),l=new $.Parser(t,n+s+16+o*2),a=new $.Parser(t,n+s+16+o*4),d=new $.Parser(t,n+s+16+o*6);let u=n+s+16+o*8;for(let f=0;f<o-1;f+=1){let p;const h=r.parseUShort(),m=l.parseUShort(),w=a.parseShort(),A=d.parseUShort();for(let C=m;C<=h;C+=1)A!==0?(u=d.offset+d.relativeOffset-2,u+=A,u+=(C-m)*2,p=$.getUShort(t,u),p!==0&&(p=p+w&65535)):p=C+w&65535,i.glyphIndexMap[C]=p}}function Lp(i,e){const t={};t.version=$.getUShort(i,e),ie.argument(t.version===0,"cmap table version should be 0."),t.numTables=$.getUShort(i,e+2);let n=-1;for(let o=t.numTables-1;o>=0;o-=1){const r=$.getUShort(i,e+4+o*8),l=$.getUShort(i,e+4+o*8+2);if(r===3&&(l===0||l===1||l===10)||r===0&&(l===0||l===1||l===2||l===3||l===4)){n=$.getULong(i,e+4+o*8+4);break}}if(n===-1)throw new Error("No valid cmap sub-tables found.");const s=new $.Parser(i,e+n);if(t.format=s.parseUShort(),t.format===12)Rp(t,s);else if(t.format===4)Op(t,s,i,e,n);else throw new Error("Only format 4 and 12 cmap tables are supported (found format "+t.format+").");return t}function Np(i,e,t){i.segments.push({end:e,start:e,delta:-(e-t),offset:0,glyphIndex:t})}function _p(i){i.segments.push({end:65535,start:65535,delta:1,offset:0})}function Up(i){let e=!0,t;for(t=i.length-1;t>0;t-=1)if(i.get(t).unicode>65535){console.log("Adding CMAP format 12 (needed!)"),e=!1;break}let n=[{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||(n=n.concat([{name:"cmap12PlatformID",type:"USHORT",value:3},{name:"cmap12EncodingID",type:"USHORT",value:10},{name:"cmap12Offset",type:"ULONG",value:0}])),n=n.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 J.Table("cmap",n);for(s.segments=[],t=0;t<i.length;t+=1){const h=i.get(t);for(let m=0;m<h.unicodes.length;m+=1)Np(s,h.unicodes[m],t);s.segments=s.segments.sort(function(m,w){return m.start-w.start})}_p(s);const o=s.segments.length;let r=0,l=[],a=[],d=[],u=[],f=[],p=[];for(t=0;t<o;t+=1){const h=s.segments[t];h.end<=65535&&h.start<=65535?(l=l.concat({name:"end_"+t,type:"USHORT",value:h.end}),a=a.concat({name:"start_"+t,type:"USHORT",value:h.start}),d=d.concat({name:"idDelta_"+t,type:"SHORT",value:h.delta}),u=u.concat({name:"idRangeOffset_"+t,type:"USHORT",value:h.offset}),h.glyphId!==void 0&&(f=f.concat({name:"glyph_"+t,type:"USHORT",value:h.glyphId}))):r+=1,!e&&h.glyphIndex!==void 0&&(p=p.concat({name:"cmap12Start_"+t,type:"ULONG",value:h.start}),p=p.concat({name:"cmap12End_"+t,type:"ULONG",value:h.end}),p=p.concat({name:"cmap12Glyph_"+t,type:"ULONG",value:h.glyphIndex}))}if(s.segCountX2=(o-r)*2,s.searchRange=Math.pow(2,Math.floor(Math.log(o-r)/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(l),s.fields.push({name:"reservedPad",type:"USHORT",value:0}),s.fields=s.fields.concat(a),s.fields=s.fields.concat(d),s.fields=s.fields.concat(u),s.fields=s.fields.concat(f),s.cmap4Length=14+l.length*2+2+a.length*2+d.length*2+u.length*2+f.length*2,!e){const h=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:h},{name:"cmap12Language",type:"ULONG",value:0},{name:"cmap12nGroups",type:"ULONG",value:p.length/3}]),s.fields=s.fields.concat(p)}return s}const Yr={parse:Lp,make:Up},Ji=[".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"],Qp=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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"],Gp=["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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"],It=[".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 Vr(i){this.font=i}Vr.prototype.charToGlyphIndex=function(i){const e=i.codePointAt(0),t=this.font.glyphs;if(t)for(let n=0;n<t.length;n+=1){const s=t.get(n);for(let o=0;o<s.unicodes.length;o+=1)if(s.unicodes[o]===e)return n}return null};function zr(i){this.cmap=i}zr.prototype.charToGlyphIndex=function(i){return this.cmap.glyphIndexMap[i.codePointAt(0)]||0};function Zi(i,e){this.encoding=i,this.charset=e}Zi.prototype.charToGlyphIndex=function(i){const e=i.codePointAt(0),t=this.encoding[e];return this.charset.indexOf(t)};function ds(i){switch(i.version){case 1:this.names=It.slice();break;case 2:this.names=new Array(i.numberOfGlyphs);for(let e=0;e<i.numberOfGlyphs;e++)i.glyphNameIndex[e]<It.length?this.names[e]=It[i.glyphNameIndex[e]]:this.names[e]=i.names[i.glyphNameIndex[e]-It.length];break;case 2.5:this.names=new Array(i.numberOfGlyphs);for(let e=0;e<i.numberOfGlyphs;e++)this.names[e]=It[e+i.glyphNameIndex[e]];break;case 3:this.names=[];break;default:this.names=[];break}}ds.prototype.nameToGlyphIndex=function(i){return this.names.indexOf(i)},ds.prototype.glyphIndexToName=function(i){return this.names[i]};function Hp(i){let e;const t=i.tables.cmap.glyphIndexMap,n=Object.keys(t);for(let s=0;s<n.length;s+=1){const o=n[s],r=t[o];e=i.glyphs.get(r),e.addUnicode(parseInt(o))}for(let s=0;s<i.glyphs.length;s+=1)e=i.glyphs.get(s),i.cffEncoding?i.isCIDFont?e.name="gid"+s:e.name=i.cffEncoding.charset[s]:i.glyphNames.names&&(e.name=i.glyphNames.glyphIndexToName(s))}function Yp(i,e,t,n,s){i.beginPath(),i.moveTo(e,t),i.lineTo(n,s),i.stroke()}const Bt={line:Yp};function Vp(i,e){let t=e||new Ie;return{configurable:!0,get:function(){return typeof t=="function"&&(t=t()),t},set:function(n){t=n}}}function Qe(i){this.bindConstructorValues(i)}Qe.prototype.bindConstructorValues=function(i){this.index=i.index||0,this.name=i.name||null,this.unicode=i.unicode||void 0,this.unicodes=i.unicodes||i.unicode!==void 0?[i.unicode]:[],i.xMin&&(this.xMin=i.xMin),i.yMin&&(this.yMin=i.yMin),i.xMax&&(this.xMax=i.xMax),i.yMax&&(this.yMax=i.yMax),i.advanceWidth&&(this.advanceWidth=i.advanceWidth),Object.defineProperty(this,"path",Vp(this,i.path))},Qe.prototype.addUnicode=function(i){this.unicodes.length===0&&(this.unicode=i),this.unicodes.push(i)},Qe.prototype.getBoundingBox=function(){return this.path.getBoundingBox()},Qe.prototype.getPath=function(i,e,t,n,s){i=i!==void 0?i:0,e=e!==void 0?e:0,t=t!==void 0?t:72;let o,r;n||(n={});let l=n.xScale,a=n.yScale;if(n.hinting&&s&&s.hinting&&(r=this.path&&s.hinting.exec(this,t)),r)o=s.hinting.getCommands(r),i=Math.round(i),e=Math.round(e),l=a=1;else{o=this.path.commands;const u=1/this.path.unitsPerEm*t;l===void 0&&(l=u),a===void 0&&(a=u)}const d=new Ie;for(let u=0;u<o.length;u+=1){const f=o[u];f.type==="M"?d.moveTo(i+f.x*l,e+-f.y*a):f.type==="L"?d.lineTo(i+f.x*l,e+-f.y*a):f.type==="Q"?d.quadraticCurveTo(i+f.x1*l,e+-f.y1*a,i+f.x*l,e+-f.y*a):f.type==="C"?d.curveTo(i+f.x1*l,e+-f.y1*a,i+f.x2*l,e+-f.y2*a,i+f.x*l,e+-f.y*a):f.type==="Z"&&d.closePath()}return d},Qe.prototype.getContours=function(){if(this.points===void 0)return[];const i=[];let e=[];for(let t=0;t<this.points.length;t+=1){const n=this.points[t];e.push(n),n.lastPointOfContour&&(i.push(e),e=[])}return ie.argument(e.length===0,"There are still points left in the current contour."),i},Qe.prototype.getMetrics=function(){const i=this.path.commands,e=[],t=[];for(let s=0;s<i.length;s+=1){const o=i[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 n={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(n.xMin)||(n.xMin=0),isFinite(n.xMax)||(n.xMax=this.advanceWidth),isFinite(n.yMin)||(n.yMin=0),isFinite(n.yMax)||(n.yMax=0),n.rightSideBearing=this.advanceWidth-n.leftSideBearing-(n.xMax-n.xMin),n},Qe.prototype.draw=function(i,e,t,n,s){this.getPath(e,t,n,s).draw(i)},Qe.prototype.drawPoints=function(i,e,t,n){function s(d,u,f,p){const h=Math.PI*2;i.beginPath();for(let m=0;m<d.length;m+=1)i.moveTo(u+d[m].x*p,f+d[m].y*p),i.arc(u+d[m].x*p,f+d[m].y*p,2,0,h,!1);i.closePath(),i.fill()}e=e!==void 0?e:0,t=t!==void 0?t:0,n=n!==void 0?n:24;const o=1/this.path.unitsPerEm*n,r=[],l=[],a=this.path;for(let d=0;d<a.commands.length;d+=1){const u=a.commands[d];u.x!==void 0&&r.push({x:u.x,y:-u.y}),u.x1!==void 0&&l.push({x:u.x1,y:-u.y1}),u.x2!==void 0&&l.push({x:u.x2,y:-u.y2})}i.fillStyle="blue",s(r,e,t,o),i.fillStyle="red",s(l,e,t,o)},Qe.prototype.drawMetrics=function(i,e,t,n){let s;e=e!==void 0?e:0,t=t!==void 0?t:0,n=n!==void 0?n:24,s=1/this.path.unitsPerEm*n,i.lineWidth=1,i.strokeStyle="black",Bt.line(i,e,-1e4,e,1e4),Bt.line(i,-1e4,t,1e4,t);const o=this.xMin||0;let r=this.yMin||0;const l=this.xMax||0;let a=this.yMax||0;const d=this.advanceWidth||0;i.strokeStyle="blue",Bt.line(i,e+o*s,-1e4,e+o*s,1e4),Bt.line(i,e+l*s,-1e4,e+l*s,1e4),Bt.line(i,-1e4,t+-r*s,1e4,t+-r*s),Bt.line(i,-1e4,t+-a*s,1e4,t+-a*s),i.strokeStyle="green",Bt.line(i,e+d*s,-1e4,e+d*s,1e4)};function en(i,e,t){Object.defineProperty(i,e,{get:function(){return i.path,i[t]},set:function(n){i[t]=n},enumerable:!0,configurable:!0})}function us(i,e){if(this.font=i,this.glyphs={},Array.isArray(e))for(let t=0;t<e.length;t++)this.glyphs[t]=e[t];this.length=e&&e.length||0}us.prototype.get=function(i){return typeof this.glyphs[i]=="function"&&(this.glyphs[i]=this.glyphs[i]()),this.glyphs[i]},us.prototype.push=function(i,e){this.glyphs[i]=e,this.length++};function zp(i,e){return new Qe({index:e,font:i})}function Wp(i,e,t,n,s,o){return function(){const r=new Qe({index:e,font:i});return r.path=function(){t(r,n,s);const l=o(i.glyphs,r);return l.unitsPerEm=i.unitsPerEm,l},en(r,"xMin","_xMin"),en(r,"xMax","_xMax"),en(r,"yMin","_yMin"),en(r,"yMax","_yMax"),r}}function jp(i,e,t,n){return function(){const s=new Qe({index:e,font:i});return s.path=function(){const o=t(i,s,n);return o.unitsPerEm=i.unitsPerEm,o},s}}const Vt={GlyphSet:us,glyphLoader:zp,ttfGlyphLoader:Wp,cffGlyphLoader:jp};function Wr(i,e){if(i===e)return!0;if(Array.isArray(i)&&Array.isArray(e)){if(i.length!==e.length)return!1;for(let t=0;t<i.length;t+=1)if(!Wr(i[t],e[t]))return!1;return!0}else return!1}function hs(i){let e;return i.length<1240?e=107:i.length<33900?e=1131:e=32768,e}function ht(i,e,t){const n=[],s=[],o=$.getCard16(i,e);let r,l;if(o!==0){const a=$.getByte(i,e+2);r=e+(o+1)*a+2;let d=e+3;for(let u=0;u<o+1;u+=1)n.push($.getOffset(i,d,a)),d+=a;l=r+n[o]}else l=e+2;for(let a=0;a<n.length-1;a+=1){let d=$.getBytes(i,r+n[a],r+n[a+1]);t&&(d=t(d)),s.push(d)}return{objects:s,startOffset:e,endOffset:l}}function Kp(i){let e="";const n=["0","1","2","3","4","5","6","7","8","9",".","E","E-",null,"-"];for(;;){const s=i.parseByte(),o=s>>4,r=s&15;if(o===15||(e+=n[o],r===15))break;e+=n[r]}return parseFloat(e)}function $p(i,e){let t,n,s,o;if(e===28)return t=i.parseByte(),n=i.parseByte(),t<<8|n;if(e===29)return t=i.parseByte(),n=i.parseByte(),s=i.parseByte(),o=i.parseByte(),t<<24|n<<16|s<<8|o;if(e===30)return Kp(i);if(e>=32&&e<=246)return e-139;if(e>=247&&e<=250)return t=i.parseByte(),(e-247)*256+t+108;if(e>=251&&e<=254)return t=i.parseByte(),-(e-251)*256-t-108;throw new Error("Invalid b0 "+e)}function Xp(i){const e={};for(let t=0;t<i.length;t+=1){const n=i[t][0],s=i[t][1];let o;if(s.length===1?o=s[0]:o=s,e.hasOwnProperty(n)&&!isNaN(e[n]))throw new Error("Object "+e+" already has key "+n);e[n]=o}return e}function jr(i,e,t){e=e!==void 0?e:0;const n=new $.Parser(i,e),s=[];let o=[];for(t=t!==void 0?t:i.length;n.relativeOffset<t;){let r=n.parseByte();r<=21?(r===12&&(r=1200+n.parseByte()),s.push([r,o]),o=[]):o.push($p(n,r))}return Xp(s)}function ci(i,e){return e<=390?e=Ji[e]:e=i[e-391],e}function Kr(i,e,t){const n={};let s;for(let o=0;o<e.length;o+=1){const r=e[o];if(Array.isArray(r.type)){const l=[];l.length=r.type.length;for(let a=0;a<r.type.length;a++)s=i[r.op]!==void 0?i[r.op][a]:void 0,s===void 0&&(s=r.value!==void 0&&r.value[a]!==void 0?r.value[a]:null),r.type[a]==="SID"&&(s=ci(t,s)),l[a]=s;n[r.name]=l}else s=i[r.op],s===void 0&&(s=r.value!==void 0?r.value:null),r.type==="SID"&&(s=ci(t,s)),n[r.name]=s}return n}function qp(i,e){const t={};return t.formatMajor=$.getCard8(i,e),t.formatMinor=$.getCard8(i,e+1),t.size=$.getCard8(i,e+2),t.offsetSize=$.getCard8(i,e+3),t.startOffset=e,t.endOffset=e+4,t}const $r=[{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"}],Xr=[{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 Jp(i,e){const t=jr(i,0,i.byteLength);return Kr(t,$r,e)}function qr(i,e,t,n){const s=jr(i,e,t);return Kr(s,Xr,n)}function Jr(i,e,t,n){const s=[];for(let o=0;o<t.length;o+=1){const r=new DataView(new Uint8Array(t[o]).buffer),l=Jp(r,n);l._subrs=[],l._subrsBias=0;const a=l.private[0],d=l.private[1];if(a!==0&&d!==0){const u=qr(i,d+e,a,n);if(l._defaultWidthX=u.defaultWidthX,l._nominalWidthX=u.nominalWidthX,u.subrs!==0){const f=d+u.subrs,p=ht(i,f+e);l._subrs=p.objects,l._subrsBias=hs(l._subrs)}l._privateDict=u}s.push(l)}return s}function Zp(i,e,t,n){let s,o;const r=new $.Parser(i,e);t-=1;const l=[".notdef"],a=r.parseCard8();if(a===0)for(let d=0;d<t;d+=1)s=r.parseSID(),l.push(ci(n,s));else if(a===1)for(;l.length<=t;){s=r.parseSID(),o=r.parseCard8();for(let d=0;d<=o;d+=1)l.push(ci(n,s)),s+=1}else if(a===2)for(;l.length<=t;){s=r.parseSID(),o=r.parseCard16();for(let d=0;d<=o;d+=1)l.push(ci(n,s)),s+=1}else throw new Error("Unknown charset format "+a);return l}function eg(i,e,t){let n;const s={},o=new $.Parser(i,e),r=o.parseCard8();if(r===0){const l=o.parseCard8();for(let a=0;a<l;a+=1)n=o.parseCard8(),s[n]=a}else if(r===1){const l=o.parseCard8();n=1;for(let a=0;a<l;a+=1){const d=o.parseCard8(),u=o.parseCard8();for(let f=d;f<=d+u;f+=1)s[f]=n,n+=1}}else throw new Error("Unknown encoding format "+r);return new Zi(s,t)}function tg(i,e,t){let n,s,o,r;const l=new Ie,a=[];let d=0,u=!1,f=!1,p=0,h=0,m,w,A,C;if(i.isCIDFont){const I=i.tables.cff.topDict._fdSelect[e.index],B=i.tables.cff.topDict._fdArray[I];m=B._subrs,w=B._subrsBias,A=B._defaultWidthX,C=B._nominalWidthX}else m=i.tables.cff.topDict._subrs,w=i.tables.cff.topDict._subrsBias,A=i.tables.cff.topDict._defaultWidthX,C=i.tables.cff.topDict._nominalWidthX;let v=A;function x(I,B){f&&l.closePath(),l.moveTo(I,B),f=!0}function D(){let I;I=a.length%2!==0,I&&!u&&(v=a.shift()+C),d+=a.length>>1,a.length=0,u=!0}function N(I){let B,g,k,S,P,U,H,O,E,y,b,T,F=0;for(;F<I.length;){let R=I[F];switch(F+=1,R){case 1:D();break;case 3:D();break;case 4:a.length>1&&!u&&(v=a.shift()+C,u=!0),h+=a.pop(),x(p,h);break;case 5:for(;a.length>0;)p+=a.shift(),h+=a.shift(),l.lineTo(p,h);break;case 6:for(;a.length>0&&(p+=a.shift(),l.lineTo(p,h),a.length!==0);)h+=a.shift(),l.lineTo(p,h);break;case 7:for(;a.length>0&&(h+=a.shift(),l.lineTo(p,h),a.length!==0);)p+=a.shift(),l.lineTo(p,h);break;case 8:for(;a.length>0;)n=p+a.shift(),s=h+a.shift(),o=n+a.shift(),r=s+a.shift(),p=o+a.shift(),h=r+a.shift(),l.curveTo(n,s,o,r,p,h);break;case 10:P=a.pop()+w,U=m[P],U&&N(U);break;case 11:return;case 12:switch(R=I[F],F+=1,R){case 35:n=p+a.shift(),s=h+a.shift(),o=n+a.shift(),r=s+a.shift(),H=o+a.shift(),O=r+a.shift(),E=H+a.shift(),y=O+a.shift(),b=E+a.shift(),T=y+a.shift(),p=b+a.shift(),h=T+a.shift(),a.shift(),l.curveTo(n,s,o,r,H,O),l.curveTo(E,y,b,T,p,h);break;case 34:n=p+a.shift(),s=h,o=n+a.shift(),r=s+a.shift(),H=o+a.shift(),O=r,E=H+a.shift(),y=r,b=E+a.shift(),T=h,p=b+a.shift(),l.curveTo(n,s,o,r,H,O),l.curveTo(E,y,b,T,p,h);break;case 36:n=p+a.shift(),s=h+a.shift(),o=n+a.shift(),r=s+a.shift(),H=o+a.shift(),O=r,E=H+a.shift(),y=r,b=E+a.shift(),T=y+a.shift(),p=b+a.shift(),l.curveTo(n,s,o,r,H,O),l.curveTo(E,y,b,T,p,h);break;case 37:n=p+a.shift(),s=h+a.shift(),o=n+a.shift(),r=s+a.shift(),H=o+a.shift(),O=r+a.shift(),E=H+a.shift(),y=O+a.shift(),b=E+a.shift(),T=y+a.shift(),Math.abs(b-p)>Math.abs(T-h)?p=b+a.shift():h=T+a.shift(),l.curveTo(n,s,o,r,H,O),l.curveTo(E,y,b,T,p,h);break;default:console.log("Glyph "+e.index+": unknown operator 1200"+R),a.length=0}break;case 14:a.length>0&&!u&&(v=a.shift()+C,u=!0),f&&(l.closePath(),f=!1);break;case 18:D();break;case 19:case 20:D(),F+=d+7>>3;break;case 21:a.length>2&&!u&&(v=a.shift()+C,u=!0),h+=a.pop(),p+=a.pop(),x(p,h);break;case 22:a.length>1&&!u&&(v=a.shift()+C,u=!0),p+=a.pop(),x(p,h);break;case 23:D();break;case 24:for(;a.length>2;)n=p+a.shift(),s=h+a.shift(),o=n+a.shift(),r=s+a.shift(),p=o+a.shift(),h=r+a.shift(),l.curveTo(n,s,o,r,p,h);p+=a.shift(),h+=a.shift(),l.lineTo(p,h);break;case 25:for(;a.length>6;)p+=a.shift(),h+=a.shift(),l.lineTo(p,h);n=p+a.shift(),s=h+a.shift(),o=n+a.shift(),r=s+a.shift(),p=o+a.shift(),h=r+a.shift(),l.curveTo(n,s,o,r,p,h);break;case 26:for(a.length%2&&(p+=a.shift());a.length>0;)n=p,s=h+a.shift(),o=n+a.shift(),r=s+a.shift(),p=o,h=r+a.shift(),l.curveTo(n,s,o,r,p,h);break;case 27:for(a.length%2&&(h+=a.shift());a.length>0;)n=p+a.shift(),s=h,o=n+a.shift(),r=s+a.shift(),p=o+a.shift(),h=r,l.curveTo(n,s,o,r,p,h);break;case 28:B=I[F],g=I[F+1],a.push((B<<24|g<<16)>>16),F+=2;break;case 29:P=a.pop()+i.gsubrsBias,U=i.gsubrs[P],U&&N(U);break;case 30:for(;a.length>0&&(n=p,s=h+a.shift(),o=n+a.shift(),r=s+a.shift(),p=o+a.shift(),h=r+(a.length===1?a.shift():0),l.curveTo(n,s,o,r,p,h),a.length!==0);)n=p+a.shift(),s=h,o=n+a.shift(),r=s+a.shift(),h=r+a.shift(),p=o+(a.length===1?a.shift():0),l.curveTo(n,s,o,r,p,h);break;case 31:for(;a.length>0&&(n=p+a.shift(),s=h,o=n+a.shift(),r=s+a.shift(),h=r+a.shift(),p=o+(a.length===1?a.shift():0),l.curveTo(n,s,o,r,p,h),a.length!==0);)n=p,s=h+a.shift(),o=n+a.shift(),r=s+a.shift(),p=o+a.shift(),h=r+(a.length===1?a.shift():0),l.curveTo(n,s,o,r,p,h);break;default:R<32?console.log("Glyph "+e.index+": unknown operator "+R):R<247?a.push(R-139):R<251?(B=I[F],F+=1,a.push((R-247)*256+B+108)):R<255?(B=I[F],F+=1,a.push(-(R-251)*256-B-108)):(B=I[F],g=I[F+1],k=I[F+2],S=I[F+3],F+=4,a.push((B<<24|g<<16|k<<8|S)/65536))}}}return N(t),e.advanceWidth=v,l}function ig(i,e,t,n){const s=[];let o;const r=new $.Parser(i,e),l=r.parseCard8();if(l===0)for(let a=0;a<t;a++){if(o=r.parseCard8(),o>=n)throw new Error("CFF table CID Font FDSelect has bad FD index value "+o+" (FD count "+n+")");s.push(o)}else if(l===3){const a=r.parseCard16();let d=r.parseCard16();if(d!==0)throw new Error("CFF Table CID Font FDSelect format 3 range has bad initial GID "+d);let u;for(let f=0;f<a;f++){if(o=r.parseCard8(),u=r.parseCard16(),o>=n)throw new Error("CFF table CID Font FDSelect has bad FD index value "+o+" (FD count "+n+")");if(u>t)throw new Error("CFF Table CID Font FDSelect format 3 range has bad GID "+u);for(;d<u;d++)s.push(o);d=u}if(u!==t)throw new Error("CFF Table CID Font FDSelect format 3 range has bad final GID "+u)}else throw new Error("CFF Table CID Font FDSelect table has unsupported format "+l);return s}function ng(i,e,t){t.tables.cff={};const n=qp(i,e),s=ht(i,n.endOffset,$.bytesToString),o=ht(i,s.endOffset),r=ht(i,o.endOffset,$.bytesToString),l=ht(i,r.endOffset);t.gsubrs=l.objects,t.gsubrsBias=hs(t.gsubrs);const a=Jr(i,e,o.objects,r.objects);if(a.length!==1)throw new Error("CFF table has too many fonts in 'FontSet' - count of fonts NameIndex.length = "+a.length);const d=a[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,w=d.fdSelect;if(m===0||w===0)throw new Error("Font is marked as a CID font, but FDArray and/or FDSelect information is missing");m+=e;const A=ht(i,m),C=Jr(i,e,A.objects,r.objects);d._fdArray=C,w+=e,d._fdSelect=ig(i,w,t.numGlyphs,C.length)}const u=e+d.private[1],f=qr(i,u,d.private[0],r.objects);if(t.defaultWidthX=f.defaultWidthX,t.nominalWidthX=f.nominalWidthX,f.subrs!==0){const m=u+f.subrs,w=ht(i,m);t.subrs=w.objects,t.subrsBias=hs(t.subrs)}else t.subrs=[],t.subrsBias=0;const p=ht(i,e+d.charStrings);t.nGlyphs=p.objects.length;const h=Zp(i,e+d.charset,t.nGlyphs,r.objects);d.encoding===0?t.cffEncoding=new Zi(Qp,h):d.encoding===1?t.cffEncoding=new Zi(Gp,h):t.cffEncoding=eg(i,e+d.encoding,h),t.encoding=t.encoding||t.cffEncoding,t.glyphs=new Vt.GlyphSet(t);for(let m=0;m<t.nGlyphs;m+=1){const w=p.objects[m];t.glyphs.push(m,Vt.cffGlyphLoader(t,m,tg,w))}}function Zr(i,e){let t,n=Ji.indexOf(i);return n>=0&&(t=n),n=e.indexOf(i),n>=0?t=n+Ji.length:(t=Ji.length+e.length,e.push(i)),t}function sg(){return new J.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 og(i){const e=new J.Record("Name INDEX",[{name:"names",type:"INDEX",value:[]}]);e.names=[];for(let t=0;t<i.length;t+=1)e.names.push({name:"name_"+t,type:"NAME",value:i[t]});return e}function ea(i,e,t){const n={};for(let s=0;s<i.length;s+=1){const o=i[s];let r=e[o.name];r!==void 0&&!Wr(r,o.value)&&(o.type==="SID"&&(r=Zr(r,t)),n[o.op]={name:o.name,type:o.type,value:r})}return n}function ta(i,e){const t=new J.Record("Top DICT",[{name:"dict",type:"DICT",value:{}}]);return t.dict=ea($r,i,e),t}function ia(i){const e=new J.Record("Top DICT INDEX",[{name:"topDicts",type:"INDEX",value:[]}]);return e.topDicts=[{name:"topDict_0",type:"TABLE",value:i}],e}function rg(i){const e=new J.Record("String INDEX",[{name:"strings",type:"INDEX",value:[]}]);e.strings=[];for(let t=0;t<i.length;t+=1)e.strings.push({name:"string_"+t,type:"STRING",value:i[t]});return e}function ag(){return new J.Record("Global Subr INDEX",[{name:"subrs",type:"INDEX",value:[]}])}function lg(i,e){const t=new J.Record("Charsets",[{name:"format",type:"Card8",value:0}]);for(let n=0;n<i.length;n+=1){const s=i[n],o=Zr(s,e);t.fields.push({name:"glyph_"+n,type:"SID",value:o})}return t}function cg(i){const e=[],t=i.path;e.push({name:"width",type:"NUMBER",value:i.advanceWidth});let n=0,s=0;for(let o=0;o<t.commands.length;o+=1){let r,l,a=t.commands[o];if(a.type==="Q"){const d=.3333333333333333,u=2/3;a={type:"C",x:a.x,y:a.y,x1:d*n+u*a.x1,y1:d*s+u*a.y1,x2:d*a.x+u*a.x1,y2:d*a.y+u*a.y1}}if(a.type==="M")r=Math.round(a.x-n),l=Math.round(a.y-s),e.push({name:"dx",type:"NUMBER",value:r}),e.push({name:"dy",type:"NUMBER",value:l}),e.push({name:"rmoveto",type:"OP",value:21}),n=Math.round(a.x),s=Math.round(a.y);else if(a.type==="L")r=Math.round(a.x-n),l=Math.round(a.y-s),e.push({name:"dx",type:"NUMBER",value:r}),e.push({name:"dy",type:"NUMBER",value:l}),e.push({name:"rlineto",type:"OP",value:5}),n=Math.round(a.x),s=Math.round(a.y);else if(a.type==="C"){const d=Math.round(a.x1-n),u=Math.round(a.y1-s),f=Math.round(a.x2-a.x1),p=Math.round(a.y2-a.y1);r=Math.round(a.x-a.x2),l=Math.round(a.y-a.y2),e.push({name:"dx1",type:"NUMBER",value:d}),e.push({name:"dy1",type:"NUMBER",value:u}),e.push({name:"dx2",type:"NUMBER",value:f}),e.push({name:"dy2",type:"NUMBER",value:p}),e.push({name:"dx",type:"NUMBER",value:r}),e.push({name:"dy",type:"NUMBER",value:l}),e.push({name:"rrcurveto",type:"OP",value:8}),n=Math.round(a.x),s=Math.round(a.y)}}return e.push({name:"endchar",type:"OP",value:14}),e}function dg(i){const e=new J.Record("CharStrings INDEX",[{name:"charStrings",type:"INDEX",value:[]}]);for(let t=0;t<i.length;t+=1){const n=i.get(t),s=cg(n);e.charStrings.push({name:n.name,type:"CHARSTRING",value:s})}return e}function ug(i,e){const t=new J.Record("Private DICT",[{name:"dict",type:"DICT",value:{}}]);return t.dict=ea(Xr,i,e),t}function hg(i,e){const t=new J.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"}]),n=1/e.unitsPerEm,s={version:e.version,fullName:e.fullName,familyName:e.familyName,weight:e.weightName,fontBBox:e.fontBBox||[0,0,0,0],fontMatrix:[n,0,0,n,0,0],charset:999,encoding:0,charStrings:999,private:[0,999]},o={},r=[];let l;for(let f=1;f<i.length;f+=1)l=i.get(f),r.push(l.name);const a=[];t.header=sg(),t.nameIndex=og([e.postScriptName]);let d=ta(s,a);t.topDictIndex=ia(d),t.globalSubrIndex=ag(),t.charsets=lg(r,a),t.charStringsIndex=dg(i),t.privateDict=ug(o,a),t.stringIndex=rg(a);const u=t.header.sizeOf()+t.nameIndex.sizeOf()+t.topDictIndex.sizeOf()+t.stringIndex.sizeOf()+t.globalSubrIndex.sizeOf();return s.charset=u,s.encoding=0,s.charStrings=s.charset+t.charsets.sizeOf(),s.private[1]=s.charStrings+t.charStringsIndex.sizeOf(),d=ta(s,a),t.topDictIndex=ia(d),t}const na={parse:ng,make:hg};function fg(i,e){const t={},n=new $.Parser(i,e);return t.version=n.parseVersion(),t.fontRevision=Math.round(n.parseFixed()*1e3)/1e3,t.checkSumAdjustment=n.parseULong(),t.magicNumber=n.parseULong(),ie.argument(t.magicNumber===1594834165,"Font header has wrong magic number."),t.flags=n.parseUShort(),t.unitsPerEm=n.parseUShort(),t.created=n.parseLongDateTime(),t.modified=n.parseLongDateTime(),t.xMin=n.parseShort(),t.yMin=n.parseShort(),t.xMax=n.parseShort(),t.yMax=n.parseShort(),t.macStyle=n.parseUShort(),t.lowestRecPPEM=n.parseUShort(),t.fontDirectionHint=n.parseShort(),t.indexToLocFormat=n.parseShort(),t.glyphDataFormat=n.parseShort(),t}function pg(i){const e=Math.round(new Date().getTime()/1e3)+2082844800;let t=e;return i.createdTimestamp&&(t=i.createdTimestamp+2082844800),new J.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}],i)}const sa={parse:fg,make:pg};function gg(i,e){const t={},n=new $.Parser(i,e);return t.version=n.parseVersion(),t.ascender=n.parseShort(),t.descender=n.parseShort(),t.lineGap=n.parseShort(),t.advanceWidthMax=n.parseUShort(),t.minLeftSideBearing=n.parseShort(),t.minRightSideBearing=n.parseShort(),t.xMaxExtent=n.parseShort(),t.caretSlopeRise=n.parseShort(),t.caretSlopeRun=n.parseShort(),t.caretOffset=n.parseShort(),n.relativeOffset+=8,t.metricDataFormat=n.parseShort(),t.numberOfHMetrics=n.parseUShort(),t}function mg(i){return new J.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}],i)}const oa={parse:gg,make:mg};function Ag(i,e,t,n,s){let o,r;const l=new $.Parser(i,e);for(let a=0;a<n;a+=1){a<t&&(o=l.parseUShort(),r=l.parseShort());const d=s.get(a);d.advanceWidth=o,d.leftSideBearing=r}}function yg(i){const e=new J.Table("hmtx",[]);for(let t=0;t<i.length;t+=1){const n=i.get(t),s=n.advanceWidth||0,o=n.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 ra={parse:Ag,make:yg};function Cg(i){const e=new J.Table("ltag",[{name:"version",type:"ULONG",value:1},{name:"flags",type:"ULONG",value:0},{name:"numTags",type:"ULONG",value:i.length}]);let t="";const n=12+i.length*4;for(let s=0;s<i.length;++s){let o=t.indexOf(i[s]);o<0&&(o=t.length,t+=i[s]),e.fields.push({name:"offset "+s,type:"USHORT",value:n+o}),e.fields.push({name:"length "+s,type:"USHORT",value:i[s].length})}return e.fields.push({name:"stringPool",type:"CHARARRAY",value:t}),e}function Eg(i,e){const t=new $.Parser(i,e),n=t.parseULong();ie.argument(n===1,"Unsupported ltag table version."),t.skip("uLong",1);const s=t.parseULong(),o=[];for(let r=0;r<s;r++){let l="";const a=e+t.parseUShort(),d=t.parseUShort();for(let u=a;u<a+d;++u)l+=String.fromCharCode(i.getInt8(u));o.push(l)}return o}const aa={make:Cg,parse:Eg};function wg(i,e){const t={},n=new $.Parser(i,e);return t.version=n.parseVersion(),t.numGlyphs=n.parseUShort(),t.version===1&&(t.maxPoints=n.parseUShort(),t.maxContours=n.parseUShort(),t.maxCompositePoints=n.parseUShort(),t.maxCompositeContours=n.parseUShort(),t.maxZones=n.parseUShort(),t.maxTwilightPoints=n.parseUShort(),t.maxStorage=n.parseUShort(),t.maxFunctionDefs=n.parseUShort(),t.maxInstructionDefs=n.parseUShort(),t.maxStackElements=n.parseUShort(),t.maxSizeOfInstructions=n.parseUShort(),t.maxComponentElements=n.parseUShort(),t.maxComponentDepth=n.parseUShort()),t}function bg(i){return new J.Table("maxp",[{name:"version",type:"FIXED",value:20480},{name:"numGlyphs",type:"USHORT",value:i}])}const la={parse:wg,make:bg},ca=["copyright","fontFamily","fontSubfamily","uniqueID","fullName","version","postScriptName","trademark","manufacturer","designer","description","manufacturerURL","designerURL","license","licenseURL","reserved","preferredFamily","preferredSubfamily","compatibleFullName","sampleText","postScriptFindFontName","wwsFamily","wwsSubfamily"],da={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"},vg={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},ua={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 Ig(i,e,t){switch(i){case 0:if(e===65535)return"und";if(t)return t[e];break;case 1:return da[e];case 3:return ua[e]}}const fs="utf-16",Bg={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"},xg={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 ha(i,e,t){switch(i){case 0:return fs;case 1:return xg[t]||Bg[e];case 3:if(e===1||e===10)return fs;break}}function Sg(i,e,t){const n={},s=new $.Parser(i,e),o=s.parseUShort(),r=s.parseUShort(),l=s.offset+s.parseUShort();for(let a=0;a<r;a++){const d=s.parseUShort(),u=s.parseUShort(),f=s.parseUShort(),p=s.parseUShort(),h=ca[p]||p,m=s.parseUShort(),w=s.parseUShort(),A=Ig(d,f,t),C=ha(d,u,f);if(C!==void 0&&A!==void 0){let v;if(C===fs?v=Yt.UTF16(i,l+w,m):v=Yt.MACSTRING(i,l+w,m,C),v){let x=n[h];x===void 0&&(x=n[h]={}),x[A]=v}}}return o===1&&s.parseUShort(),n}function ps(i){const e={};for(let t in i)e[i[t]]=parseInt(t);return e}function fa(i,e,t,n,s,o){return new J.Record("NameRecord",[{name:"platformID",type:"USHORT",value:i},{name:"encodingID",type:"USHORT",value:e},{name:"languageID",type:"USHORT",value:t},{name:"nameID",type:"USHORT",value:n},{name:"length",type:"USHORT",value:s},{name:"offset",type:"USHORT",value:o}])}function Tg(i,e){const t=i.length,n=e.length-t+1;e:for(let s=0;s<n;s++)for(;s<n;s++){for(let o=0;o<t;o++)if(e[s+o]!==i[o])continue e;return s}return-1}function pa(i,e){let t=Tg(i,e);if(t<0){t=e.length;let n=0;const s=i.length;for(;n<s;++n)e.push(i[n])}return t}function Mg(i,e){let t;const n=[],s={},o=ps(ca);for(let f in i){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]=i[f],n.push(t)}const r=ps(da),l=ps(ua),a=[],d=[];for(let f=0;f<n.length;f++){t=n[f];const p=s[t];for(let h in p){const m=p[h];let w=1,A=r[h],C=vg[A];const v=ha(w,C,A);let x=z.MACSTRING(m,v);x===void 0&&(w=0,A=e.indexOf(h),A<0&&(A=e.length,e.push(h)),C=4,x=z.UTF16(m));const D=pa(x,d);a.push(fa(w,C,A,t,x.length,D));const N=l[h];if(N!==void 0){const I=z.UTF16(m),B=pa(I,d);a.push(fa(3,1,N,t,I.length,B))}}}a.sort(function(f,p){return f.platformID-p.platformID||f.encodingID-p.encodingID||f.languageID-p.languageID||f.nameID-p.nameID});const u=new J.Table("name",[{name:"format",type:"USHORT",value:0},{name:"count",type:"USHORT",value:a.length},{name:"stringOffset",type:"USHORT",value:6+a.length*12}]);for(let f=0;f<a.length;f++)u.fields.push({name:"record_"+f,type:"RECORD",value:a[f]});return u.fields.push({name:"strings",type:"LITERAL",value:d}),u}const ga={parse:Sg,make:Mg},gs=[{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 Dg(i){for(let e=0;e<gs.length;e+=1){const t=gs[e];if(i>=t.begin&&i<t.end)return e}return-1}function kg(i,e){const t={},n=new $.Parser(i,e);t.version=n.parseUShort(),t.xAvgCharWidth=n.parseShort(),t.usWeightClass=n.parseUShort(),t.usWidthClass=n.parseUShort(),t.fsType=n.parseUShort(),t.ySubscriptXSize=n.parseShort(),t.ySubscriptYSize=n.parseShort(),t.ySubscriptXOffset=n.parseShort(),t.ySubscriptYOffset=n.parseShort(),t.ySuperscriptXSize=n.parseShort(),t.ySuperscriptYSize=n.parseShort(),t.ySuperscriptXOffset=n.parseShort(),t.ySuperscriptYOffset=n.parseShort(),t.yStrikeoutSize=n.parseShort(),t.yStrikeoutPosition=n.parseShort(),t.sFamilyClass=n.parseShort(),t.panose=[];for(let s=0;s<10;s++)t.panose[s]=n.parseByte();return t.ulUnicodeRange1=n.parseULong(),t.ulUnicodeRange2=n.parseULong(),t.ulUnicodeRange3=n.parseULong(),t.ulUnicodeRange4=n.parseULong(),t.achVendID=String.fromCharCode(n.parseByte(),n.parseByte(),n.parseByte(),n.parseByte()),t.fsSelection=n.parseUShort(),t.usFirstCharIndex=n.parseUShort(),t.usLastCharIndex=n.parseUShort(),t.sTypoAscender=n.parseShort(),t.sTypoDescender=n.parseShort(),t.sTypoLineGap=n.parseShort(),t.usWinAscent=n.parseUShort(),t.usWinDescent=n.parseUShort(),t.version>=1&&(t.ulCodePageRange1=n.parseULong(),t.ulCodePageRange2=n.parseULong()),t.version>=2&&(t.sxHeight=n.parseShort(),t.sCapHeight=n.parseShort(),t.usDefaultChar=n.parseUShort(),t.usBreakChar=n.parseUShort(),t.usMaxContent=n.parseUShort()),t}function Pg(i){return new J.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}],i)}const ms={parse:kg,make:Pg,unicodeRanges:gs,getUnicodeRange:Dg};function Fg(i,e){const t={},n=new $.Parser(i,e);switch(t.version=n.parseVersion(),t.italicAngle=n.parseFixed(),t.underlinePosition=n.parseShort(),t.underlineThickness=n.parseShort(),t.isFixedPitch=n.parseULong(),t.minMemType42=n.parseULong(),t.maxMemType42=n.parseULong(),t.minMemType1=n.parseULong(),t.maxMemType1=n.parseULong(),t.version){case 1:t.names=It.slice();break;case 2:t.numberOfGlyphs=n.parseUShort(),t.glyphNameIndex=new Array(t.numberOfGlyphs);for(let s=0;s<t.numberOfGlyphs;s++)t.glyphNameIndex[s]=n.parseUShort();t.names=[];for(let s=0;s<t.numberOfGlyphs;s++)if(t.glyphNameIndex[s]>=It.length){const o=n.parseChar();t.names.push(n.parseString(o))}break;case 2.5:t.numberOfGlyphs=n.parseUShort(),t.offset=new Array(t.numberOfGlyphs);for(let s=0;s<t.numberOfGlyphs;s++)t.offset[s]=n.parseChar();break}return t}function Rg(){return new J.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 ma={parse:Fg,make:Rg},He=new Array(9);He[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()};ie.assert(!1,"0x"+e.toString(16)+": lookup type 1 format must be 1 or 2.")},He[2]=function(){const e=this.parseUShort();return ie.argument(e===1,"GSUB Multiple Substitution Subtable identifier-format must be 1"),{substFormat:e,coverage:this.parsePointer(G.coverage),sequences:this.parseListOfLists()}},He[3]=function(){const e=this.parseUShort();return ie.argument(e===1,"GSUB Alternate Substitution Subtable identifier-format must be 1"),{substFormat:e,coverage:this.parsePointer(G.coverage),alternateSets:this.parseListOfLists()}},He[4]=function(){const e=this.parseUShort();return ie.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 zt={sequenceIndex:G.uShort,lookupListIndex:G.uShort};He[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 n=this.parseUShort(),s=this.parseUShort();return{input:this.parseUShortList(n-1),lookupRecords:this.parseRecordList(s,zt)}})};if(t===2)return{substFormat:t,coverage:this.parsePointer(G.coverage),classDef:this.parsePointer(G.classDef),classSets:this.parseListOfLists(function(){const n=this.parseUShort(),s=this.parseUShort();return{classes:this.parseUShortList(n-1),lookupRecords:this.parseRecordList(s,zt)}})};if(t===3){const n=this.parseUShort(),s=this.parseUShort();return{substFormat:t,coverages:this.parseList(n,G.pointer(G.coverage)),lookupRecords:this.parseRecordList(s,zt)}}ie.assert(!1,"0x"+e.toString(16)+": lookup type 5 format must be 1, 2 or 3.")},He[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(zt)}})};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(zt)}})};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(zt)};ie.assert(!1,"0x"+e.toString(16)+": lookup type 6 format must be 1, 2 or 3.")},He[7]=function(){const e=this.parseUShort();ie.argument(e===1,"GSUB Extension Substitution subtable identifier-format must be 1");const t=this.parseUShort(),n=new G(this.data,this.offset+this.parseULong());return{substFormat:1,lookupType:t,extension:He[t].call(n)}},He[8]=function(){const e=this.parseUShort();return ie.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 Og(i,e){e=e||0;const t=new G(i,e),n=t.parseVersion(1);return ie.argument(n===1||n===1.1,"Unsupported GSUB table version."),n===1?{version:n,scripts:t.parseScriptList(),features:t.parseFeatureList(),lookups:t.parseLookupList(He)}:{version:n,scripts:t.parseScriptList(),features:t.parseFeatureList(),lookups:t.parseLookupList(He),variations:t.parseFeatureVariationsList()}}const tn=new Array(9);tn[1]=function(e){return e.substFormat===1?new J.Table("substitutionTable",[{name:"substFormat",type:"USHORT",value:1},{name:"coverage",type:"TABLE",value:new J.Coverage(e.coverage)},{name:"deltaGlyphID",type:"USHORT",value:e.deltaGlyphId}]):new J.Table("substitutionTable",[{name:"substFormat",type:"USHORT",value:2},{name:"coverage",type:"TABLE",value:new J.Coverage(e.coverage)}].concat(J.ushortList("substitute",e.substitute)))},tn[3]=function(e){return ie.assert(e.substFormat===1,"Lookup type 3 substFormat must be 1."),new J.Table("substitutionTable",[{name:"substFormat",type:"USHORT",value:1},{name:"coverage",type:"TABLE",value:new J.Coverage(e.coverage)}].concat(J.tableList("altSet",e.alternateSets,function(t){return new J.Table("alternateSetTable",J.ushortList("alternate",t))})))},tn[4]=function(e){return ie.assert(e.substFormat===1,"Lookup type 4 substFormat must be 1."),new J.Table("substitutionTable",[{name:"substFormat",type:"USHORT",value:1},{name:"coverage",type:"TABLE",value:new J.Coverage(e.coverage)}].concat(J.tableList("ligSet",e.ligatureSets,function(t){return new J.Table("ligatureSetTable",J.tableList("ligature",t,function(n){return new J.Table("ligatureTable",[{name:"ligGlyph",type:"USHORT",value:n.ligGlyph}].concat(J.ushortList("component",n.components,n.components.length+1)))}))})))};function Lg(i){return new J.Table("GSUB",[{name:"version",type:"ULONG",value:65536},{name:"scripts",type:"TABLE",value:new J.ScriptList(i.scripts)},{name:"features",type:"TABLE",value:new J.FeatureList(i.features)},{name:"lookups",type:"TABLE",value:new J.LookupList(i.lookups,tn)}])}const Aa={parse:Og,make:Lg};function Ng(i,e){const t=new $.Parser(i,e),n=t.parseULong();ie.argument(n===1,"Unsupported META table version."),t.parseULong(),t.parseULong();const s=t.parseULong(),o={};for(let r=0;r<s;r++){const l=t.parseTag(),a=t.parseULong(),d=t.parseULong(),u=Yt.UTF8(i,e+a,d);o[l]=u}return o}function _g(i){const e=Object.keys(i).length;let t="";const n=16+e*12,s=new J.Table("meta",[{name:"version",type:"ULONG",value:1},{name:"flags",type:"ULONG",value:0},{name:"offset",type:"ULONG",value:n},{name:"numTags",type:"ULONG",value:e}]);for(let o in i){const r=t.length;t+=i[o],s.fields.push({name:"tag "+o,type:"TAG",value:o}),s.fields.push({name:"offset "+o,type:"ULONG",value:n+r}),s.fields.push({name:"length "+o,type:"ULONG",value:i[o].length})}return s.fields.push({name:"stringPool",type:"CHARARRAY",value:t}),s}const ya={parse:Ng,make:_g};function Ca(i){return Math.log(i)/Math.log(2)|0}function As(i){for(;i.length%4!==0;)i.push(0);let e=0;for(let t=0;t<i.length;t+=4)e+=(i[t]<<24)+(i[t+1]<<16)+(i[t+2]<<8)+i[t+3];return e%=Math.pow(2,32),e}function Ea(i,e,t,n){return new J.Record("Table Record",[{name:"tag",type:"TAG",value:i!==void 0?i:""},{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:n!==void 0?n:0}])}function wa(i){const e=new J.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=i,e.numTables=i.length;const t=Math.pow(2,Ca(e.numTables));e.searchRange=16*t,e.entrySelector=Ca(t),e.rangeShift=e.numTables*16-e.searchRange;const n=[],s=[];let o=e.sizeOf()+Ea().sizeOf()*e.numTables;for(;o%4!==0;)o+=1,s.push({name:"padding",type:"BYTE",value:0});for(let r=0;r<i.length;r+=1){const l=i[r];ie.argument(l.tableName.length===4,"Table name"+l.tableName+" is invalid.");const a=l.sizeOf(),d=Ea(l.tableName,As(l.encode()),o,a);for(n.push({name:d.tag+" Table Record",type:"RECORD",value:d}),s.push({name:l.tableName+" table",type:"RECORD",value:l}),o+=a,ie.argument(!isNaN(o),"Something went wrong calculating the offset.");o%4!==0;)o+=1,s.push({name:"padding",type:"BYTE",value:0})}return n.sort(function(r,l){return r.value.tag>l.value.tag?1:-1}),e.fields=e.fields.concat(n),e.fields=e.fields.concat(s),e}function ba(i,e,t){for(let n=0;n<e.length;n+=1){const s=i.charToGlyphIndex(e[n]);if(s>0)return i.glyphs.get(s).getMetrics()}return t}function Ug(i){let e=0;for(let t=0;t<i.length;t+=1)e+=i[t];return e/i.length}function Qg(i){const e=[],t=[],n=[],s=[],o=[],r=[],l=[];let a,d=0,u=0,f=0,p=0,h=0;for(let M=0;M<i.glyphs.length;M+=1){const Q=i.glyphs.get(M),Y=Q.unicode|0;if(isNaN(Q.advanceWidth))throw new Error("Glyph "+Q.name+" ("+M+"): advanceWidth is not a number.");(a>Y||a===void 0)&&Y>0&&(a=Y),d<Y&&(d=Y);const W=ms.getUnicodeRange(Y);if(W<32)u|=1<<W;else if(W<64)f|=1<<W-32;else if(W<96)p|=1<<W-64;else if(W<123)h|=1<<W-96;else throw new Error("Unicode ranges bits > 123 are reserved for internal usage");if(Q.name===".notdef")continue;const q=Q.getMetrics();e.push(q.xMin),t.push(q.yMin),n.push(q.xMax),s.push(q.yMax),r.push(q.leftSideBearing),l.push(q.rightSideBearing),o.push(Q.advanceWidth)}const m={xMin:Math.min.apply(null,e),yMin:Math.min.apply(null,t),xMax:Math.max.apply(null,n),yMax:Math.max.apply(null,s),advanceWidthMax:Math.max.apply(null,o),advanceWidthAvg:Ug(o),minLeftSideBearing:Math.min.apply(null,r),maxLeftSideBearing:Math.max.apply(null,r),minRightSideBearing:Math.min.apply(null,l)};m.ascender=i.ascender,m.descender=i.descender;const w=sa.make({flags:3,unitsPerEm:i.unitsPerEm,xMin:m.xMin,yMin:m.yMin,xMax:m.xMax,yMax:m.yMax,lowestRecPPEM:3,createdTimestamp:i.createdTimestamp}),A=oa.make({ascender:m.ascender,descender:m.descender,advanceWidthMax:m.advanceWidthMax,minLeftSideBearing:m.minLeftSideBearing,minRightSideBearing:m.minRightSideBearing,xMaxExtent:m.maxLeftSideBearing+(m.xMax-m.xMin),numberOfHMetrics:i.glyphs.length}),C=la.make(i.glyphs.length),v=ms.make({xAvgCharWidth:Math.round(m.advanceWidthAvg),usWeightClass:i.tables.os2.usWeightClass,usWidthClass:i.tables.os2.usWidthClass,usFirstCharIndex:a,usLastCharIndex:d,ulUnicodeRange1:u,ulUnicodeRange2:f,ulUnicodeRange3:p,ulUnicodeRange4:h,fsSelection:i.tables.os2.fsSelection,sTypoAscender:m.ascender,sTypoDescender:m.descender,sTypoLineGap:0,usWinAscent:m.yMax,usWinDescent:Math.abs(m.yMin),ulCodePageRange1:1,sxHeight:ba(i,"xyvw",{yMax:Math.round(m.ascender/2)}).yMax,sCapHeight:ba(i,"HIKLEFJMNTZBDPRAGOQSUVWXY",m).yMax,usDefaultChar:i.hasChar(" ")?32:0,usBreakChar:i.hasChar(" ")?32:0}),x=ra.make(i.glyphs),D=Yr.make(i.glyphs),N=i.getEnglishName("fontFamily"),I=i.getEnglishName("fontSubfamily"),B=N+" "+I;let g=i.getEnglishName("postScriptName");g||(g=N.replace(/\s/g,"")+"-"+I);const k={};for(let M in i.names)k[M]=i.names[M];k.uniqueID||(k.uniqueID={en:i.getEnglishName("manufacturer")+":"+B}),k.postScriptName||(k.postScriptName={en:g}),k.preferredFamily||(k.preferredFamily=i.names.fontFamily),k.preferredSubfamily||(k.preferredSubfamily=i.names.fontSubfamily);const S=[],P=ga.make(k,S),U=S.length>0?aa.make(S):void 0,H=ma.make(),O=na.make(i.glyphs,{version:i.getEnglishName("version"),fullName:B,familyName:N,weightName:I,postScriptName:g,unitsPerEm:i.unitsPerEm,fontBBox:[0,m.yMin,m.ascender,m.advanceWidthMax]}),E=i.metas&&Object.keys(i.metas).length>0?ya.make(i.metas):void 0,y=[w,A,C,v,P,D,H,O,x];U&&y.push(U),i.tables.gsub&&y.push(Aa.make(i.tables.gsub)),E&&y.push(E);const b=wa(y),T=b.encode(),F=As(T),R=b.fields;let L=!1;for(let M=0;M<R.length;M+=1)if(R[M].name==="head table"){R[M].value.checkSumAdjustment=2981146554-F,L=!0;break}if(!L)throw new Error("Could not find head table with checkSum to adjust.");return b}const Gg={make:wa,fontToTable:Qg,computeCheckSum:As};function ys(i,e){let t=0,n=i.length-1;for(;t<=n;){const s=t+n>>>1,o=i[s].tag;if(o===e)return s;o<e?t=s+1:n=s-1}return-t-1}function va(i,e){let t=0,n=i.length-1;for(;t<=n;){const s=t+n>>>1,o=i[s];if(o===e)return s;o<e?t=s+1:n=s-1}return-t-1}function Ia(i,e){let t,n=0,s=i.length-1;for(;n<=s;){const o=n+s>>>1;t=i[o];const r=t.start;if(r===e)return t;r<e?n=o+1:s=o-1}if(n>0)return t=i[n-1],e>t.end?0:t}function di(i,e){this.font=i,this.tableName=e}di.prototype={searchTag:ys,binSearch:va,getTable:function(i){let e=this.font.tables[this.tableName];return!e&&i&&(e=this.font.tables[this.tableName]=this.createDefaultTable()),e},getScriptNames:function(){let i=this.getTable();return i?i.scripts.map(function(e){return e.tag}):[]},getDefaultScriptName:function(){let i=this.getTable();if(!i)return;let e=!1;for(let t=0;t<i.scripts.length;t++){const n=i.scripts[t].tag;if(n==="DFLT")return n;n==="latn"&&(e=!0)}if(e)return"latn"},getScriptTable:function(i,e){const t=this.getTable(e);if(t){i=i||"DFLT";const n=t.scripts,s=ys(t.scripts,i);if(s>=0)return n[s].script;if(e){const o={tag:i,script:{defaultLangSys:{reserved:0,reqFeatureIndex:65535,featureIndexes:[]},langSysRecords:[]}};return n.splice(-1-s,0,o),o.script}}},getLangSysTable:function(i,e,t){const n=this.getScriptTable(i,t);if(n){if(!e||e==="dflt"||e==="DFLT")return n.defaultLangSys;const s=ys(n.langSysRecords,e);if(s>=0)return n.langSysRecords[s].langSys;if(t){const o={tag:e,langSys:{reserved:0,reqFeatureIndex:65535,featureIndexes:[]}};return n.langSysRecords.splice(-1-s,0,o),o.langSys}}},getFeatureTable:function(i,e,t,n){const s=this.getLangSysTable(i,e,n);if(s){let o;const r=s.featureIndexes,l=this.font.tables[this.tableName].features;for(let a=0;a<r.length;a++)if(o=l[r[a]],o.tag===t)return o.feature;if(n){const a=l.length;return ie.assert(a===0||t>=l[a-1].tag,"Features must be added in alphabetical order."),o={tag:t,feature:{params:0,lookupListIndexes:[]}},l.push(o),r.push(a),o.feature}}},getLookupTables:function(i,e,t,n,s){const o=this.getFeatureTable(i,e,t,s),r=[];if(o){let l;const a=o.lookupListIndexes,d=this.font.tables[this.tableName].lookups;for(let u=0;u<a.length;u++)l=d[a[u]],l.lookupType===n&&r.push(l);if(r.length===0&&s){l={lookupType:n,lookupFlag:0,subtables:[],markFilteringSet:void 0};const u=d.length;return d.push(l),a.push(u),[l]}}return r},getGlyphClass:function(i,e){switch(i.format){case 1:return i.startGlyph<=e&&e<i.startGlyph+i.classes.length?i.classes[e-i.startGlyph]:0;case 2:const t=Ia(i.ranges,e);return t?t.classId:0}},getCoverageIndex:function(i,e){switch(i.format){case 1:const t=va(i.glyphs,e);return t>=0?t:-1;case 2:const n=Ia(i.ranges,e);return n?n.index+e-n.start:-1}},expandCoverage:function(i){if(i.format===1)return i.glyphs;{const e=[],t=i.ranges;for(let n=0;n<t.length;n++){const s=t[n],o=s.start,r=s.end;for(let l=o;l<=r;l++)e.push(l)}return e}}};function ui(i){di.call(this,i,"gpos")}ui.prototype=di.prototype,ui.prototype.init=function(){const i=this.getDefaultScriptName();this.defaultKerningTables=this.getKerningTables(i)},ui.prototype.getKerningValue=function(i,e,t){for(let n=0;n<i.length;n++){const s=i[n].subtables;for(let o=0;o<s.length;o++){const r=s[o],l=this.getCoverageIndex(r.coverage,e);if(!(l<0))switch(r.posFormat){case 1:let a=r.pairSets[l];for(let p=0;p<a.length;p++){let h=a[p];if(h.secondGlyph===t)return h.value1&&h.value1.xAdvance||0}break;case 2:const d=this.getGlyphClass(r.classDef1,e),u=this.getGlyphClass(r.classDef2,t),f=r.classRecords[d][u];return f.value1&&f.value1.xAdvance||0}}}return 0},ui.prototype.getKerningTables=function(i,e){if(this.font.tables.gpos)return this.getLookupTables(i,e,"kern",2)};function Ye(i){di.call(this,i,"gsub")}function Hg(i,e){const t=i.length;if(t!==e.length)return!1;for(let n=0;n<t;n++)if(i[n]!==e[n])return!1;return!0}function Ba(i,e,t){const n=i.subtables;for(let s=0;s<n.length;s++){const o=n[s];if(o.substFormat===e)return o}if(t)return n.push(t),t}Ye.prototype=di.prototype,Ye.prototype.createDefaultTable=function(){return{version:1,scripts:[{tag:"DFLT",script:{defaultLangSys:{reserved:0,reqFeatureIndex:65535,featureIndexes:[]},langSysRecords:[]}}],features:[],lookups:[]}},Ye.prototype.getSingle=function(i,e,t){const n=[],s=this.getLookupTables(e,t,i,1);for(let o=0;o<s.length;o++){const r=s[o].subtables;for(let l=0;l<r.length;l++){const a=r[l],d=this.expandCoverage(a.coverage);let u;if(a.substFormat===1){const f=a.deltaGlyphId;for(u=0;u<d.length;u++){const p=d[u];n.push({sub:p,by:p+f})}}else{const f=a.substitute;for(u=0;u<d.length;u++)n.push({sub:d[u],by:f[u]})}}}return n},Ye.prototype.getAlternates=function(i,e,t){const n=[],s=this.getLookupTables(e,t,i,3);for(let o=0;o<s.length;o++){const r=s[o].subtables;for(let l=0;l<r.length;l++){const a=r[l],d=this.expandCoverage(a.coverage),u=a.alternateSets;for(let f=0;f<d.length;f++)n.push({sub:d[f],by:u[f]})}}return n},Ye.prototype.getLigatures=function(i,e,t){const n=[],s=this.getLookupTables(e,t,i,4);for(let o=0;o<s.length;o++){const r=s[o].subtables;for(let l=0;l<r.length;l++){const a=r[l],d=this.expandCoverage(a.coverage),u=a.ligatureSets;for(let f=0;f<d.length;f++){const p=d[f],h=u[f];for(let m=0;m<h.length;m++){const w=h[m];n.push({sub:[p].concat(w.components),by:w.ligGlyph})}}}}return n},Ye.prototype.addSingle=function(i,e,t,n){const s=this.getLookupTables(t,n,i,1,!0)[0],o=Ba(s,2,{substFormat:2,coverage:{format:1,glyphs:[]},substitute:[]});ie.assert(o.coverage.format===1,"Ligature: unable to modify coverage table format "+o.coverage.format);const r=e.sub;let l=this.binSearch(o.coverage.glyphs,r);l<0&&(l=-1-l,o.coverage.glyphs.splice(l,0,r),o.substitute.splice(l,0,0)),o.substitute[l]=e.by},Ye.prototype.addAlternate=function(i,e,t,n){const s=this.getLookupTables(t,n,i,3,!0)[0],o=Ba(s,1,{substFormat:1,coverage:{format:1,glyphs:[]},alternateSets:[]});ie.assert(o.coverage.format===1,"Ligature: unable to modify coverage table format "+o.coverage.format);const r=e.sub;let l=this.binSearch(o.coverage.glyphs,r);l<0&&(l=-1-l,o.coverage.glyphs.splice(l,0,r),o.alternateSets.splice(l,0,0)),o.alternateSets[l]=e.by},Ye.prototype.addLigature=function(i,e,t,n){const s=this.getLookupTables(t,n,i,4,!0)[0];let o=s.subtables[0];o||(o={substFormat:1,coverage:{format:1,glyphs:[]},ligatureSets:[]},s.subtables[0]=o),ie.assert(o.coverage.format===1,"Ligature: unable to modify coverage table format "+o.coverage.format);const r=e.sub[0],l=e.sub.slice(1),a={ligGlyph:e.by,components:l};let d=this.binSearch(o.coverage.glyphs,r);if(d>=0){const u=o.ligatureSets[d];for(let f=0;f<u.length;f++)if(Hg(u[f].components,l))return;u.push(a)}else d=-1-d,o.coverage.glyphs.splice(d,0,r),o.ligatureSets.splice(d,0,[a])},Ye.prototype.getFeature=function(i,e,t){if(/ss\d\d/.test(i))return this.getSingle(i,e,t);switch(i){case"aalt":case"salt":return this.getSingle(i,e,t).concat(this.getAlternates(i,e,t));case"dlig":case"liga":case"rlig":return this.getLigatures(i,e,t)}},Ye.prototype.add=function(i,e,t,n){if(/ss\d\d/.test(i))return this.addSingle(i,e,t,n);switch(i){case"aalt":case"salt":return typeof e.by=="number"?this.addSingle(i,e,t,n):this.addAlternate(i,e,t,n);case"dlig":case"liga":case"rlig":return this.addLigature(i,e,t,n)}};function Yg(){return typeof window<"u"}function Vg(i){const e=new ArrayBuffer(i.length),t=new Uint8Array(e);for(let n=0;n<i.length;++n)t[n]=i[n];return e}function zg(i){const e=new Buffer(i.byteLength),t=new Uint8Array(i);for(let n=0;n<e.length;++n)e[n]=t[n];return e}function Wt(i,e){if(!i)throw e}function xa(i,e,t,n,s){let o;return(e&n)>0?(o=i.parseByte(),(e&s)===0&&(o=-o),o=t+o):(e&s)>0?o=t:o=t+i.parseShort(),o}function Wg(i,e,t){const n=new $.Parser(e,t);i.numberOfContours=n.parseShort(),i._xMin=n.parseShort(),i._yMin=n.parseShort(),i._xMax=n.parseShort(),i._yMax=n.parseShort();let s,o;if(i.numberOfContours>0){const r=i.endPointIndices=[];for(let a=0;a<i.numberOfContours;a+=1)r.push(n.parseUShort());i.instructionLength=n.parseUShort(),i.instructions=[];for(let a=0;a<i.instructionLength;a+=1)i.instructions.push(n.parseByte());const l=r[r.length-1]+1;s=[];for(let a=0;a<l;a+=1)if(o=n.parseByte(),s.push(o),(o&8)>0){const d=n.parseByte();for(let u=0;u<d;u+=1)s.push(o),a+=1}if(ie.argument(s.length===l,"Bad flags."),r.length>0){const a=[];let d;if(l>0){for(let p=0;p<l;p+=1)o=s[p],d={},d.onCurve=!!(o&1),d.lastPointOfContour=r.indexOf(p)>=0,a.push(d);let u=0;for(let p=0;p<l;p+=1)o=s[p],d=a[p],d.x=xa(n,o,u,2,16),u=d.x;let f=0;for(let p=0;p<l;p+=1)o=s[p],d=a[p],d.y=xa(n,o,f,4,32),f=d.y}i.points=a}else i.points=[]}else if(i.numberOfContours===0)i.points=[];else{i.isComposite=!0,i.points=[],i.components=[];let r=!0;for(;r;){s=n.parseUShort();const l={glyphIndex:n.parseUShort(),xScale:1,scale01:0,scale10:0,yScale:1,dx:0,dy:0};(s&1)>0?(s&2)>0?(l.dx=n.parseShort(),l.dy=n.parseShort()):l.matchedPoints=[n.parseUShort(),n.parseUShort()]:(s&2)>0?(l.dx=n.parseChar(),l.dy=n.parseChar()):l.matchedPoints=[n.parseByte(),n.parseByte()],(s&8)>0?l.xScale=l.yScale=n.parseF2Dot14():(s&64)>0?(l.xScale=n.parseF2Dot14(),l.yScale=n.parseF2Dot14()):(s&128)>0&&(l.xScale=n.parseF2Dot14(),l.scale01=n.parseF2Dot14(),l.scale10=n.parseF2Dot14(),l.yScale=n.parseF2Dot14()),i.components.push(l),r=!!(s&32)}if(s&256){i.instructionLength=n.parseUShort(),i.instructions=[];for(let l=0;l<i.instructionLength;l+=1)i.instructions.push(n.parseByte())}}}function Cs(i,e){const t=[];for(let n=0;n<i.length;n+=1){const s=i[n],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 jg(i){const e=[];let t=[];for(let n=0;n<i.length;n+=1){const s=i[n];t.push(s),s.lastPointOfContour&&(e.push(t),t=[])}return ie.argument(t.length===0,"There are still points left in the current contour."),e}function Sa(i){const e=new Ie;if(!i)return e;const t=jg(i);for(let n=0;n<t.length;++n){const s=t[n];let o=null,r=s[s.length-1],l=s[0];if(r.onCurve)e.moveTo(r.x,r.y);else if(l.onCurve)e.moveTo(l.x,l.y);else{const a={x:(r.x+l.x)*.5,y:(r.y+l.y)*.5};e.moveTo(a.x,a.y)}for(let a=0;a<s.length;++a)if(o=r,r=l,l=s[(a+1)%s.length],r.onCurve)e.lineTo(r.x,r.y);else{let d=l;o.onCurve||((r.x+o.x)*.5,(r.y+o.y)*.5),l.onCurve||(d={x:(r.x+l.x)*.5,y:(r.y+l.y)*.5}),e.quadraticCurveTo(r.x,r.y,d.x,d.y)}e.closePath()}return e}function Kg(i,e){if(e.isComposite)for(let t=0;t<e.components.length;t+=1){const n=e.components[t],s=i.get(n.glyphIndex);if(s.getPath(),s.points){let o;if(n.matchedPoints===void 0)o=Cs(s.points,n);else{if(n.matchedPoints[0]>e.points.length-1||n.matchedPoints[1]>s.points.length-1)throw Error("Matched points out of range in "+e.name);const r=e.points[n.matchedPoints[0]];let l=s.points[n.matchedPoints[1]];const a={xScale:n.xScale,scale01:n.scale01,scale10:n.scale10,yScale:n.yScale,dx:0,dy:0};l=Cs([l],a)[0],a.dx=r.x-l.x,a.dy=r.y-l.y,o=Cs(s.points,a)}e.points=e.points.concat(o)}}return Sa(e.points)}function $g(i,e,t,n){const s=new Vt.GlyphSet(n);for(let o=0;o<t.length-1;o+=1){const r=t[o],l=t[o+1];r!==l?s.push(o,Vt.ttfGlyphLoader(n,o,Wg,i,e+r,Kg)):s.push(o,Vt.glyphLoader(n,o))}return s}const Ta={getPath:Sa,parse:$g};let Ma,xt,Da,Es;function ka(i){this.font=i,this.getCommands=function(e){return Ta.getPath(e).commands},this._fpgmState=this._prepState=void 0,this._errorState=0}function Xg(i){return i}function Pa(i){return Math.sign(i)*Math.round(Math.abs(i))}function qg(i){return Math.sign(i)*Math.round(Math.abs(i*2))/2}function Jg(i){return Math.sign(i)*(Math.round(Math.abs(i)+.5)-.5)}function Zg(i){return Math.sign(i)*Math.ceil(Math.abs(i))}function em(i){return Math.sign(i)*Math.floor(Math.abs(i))}const Fa=function(i){const e=this.srPeriod;let t=this.srPhase;const n=this.srThreshold;let s=1;return i<0&&(i=-i,s=-1),i+=n-t,i=Math.trunc(i/e)*e,i+=t,i<0?t*s:i*s},Je={x:1,y:0,axis:"x",distance:function(i,e,t,n){return(t?i.xo:i.x)-(n?e.xo:e.x)},interpolate:function(i,e,t,n){let s,o,r,l,a,d,u;if(!n||n===this){if(s=i.xo-e.xo,o=i.xo-t.xo,a=e.x-e.xo,d=t.x-t.xo,r=Math.abs(s),l=Math.abs(o),u=r+l,u===0){i.x=i.xo+(a+d)/2;return}i.x=i.xo+(a*l+d*r)/u;return}if(s=n.distance(i,e,!0,!0),o=n.distance(i,t,!0,!0),a=n.distance(e,e,!1,!0),d=n.distance(t,t,!1,!0),r=Math.abs(s),l=Math.abs(o),u=r+l,u===0){Je.setRelative(i,i,(a+d)/2,n,!0);return}Je.setRelative(i,i,(a*l+d*r)/u,n,!0)},normalSlope:Number.NEGATIVE_INFINITY,setRelative:function(i,e,t,n,s){if(!n||n===this){i.x=(s?e.xo:e.x)+t;return}const o=s?e.xo:e.x,r=s?e.yo:e.y,l=o+t*n.x,a=r+t*n.y;i.x=l+(i.y-a)/n.normalSlope},slope:0,touch:function(i){i.xTouched=!0},touched:function(i){return i.xTouched},untouch:function(i){i.xTouched=!1}},it={x:0,y:1,axis:"y",distance:function(i,e,t,n){return(t?i.yo:i.y)-(n?e.yo:e.y)},interpolate:function(i,e,t,n){let s,o,r,l,a,d,u;if(!n||n===this){if(s=i.yo-e.yo,o=i.yo-t.yo,a=e.y-e.yo,d=t.y-t.yo,r=Math.abs(s),l=Math.abs(o),u=r+l,u===0){i.y=i.yo+(a+d)/2;return}i.y=i.yo+(a*l+d*r)/u;return}if(s=n.distance(i,e,!0,!0),o=n.distance(i,t,!0,!0),a=n.distance(e,e,!1,!0),d=n.distance(t,t,!1,!0),r=Math.abs(s),l=Math.abs(o),u=r+l,u===0){it.setRelative(i,i,(a+d)/2,n,!0);return}it.setRelative(i,i,(a*l+d*r)/u,n,!0)},normalSlope:0,setRelative:function(i,e,t,n,s){if(!n||n===this){i.y=(s?e.yo:e.y)+t;return}const o=s?e.xo:e.x,r=s?e.yo:e.y,l=o+t*n.x,a=r+t*n.y;i.y=a+n.normalSlope*(i.x-l)},slope:Number.POSITIVE_INFINITY,touch:function(i){i.yTouched=!0},touched:function(i){return i.yTouched},untouch:function(i){i.yTouched=!1}};Object.freeze(Je),Object.freeze(it);function hi(i,e){this.x=i,this.y=e,this.axis=void 0,this.slope=e/i,this.normalSlope=-i/e,Object.freeze(this)}hi.prototype.distance=function(i,e,t,n){return this.x*Je.distance(i,e,t,n)+this.y*it.distance(i,e,t,n)},hi.prototype.interpolate=function(i,e,t,n){let s,o,r,l,a,d,u;if(r=n.distance(i,e,!0,!0),l=n.distance(i,t,!0,!0),s=n.distance(e,e,!1,!0),o=n.distance(t,t,!1,!0),a=Math.abs(r),d=Math.abs(l),u=a+d,u===0){this.setRelative(i,i,(s+o)/2,n,!0);return}this.setRelative(i,i,(s*d+o*a)/u,n,!0)},hi.prototype.setRelative=function(i,e,t,n,s){n=n||this;const o=s?e.xo:e.x,r=s?e.yo:e.y,l=o+t*n.x,a=r+t*n.y,d=n.normalSlope,u=this.slope,f=i.x,p=i.y;i.x=(u*f-d*l+a-p)/(u-d),i.y=u*(i.x-f)+p},hi.prototype.touch=function(i){i.xTouched=!0,i.yTouched=!0};function fi(i,e){const t=Math.sqrt(i*i+e*e);return i/=t,e/=t,i===1&&e===0?Je:i===0&&e===1?it:new hi(i,e)}function nt(i,e,t,n){this.x=this.xo=Math.round(i*64)/64,this.y=this.yo=Math.round(e*64)/64,this.lastPointOfContour=t,this.onCurve=n,this.prevPointOnContour=void 0,this.nextPointOnContour=void 0,this.xTouched=!1,this.yTouched=!1,Object.preventExtensions(this)}nt.prototype.nextTouched=function(i){let e=this.nextPointOnContour;for(;!i.touched(e)&&e!==this;)e=e.nextPointOnContour;return e},nt.prototype.prevTouched=function(i){let e=this.prevPointOnContour;for(;!i.touched(e)&&e!==this;)e=e.prevPointOnContour;return e};const pi=Object.freeze(new nt(0,0)),tm={cvCutIn:17/16,deltaBase:9,deltaShift:.125,loop:1,minDis:1,autoFlip:!0};function ft(i,e){switch(this.env=i,this.stack=[],this.prog=e,i){case"glyf":this.zp0=this.zp1=this.zp2=1,this.rp0=this.rp1=this.rp2=0;case"prep":this.fv=this.pv=this.dpv=Je,this.round=Pa}}ka.prototype.exec=function(i,e){if(typeof e!="number")throw new Error("Point size is not a number!");if(this._errorState>2)return;const t=this.font;let n=this._prepState;if(!n||n.ppem!==e){let s=this._fpgmState;if(!s){ft.prototype=tm,s=this._fpgmState=new ft("fpgm",t.tables.fpgm),s.funcs=[],s.font=t,_.DEBUG&&(console.log("---EXEC FPGM---"),s.step=-1);try{xt(s)}catch(r){console.log("Hinting error in FPGM:"+r),this._errorState=3;return}}ft.prototype=s,n=this._prepState=new ft("prep",t.tables.prep),n.ppem=e;const o=t.tables.cvt;if(o){const r=n.cvt=new Array(o.length),l=e/t.unitsPerEm;for(let a=0;a<o.length;a++)r[a]=o[a]*l}else n.cvt=[];_.DEBUG&&(console.log("---EXEC PREP---"),n.step=-1);try{xt(n)}catch(r){this._errorState<2&&console.log("Hinting error in PREP:"+r),this._errorState=2}}if(!(this._errorState>1))try{return Da(i,n)}catch(s){this._errorState<1&&(console.log("Hinting error:"+s),console.log("Note: further hinting errors are silenced")),this._errorState=1;return}},Da=function(i,e){const t=e.ppem/e.font.unitsPerEm,n=t;let s=i.components,o,r,l;if(ft.prototype=e,!s)l=new ft("glyf",i.instructions),_.DEBUG&&(console.log("---EXEC GLYPH---"),l.step=-1),Es(i,l,t,n),r=l.gZone;else{const a=e.font;r=[],o=[];for(let d=0;d<s.length;d++){const u=s[d],f=a.glyphs.get(u.glyphIndex);l=new ft("glyf",f.instructions),_.DEBUG&&(console.log("---EXEC COMP "+d+"---"),l.step=-1),Es(f,l,t,n);const p=Math.round(u.dx*t),h=Math.round(u.dy*n),m=l.gZone,w=l.contours;for(let C=0;C<m.length;C++){const v=m[C];v.xTouched=v.yTouched=!1,v.xo=v.x=v.x+p,v.yo=v.y=v.y+h}const A=r.length;r.push.apply(r,m);for(let C=0;C<w.length;C++)o.push(w[C]+A)}i.instructions&&!l.inhibitGridFit&&(l=new ft("glyf",i.instructions),l.gZone=l.z0=l.z1=l.z2=r,l.contours=o,r.push(new nt(0,0),new nt(Math.round(i.advanceWidth*t),0)),_.DEBUG&&(console.log("---EXEC COMPOSITE---"),l.step=-1),xt(l),r.length-=2)}return r},Es=function(i,e,t,n){const s=i.points||[],o=s.length,r=e.gZone=e.z0=e.z1=e.z2=[],l=e.contours=[];let a;for(let f=0;f<o;f++)a=s[f],r[f]=new nt(a.x*t,a.y*n,a.lastPointOfContour,a.onCurve);let d,u;for(let f=0;f<o;f++)a=r[f],d||(d=a,l.push(f)),a.lastPointOfContour?(a.nextPointOnContour=d,d.prevPointOnContour=a,d=void 0):(u=r[f+1],a.nextPointOnContour=u,u.prevPointOnContour=a);if(!e.inhibitGridFit){if(_.DEBUG){console.log("PROCESSING GLYPH",e.stack);for(let f=0;f<o;f++)console.log(f,r[f].x,r[f].y)}if(r.push(new nt(0,0),new nt(Math.round(i.advanceWidth*t),0)),xt(e),r.length-=2,_.DEBUG){console.log("FINISHED GLYPH",e.stack);for(let f=0;f<o;f++)console.log(f,r[f].x,r[f].y)}}},xt=function(i){let e=i.prog;if(!e)return;const t=e.length;let n;for(i.ip=0;i.ip<t;i.ip++){if(_.DEBUG&&i.step++,n=Ma[e[i.ip]],!n)throw new Error("unknown instruction: 0x"+Number(e[i.ip]).toString(16));n(i)}};function nn(i){const e=i.tZone=new Array(i.gZone.length);for(let t=0;t<e.length;t++)e[t]=new nt(0,0)}function Ra(i,e){const t=i.prog;let n=i.ip,s=1,o;do if(o=t[++n],o===88)s++;else if(o===89)s--;else if(o===64)n+=t[n+1]+1;else if(o===65)n+=2*t[n+1]+1;else if(o>=176&&o<=183)n+=o-176+1;else if(o>=184&&o<=191)n+=(o-184+1)*2;else if(e&&s===1&&o===27)break;while(s>0);i.ip=n}function Oa(i,e){_.DEBUG&&console.log(e.step,"SVTCA["+i.axis+"]"),e.fv=e.pv=e.dpv=i}function La(i,e){_.DEBUG&&console.log(e.step,"SPVTCA["+i.axis+"]"),e.pv=e.dpv=i}function Na(i,e){_.DEBUG&&console.log(e.step,"SFVTCA["+i.axis+"]"),e.fv=i}function _a(i,e){const t=e.stack,n=t.pop(),s=t.pop(),o=e.z2[n],r=e.z1[s];_.DEBUG&&console.log("SPVTL["+i+"]",n,s);let l,a;i?(l=o.y-r.y,a=r.x-o.x):(l=r.x-o.x,a=r.y-o.y),e.pv=e.dpv=fi(l,a)}function Ua(i,e){const t=e.stack,n=t.pop(),s=t.pop(),o=e.z2[n],r=e.z1[s];_.DEBUG&&console.log("SFVTL["+i+"]",n,s);let l,a;i?(l=o.y-r.y,a=r.x-o.x):(l=r.x-o.x,a=r.y-o.y),e.fv=fi(l,a)}function im(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"SPVFS[]",t,n),i.pv=i.dpv=fi(n,t)}function nm(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"SPVFS[]",t,n),i.fv=fi(n,t)}function sm(i){const e=i.stack,t=i.pv;_.DEBUG&&console.log(i.step,"GPV[]"),e.push(t.x*16384),e.push(t.y*16384)}function om(i){const e=i.stack,t=i.fv;_.DEBUG&&console.log(i.step,"GFV[]"),e.push(t.x*16384),e.push(t.y*16384)}function rm(i){i.fv=i.pv,_.DEBUG&&console.log(i.step,"SFVTPV[]")}function am(i){const e=i.stack,t=e.pop(),n=e.pop(),s=e.pop(),o=e.pop(),r=e.pop(),l=i.z0,a=i.z1,d=l[t],u=l[n],f=a[s],p=a[o],h=i.z2[r];_.DEBUG&&console.log("ISECT[], ",t,n,s,o,r);const m=d.x,w=d.y,A=u.x,C=u.y,v=f.x,x=f.y,D=p.x,N=p.y,I=(m-A)*(x-N)-(w-C)*(v-D),B=m*C-w*A,g=v*N-x*D;h.x=(B*(v-D)-g*(m-A))/I,h.y=(B*(x-N)-g*(w-C))/I}function lm(i){i.rp0=i.stack.pop(),_.DEBUG&&console.log(i.step,"SRP0[]",i.rp0)}function cm(i){i.rp1=i.stack.pop(),_.DEBUG&&console.log(i.step,"SRP1[]",i.rp1)}function dm(i){i.rp2=i.stack.pop(),_.DEBUG&&console.log(i.step,"SRP2[]",i.rp2)}function um(i){const e=i.stack.pop();switch(_.DEBUG&&console.log(i.step,"SZP0[]",e),i.zp0=e,e){case 0:i.tZone||nn(i),i.z0=i.tZone;break;case 1:i.z0=i.gZone;break;default:throw new Error("Invalid zone pointer")}}function hm(i){const e=i.stack.pop();switch(_.DEBUG&&console.log(i.step,"SZP1[]",e),i.zp1=e,e){case 0:i.tZone||nn(i),i.z1=i.tZone;break;case 1:i.z1=i.gZone;break;default:throw new Error("Invalid zone pointer")}}function fm(i){const e=i.stack.pop();switch(_.DEBUG&&console.log(i.step,"SZP2[]",e),i.zp2=e,e){case 0:i.tZone||nn(i),i.z2=i.tZone;break;case 1:i.z2=i.gZone;break;default:throw new Error("Invalid zone pointer")}}function pm(i){const e=i.stack.pop();switch(_.DEBUG&&console.log(i.step,"SZPS[]",e),i.zp0=i.zp1=i.zp2=e,e){case 0:i.tZone||nn(i),i.z0=i.z1=i.z2=i.tZone;break;case 1:i.z0=i.z1=i.z2=i.gZone;break;default:throw new Error("Invalid zone pointer")}}function gm(i){i.loop=i.stack.pop(),_.DEBUG&&console.log(i.step,"SLOOP[]",i.loop)}function mm(i){_.DEBUG&&console.log(i.step,"RTG[]"),i.round=Pa}function Am(i){_.DEBUG&&console.log(i.step,"RTHG[]"),i.round=Jg}function ym(i){const e=i.stack.pop();_.DEBUG&&console.log(i.step,"SMD[]",e),i.minDis=e/64}function Cm(i){_.DEBUG&&console.log(i.step,"ELSE[]"),Ra(i,!1)}function Em(i){const e=i.stack.pop();_.DEBUG&&console.log(i.step,"JMPR[]",e),i.ip+=e-1}function wm(i){const e=i.stack.pop();_.DEBUG&&console.log(i.step,"SCVTCI[]",e),i.cvCutIn=e/64}function bm(i){const e=i.stack;_.DEBUG&&console.log(i.step,"DUP[]"),e.push(e[e.length-1])}function ws(i){_.DEBUG&&console.log(i.step,"POP[]"),i.stack.pop()}function vm(i){_.DEBUG&&console.log(i.step,"CLEAR[]"),i.stack.length=0}function Im(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"SWAP[]"),e.push(t),e.push(n)}function Bm(i){const e=i.stack;_.DEBUG&&console.log(i.step,"DEPTH[]"),e.push(e.length)}function xm(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"LOOPCALL[]",t,n);const s=i.ip,o=i.prog;i.prog=i.funcs[t];for(let r=0;r<n;r++)xt(i),_.DEBUG&&console.log(++i.step,r+1<n?"next loopcall":"done loopcall",r);i.ip=s,i.prog=o}function Sm(i){const e=i.stack.pop();_.DEBUG&&console.log(i.step,"CALL[]",e);const t=i.ip,n=i.prog;i.prog=i.funcs[e],xt(i),i.ip=t,i.prog=n,_.DEBUG&&console.log(++i.step,"returning from",e)}function Tm(i){const e=i.stack,t=e.pop();_.DEBUG&&console.log(i.step,"CINDEX[]",t),e.push(e[e.length-t])}function Mm(i){const e=i.stack,t=e.pop();_.DEBUG&&console.log(i.step,"MINDEX[]",t),e.push(e.splice(e.length-t,1)[0])}function Dm(i){if(i.env!=="fpgm")throw new Error("FDEF not allowed here");const e=i.stack,t=i.prog;let n=i.ip;const s=e.pop(),o=n;for(_.DEBUG&&console.log(i.step,"FDEF[]",s);t[++n]!==45;);i.ip=n,i.funcs[s]=t.slice(o+1,n)}function Qa(i,e){const t=e.stack.pop(),n=e.z0[t],s=e.fv,o=e.pv;_.DEBUG&&console.log(e.step,"MDAP["+i+"]",t);let r=o.distance(n,pi);i&&(r=e.round(r)),s.setRelative(n,pi,r,o),s.touch(n),e.rp0=e.rp1=t}function Ga(i,e){const t=e.z2,n=t.length-2;let s,o,r;_.DEBUG&&console.log(e.step,"IUP["+i.axis+"]");for(let l=0;l<n;l++)s=t[l],!i.touched(s)&&(o=s.prevTouched(i),o!==s&&(r=s.nextTouched(i),o===r&&i.setRelative(s,s,i.distance(o,o,!1,!0),i,!0),i.interpolate(s,o,r,i)))}function Ha(i,e){const t=e.stack,n=i?e.rp1:e.rp2,s=(i?e.z0:e.z1)[n],o=e.fv,r=e.pv;let l=e.loop;const a=e.z2;for(;l--;){const d=t.pop(),u=a[d],f=r.distance(s,s,!1,!0);o.setRelative(u,u,f,r),o.touch(u),_.DEBUG&&console.log(e.step,(e.loop>1?"loop "+(e.loop-l)+": ":"")+"SHP["+(i?"rp1":"rp2")+"]",d)}e.loop=1}function Ya(i,e){const t=e.stack,n=i?e.rp1:e.rp2,s=(i?e.z0:e.z1)[n],o=e.fv,r=e.pv,l=t.pop(),a=e.z2[e.contours[l]];let d=a;_.DEBUG&&console.log(e.step,"SHC["+i+"]",l);const u=r.distance(s,s,!1,!0);do d!==s&&o.setRelative(d,d,u,r),d=d.nextPointOnContour;while(d!==a)}function Va(i,e){const t=e.stack,n=i?e.rp1:e.rp2,s=(i?e.z0:e.z1)[n],o=e.fv,r=e.pv,l=t.pop();_.DEBUG&&console.log(e.step,"SHZ["+i+"]",l);let a;switch(l){case 0:a=e.tZone;break;case 1:a=e.gZone;break;default:throw new Error("Invalid zone")}let d;const u=r.distance(s,s,!1,!0),f=a.length-2;for(let p=0;p<f;p++)d=a[p],o.setRelative(d,d,u,r)}function km(i){const e=i.stack;let t=i.loop;const n=i.fv,s=e.pop()/64,o=i.z2;for(;t--;){const r=e.pop(),l=o[r];_.DEBUG&&console.log(i.step,(i.loop>1?"loop "+(i.loop-t)+": ":"")+"SHPIX[]",r,s),n.setRelative(l,l,s),n.touch(l)}i.loop=1}function Pm(i){const e=i.stack,t=i.rp1,n=i.rp2;let s=i.loop;const o=i.z0[t],r=i.z1[n],l=i.fv,a=i.dpv,d=i.z2;for(;s--;){const u=e.pop(),f=d[u];_.DEBUG&&console.log(i.step,(i.loop>1?"loop "+(i.loop-s)+": ":"")+"IP[]",u,t,"<->",n),l.interpolate(f,o,r,a),l.touch(f)}i.loop=1}function za(i,e){const t=e.stack,n=t.pop()/64,s=t.pop(),o=e.z1[s],r=e.z0[e.rp0],l=e.fv,a=e.pv;l.setRelative(o,r,n,a),l.touch(o),_.DEBUG&&console.log(e.step,"MSIRP["+i+"]",n,s),e.rp1=e.rp0,e.rp2=s,i&&(e.rp0=s)}function Fm(i){const e=i.stack,t=i.rp0,n=i.z0[t];let s=i.loop;const o=i.fv,r=i.pv,l=i.z1;for(;s--;){const a=e.pop(),d=l[a];_.DEBUG&&console.log(i.step,(i.loop>1?"loop "+(i.loop-s)+": ":"")+"ALIGNRP[]",a),o.setRelative(d,n,0,r),o.touch(d)}i.loop=1}function Rm(i){_.DEBUG&&console.log(i.step,"RTDG[]"),i.round=qg}function Wa(i,e){const t=e.stack,n=t.pop(),s=t.pop(),o=e.z0[s],r=e.fv,l=e.pv;let a=e.cvt[n];_.DEBUG&&console.log(e.step,"MIAP["+i+"]",n,"(",a,")",s);let d=l.distance(o,pi);i&&(Math.abs(d-a)<e.cvCutIn&&(d=a),d=e.round(d)),r.setRelative(o,pi,d,l),e.zp0===0&&(o.xo=o.x,o.yo=o.y),r.touch(o),e.rp0=e.rp1=s}function Om(i){const e=i.prog;let t=i.ip;const n=i.stack,s=e[++t];_.DEBUG&&console.log(i.step,"NPUSHB[]",s);for(let o=0;o<s;o++)n.push(e[++t]);i.ip=t}function Lm(i){let e=i.ip;const t=i.prog,n=i.stack,s=t[++e];_.DEBUG&&console.log(i.step,"NPUSHW[]",s);for(let o=0;o<s;o++){let r=t[++e]<<8|t[++e];r&32768&&(r=-((r^65535)+1)),n.push(r)}i.ip=e}function Nm(i){const e=i.stack;let t=i.store;t||(t=i.store=[]);const n=e.pop(),s=e.pop();_.DEBUG&&console.log(i.step,"WS",n,s),t[s]=n}function _m(i){const e=i.stack,t=i.store,n=e.pop();_.DEBUG&&console.log(i.step,"RS",n);const s=t&&t[n]||0;e.push(s)}function Um(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"WCVTP",t,n),i.cvt[n]=t/64}function Qm(i){const e=i.stack,t=e.pop();_.DEBUG&&console.log(i.step,"RCVT",t),e.push(i.cvt[t]*64)}function ja(i,e){const t=e.stack,n=t.pop(),s=e.z2[n];_.DEBUG&&console.log(e.step,"GC["+i+"]",n),t.push(e.dpv.distance(s,pi,i,!1)*64)}function Ka(i,e){const t=e.stack,n=t.pop(),s=t.pop(),o=e.z1[n],r=e.z0[s],l=e.dpv.distance(r,o,i,i);_.DEBUG&&console.log(e.step,"MD["+i+"]",n,s,"->",l),e.stack.push(Math.round(l*64))}function Gm(i){_.DEBUG&&console.log(i.step,"MPPEM[]"),i.stack.push(i.ppem)}function Hm(i){_.DEBUG&&console.log(i.step,"FLIPON[]"),i.autoFlip=!0}function Ym(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"LT[]",t,n),e.push(n<t?1:0)}function Vm(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"LTEQ[]",t,n),e.push(n<=t?1:0)}function zm(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"GT[]",t,n),e.push(n>t?1:0)}function Wm(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"GTEQ[]",t,n),e.push(n>=t?1:0)}function jm(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"EQ[]",t,n),e.push(t===n?1:0)}function Km(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"NEQ[]",t,n),e.push(t!==n?1:0)}function $m(i){const e=i.stack,t=e.pop();_.DEBUG&&console.log(i.step,"ODD[]",t),e.push(Math.trunc(t)%2?1:0)}function Xm(i){const e=i.stack,t=e.pop();_.DEBUG&&console.log(i.step,"EVEN[]",t),e.push(Math.trunc(t)%2?0:1)}function qm(i){let e=i.stack.pop();_.DEBUG&&console.log(i.step,"IF[]",e),e||(Ra(i,!0),_.DEBUG&&console.log(i.step,"EIF[]"))}function Jm(i){_.DEBUG&&console.log(i.step,"EIF[]")}function Zm(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"AND[]",t,n),e.push(t&&n?1:0)}function eA(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"OR[]",t,n),e.push(t||n?1:0)}function tA(i){const e=i.stack,t=e.pop();_.DEBUG&&console.log(i.step,"NOT[]",t),e.push(t?0:1)}function bs(i,e){const t=e.stack,n=t.pop(),s=e.fv,o=e.pv,r=e.ppem,l=e.deltaBase+(i-1)*16,a=e.deltaShift,d=e.z0;_.DEBUG&&console.log(e.step,"DELTAP["+i+"]",n,t);for(let u=0;u<n;u++){const f=t.pop(),p=t.pop();if(l+((p&240)>>4)!==r)continue;let m=(p&15)-8;m>=0&&m++,_.DEBUG&&console.log(e.step,"DELTAPFIX",f,"by",m*a);const w=d[f];s.setRelative(w,w,m*a,o)}}function iA(i){const t=i.stack.pop();_.DEBUG&&console.log(i.step,"SDB[]",t),i.deltaBase=t}function nA(i){const t=i.stack.pop();_.DEBUG&&console.log(i.step,"SDS[]",t),i.deltaShift=Math.pow(.5,t)}function sA(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"ADD[]",t,n),e.push(n+t)}function oA(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"SUB[]",t,n),e.push(n-t)}function rA(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"DIV[]",t,n),e.push(n*64/t)}function aA(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"MUL[]",t,n),e.push(n*t/64)}function lA(i){const e=i.stack,t=e.pop();_.DEBUG&&console.log(i.step,"ABS[]",t),e.push(Math.abs(t))}function cA(i){const e=i.stack;let t=e.pop();_.DEBUG&&console.log(i.step,"NEG[]",t),e.push(-t)}function dA(i){const e=i.stack,t=e.pop();_.DEBUG&&console.log(i.step,"FLOOR[]",t),e.push(Math.floor(t/64)*64)}function uA(i){const e=i.stack,t=e.pop();_.DEBUG&&console.log(i.step,"CEILING[]",t),e.push(Math.ceil(t/64)*64)}function sn(i,e){const t=e.stack,n=t.pop();_.DEBUG&&console.log(e.step,"ROUND[]"),t.push(e.round(n/64)*64)}function hA(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"WCVTF[]",t,n),i.cvt[n]=t*i.ppem/i.font.unitsPerEm}function vs(i,e){const t=e.stack,n=t.pop(),s=e.ppem,o=e.deltaBase+(i-1)*16,r=e.deltaShift;_.DEBUG&&console.log(e.step,"DELTAC["+i+"]",n,t);for(let l=0;l<n;l++){const a=t.pop(),d=t.pop();if(o+((d&240)>>4)!==s)continue;let f=(d&15)-8;f>=0&&f++;const p=f*r;_.DEBUG&&console.log(e.step,"DELTACFIX",a,"by",p),e.cvt[a]+=p}}function fA(i){let e=i.stack.pop();_.DEBUG&&console.log(i.step,"SROUND[]",e),i.round=Fa;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(i.srPeriod=t,e&48){case 0:i.srPhase=0;break;case 16:i.srPhase=.25*t;break;case 32:i.srPhase=.5*t;break;case 48:i.srPhase=.75*t;break;default:throw new Error("invalid SROUND value")}e&=15,e===0?i.srThreshold=0:i.srThreshold=(e/8-.5)*t}function pA(i){let e=i.stack.pop();_.DEBUG&&console.log(i.step,"S45ROUND[]",e),i.round=Fa;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(i.srPeriod=t,e&48){case 0:i.srPhase=0;break;case 16:i.srPhase=.25*t;break;case 32:i.srPhase=.5*t;break;case 48:i.srPhase=.75*t;break;default:throw new Error("invalid S45ROUND value")}e&=15,e===0?i.srThreshold=0:i.srThreshold=(e/8-.5)*t}function gA(i){_.DEBUG&&console.log(i.step,"ROFF[]"),i.round=Xg}function mA(i){_.DEBUG&&console.log(i.step,"RUTG[]"),i.round=Zg}function AA(i){_.DEBUG&&console.log(i.step,"RDTG[]"),i.round=em}function yA(i){const e=i.stack.pop();_.DEBUG&&console.log(i.step,"SCANCTRL[]",e)}function $a(i,e){const t=e.stack,n=t.pop(),s=t.pop(),o=e.z2[n],r=e.z1[s];_.DEBUG&&console.log(e.step,"SDPVTL["+i+"]",n,s);let l,a;i?(l=o.y-r.y,a=r.x-o.x):(l=r.x-o.x,a=r.y-o.y),e.dpv=fi(l,a)}function CA(i){const e=i.stack,t=e.pop();let n=0;_.DEBUG&&console.log(i.step,"GETINFO[]",t),t&1&&(n=35),t&32&&(n|=4096),e.push(n)}function EA(i){const e=i.stack,t=e.pop(),n=e.pop(),s=e.pop();_.DEBUG&&console.log(i.step,"ROLL[]"),e.push(n),e.push(t),e.push(s)}function wA(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"MAX[]",t,n),e.push(Math.max(n,t))}function bA(i){const e=i.stack,t=e.pop(),n=e.pop();_.DEBUG&&console.log(i.step,"MIN[]",t,n),e.push(Math.min(n,t))}function vA(i){const e=i.stack.pop();_.DEBUG&&console.log(i.step,"SCANTYPE[]",e)}function IA(i){const e=i.stack.pop();let t=i.stack.pop();switch(_.DEBUG&&console.log(i.step,"INSTCTRL[]",e,t),e){case 1:i.inhibitGridFit=!!t;return;case 2:i.ignoreCvt=!!t;return;default:throw new Error("invalid INSTCTRL[] selector")}}function pt(i,e){const t=e.stack,n=e.prog;let s=e.ip;_.DEBUG&&console.log(e.step,"PUSHB["+i+"]");for(let o=0;o<i;o++)t.push(n[++s]);e.ip=s}function gt(i,e){let t=e.ip;const n=e.prog,s=e.stack;_.DEBUG&&console.log(e.ip,"PUSHW["+i+"]");for(let o=0;o<i;o++){let r=n[++t]<<8|n[++t];r&32768&&(r=-((r^65535)+1)),s.push(r)}e.ip=t}function K(i,e,t,n,s,o){const r=o.stack,l=i&&r.pop(),a=r.pop(),d=o.rp0,u=o.z0[d],f=o.z1[a],p=o.minDis,h=o.fv,m=o.dpv;let w,A,C,v;A=w=m.distance(f,u,!0,!0),C=A>=0?1:-1,A=Math.abs(A),i&&(v=o.cvt[l],n&&Math.abs(A-v)<o.cvCutIn&&(A=v)),t&&A<p&&(A=p),n&&(A=o.round(A)),h.setRelative(f,u,C*A,m),h.touch(f),_.DEBUG&&console.log(o.step,(i?"MIRP[":"MDRP[")+(e?"M":"m")+(t?">":"_")+(n?"R":"_")+(s===0?"Gr":s===1?"Bl":s===2?"Wh":"")+"]",i?l+"("+o.cvt[l]+","+v+")":"",a,"(d =",w,"->",C*A,")"),o.rp1=o.rp0,o.rp2=a,e&&(o.rp0=a)}Ma=[Oa.bind(void 0,it),Oa.bind(void 0,Je),La.bind(void 0,it),La.bind(void 0,Je),Na.bind(void 0,it),Na.bind(void 0,Je),_a.bind(void 0,0),_a.bind(void 0,1),Ua.bind(void 0,0),Ua.bind(void 0,1),im,nm,sm,om,rm,am,lm,cm,dm,um,hm,fm,pm,gm,mm,Am,ym,Cm,Em,wm,void 0,void 0,bm,ws,vm,Im,Bm,Tm,Mm,void 0,void 0,void 0,xm,Sm,Dm,void 0,Qa.bind(void 0,0),Qa.bind(void 0,1),Ga.bind(void 0,it),Ga.bind(void 0,Je),Ha.bind(void 0,0),Ha.bind(void 0,1),Ya.bind(void 0,0),Ya.bind(void 0,1),Va.bind(void 0,0),Va.bind(void 0,1),km,Pm,za.bind(void 0,0),za.bind(void 0,1),Fm,Rm,Wa.bind(void 0,0),Wa.bind(void 0,1),Om,Lm,Nm,_m,Um,Qm,ja.bind(void 0,0),ja.bind(void 0,1),void 0,Ka.bind(void 0,0),Ka.bind(void 0,1),Gm,void 0,Hm,void 0,void 0,Ym,Vm,zm,Wm,jm,Km,$m,Xm,qm,Jm,Zm,eA,tA,bs.bind(void 0,1),iA,nA,sA,oA,rA,aA,lA,cA,dA,uA,sn.bind(void 0,0),sn.bind(void 0,1),sn.bind(void 0,2),sn.bind(void 0,3),void 0,void 0,void 0,void 0,hA,bs.bind(void 0,2),bs.bind(void 0,3),vs.bind(void 0,1),vs.bind(void 0,2),vs.bind(void 0,3),fA,pA,void 0,void 0,gA,void 0,mA,AA,ws,ws,void 0,void 0,void 0,void 0,void 0,yA,$a.bind(void 0,0),$a.bind(void 0,1),CA,void 0,EA,wA,bA,vA,IA,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,pt.bind(void 0,1),pt.bind(void 0,2),pt.bind(void 0,3),pt.bind(void 0,4),pt.bind(void 0,5),pt.bind(void 0,6),pt.bind(void 0,7),pt.bind(void 0,8),gt.bind(void 0,1),gt.bind(void 0,2),gt.bind(void 0,3),gt.bind(void 0,4),gt.bind(void 0,5),gt.bind(void 0,6),gt.bind(void 0,7),gt.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 BA=Array.from||(i=>i.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]?|[^\uD800-\uDFFF]|./g)||[]);function ae(i){i=i||{},i.empty||(Wt(i.familyName,"When creating a new Font object, familyName is required."),Wt(i.styleName,"When creating a new Font object, styleName is required."),Wt(i.unitsPerEm,"When creating a new Font object, unitsPerEm is required."),Wt(i.ascender,"When creating a new Font object, ascender is required."),Wt(i.descender,"When creating a new Font object, descender is required."),Wt(i.descender<0,"Descender should be negative (e.g. -512)."),this.names={fontFamily:{en:i.familyName||" "},fontSubfamily:{en:i.styleName||" "},fullName:{en:i.fullName||i.familyName+" "+i.styleName},postScriptName:{en:i.postScriptName||(i.familyName+i.styleName).replace(/\s/g,"")},designer:{en:i.designer||" "},designerURL:{en:i.designerURL||" "},manufacturer:{en:i.manufacturer||" "},manufacturerURL:{en:i.manufacturerURL||" "},license:{en:i.license||" "},licenseURL:{en:i.licenseURL||" "},version:{en:i.version||"Version 0.1"},description:{en:i.description||" "},copyright:{en:i.copyright||" "},trademark:{en:i.trademark||" "}},this.unitsPerEm=i.unitsPerEm||1e3,this.ascender=i.ascender,this.descender=i.descender,this.createdTimestamp=i.createdTimestamp,this.tables={os2:{usWeightClass:i.weightClass||this.usWeightClasses.MEDIUM,usWidthClass:i.widthClass||this.usWidthClasses.MEDIUM,fsSelection:i.fsSelection||this.fsSelectionValues.REGULAR}}),this.supported=!0,this.glyphs=new Vt.GlyphSet(this,i.glyphs||[]),this.encoding=new Vr(this),this.position=new ui(this),this.substitution=new Ye(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 ka(this)}})}ae.prototype.hasChar=function(i){return this.encoding.charToGlyphIndex(i)!==null},ae.prototype.charToGlyphIndex=function(i){return this.encoding.charToGlyphIndex(i)},ae.prototype.charToGlyph=function(i){const e=this.charToGlyphIndex(i);let t=this.glyphs.get(e);return t||(t=this.glyphs.get(0)),t},ae.prototype.stringToGlyphs=function(i,e){e=e||this.defaultRenderOptions;const t=BA(i),n=[];for(let l=0;l<t.length;l+=1){const a=t[l];n.push(this.charToGlyphIndex(a))}let s=n.length;if(e.features){const l=e.script||this.substitution.getDefaultScriptName();let a=[];e.features.liga&&(a=a.concat(this.substitution.getFeature("liga",l,e.language))),e.features.rlig&&(a=a.concat(this.substitution.getFeature("rlig",l,e.language)));for(let d=0;d<s;d+=1)for(let u=0;u<a.length;u++){const f=a[u],p=f.sub,h=p.length;let m=0;for(;m<h&&p[m]===n[d+m];)m++;m===h&&(n.splice(d,h,f.by),s=s-h+1)}}const o=new Array(s),r=this.glyphs.get(0);for(let l=0;l<s;l+=1)o[l]=this.glyphs.get(n[l])||r;return o},ae.prototype.nameToGlyphIndex=function(i){return this.glyphNames.nameToGlyphIndex(i)},ae.prototype.nameToGlyph=function(i){const e=this.nameToGlyphIndex(i);let t=this.glyphs.get(e);return t||(t=this.glyphs.get(0)),t},ae.prototype.glyphIndexToName=function(i){return this.glyphNames.glyphIndexToName?this.glyphNames.glyphIndexToName(i):""},ae.prototype.getKerningValue=function(i,e){i=i.index||i,e=e.index||e;const t=this.position.defaultKerningTables;return t?this.position.getKerningValue(t,i,e):this.kerningPairs[i+","+e]||0},ae.prototype.defaultRenderOptions={kerning:!0,features:{liga:!0,rlig:!0}},ae.prototype.forEachGlyph=function(i,e,t,n,s,o){e=e!==void 0?e:0,t=t!==void 0?t:0,n=n!==void 0?n:72,s=s||this.defaultRenderOptions;const r=1/this.unitsPerEm*n,l=this.stringToGlyphs(i,s);let a;if(s.kerning){const d=s.script||this.position.getDefaultScriptName();a=this.position.getKerningTables(d,s.language)}for(let d=0;d<l.length;d+=1){const u=l[d];if(o.call(this,u,e,t,n,s),u.advanceWidth&&(e+=u.advanceWidth*r),s.kerning&&d<l.length-1){const f=a?this.position.getKerningValue(a,u.index,l[d+1].index):this.getKerningValue(u,l[d+1]);e+=f*r}s.letterSpacing?e+=s.letterSpacing*n:s.tracking&&(e+=s.tracking/1e3*n)}return e},ae.prototype.getPath=function(i,e,t,n,s){const o=new Ie;return this.forEachGlyph(i,e,t,n,s,function(r,l,a,d){const u=r.getPath(l,a,d,s,this);o.extend(u)}),o},ae.prototype.getPaths=function(i,e,t,n,s){const o=[];return this.forEachGlyph(i,e,t,n,s,function(r,l,a,d){const u=r.getPath(l,a,d,s,this);o.push(u)}),o},ae.prototype.getAdvanceWidth=function(i,e,t){return this.forEachGlyph(i,0,0,e,t,function(){})},ae.prototype.draw=function(i,e,t,n,s,o){this.getPath(e,t,n,s,o).draw(i)},ae.prototype.drawPoints=function(i,e,t,n,s,o){this.forEachGlyph(e,t,n,s,o,function(r,l,a,d){r.drawPoints(i,l,a,d)})},ae.prototype.drawMetrics=function(i,e,t,n,s,o){this.forEachGlyph(e,t,n,s,o,function(r,l,a,d){r.drawMetrics(i,l,a,d)})},ae.prototype.getEnglishName=function(i){const e=this.names[i];if(e)return e.en},ae.prototype.validate=function(){const i=this;function e(n,s){}function t(n){const s=i.getEnglishName(n);s&&s.trim().length>0}t("fontFamily"),t("weightName"),t("manufacturer"),t("copyright"),t("version"),this.unitsPerEm>0},ae.prototype.toTables=function(){return Gg.fontToTable(this)},ae.prototype.toBuffer=function(){return console.warn("Font.toBuffer is deprecated. Use Font.toArrayBuffer instead."),this.toArrayBuffer()},ae.prototype.toArrayBuffer=function(){const e=this.toTables().encode(),t=new ArrayBuffer(e.length),n=new Uint8Array(t);for(let s=0;s<e.length;s++)n[s]=e[s];return t},ae.prototype.download=function(i){const e=this.getEnglishName("fontFamily"),t=this.getEnglishName("fontSubfamily");i=i||e.replace(/\s/g,"")+"-"+t+".otf";const n=this.toArrayBuffer();if(Yg())if(window.URL=window.URL||window.webkitURL,window.URL){const s=new DataView(n),o=new Blob([s],{type:"font/opentype"});let r=document.createElement("a");r.href=window.URL.createObjectURL(o),r.download=i;let l=document.createEvent("MouseEvents");l.initEvent("click",!0,!1),r.dispatchEvent(l)}else console.warn("Font file could not be downloaded. Try using a different browser.");else{const s=require("fs"),o=zg(n);s.writeFileSync(i,o)}},ae.prototype.fsSelectionValues={ITALIC:1,UNDERSCORE:2,NEGATIVE:4,OUTLINED:8,STRIKEOUT:16,BOLD:32,REGULAR:64,USER_TYPO_METRICS:128,WWS:256,OBLIQUE:512},ae.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},ae.prototype.usWeightClasses={THIN:100,EXTRA_LIGHT:200,LIGHT:300,NORMAL:400,MEDIUM:500,SEMI_BOLD:600,BOLD:700,EXTRA_BOLD:800,BLACK:900};function Xa(i,e){const t=JSON.stringify(i);let n=256;for(let s in e){let o=parseInt(s);if(!(!o||o<256)){if(JSON.stringify(e[s])===t)return o;n<=o&&(n=o+1)}}return e[n]=i,n}function xA(i,e,t){const n=Xa(e.name,t);return[{name:"tag_"+i,type:"TAG",value:e.tag},{name:"minValue_"+i,type:"FIXED",value:e.minValue<<16},{name:"defaultValue_"+i,type:"FIXED",value:e.defaultValue<<16},{name:"maxValue_"+i,type:"FIXED",value:e.maxValue<<16},{name:"flags_"+i,type:"USHORT",value:0},{name:"nameID_"+i,type:"USHORT",value:n}]}function SA(i,e,t){const n={},s=new $.Parser(i,e);return n.tag=s.parseTag(),n.minValue=s.parseFixed(),n.defaultValue=s.parseFixed(),n.maxValue=s.parseFixed(),s.skip("uShort",1),n.name=t[s.parseUShort()]||{},n}function TA(i,e,t,n){const s=Xa(e.name,n),o=[{name:"nameID_"+i,type:"USHORT",value:s},{name:"flags_"+i,type:"USHORT",value:0}];for(let r=0;r<t.length;++r){const l=t[r].tag;o.push({name:"axis_"+i+" "+l,type:"FIXED",value:e.coordinates[l]<<16})}return o}function MA(i,e,t,n){const s={},o=new $.Parser(i,e);s.name=n[o.parseUShort()]||{},o.skip("uShort",1),s.coordinates={};for(let r=0;r<t.length;++r)s.coordinates[t[r].tag]=o.parseFixed();return s}function DA(i,e){const t=new J.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:i.axes.length},{name:"axisSize",type:"USHORT",value:20},{name:"instanceCount",type:"USHORT",value:i.instances.length},{name:"instanceSize",type:"USHORT",value:4+i.axes.length*4}]);t.offsetToData=t.sizeOf();for(let n=0;n<i.axes.length;n++)t.fields=t.fields.concat(xA(n,i.axes[n],e));for(let n=0;n<i.instances.length;n++)t.fields=t.fields.concat(TA(n,i.instances[n],i.axes,e));return t}function kA(i,e,t){const n=new $.Parser(i,e),s=n.parseULong();ie.argument(s===65536,"Unsupported fvar table version.");const o=n.parseOffset16();n.skip("uShort",1);const r=n.parseUShort(),l=n.parseUShort(),a=n.parseUShort(),d=n.parseUShort(),u=[];for(let h=0;h<r;h++)u.push(SA(i,e+o+h*l,t));const f=[],p=e+o+r*l;for(let h=0;h<a;h++)f.push(MA(i,p+h*d,u,t));return{axes:u,instances:f}}const PA={make:DA,parse:kA},Ve=new Array(10);Ve[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()};ie.assert(!1,"0x"+e.toString(16)+": GPOS lookup type 1 format must be 1 or 2.")},Ve[2]=function(){const e=this.offset+this.relativeOffset,t=this.parseUShort();ie.assert(t===1||t===2,"0x"+e.toString(16)+": GPOS lookup type 2 format must be 1 or 2.");const n=this.parsePointer(G.coverage),s=this.parseUShort(),o=this.parseUShort();if(t===1)return{posFormat:t,coverage:n,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 r=this.parsePointer(G.classDef),l=this.parsePointer(G.classDef),a=this.parseUShort(),d=this.parseUShort();return{posFormat:t,coverage:n,valueFormat1:s,valueFormat2:o,classDef1:r,classDef2:l,class1Count:a,class2Count:d,classRecords:this.parseList(a,G.list(d,function(){return{value1:this.parseValueRecord(s),value2:this.parseValueRecord(o)}}))}}},Ve[3]=function(){return{error:"GPOS Lookup 3 not supported"}},Ve[4]=function(){return{error:"GPOS Lookup 4 not supported"}},Ve[5]=function(){return{error:"GPOS Lookup 5 not supported"}},Ve[6]=function(){return{error:"GPOS Lookup 6 not supported"}},Ve[7]=function(){return{error:"GPOS Lookup 7 not supported"}},Ve[8]=function(){return{error:"GPOS Lookup 8 not supported"}},Ve[9]=function(){return{error:"GPOS Lookup 9 not supported"}};function FA(i,e){e=e||0;const t=new G(i,e),n=t.parseVersion(1);return ie.argument(n===1||n===1.1,"Unsupported GPOS table version "+n),n===1?{version:n,scripts:t.parseScriptList(),features:t.parseFeatureList(),lookups:t.parseLookupList(Ve)}:{version:n,scripts:t.parseScriptList(),features:t.parseFeatureList(),lookups:t.parseLookupList(Ve),variations:t.parseFeatureVariationsList()}}const RA=new Array(10);function OA(i){return new J.Table("GPOS",[{name:"version",type:"ULONG",value:65536},{name:"scripts",type:"TABLE",value:new J.ScriptList(i.scripts)},{name:"features",type:"TABLE",value:new J.FeatureList(i.features)},{name:"lookups",type:"TABLE",value:new J.LookupList(i.lookups,RA)}])}const LA={parse:FA,make:OA};function NA(i){const e={};i.skip("uShort");const t=i.parseUShort();ie.argument(t===0,"Unsupported kern sub-table version."),i.skip("uShort",2);const n=i.parseUShort();i.skip("uShort",3);for(let s=0;s<n;s+=1){const o=i.parseUShort(),r=i.parseUShort(),l=i.parseShort();e[o+","+r]=l}return e}function _A(i){const e={};i.skip("uShort"),i.parseULong()>1&&console.warn("Only the first kern subtable is supported."),i.skip("uLong");const s=i.parseUShort()&255;if(i.skip("uShort"),s===0){const o=i.parseUShort();i.skip("uShort",3);for(let r=0;r<o;r+=1){const l=i.parseUShort(),a=i.parseUShort(),d=i.parseShort();e[l+","+a]=d}}return e}function UA(i,e){const t=new $.Parser(i,e),n=t.parseUShort();if(n===0)return NA(t);if(n===1)return _A(t);throw new Error("Unsupported kern table version ("+n+").")}const QA={parse:UA};function GA(i,e,t,n){const s=new $.Parser(i,e),o=n?s.parseUShort:s.parseULong,r=[];for(let l=0;l<t+1;l+=1){let a=o.call(s);n&&(a*=2),r.push(a)}return r}const HA={parse:GA};function YA(i,e){require("fs").readFile(i,function(n,s){if(n)return e(n.message);e(null,Vg(s))})}function VA(i,e){const t=new XMLHttpRequest;t.open("get",i,!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 qa(i,e){const t=[];let n=12;for(let s=0;s<e;s+=1){const o=$.getTag(i,n),r=$.getULong(i,n+4),l=$.getULong(i,n+8),a=$.getULong(i,n+12);t.push({tag:o,checksum:r,offset:l,length:a,compression:!1}),n+=16}return t}function zA(i,e){const t=[];let n=44;for(let s=0;s<e;s+=1){const o=$.getTag(i,n),r=$.getULong(i,n+4),l=$.getULong(i,n+8),a=$.getULong(i,n+12);let d;l<a?d="WOFF":d=!1,t.push({tag:o,offset:r,compression:d,compressedLength:l,length:a}),n+=20}return t}function we(i,e){if(e.compression==="WOFF"){const t=new Uint8Array(i.buffer,e.offset+2,e.compressedLength-2),n=new Uint8Array(e.length);if(vp(t,n),n.byteLength!==e.length)throw new Error("Decompression error: "+e.tag+" decompressed length doesn't match recorded length");return{data:new DataView(n.buffer,0),offset:0}}else return{data:i,offset:e.offset}}function WA(i){let e,t;const n=new ae({empty:!0}),s=new DataView(i,0);let o,r=[];const l=$.getTag(s,0);if(l==="\0\0\0"||l==="true"||l==="typ1")n.outlinesFormat="truetype",o=$.getUShort(s,4),r=qa(s,o);else if(l==="OTTO")n.outlinesFormat="cff",o=$.getUShort(s,4),r=qa(s,o);else if(l==="wOFF"){const N=$.getTag(s,4);if(N==="\0\0\0")n.outlinesFormat="truetype";else if(N==="OTTO")n.outlinesFormat="cff";else throw new Error("Unsupported OpenType flavor "+l);o=$.getUShort(s,12),r=zA(s,o)}else throw new Error("Unsupported OpenType signature "+l);let a,d,u,f,p,h,m,w,A,C,v;for(let N=0;N<o;N+=1){const I=r[N];let B;switch(I.tag){case"cmap":B=we(s,I),n.tables.cmap=Yr.parse(B.data,B.offset),n.encoding=new zr(n.tables.cmap);break;case"cvt ":B=we(s,I),v=new $.Parser(B.data,B.offset),n.tables.cvt=v.parseShortList(I.length/2);break;case"fvar":d=I;break;case"fpgm":B=we(s,I),v=new $.Parser(B.data,B.offset),n.tables.fpgm=v.parseByteList(I.length);break;case"head":B=we(s,I),n.tables.head=sa.parse(B.data,B.offset),n.unitsPerEm=n.tables.head.unitsPerEm,e=n.tables.head.indexToLocFormat;break;case"hhea":B=we(s,I),n.tables.hhea=oa.parse(B.data,B.offset),n.ascender=n.tables.hhea.ascender,n.descender=n.tables.hhea.descender,n.numberOfHMetrics=n.tables.hhea.numberOfHMetrics;break;case"hmtx":h=I;break;case"ltag":B=we(s,I),t=aa.parse(B.data,B.offset);break;case"maxp":B=we(s,I),n.tables.maxp=la.parse(B.data,B.offset),n.numGlyphs=n.tables.maxp.numGlyphs;break;case"name":A=I;break;case"OS/2":B=we(s,I),n.tables.os2=ms.parse(B.data,B.offset);break;case"post":B=we(s,I),n.tables.post=ma.parse(B.data,B.offset),n.glyphNames=new ds(n.tables.post);break;case"prep":B=we(s,I),v=new $.Parser(B.data,B.offset),n.tables.prep=v.parseByteList(I.length);break;case"glyf":u=I;break;case"loca":w=I;break;case"CFF ":a=I;break;case"kern":m=I;break;case"GPOS":f=I;break;case"GSUB":p=I;break;case"meta":C=I;break}}const x=we(s,A);if(n.tables.name=ga.parse(x.data,x.offset,t),n.names=n.tables.name,u&&w){const N=e===0,I=we(s,w),B=HA.parse(I.data,I.offset,n.numGlyphs,N),g=we(s,u);n.glyphs=Ta.parse(g.data,g.offset,B,n)}else if(a){const N=we(s,a);na.parse(N.data,N.offset,n)}else throw new Error("Font doesn't contain TrueType or CFF outlines.");const D=we(s,h);if(ra.parse(D.data,D.offset,n.numberOfHMetrics,n.numGlyphs,n.glyphs),Hp(n),m){const N=we(s,m);n.kerningPairs=QA.parse(N.data,N.offset)}else n.kerningPairs={};if(f){const N=we(s,f);n.tables.gpos=LA.parse(N.data,N.offset),n.position.init()}if(p){const N=we(s,p);n.tables.gsub=Aa.parse(N.data,N.offset)}if(d){const N=we(s,d);n.tables.fvar=PA.parse(N.data,N.offset,n.names)}if(C){const N=we(s,C);n.tables.meta=ya.parse(N.data,N.offset),n.metas=n.tables.meta}return n}function jA(i,e){(typeof window>"u"?YA:VA)(i,function(s,o){if(s)return e(s);let r;try{r=WA(o)}catch(l){return e(l,null)}return e(null,r)})}const Is=1e-12;function gi(i){if(!Array.isArray(i)||i.length===0)return i||[];const e=i[0],t=i[i.length-1];if(!e||!t||e.length<2||t.length<2)return i;const n=e[0]??0,s=e[1]??0,o=t[0]??0,r=t[1]??0;return(Math.abs(n-o)>Is||Math.abs(s-r)>Is)&&i.push([n,s]),i}function St(i){let e=0;if(!i)return 0;for(let t=0;t<i.length-1;t++){const n=i[t],s=i[t+1];if(!n||!s)continue;const o=n[0]??0,r=n[1]??0,l=s[0]??0,a=s[1]??0;e+=o*a-l*r}return e/2}function on(i,e=Is){const t=[];if(!i)return t;for(const n of i){if(!n||n.length<2)continue;const s=t[t.length-1],o=n[0]??0,r=n[1]??0;if(!s){t.push([o,r]);continue}const l=s[0]??0,a=s[1]??0;(Math.abs(o-l)>e||Math.abs(r-a)>e)&&t.push([o,r])}return t}function KA(i,e,t,n,s=16){const o=[],r=i?.[0]??0,l=i?.[1]??0,a=t?.[0]??0,d=t?.[1]??0,u=n?.[0]??0,f=n?.[1]??0,p=e?.[0]??0,h=e?.[1]??0;for(let m=0;m<=s;m++){const w=m/s,A=1-w,C=A*A*A*r+3*A*A*w*a+3*A*w*w*u+w*w*w*p,v=A*A*A*l+3*A*A*w*d+3*A*w*w*f+w*w*w*h;o.push([C,v])}return o}function Ja(i,e){if(!i||!e)return!1;const t=i[0]??0,n=i[1]??0;let s=!1;for(let o=0,r=e.length-1;o<e.length;r=o++){const l=e[o],a=e[r];if(!l||!a)continue;const d=l[0]??0,u=l[1]??0,f=a[0]??0,p=a[1]??0;u>n!=p>n&&t<(f-d)*(n-u)/(p-u+0)+d&&(s=!s)}return s}function Bs(i){return i?(St(i)<0&&i.reverse(),gi(i),i):[]}function $A(i){return i?(St(i)>0&&i.reverse(),gi(i),i):[]}function Za(i,e=16){if(!i||!Array.isArray(i.commands))return[];const t=[];let n=[];for(const s of i.commands){let o=function(l){const a=l.x!==void 0?l.x:0,d=l.y!==void 0?-l.y:0;return[a,d]};const r=s.type;if(r==="M")n.length&&t.push(on(n)),n=[o(s)];else if(r==="L")n.push(o(s));else if(r==="Q"){const a=n[n.length-1]||o(s),d=[],u=s.x??0,f=s.y??0,p=s.x1??0,h=s.y1??0,m=a[0]??0,w=a[1]??0;for(let A=1;A<=e;A++){const C=A/e,v=1-C,x=v*v*m+2*v*C*p+C*C*u,D=v*v*w+2*v*C*h+C*C*-f;d.push([x,D])}d.length?n.push(...d):n.push(o(s))}else if(r==="C"){const a=n[n.length-1]||o(s),d=[s.x1||0,-(s.y1||0)],u=[s.x2||0,-(s.y2||0)],f=[s.x||0,-(s.y||0)],p=KA(a,f,d,u,e);p.length>1?n.push(...p.slice(1)):n.push(f)}else r==="Z"||r==="z"?(n.length&&t.push(on(n)),n=[]):s.x!==void 0&&s.y!==void 0&&n.push(o(s))}return n.length&&t.push(on(n)),t.map(s=>gi(s)).filter(s=>s&&s.length>=4)}function xs(i,e){if(!i)return null;const t=i.map(n=>gi(n.slice()));return{type:"Feature",geometry:{type:"Polygon",coordinates:t},properties:{...e.properties||{},rings:t.length,polygons:1}}}function XA(i,e,t={}){t=Object.assign({sampleSegments:16,simplifyTolerance:0,epsArea:1e-24,debug:!1,scale:1,widthScale:.6,fillWinding:"auto"},t||{scale:1});const n=!!t.debug;if(!i||!i.geometry||!Array.isArray(i.geometry.coordinates))return{type:"FeatureCollection",features:[]};const s=i.geometry.coordinates,o=i.properties||{},r=o.text||o.label||"",l=o.rotation??0,a=t.sampleSegments||16,d=t.epsArea||1e-24,f=o.height/.9||1,p=(t.scale||1)*f,h=-l*Math.PI/180,m=Math.cos(h),w=Math.sin(h),A=o.attachmentPoint||"bottom-left",C=[];if(!e||typeof e.getPaths!="function")return{type:"FeatureCollection",features:C};const v=e.getPaths(r,0,0,t.fontSize||1)||[];let x=[];for(const U of v){const H=Za(U,a);for(const O of H)if(O)for(const E of O)E&&x.push(E)}let D=1/0,N=1/0,I=-1/0,B=-1/0;for(const U of x){if(!U)continue;const H=U[0]??0,O=U[1]??0;D=Math.min(D,H),N=Math.min(N,O),I=Math.max(I,H),B=Math.max(B,O)}const g=I-D,k=B-N;let S=0,P=0;switch(A){case"top-left":S=0,P=-k;break;case"top-center":S=-g/2,P=k;break;case"top-right":S=-g,P=k;break;case"center-left":S=0,P=k/2;break;case"center":S=-g/2,P=k/2;break;case"center-right":S=-g,P=k/2;break;case"bottom-left":S=0,P=0;break;case"bottom-center":S=-g/2,P=0;break;case"bottom-right":S=-g,P=0;break;default:S=0,P=0}for(const U of v){const H=Za(U,a);if(!H||H.length===0)continue;const O=H.map(F=>{if(!F)return[];const R=F.map(L=>{if(!L)return[0,0];let M=(L[0]??0)+S,Q=(L[1]??0)+P;M=M*(t.widthScale||.6);const Y=M*m-Q*w,W=M*w+Q*m;return[s[0]+Y*p,s[1]+W*p]});return gi(on(R))}).filter(F=>F&&F.length>=4&&Math.abs(St(F))>d);if(O.length===0)continue;let E=1;if(t.fillWinding==="positive")E=1;else if(t.fillWinding==="negative")E=-1;else{let F=0,R=-1;for(let Q=0;Q<O.length;Q++){const Y=O[Q];if(!Y)continue;const W=St(Y);Math.abs(W)>R&&(R=Math.abs(W),F=Q)}const L=O[F],M=L?St(L):0;E=M>=0?1:-1,n&&console.log("[simple] auto fillSign=",E,"largest signed area=",M)}const y=O.map((F,R)=>({idx:R,ring:F,signedArea:St(F),absArea:Math.abs(St(F))}));for(const F of y)F.isFilled=F.signedArea*E>0,n&&console.log("[simple] ring",F.idx,"signedArea=",F.signedArea.toExponential(),"isFilled=",F.isFilled);const b=y.filter(F=>F.isFilled).sort((F,R)=>F.absArea-R.absArea),T=y.filter(F=>!F.isFilled).sort((F,R)=>R.absArea-F.absArea);for(const F of b)F.holes=[];for(const F of T){const R=(function(M){let Q=0,Y=0;if(!M||M.length===0)return[0,0];for(const W of M)W&&(Q+=W[0]??0,Y+=W[1]??0);return[Q/M.length,Y/M.length]})(F.ring);let L=null;for(const M of b)Ja(R,M.ring)&&(L===null||M.absArea<L.absArea&&M.idx<F.idx||M.absArea>L.absArea&&M.idx<F.idx&&T.length==1)&&(L=M);if(L){if(L.absArea<F.absArea&&T.length>1)for(const M of b)Ja(R,M.ring)&&M.absArea>F.absArea&&M.holes.push(F.ring);else L.holes.push(F.ring);F.assigned=!0}else F.assigned=!1,n&&console.log("[simple] hole not assigned idx=",F.idx)}for(const F of b){const R=Bs(F.ring.slice()),L=(F.holes||[]).map(M=>$A(M.slice()));C.push(xs([R,...L],i))}for(const F of T)F.assigned||C.push(xs([Bs(F.ring.slice())],i));if(b.length===0)for(const F of y)C.push(xs([Bs(F.ring.slice())],i))}return{type:"FeatureCollection",features:C}}class qA extends qe{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,n=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=n.getCatesian3FromPX(s.position);o&&(n.positions=[o],n._centerCoord=o,n.createLabel(o,function(){n.endCreate(e)}))},t.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(function(s){if(!s||!s.position)return;n.getCatesian3FromPX(s.position)&&n.state},t.ScreenSpaceEventType.MOUSE_MOVE),this.handler.setInputAction(function(s){!s||!s.position||n.endCreate()},t.ScreenSpaceEventType.RIGHT_CLICK)}catch(t){console.error("启动创建标签功能时出错:",t),e&&e(null)}}createLabel(e,t){const n=window.Cesium||this.viewer._cesiumWidget.cesium||this.viewer.scene.cesium,s=this;if(!e){console.error("创建标签时位置参数无效"),t&&t();return}if(!n){console.error("创建标签时无法获取Cesium对象"),t&&t();return}this.clearPolygonEntities(),jA(this.fontUrl,(o,r)=>{try{if(o){console.error("加载字体失败:",o),t&&t();return}const l=n.Cartographic.fromCartesian(e),a=n.Math.toDegrees(l.longitude),d=n.Math.toDegrees(l.latitude),u={type:"Feature",geometry:{type:"Point",coordinates:[a,d]},properties:{text:s.labelText||"",rotation:0}},f={sampleSegments:16,fontSize:s.fontSize,scale:10},p=XA(u,r,f);if(!p||!p.features||!Array.isArray(p.features)){console.error("文本转换为多边形失败"),t&&t();return}s.drawGeoJsonLocal(p,[a,d],1,r),s.entity={_centerCoord:s._centerCoord,_plotInstance:s._plotInstance,position:e,label:{text:s.labelText},updatePosition:function(h){s.updatePositions([h])},getPosition:function(){return s._centerCoord},type:s.type,objId:s.objId,isDraggable:!0,setPosition:function(h){s._centerCoord=h,s.positions[0]=h,s.createLabel(h)}},s.addClickEditHandler(),t&&t()}catch(l){console.error("创建文本标签时发生错误:",l);try{s.clearPolygonEntities()}catch(a){console.error("清理标签多边形实体时出错:",a)}t&&t()}})}drawGeoJsonLocal(e,t,n=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 r=t[0],l=t[1],a=o.Cartesian3.fromDegrees(r,l,0),d=o.Transforms.eastNorthUpToFixedFrame(a),u=n*1;this.clearPolygonEntities();let f=[];for(const x of e.features||[]){if(!x||!x.geometry||x.geometry.type!=="Polygon")continue;const D=x.geometry.coordinates||[];for(const N of D)N&&Array.isArray(N)&&(f=f.concat(N))}let p=1/0,h=1/0,m=-1/0,w=-1/0;for(const x of f)Array.isArray(x)&&x.length>=2&&(p=Math.min(p,x[0]),h=Math.min(h,x[1]),m=Math.max(m,x[0]),w=Math.max(w,x[1]));const A=(p+m)/2,C=(h+w)/2,v=x=>{const D=(x[0]-A)*u,N=(x[1]-C)*u,I=new o.Cartesian3(D,N,0);return o.Matrix4.multiplyByPoint(d,I,new o.Cartesian3)};for(const x of e.features||[]){if(!x||!x.geometry||x.geometry.type!=="Polygon")continue;const D=x.geometry.coordinates||[];if(D.length>0)try{const N=D[0]||[];if(N.length===0)continue;const I=N.map(v);let B;if(D.length>1){const k=D.slice(1).map(S=>!S||!Array.isArray(S)||S.length===0?null:new o.PolygonHierarchy(S.map(v))).filter(Boolean);B=new o.PolygonHierarchy(I,k)}else B=new o.PolygonHierarchy(I);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(N){console.warn("创建多边形实体时出错:",N);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(n){if(!n||!n.position)return;const s=e.viewer.scene.pick(n.position);t.defined(s)&&s.id&&s.id._labelOwner===e.objId&&(n.preventDefault(),e.editText())},t.ScreenSpaceEventType.LEFT_CLICK),this.editHandler.setInputAction(function(n){if(!n||!n.position)return;const s=e.viewer.scene.pick(n.position);t.defined(s)&&s.id&&s.id._labelOwner===e.objId&&(n.preventDefault(),e.openStyleEditor())},t.ScreenSpaceEventType.RIGHT_CLICK)}editText(){const e=this;(function(n,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 r=document.createElement("div");r.style.backgroundColor="white",r.style.padding="20px",r.style.borderRadius="5px",r.style.width="500px",r.style.maxWidth="90vw",r.style.boxShadow="0 4px 8px rgba(0, 0, 0, 0.2)";const l=document.createElement("h3");l.textContent="编辑文本",l.style.marginTop="0";const a=document.createElement("textarea");a.value=n,a.style.width="100%",a.style.height="150px",a.style.marginBottom="10px",a.style.fontSize="14px",a.style.padding="8px",a.style.boxSizing="border-box";const d=document.createElement("div");d.style.display="flex",d.style.justifyContent="flex-end",d.style.gap="10px";const u=document.createElement("button");u.textContent="取消",u.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(a.value)}),d.appendChild(u),d.appendChild(f),r.appendChild(l),r.appendChild(a),r.appendChild(d),o.appendChild(r),document.body.appendChild(o),a.focus();const p=function(h){h.key==="Escape"&&(document.body.removeChild(o),document.removeEventListener("keydown",p),s(null))};document.addEventListener("keydown",p)})(this.labelText,function(n){n!==null&&(e.labelText=n||"点击编辑文本",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 n=t.Cartesian3.add(this._centerCoord,e,new t.Cartesian3);this.updatePositions([n])}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(n,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 r=document.createElement("div");r.style.backgroundColor="white",r.style.padding="20px",r.style.borderRadius="5px",r.style.width="400px",r.style.maxWidth="90vw",r.style.boxShadow="0 4px 8px rgba(0, 0, 0, 0.2)";const l=document.createElement("h3");l.textContent="编辑样式",l.style.marginTop="0";const a=document.createElement("div");a.style.marginBottom="15px";const d=document.createElement("label");d.textContent="文本颜色: ",d.style.display="block",d.style.marginBottom="5px";const u=document.createElement("input");u.type="color",u.value=n.color,u.style.width="50px",a.appendChild(d),a.appendChild(u);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 h=document.createElement("input");h.type="number",h.value=n.fontSize,h.min="8",h.max="200",h.step="1",h.style.width="100%",h.style.padding="5px",h.style.boxSizing="border-box",f.appendChild(p),f.appendChild(h);const m=document.createElement("div");m.style.display="flex",m.style.justifyContent="flex-end",m.style.gap="10px",m.style.marginTop="20px";const w=document.createElement("button");w.textContent="取消",w.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:u.value,fontSize:parseInt(h.value)})}),m.appendChild(w),m.appendChild(A),r.appendChild(l),r.appendChild(a),r.appendChild(f),r.appendChild(m),o.appendChild(r),document.body.appendChild(o);const C=function(v){v.key==="Escape"&&(document.body.removeChild(o),document.removeEventListener("keydown",C),s(null))};document.addEventListener("keydown",C)})(this.getStyle(),function(n){n&&e.setStyle(n)})}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 JA extends qe{constructor(e,t){super(e,t),this.type="point",this.viewer=e;let n={color:Cesium.Color.AQUA,pixelSize:10,outlineWidth:1};this.style=Object.assign(n,t||{}),this.position=null}start(e){!this.prompt&&this.promptStyle.show&&(this.prompt=new dt(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(n){let s=t.getCatesian3FromPX(n.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(n){t.prompt.update(n.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 n=e instanceof Cesium.Cartesian3?e:Cesium.Cartesian3.fromDegrees(e[0],e[1],e[2]);this.position=n,n&&(this.entity=this.createPoint(n),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,n=t.color.getValue();e.colorAlpha=n.alpha,e.color=new Cesium.Color(n.red,n.green,n.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?re.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,n;this.modifyHandler.setInputAction(function(s){let o=t.viewer.scene.pick(s.position);Cesium.defined(o)&&o.id&&(n=o.id,t.forbidDrawWorld(!0))},Cesium.ScreenSpaceEventType.LEFT_DOWN),this.modifyHandler.setInputAction(function(s){if(!n)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){n&&(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 ZA extends qe{constructor(e,t){super(e,t),this.type="polygon",this.viewer=e,this.entity=null,this.polyline=null;let n={outlineColor:"#000000",outlineWidth:2};this.style=Object.assign(n,t||{}),this.outline=null}start(e){!this.prompt&&this.promptStyle.show&&(this.prompt=new dt(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(n){let s=t.getCatesian3FromPX(n.position,t.viewer,[]);if(!s||(t.movePush&&(t.positions.pop(),t.movePush=!1),t.positions.some(l=>Math.abs(l.x-s.x)<1e-6&&Math.abs(l.y-s.y)<1e-6&&Math.abs(l.z-s.z)<1e-6)))return;t.positions.push(s);let r=t.createPoint(s);r.wz=t.positions.length-1,t.controlPoints.push(r)},Cesium.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(function(n){if(t.positions.length<1){t.prompt.update(n.endPosition,"单击开始绘制"),t.state="startCreate";return}t.prompt&&t.prompt.update(n.endPosition,"双击结束,右键取消上一步");let s=t.getCatesian3FromPX(n.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(n){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(n.endPosition,"单击开始绘制"),t.positions=[],t.movePush=!1))},Cesium.ScreenSpaceEventType.RIGHT_CLICK),this.handler.setInputAction(function(n){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 n=e[0]instanceof Cesium.Cartesian3?e:re.lnglatsToCartesians(e);if(n){this.entity=this.createPolygon(),this.polyline=this.createPolyline(),this.polyline.show=this.style.outline,this.positions=n;for(let s=0;s<n.length;s++){let o=n[s],r=Cesium.Cartographic.fromCartesian(n[s]),l=this.createPoint(o);l.point.heightReference=this.style.heightReference,l.ctgc=r,l.wz=this.controlPoints.length,this.controlPoints.push(l)}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 n=this.polyline.polyline;if(n&&this.polyline.show){e.outlineWidth=n.width.getValue(),e.outline=!0;let s=n.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 r=(e.color instanceof Cesium.Color?e.color:Cesium.Color.fromCssColorString(e.color)).withAlpha(e.colorAlpha||1);this.entity.polygon.material=r,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 ey extends qe{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 dt(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(n){const s=t.getCatesian3FromPX(n.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"),r=t._calcCornerCartesian("rightup");t.leftdownPoint=t.createPoint(o),t.leftdownPoint.typeAttr="leftdown",t.leftdownPoint.show=!1,t.rightupPoint=t.createPoint(r),t.rightupPoint.typeAttr="rightup",t.rightupPoint.show=!1}},Cesium.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(function(n){if(!t.entity){t.prompt?.update(n.endPosition,"单击开始绘制");return}t.prompt?.update(n.endPosition,"单击结束");const s=t.getCatesian3FromPX(n.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(n){const s=t.viewer.scene.pick(n.position);if(!s?.id)return;t.modifyPoint=s.id;const o=t.getCatesian3FromPX(n.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(n){if(!t.modifyPoint)return;const s=t.getCatesian3FromPX(n.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,n=this._calcCornerCartesian("rightup"),s=this.rightdown;return[e,s,n,t,e]}_calcCornerCartesian(e){const t=Cesium.Ellipsoid.WGS84,n=t.cartesianToCartographic(this.leftup),s=t.cartesianToCartographic(this.rightdown),o=Math.min(n.longitude,s.longitude),r=Math.max(n.longitude,s.longitude),l=Math.min(n.latitude,s.latitude),a=Math.max(n.latitude,s.latitude);if(e==="leftdown")return Cesium.Cartesian3.fromRadians(o,l);if(e==="rightup")return Cesium.Cartesian3.fromRadians(r,a)}_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 n=Cesium.Ellipsoid.WGS84,s=n.cartesianToCartographic(this.leftup),o=n.cartesianToCartographic(this.rightdown);let r=Math.min(s.longitude,o.longitude),l=Math.max(s.longitude,o.longitude),a=Math.min(s.latitude,o.latitude),d=Math.max(s.latitude,o.latitude);const u=n.cartesianToCartographic(e);t==="leftdown"?(r=u.longitude,a=u.latitude):(l=u.longitude,d=u.latitude),this.leftup=Cesium.Cartesian3.fromRadians(r,d),this.rightdown=Cesium.Cartesian3.fromRadians(l,a)}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 n=t.x-e.x,s=t.y-e.y,o=t.z-e.z;this.leftup=new Cesium.Cartesian3(this.leftup.x+n,this.leftup.y+s,this.leftup.z+o),this.rightdown=new Cesium.Cartesian3(this.rightdown.x+n,this.rightdown.y+s,this.rightdown.z+o);const r=this.entity.objId,l=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=l,this.entity.objId=r;const a=this._calcCornerCartesian("leftdown"),d=this._calcCornerCartesian("rightup");this.leftdownPoint=this.createPoint(a),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?re.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 n=t.color instanceof Cesium.Color?t.color:Cesium.Color.fromCssColorString(t.color||"#00FF00");t.colorAlpha!=null&&(n=n.withAlpha(t.colorAlpha)),this.entity.polyline.material=n,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 n=e[0]instanceof Cesium.Cartesian3?e:re.lnglatsToCartesians(e);if(!n||n.length<2)return!1;if(n.length===2)this.leftup=Cesium.Cartesian3.clone(n[0]),this.rightdown=Cesium.Cartesian3.clone(n[1]);else if(n.length>=4){let s=1/0,o=1/0,r=-1/0,l=-1/0;n.forEach(a=>{const d=Cesium.Ellipsoid.WGS84.cartesianToCartographic(a);d&&(s=Math.min(s,d.longitude),o=Math.min(o,d.latitude),r=Math.max(r,d.longitude),l=Math.max(l,d.latitude))}),this.leftup=Cesium.Cartesian3.fromRadians(s,l),this.rightdown=Cesium.Cartesian3.fromRadians(r,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 ty extends qe{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],n=this.createPoint(t);this.style.clampToGround&&(n.point.heightReference=1),n.wz=this.controlPoints.length,this.controlPoints.push(n)}}start(e){!this.prompt&&this.promptStyle.show&&(this.prompt=new dt(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(n){let s=t.getCatesian3FromPX(n.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(n){if(t.state="creating",t.positions.length<1){t.prompt.update(n.endPosition,"单击开始绘制"),t.state="startCreate";return}t.prompt.update(n.endPosition,"右键取消上一步,双击结束");let s=t.getCatesian3FromPX(n.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(n){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(n.endPosition,"单击开始绘制"),t.movePush=!1,t.positions=[]))},Cesium.ScreenSpaceEventType.RIGHT_CLICK),this.handler.setInputAction(function(n){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 n=e[0]instanceof Cesium.Cartesian3?e:util.lnglatsToCartesians(e);if(n){this.entity=this.createPolyline(this.style),this.positions=n,t&&t(this.entity);for(let s=0;s<n.length;s++){let o=n[s],r=this.createPoint(o);this.style.clampToGround&&(r.point.heightReference=1),r.wz=this.controlPoints.length,this.controlPoints.push(r)}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 n=t.material.color.getValue();e.colorAlpha=n.alpha,e.color=new Cesium.Color(n.red,n.green,n.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 n=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"||(n=s),n}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],n=this.createPoint(t);this.style.clampToGround&&(n.point.heightReference=1),n.wz=this.controlPoints.length,this.controlPoints.push(n)}}getPositions(e){return e?util.cartesiansToLnglats(this.positions,this.viewer):this.positions}}class iy extends qe{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(()=>Rr).then(({default:n})=>{this.prompt=new n(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(n){t.state="creating",t.isDrawing=!0,t.forbidDrawWorld(!0),t.positions=[],t._stagingBuffer.length=0,t.lastAddPosition=null;let s=t._fastPick(n.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(n){if(!t.isDrawing){t.prompt&&n&&n.endPosition&&t.prompt.update(n.endPosition,"单击开始绘制");return}if(t.prompt&&n&&n.endPosition&&t.prompt.update(n.endPosition,"松键结束"),!n||!n.endPosition||t.positions.length+t._stagingBuffer.length>=t.maxPositions)return;let s=t._fastPick(n.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(n){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(n){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,n=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(n)}_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 n=this.viewer.camera.getPickRay(e);let s=null;return n&&(s=this.viewer.scene.globe.pick(n,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 n=this.viewer.camera.getPickRay(e);n&&(t=this.viewer.scene.globe.pick(n,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 n=e;if(t>0){const l=(u,f)=>{if(!u||u.length<2)return u;f=Math.max(1,f|0);const p=[u[0]],h=u.length;for(let m=0;m<h-1;m++){const w=m>0?u[m-1]:u[m],A=u[m],C=u[m+1],v=m+2<h?u[m+2]:u[m+1];for(let x=1;x<f;x++){const D=x/f,N=D*D,I=N*D,B=-.5*w.x+1.5*A.x-1.5*C.x+.5*v.x,g=-.5*w.y+1.5*A.y-1.5*C.y+.5*v.y,k=-.5*w.z+1.5*A.z-1.5*C.z+.5*v.z,S=w.x-2.5*A.x+2*C.x-.5*v.x,P=w.y-2.5*A.y+2*C.y-.5*v.y,U=w.z-2.5*A.z+2*C.z-.5*v.z,H=-.5*w.x+.5*C.x,O=-.5*w.y+.5*C.y,E=-.5*w.z+.5*C.z,y=A.x,b=A.y,T=A.z,F=B*I+S*N+H*D+y,R=g*I+P*N+O*D+b,L=k*I+U*N+E*D+T;p.push(new Cesium.Cartesian3(F,R,L))}p.push(C)}return p},a=Math.max(1,Number(this.style.curveResolution)||1);n.length<200&&a>1&&(n=l(n,a));const d=u=>{if(!u||u.length<2)return u;const f=[];f.push(u[0]);for(let p=0;p<u.length-1;p++){const h=u[p],m=u[p+1],w=new Cesium.Cartesian3(h.x*.75+m.x*.25,h.y*.75+m.y*.25,h.z*.75+m.z*.25),A=new Cesium.Cartesian3(h.x*.25+m.x*.75,h.y*.25+m.y*.75,h.z*.25+m.z*.75);f.push(w),f.push(A)}return f.push(u[u.length-1]),f};n=n.slice(),n.length<300&&(n=d(n),t===2&&n.length<300&&(n=d(n)))}const s=(Number(this.style.angleThreshold)||6)*(Math.PI/180),o=this.positions,r=(l,a,d,u)=>{if(!l||!a||!d)return!1;const f=a.x-l.x,p=a.y-l.y,h=a.z-l.z,m=d.x-a.x,w=d.y-a.y,A=d.z-a.z,C=Math.hypot(f,p,h),v=Math.hypot(m,w,A);if(C===0||v===0)return!1;const x=(f*m+p*w+h*A)/(C*v),D=Math.max(-1,Math.min(1,x)),N=Math.acos(D);return Math.abs(N)<=u};for(let l=0;l<n.length;l++){const a=n[l];if(o.length===0){o.push(Cesium.Cartesian3.clone(a));continue}const d=o[o.length-1];if(!(Cesium.Cartesian3.distance(d,a)<=this.minDistance*.5)){if(o.length>=2){const f=o[o.length-2],p=o[o.length-1],h=a;if(r(f,p,h,s)){o.pop(),o.push(Cesium.Cartesian3.clone(h));continue}}if(o.push(Cesium.Cartesian3.clone(a)),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(n=>Cesium.Cartesian3.clone(n));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),n=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 n.objId=this.objId||null,this.entity=n,n}getMaterial(e,t){t=t||{};try{let n=t.color||Cesium.Color.RED;typeof n=="string"&&(n=Cesium.Color.fromCssColorString(n));const s=t.colorAlpha!==void 0?t.colorAlpha:1;return n=n.withAlpha(s),n}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(n=>Cesium.Cartesian3.clone(n)):t=re&&re.lnglatsToCartesians?re.lnglatsToCartesians(e):e,!t||t.length===0)return!1;this.positions=t.map(n=>Cesium.Cartesian3.clone(n)),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 n=e[0]instanceof Cesium.Cartesian3?e:re.lnglatsToCartesians(e);if(!n||n.length<1)return!1;this.positions=n.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 ny extends qe{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(()=>Rr).then(({default:n})=>{this.prompt=new n(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(n){if(t.state==="startCreate"){t.state="creating",t._finalized=!1;let s=t.getCatesian3FromPX(n.position);if(!s)return;t.positions=[t.Cesium.Cartesian3.clone(s),t.Cesium.Cartesian3.clone(s)],t._createLineEntity(),t._createArrowEntity(),t._createControlPoints(),t.prompt&&n&&n.position&&t.prompt.update(n.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(n){if(t.state==="startCreate"){t.prompt&&n&&n.endPosition&&t.prompt.update(n.endPosition,"单击开始绘制");return}if(t.state==="creating"){let s=t.getCatesian3FromPX(n.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(n=>{try{t.viewer.entities.remove(n)}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 n=this.Cesium.Cartesian3.distance(e,t);if(n<=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,r=this.style.arrowMaxSize!==void 0?this.style.arrowMaxSize:Number.MAX_VALUE;let l=this.style.arrowFixedSize!==void 0?this.style.arrowFixedSize:n*s;l<o&&(l=o),l>r&&(l=r);const a=this.Cesium.Cartesian3.subtract(t,e,new this.Cesium.Cartesian3);this.Cesium.Cartesian3.normalize(a,a);const d=this.Cesium.Transforms.eastNorthUpToFixedFrame(t),u=this.Cesium.Matrix4.getColumn(d,2,new this.Cesium.Cartesian3),f=new this.Cesium.Cartesian3(a.x-u.x*this.Cesium.Cartesian3.dot(a,u),a.y-u.y*this.Cesium.Cartesian3.dot(a,u),a.z-u.z*this.Cesium.Cartesian3.dot(a,u));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(u,f,new this.Cesium.Cartesian3),this.Cesium.Cartesian3.normalize(p,p));const h=this.Cesium.Cartesian3.multiplyByScalar(a,-l,new this.Cesium.Cartesian3),m=this.Cesium.Cartesian3.add(t,h,new this.Cesium.Cartesian3),w=this.style.arrowWidthScale!==void 0?this.style.arrowWidthScale:1,A=Math.sin(this.arrowAngle)*l*w,C=this.Cesium.Cartesian3.multiplyByScalar(p,A,new this.Cesium.Cartesian3),v=this.Cesium.Cartesian3.multiplyByScalar(p,-A,new this.Cesium.Cartesian3),x=this.Cesium.Cartesian3.add(m,C,new this.Cesium.Cartesian3),D=this.Cesium.Cartesian3.add(m,v,new this.Cesium.Cartesian3);return[t,x,D,t]}_createLineEntity(){if(this.lineEntity){try{this.viewer.entities.remove(this.lineEntity)}catch{}this.lineEntity=null}const e=this,t=this._getMaterial(),n=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:n,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(),n=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:n,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 n=t.positions[0],s=t.positions[1];return t._computeArrowPositions(n,s)},!1)}catch{}if(!this._editRenderHandler){this._editRenderHandler=new this.Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas);const t=this;this._editRenderHandler.setInputAction(function(n){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 n=e[0],s=e[1];if(!(n instanceof this.Cesium.Cartesian3))if(Array.isArray(n)&&n.length>=2)n=this.Cesium.Cartesian3.fromDegrees(n[0],n[1]),s=this.Cesium.Cartesian3.fromDegrees(s[0],s[1]);else return!1;return this.positions=[this.Cesium.Cartesian3.clone(n),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],n=e[1];if(!(t instanceof this.Cesium.Cartesian3))if(Array.isArray(t)&&t.length>=2)t=this.Cesium.Cartesian3.fromDegrees(t[0],t[1]),n=this.Cesium.Cartesian3.fromDegrees(n[0],n[1]);else return!1;return this.positions=[this.Cesium.Cartesian3.clone(t),this.Cesium.Cartesian3.clone(n)],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 sy{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 n=this.createByType(e);if(n)return n.attr=e||{},n.start(function(s){t.nowDrawEntityObj=void 0,t.entityObjArr.push(n),e.success&&e.success(n,s),t.endCreateFun&&t.endCreateFun(n,s),e.show==!1&&n.setVisible(!1),t.canEdit&&t.fireEdit&&(n.startEdit(function(){t.editingFun&&t.editingFun(n,n.entity)}),t.nowEditEntityObj=n,t.startEditFun&&t.startEditFun(n,s))}),this.nowDrawEntityObj=n,n}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,n=this.createByType(e);if(n)return n.attr=e,n.createByPositions(e.positions,function(s){t.entityObjArr.push(n),n.setStyle(e.style),e.success&&e.success(n,s),t.endCreateFun&&t.endCreateFun(n,s),e.show==!1&&n.setVisible(!1),t.canEdit&&t.fireEdit&&(n.startEdit(function(){t.editingFun&&t.editingFun(n,n.entity)}),t.startEditFun&&t.startEditFun(n,s),t.nowEditEntityObj=n)}),n}createByGeojson(e){let{features:t}=e,n=[];for(let s=0;s<t.length;s++){let o=t[s];const{properties:r,geometry:l}=o;let a=r.plotType;const d=l.type,u=l.coordinates;let f=[],p="";switch(d){case"LineString":f=re.lnglatsToCartesians(u),p="polyline";break;case"Polygon":f=re.lnglatsToCartesians(u[0]),p="polygon";break;case"Point":f=re.lnglatsToCartesians([u])[0],p=a;break}this.fireEdit=!1;let h=this.createByPositions({type:p,styleType:a,positions:f,style:r.style});h&&n.push(h)}return n}toGeojson(){let e={type:"FeatureCollection",features:[]};if(this.entityObjArr.length==0)return null;for(let t=0;t<this.entityObjArr.length;t++){let n=this.entityObjArr[t],s=n.getPositions(!0),o=[];for(let d=0;d<s.length;d++)o.push([s[d][0],s[d][1]]);let r=n.getStyle(),l=this.transType(n.type),a={type:"Feature",properties:{plotType:n.type,style:r},geometry:{type:l,coordinates:[]}};switch(l){case"Polygon":a.geometry.coordinates=[o];break;case"Point":a.geometry.coordinates=o;break;case"LineString":a.geometry.coordinates=o;break}a.properties=Object.assign(a.properties,n.properties),e.features.push(a)}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 n={};if(t)for(let s=0;s<this.entityObjArr.length;s++){let o=this.entityObjArr[s];if(o.attr[e]==t){n.entityObj=o,n.index=s;break}}else for(let s=0;s<this.entityObjArr.length;s++){let o=this.entityObjArr[s];if(o.attr.id==e){n.entityObj=o,n.index=s;break}}return n}setVisible(e,t){let n=this.getEntityObjByField("id",e);n.entityObj&&n.entityObj.setVisible(t)}getEntityObjByObjId(e){if(!e)return;let t={};for(let n=0;n<this.entityObjArr.length;n++){let s=this.entityObjArr[n];if(s.objId==e){t.entityObj=s,t.index=n;break}}return t}getEntityObjById(e){if(!e)return;let t={};for(let n=0;n<this.entityObjArr.length;n++){let s=this.entityObjArr[n];if(s.attr.id==e){t.entityObj=s,t.index=n;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 n=e.viewer.scene.drillPick(t.position)||[];let s=-1,o;for(let r=0;r<n.length&&s===-1;r++){const l=n[r].id;if(l){for(let a=0;a<e.entityObjArr.length;a++)if(l.objId==e.entityObjArr[a].objId&&e.entityObjArr[a].state!="startCreate"&&e.entityObjArr[a].state!="creating"){s=a,o=l;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 n=e.viewer.scene.drillPick(t.position)||[];let s;for(let o=0;o<n.length;o++){const r=n[o].id;if(r){for(let l=0;l<e.entityObjArr.length;l++)if(r.objId==e.entityObjArr[l].objId){s=r.objId;break}if(s)break}}s&&e.createDelteDom(t.position,s)},Cesium.ScreenSpaceEventType.RIGHT_CLICK)}createDelteDom(e,t){if(!t)return;let n=window.document.createElement("span");n.style.background="rgba(0,0,0,0.5)",n.style.position="absolute",n.style.color="white",n.style.left=e.x+10+"px",n.style.top=e.y+10+"px",n.style.padding="4px",n.style.cursor="pointer",n.id="easy3d-plot-delete",n.setAttribute("objId",t),n.innerHTML="删除",window.document.getElementById(this.viewer.container.id).appendChild(n);const o=window.document.getElementById("easy3d-plot-delete");if(!o)return;let r=this;o.addEventListener("click",l=>{let a=n.getAttribute("objId");r.removeByObjId(a)}),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,n="";return e=e||{},e.type=="polyline"&&(t=new ty(this.viewer,e.style),n="折线_"),e.type=="freehandLine"&&(t=new iy(this.viewer,e.style),n="手绘线_"),e.type=="polygon"&&(t=new ZA(this.viewer,e.style),n="面_"),e.type=="billboard"&&(t=new yp(this.viewer,e.style),n="图标_"),(e.type=="circle"||e.type=="ellipse")&&(t=new Cp(this.viewer,e.style),n="圆_"),e.type=="rectangle"&&(t=new ey(this.viewer,e.style),n="矩形_"),e.type=="gltfModel"&&(t=new Ep(this.viewer,e.style),n="模型_"),e.type=="point"&&(t=new JA(this.viewer,e.style),n="点_"),e.type=="label"&&(t=new qA(this.viewer,e.style),n="文字_"),e.type=="arrow"&&(t=new ny(this.viewer,e.style)),t&&(t.name=n+new Date().getTime()),t}}class el{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 sy(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 n=null;if(t._plotInstance&&typeof t._plotInstance.syncFromEntity=="function")try{t._plotInstance.syncFromEntity();const s=t._plotInstance;s.leftup&&s.rightdown&&(n=this.Cesium.Cartesian3.midpoint(s.leftup,s.rightdown,new this.Cesium.Cartesian3))}catch(s){console.warn("plotInstance.syncFromEntity failed",s)}if(!n){if(e.positions&&e.positions.length)n=this.calculateCenter(e.positions);else if(t.position&&t.position.getValue)n=t.position.getValue();else if(t.polyline&&t.polyline.positions&&t.polyline.positions.getValue){const s=t.polyline.positions.getValue();n=this.calculateCenter(s)}else if(t.polygon&&t.polygon.hierarchy&&t.polygon.hierarchy.getValue){const s=t.polygon.hierarchy.getValue().positions;n=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,r=(s.south+s.north)/2;n=this.Cesium.Cartesian3.fromRadians(o,r,0)}catch{}}n&&(this.centerHandle=this.viewer.entities.add({position:n,point:{pixelSize:10,color:this.Cesium.Color.WHITE,outlineColor:this.Cesium.Color.BLUE,outlineWidth:2}}),this.addDragHandler(e,n))}calculateCenter(e){if(!e||e.length===0)return null;const t=e.map(r=>r);let n=0,s=0,o=0;for(let r=0;r<t.length;r++)n+=t[r].x,s+=t[r].y,o+=t[r].z;return new this.Cesium.Cartesian3(n/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 n=t.polyline.positions.getValue();return Array.isArray(n)?n.slice():[]}if(t.polygon&&t.polygon.hierarchy&&t.polygon.hierarchy.getValue){const n=t.polygon.hierarchy.getValue();return n&&n.positions?n.positions.slice():[]}if(t.position&&t.position.getValue)return[t.position.getValue()];if(t.rectangle&&t.rectangle.coordinates&&t.rectangle.coordinates.getValue){const n=t.rectangle.coordinates.getValue();return[this.Cesium.Cartesian3.fromDegrees(n.west,n.south),this.Cesium.Cartesian3.fromDegrees(n.east,n.south),this.Cesium.Cartesian3.fromDegrees(n.east,n.north),this.Cesium.Cartesian3.fromDegrees(n.west,n.north)]}return[]}addDragHandler(e,t){if(console.log("移动线段"),this._dragHandler){try{this._dragHandler.destroy()}catch{}this._dragHandler=null}let n=!1,s,o=0;const r=16,l=new this.Cesium.ScreenSpaceEventHandler(this.viewer.scene.canvas);this._dragHandler=l;const a=d=>{let u;try{u=this.viewer.scene.pickPosition(d)}catch{}if(!this.Cesium.defined(u)){const f=this.viewer.camera.getPickRay(d);f&&(u=this.viewer.scene.globe.pick(f,this.viewer.scene))}return this.Cesium.defined(u)||(u=this.viewer.scene.camera.pickEllipsoid(d,this.viewer.scene.globe.ellipsoid)),u};l.setInputAction(d=>{let u=!1;const f=this.viewer.scene.drillPick(d.position)||[];for(let p=0;p<f.length;p++){const h=f[p].id;if(h&&h===this.centerHandle){u=!0;break}}if(u){n=!0;const p=a(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),l.setInputAction(d=>{if(!n||!this.Cesium.defined(s))return;const u=performance.now();if(u-o<r)return;o=u;const f=a(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 h=this.centerHandle.position.getValue(this.Cesium.JulianDate.now());if(h){const m=this.Cesium.Cartesian3.add(h,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),l.setInputAction(()=>{if(n){n=!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 u=d.rectangle.coordinates.getValue?d.rectangle.coordinates.getValue():d.rectangle.coordinates;u&&d.rectangle.coordinates.setValue(u)}catch(u){console.warn("Failed to refresh rectangle coordinates",u)}e&&this.selectedEntityObj!==e&&this.showEntityOutline(e)}},this.Cesium.ScreenSpaceEventType.LEFT_UP)}moveEntity(e,t){const n=e.getEntity();if(!n)return;const s=o=>this.Cesium.Cartesian3.add(o,t,new this.Cesium.Cartesian3);if(n.position){const o=n.position.getValue?n.position.getValue():n.position,r=s(o);n.position.setValue?n.position.setValue(r):n.position=r,n.state="moving",e.positions&&e.positions.length===1&&(e.positions[0]=r);return}if(n.polyline){if(n._plotInstance&&n._plotInstance.type==="rectangle"&&typeof n._plotInstance.updatePositions=="function")try{const l=new this.Cesium.Cartesian3(t.x,t.y,t.z);if(n._plotInstance.updatePositions([l]))return}catch(l){console.warn("Failed to update rectangle positions:",l)}if(n._plotInstance&&n._plotInstance.type==="circle"&&typeof n._plotInstance.updatePositions=="function")try{const l=new this.Cesium.Cartesian3(t.x,t.y,t.z);if(n._plotInstance.updatePositions([l]))return}catch(l){console.warn("Failed to update circle positions:",l)}const r=(e.positions&&Array.isArray(e.positions)?e.positions:n.polyline.positions.getValue?n.polyline.positions.getValue():[]).map(l=>s(l));if(e.updatePositions&&typeof e.updatePositions=="function")e.updatePositions(r);else if(e.positions&&Array.isArray(e.positions)&&(e.positions=r),n.polyline&&n.polyline.positions)try{n.polyline.positions instanceof this.Cesium.CallbackProperty||(n.polyline.positions=r)}catch{n.polyline.positions=r}}}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 n=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:!n},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 r=o.type||o.constructor&&o.constructor.name,l={type:r,style:{}};switch(!0){case["freehandLine","CreateFreehandLine","polyline","CreatePolyline","arrow","CreateArrow"].includes(r):l.id=o.objId||o.id||Date.now().toString(),o.style&&(l.style={color:o.style.color,width:o.style.width,opacity:o.style.opacity,...o.style}),o.positions&&Array.isArray(o.positions)&&(l.positions=o.positions.map(a=>a&&typeof a=="object"&&a.x!==void 0&&a.y!==void 0&&a.z!==void 0?{x:a.x,y:a.y,z:a.z}:a)),["freehandLine","CreateFreehandLine"].includes(r)&&(l.isEdit=o.isEdit!==void 0?o.isEdit:!0,l.isFreehand=!0);break;case["rectangle","CreateRectangle"].includes(r):try{l.id=o.objId||o.id||Date.now().toString();let a=[];if(o.positions&&Array.isArray(o.positions)&&o.positions.length)a=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 u=d.polyline.positions.getValue(this.viewer.clock.currentTime);Array.isArray(u)&&(a=u.map(f=>({x:f.x,y:f.y,z:f.z})))}else if(d.rectangle&&d.rectangle.coordinates&&d.rectangle.coordinates.getValue){const u=d.rectangle.coordinates.getValue(this.viewer.clock.currentTime);a=[{west:u.west,south:u.south,east:u.east,north:u.north}]}}catch{}}o.style&&(l.style=Object.assign({},o.style)),a&&a.length&&(l.positions=a)}catch{}break;case["ellipse","CreateEllipse","circle","CreateCircle"].includes(r):try{l.id=o.objId||o.id||Date.now().toString();let a=[];const d=o.getEntity?o.getEntity():o;if(d&&d._plotInstance&&d._plotInstance.type==="circle"&&d._plotInstance.center&&d._plotInstance.radiusPoint){const u=d._plotInstance;a=[{x:u.center.x,y:u.center.y,z:u.center.z},{x:u.radiusPoint.x,y:u.radiusPoint.y,z:u.radiusPoint.z}]}else if(o.positions&&Array.isArray(o.positions)&&o.positions.length)a=o.positions.map(u=>({x:u.x,y:u.y,z:u.z}));else if(d)try{if(d.polyline&&d.polyline.positions&&d.polyline.positions.getValue){const u=d.polyline.positions.getValue(this.viewer.clock.currentTime);Array.isArray(u)&&(a=u.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 u=d.ellipse.center.getValue(this.viewer.clock.currentTime),f=d.ellipse.semiMajorAxis.getValue(this.viewer.clock.currentTime);if(u&&f){const p={x:u.x,y:u.y,z:u.z||0},h={x:p.x+f,y:p.y,z:p.z};a=[p,h]}}}catch{}o.style&&(l.style=Object.assign({},o.style)),a&&a.length&&(l.positions=a)}catch{}break;case["label","CreateLabel"].includes(r):if(o.style)l.style=Object.assign({},o.style);else try{const a=o.getEntity?o.getEntity():o;if(a&&a.label){const d={};try{const u=a.label.fillColor&&a.label.fillColor.getValue?a.label.fillColor.getValue(this.viewer.clock.currentTime):a.label.fillColor;u&&(d.color=u)}catch{}a.label.font&&(d.font=a.label.font),l.style=d}}catch{}if(o.text)l.text=o.text;else try{const a=o.getEntity?o.getEntity():o;if(a&&a.label&&a.label.text){const d=a.label.text.getValue?a.label.text.getValue(this.viewer.clock.currentTime):a.label.text;d&&(l.text=d)}}catch{}if(o.position)l.position=o.position;else try{const a=o.getEntity?o.getEntity():o;if(a&&a.position&&a.position.getValue){const d=a.position.getValue(this.viewer.clock.currentTime);d&&(l.position={x:d.x,y:d.y,z:d.z})}}catch{}break;case["billboard","CreateBillboard"].includes(r):if(o.style)l.style=Object.assign({},o.style);else try{const a=o.getEntity?o.getEntity():o;if(a&&a.billboard){const d={};try{const u=a.billboard.image&&a.billboard.image.getValue?a.billboard.image.getValue(this.viewer.clock.currentTime):a.billboard.image;if(u){if(typeof u=="string")d.image=u;else if(u&&u.src)try{const f=u;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 h=p.getContext("2d");h?(h.drawImage(f,0,0),d.image=p.toDataURL()):d.image=f.src}else d.image=u.src}catch{d.image=u.src}}}catch{}a.billboard.width&&(d.width=a.billboard.width),a.billboard.height&&(d.height=a.billboard.height),l.style=d}}catch{}if(o.position)l.position=o.position;else try{const a=o.getEntity?o.getEntity():o;if(a&&a.position&&a.position.getValue){const d=a.position.getValue(this.viewer.clock.currentTime);d&&(l.position={x:d.x,y:d.y,z:d.z})}}catch{}break;default:o.style&&(l.style=o.style),o.position&&(l.position=o.position);break}switch(!0){case["freehandLine","CreateFreehandLine"].includes(r):t.freehand.push(l);break;case["arrow","CreateArrow"].includes(r):t.arrow.push(l);break;case["label","CreateLabel"].includes(r):t.text.push(l);break;case["billboard","CreateBillboard"].includes(r):t.image.push(l);break;case["polyline","CreatePolyline"].includes(r):t.polyline.push(l);break;case["rectangle","CreateRectangle"].includes(r):t.rectangle.push(l);break;case["ellipse","CreateEllipse","circle","CreateCircle"].includes(r):t.ellipse.push(l);break;default:t.other.push(l)}}});const n={version:"1.0",exportTime:new Date().toISOString(),totalEntities:e.length,annotations:t},s=JSON.stringify(n);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 n=t.annotations;let s=0;const o=(r,l)=>{Array.isArray(r)&&r.forEach(a=>{if(a.style){if(a.style.color&&typeof a.style.color=="object"){const d=a.style.color;a.style.color=`rgba(${Math.round(d.red*255)}, ${Math.round(d.green*255)}, ${Math.round(d.blue*255)}, ${d.alpha||1})`}if(a.style.outlineColor&&typeof a.style.outlineColor=="object"){const d=a.style.outlineColor;a.style.outlineColor=`rgba(${Math.round(d.red*255)}, ${Math.round(d.green*255)}, ${Math.round(d.blue*255)}, ${d.alpha||1})`}}switch(l){case"freehand":case"polyline":case"arrow":if(a.positions&&a.positions.length>0){const d=a.positions.map(p=>p&&typeof p=="object"?new this.Cesium.Cartesian3(p.x,p.y,p.z):p),u={type:l==="freehand"?"freehandLine":l,style:a.style||{},positions:d,id:a.id||+(new Date().getTime()+""+Number(Math.random()*1e3).toFixed(0))},f=this.drawTool.createByPositions(u);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 ${l} entity with objId: ${f.objId}`)}}break;case"rectangle":{try{if(a.positions&&a.positions.length){let d=[];if(a.positions[0]&&a.positions[0].x!==void 0)d=a.positions.map(u=>new this.Cesium.Cartesian3(u.x,u.y,u.z!==void 0?u.z:0));else if(a.positions[0]&&a.positions[0].west!==void 0){const u=a.positions[0];d=[this.Cesium.Cartesian3.fromRadians(u.west,u.south),this.Cesium.Cartesian3.fromRadians(u.east,u.south),this.Cesium.Cartesian3.fromRadians(u.east,u.north),this.Cesium.Cartesian3.fromRadians(u.west,u.north),this.Cesium.Cartesian3.fromRadians(u.west,u.south)]}if(d.length){const u=JSON.parse(JSON.stringify(a.style||{}));if(u.color&&typeof u.color=="string"&&!u.color.startsWith("rgba"))try{const h=JSON.parse(u.color);h.red!==void 0&&(u.color=`rgba(${Math.round(h.red*255)}, ${Math.round(h.green*255)}, ${Math.round(h.blue*255)}, ${h.alpha||1})`)}catch{}const f={type:"rectangle",positions:d,style:u,id:a.id||+(new Date().getTime()+""+Number(Math.random()*1e3).toFixed(0))};let p=null;try{p=this.drawTool.createByPositions(f)}catch(h){console.warn("drawTool.createByPositions(rectangle) failed",h)}if(p){s++,p.isEdit=!0;const h=p.getEntity?p.getEntity():p.entity||p;h&&(h._plotInstance=p,h.objId=p.objId||a.id,h.pickable=!0,h.polyline&&(h.polyline.pickWidth=10),console.log(`Loaded rectangle entity with objId: ${h.objId}, color: ${u.color}`))}}}}catch(d){console.warn("load rectangle failed",d)}break}case"text":if(a.position){const d=a.text||"文字标注",u={type:"label",style:a.style||{},text:d,position:new this.Cesium.Cartesian3(a.position.x,a.position.y,a.position.z||0)};u.style.fontSize||(u.style.fontSize=14),u.style.fontFamily||(u.style.fontFamily="Arial");let f;try{!u.positions&&u.position&&(u.positions=u.position),f=this.drawTool.createByPositions(u),!f&&this.drawTool.startText&&(console.log("使用startText创建文字"),this.drawTool.startText(u.style),this.drawTool.currentEntity&&(this.drawTool.currentEntity.text=d,this.drawTool.currentEntity.position=u.position,f=this.drawTool.currentEntity))}catch(p){console.log("创建文字失败",p)}if(!f)try{const p=this.viewer.entities.add({position:u.position,label:Object.assign({text:d,font:u.style&&u.style.font||"14pt Source Han Sans CN",fillColor:u.style&&u.style.fillColor||this.Cesium.Color.WHITE,outlineColor:u.style&&u.style.outlineColor||this.Cesium.Color.BLACK,outlineWidth:u.style&&u.style.outlineWidth||2,verticalOrigin:u.style&&u.style.verticalOrigin||this.Cesium.VerticalOrigin.BOTTOM,pixelOffset:u.style&&u.style.pixelOffset||new this.Cesium.Cartesian2(0,-10)},u.style&&u.style.label?u.style.label:{})}),h={getEntity:()=>p,entity:p,style:u.style||{},type:"label",objId:a.id||`label_${Date.now()}_${Math.random().toFixed(3)}`,isEdit:!0,destroy:()=>this.viewer.entities.remove(p)};try{p.objId=h.objId}catch{}this.drawTool&&(this.drawTool.entityObjArr||(this.drawTool.entityObjArr=[]),this.drawTool.entityObjArr.push(h)),f=h}catch(p){console.warn("回退创建文字实体失败",p)}f&&(s++,f.isEdit=!0)}break;case"image":if(a.position){const d={type:"billboard",style:a.style||{},position:new this.Cesium.Cartesian3(a.position.x,a.position.y,a.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 u;try{!d.positions&&d.position&&(d.positions=d.position),u=this.drawTool.createByPositions(d),!u&&this.drawTool.startImage&&(console.log("使用startImage创建图片"),this.drawTool.startImage(d.style.image,d.style),this.drawTool.currentEntity&&(this.drawTool.currentEntity.position=d.position,u=this.drawTool.currentEntity))}catch(f){console.log("创建图片失败",f)}if(!u)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}}),h={getEntity:()=>p,entity:p,style:d.style||{},type:"billboard",objId:a.id||`billboard_${Date.now()}_${Math.random().toFixed(3)}`,isEdit:!0,destroy:()=>this.viewer.entities.remove(p)};try{p.objId=h.objId}catch{}this.drawTool&&(this.drawTool.entityObjArr||(this.drawTool.entityObjArr=[]),this.drawTool.entityObjArr.push(h)),u=h}catch(f){console.warn("回退创建图片实体失败",f)}u&&(s++,u.isEdit=!0)}break;case"ellipse":case"circle":{try{const d=JSON.parse(JSON.stringify(a.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 u=[],f=!1;if(a.positions&&a.positions.length&&(a.positions[0]&&a.positions[0].x!==void 0&&(u=a.positions.map(p=>new this.Cesium.Cartesian3(p.x,p.y,p.z!==void 0?p.z:0))),u.length)){const p={type:l,positions:u,style:d,id:a.id||+(new Date().getTime()+""+Number(Math.random()*1e3).toFixed(0))};let h=null;try{if(h=this.drawTool.createByPositions(p),h){s++,h.isEdit=!0;const m=h.getEntity?h.getEntity():h.entity||h;m&&(m._plotInstance=h,m.objId=h.objId||a.id,m.pickable=!0,m.polyline&&(m.polyline.pickWidth=10),console.log(`Loaded ${l} entity with objId: ${m.objId} using positions`)),f=!0}}catch(m){console.warn(`drawTool.createByPositions(${l}) failed`,m)}}if(!f&&a.center&&a.radius)try{const p=new this.Cesium.Cartesian3(a.center.x,a.center.y,a.center.z||0),h=this.Cesium.Cartesian3.add(p,new this.Cesium.Cartesian3(a.radius,0,0),new this.Cesium.Cartesian3),w={type:l,positions:[p,h],style:d,id:a.id||+(new Date().getTime()+""+Number(Math.random()*1e3).toFixed(0))};let A=null;try{if(A=this.drawTool.createByPositions(w),A){s++,A.isEdit=!0;const C=A.getEntity?A.getEntity():A.entity||A;C&&(C._plotInstance=A,C.objId=A.objId||a.id,C.pickable=!0,C.polyline&&(C.polyline.pickWidth=10),console.log(`Loaded ${l} entity with objId: ${C.objId} using center and radius`))}}catch(C){console.warn(`drawTool.createByPositions(${l}) with center/radius failed`,C)}}catch(p){console.warn(`Fallback creation for ${l} failed`,p)}}catch(d){console.warn(`load ${l} failed`,d)}break}default:console.log(`尝试加载未知类型实体: ${l}`);break}})};return Object.keys(n).forEach(r=>{o(n[r],r)}),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 n;try{n=this.Cesium.Color.fromCssColorString(e)}catch(s){console.warn("Invalid color format:",e,s),n=e}if(t.polyline)try{t.polyline.material=new this.Cesium.ColorMaterialProperty(n)}catch{t.polyline.material=n}else if(t.polygon)try{t.polygon.material=new this.Cesium.ColorMaterialProperty(n)}catch{t.polygon.material=n}else if(t.rectangle){const s=t.rectangle.outline,o=t.rectangle.outlineWidth;try{t.rectangle.material=new this.Cesium.ColorMaterialProperty(n)}catch{t.rectangle.material=n}t.rectangle.outlineColor=n,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,r=s.outlineColor,l=s.outlineWidth;s.material=n,o!==void 0&&(s.outline=o),r!==void 0&&(s.outlineColor=r),l!==void 0&&(s.outlineWidth=l)}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 n=2;if(typeof e=="number")n=e;else switch(e){case"thin":n=2;break;case"medium":n=4;break;case"thick":n=8;break}if(t.polyline)t.polyline.width=n;else if(t.polygon&&t.polygon.outline)t.polygon.outlineWidth=n;else if(t.rectangle&&t.rectangle.outline)t.rectangle.outlineWidth=n;else if((t.ellipse||t.circle)&&(t.ellipse?.outline||t.circle?.outline)){const s=t.ellipse||t.circle;s.outlineWidth=n}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 tl{viewer;cesium;handler=null;measureEntities=[];originalDoubleClickAction=null;onMeasure=()=>{};activePoints=[];floatingPoint=null;activeShape=null;type=null;unit="m";cursorPosition=null;isSnapping=!1;snapIndicator=null;constructor({viewer:e,cesium:t}){this.viewer=e,this.cesium=t;const n=this.cesium;this.originalDoubleClickAction=this.viewer.screenSpaceEventHandler.getInputAction(n.ScreenSpaceEventType.LEFT_DOUBLE_CLICK),this.viewer.screenSpaceEventHandler.removeInputAction(n.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.handler=new t.ScreenSpaceEventHandler(this.viewer.scene.canvas),this.handler.setInputAction(n=>{const s=this.getPickPosition(n.position);s&&this.addPoint(s)},t.ScreenSpaceEventType.LEFT_CLICK),this.handler.setInputAction(n=>{const s=this.getPickPosition(n.endPosition);s&&(this.cursorPosition=s,this.updateFloatingPoint(s))},t.ScreenSpaceEventType.MOUSE_MOVE),this.type==="area"&&this.handler.setInputAction(()=>{this.finish()},t.ScreenSpaceEventType.LEFT_DOUBLE_CLICK)}addPoint(e){const t=this.cesium;this.activePoints.push(e);const n=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(n),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 r=this.viewer.entities.add({polyline:{positions:[s,o],width:2,material:t.Color.YELLOW,depthFailMaterial:t.Color.YELLOW}});this.measureEntities.push(r);const l=t.Cartesian3.distance(s,o),a=t.Cartesian3.midpoint(s,o,new t.Cartesian3);this.addLabel(a,this.formatDistance(l));const d=t.Transforms.eastNorthUpToFixedFrame(s),u=t.Matrix4.inverse(d,new t.Matrix4),f=t.Matrix4.multiplyByPoint(u,o,new t.Cartesian3),p=f.x,h=f.y,m=f.z,w=t.Matrix4.getColumn(d,0,new t.Cartesian3),A=t.Matrix4.getColumn(d,1,new t.Cartesian3),C=t.Cartesian3.multiplyByScalar(w,p,new t.Cartesian3),v=t.Cartesian3.add(s,C,new t.Cartesian3),x=t.Cartesian3.multiplyByScalar(A,h,new t.Cartesian3),D=t.Cartesian3.add(v,x,new t.Cartesian3);if(this.viewer.scene.mode!==t.SceneMode.SCENE2D){const N=this.viewer.entities.add({polyline:{positions:[s,v],width:2,material:new t.PolylineDashMaterialProperty({color:t.Color.RED}),depthFailMaterial:new t.PolylineDashMaterialProperty({color:new t.Color(1,0,0,.5)})}}),I=this.viewer.entities.add({polyline:{positions:[v,D],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:[D,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(N,I,B)}this.onMeasure({type:"distance",dx:p,dy:h,dz:m,dist:l}),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],r=this.activePoints[2];if(this.activeShape){this.viewer.entities.remove(this.activeShape);const a=this.viewer.entities.add({polyline:{positions:[s,o,r],width:2,material:t.Color.YELLOW,depthFailMaterial:t.Color.YELLOW}});this.measureEntities.push(a)}const l=this.calculateAngle(s,o,r);this.addLabel(o,`${l.toFixed(1)}°`),this.onMeasure({type:"angle",angle:l}),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 n=this.activePoints[this.activePoints.length-1];this.addLabel(n,`Total: ${this.formatDistance(t)}`)}else if(this.type==="area"&&this.activePoints.length>=3){const t=this.calculateArea(this.activePoints),n=this.calculateCenter(this.activePoints);this.addLabel(n,`面积: ${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.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 n=this.viewer.entities.add({polyline:{positions:t,width:2,material:e.Color.YELLOW,depthFailMaterial:e.Color.YELLOW}});this.measureEntities.push(n)}else if(this.type==="area"){const t=[...this.activePoints];this.viewer.entities.remove(this.activeShape);const n=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(n)}this.activeShape=null}this.activePoints=[],this.type=null,this.cursorPosition=null}getPickPosition(e){const t=this.cesium;let n;try{n=this.viewer.scene.pickPosition(e)}catch{}if(!n||!t.defined(n)){const s=this.viewer.camera.getPickRay(e);s&&(n=this.viewer.scene.globe.pick(s,this.viewer.scene))}if((!n||!t.defined(n))&&(n=this.viewer.scene.camera.pickEllipsoid(e,this.viewer.scene.globe.ellipsoid)),!n||!t.defined(n))return null;if(this.isSnapping){const s=this.snapToVertex(e);if(s)n=s;else{const o=this.snapTo3DTileFeature(e);o&&(n=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}}))),n}snapTo3DTileFeature(e){const t=this.cesium,n=10,s=[{x:0,y:0},{x:-n,y:0},{x:n,y:0},{x:0,y:-n},{x:0,y:n},{x:-n,y:-n},{x:n,y:-n},{x:-n,y:n},{x:n,y:n}];for(let o=0;o<s.length;o++){const r=s[o];if(!r)continue;const l=new t.Cartesian2(e.x+r.x,e.y+r.y);let a=null;try{a=this.viewer.scene.pick(l)}catch{}if(t.defined(a)&&(a instanceof t.Cesium3DTileFeature||a.primitive&&a.primitive instanceof t.PointPrimitive))try{const d=this.viewer.scene.pickPosition(l);if(d)return d}catch{}}return null}snapToVertex(e){const t=this.cesium,n=this.viewer.entities.values;let s=20,o=null;for(let r=0;r<n.length;r++){const l=n[r];if(!l.show)continue;let a=[];if(l.polyline&&l.polyline.positions){const d=l.polyline.positions.getValue(t.JulianDate.now());d&&(a=d)}else if(l.polygon&&l.polygon.hierarchy){const d=l.polygon.hierarchy.getValue(t.JulianDate.now());d&&d.positions&&(a=d.positions)}else if(l.position){const d=l.position.getValue(t.JulianDate.now());d&&(a=[d])}else if(l.rectangle&&l.rectangle.coordinates){const d=l.rectangle.coordinates.getValue(t.JulianDate.now());d&&(a=[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<a.length;d++){const u=a[d];try{const f=this.viewer.scene.cartesianToCanvasCoordinates(u);if(f){const p=t.Cartesian2.distance(f,e);p<s&&(s=p,o=u)}}catch{}}}return o}addLabel(e,t){const n=this.cesium,s=this.viewer.entities.add({position:e,label:{text:t,font:"14px sans-serif",fillColor:n.Color.WHITE,style:n.LabelStyle.FILL_AND_OUTLINE,outlineWidth:2,verticalOrigin:n.VerticalOrigin.BOTTOM,pixelOffset:new n.Cartesian2(0,-10),disableDepthTestDistance:Number.POSITIVE_INFINITY,showBackground:!0,backgroundColor:new n.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,n){const s=this.cesium,o=s.Cartesian3.subtract(e,t,new s.Cartesian3),r=s.Cartesian3.subtract(n,t,new s.Cartesian3);s.Cartesian3.normalize(o,o),s.Cartesian3.normalize(r,r);const l=s.Cartesian3.dot(o,r),a=Math.max(-1,Math.min(1,l)),d=Math.acos(a);return s.Math.toDegrees(d)}calculateArea(e){const t=this.cesium;if(e.length<3)return 0;const n=e[0],s=new t.Cartesian3(0,0,0);for(let o=1;o<e.length-1;o++){const r=e[o],l=e[o+1],a=t.Cartesian3.subtract(r,n,new t.Cartesian3),d=t.Cartesian3.subtract(l,n,new t.Cartesian3),u=t.Cartesian3.cross(a,d,new t.Cartesian3);t.Cartesian3.add(s,u,s)}return t.Cartesian3.magnitude(s)*.5}calculateCenter(e){const t=this.cesium;if(!e||e.length===0)return null;let n=0,s=0,o=0;for(let r=0;r<e.length;r++)n+=e[r].x,s+=e[r].y,o+=e[r].z;return new t.Cartesian3(n/e.length,s/e.length,o/e.length)}formatArea(e){return e>1e6?`${(e/1e6).toFixed(2)} km²`:`${e.toFixed(2)} m²`}}const be=c.reactive({visible:!1,type:"info",title:"",description:"",closable:!1,showIcon:!0,duration:3});let ye=null,il=null,nl=!1,Ss=null,rn=null,Ts=null;function oy(){if(rn||typeof document>"u")return;const i=`
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=`
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
- `;rn=document.createElement("style"),rn.textContent=i,document.head.appendChild(rn)}function ry(){if(nl)return;oy(),ye=document.createElement("div"),ye.className="tech-alert-wrapper",(Ts||document.body).appendChild(ye);const e={setup(){return()=>be.visible?c.h(ge.Alert,{class:`tech-alert tech-alert-${be.type}`,message:be.title,description:be.description,showIcon:be.showIcon,closable:be.closable,onClose:()=>{be.visible=!1}},{icon:()=>be.type==="loading"?c.h($t.LoadingOutlined):be.type==="success"?c.h($t.CheckCircleOutlined):be.type==="error"?c.h($t.CloseCircleOutlined):be.type==="warning"?c.h($t.ExclamationCircleOutlined):c.h($t.InfoCircleOutlined)}):null}};il=c.createVNode(e),c.render(il,ye),nl=!0}function mi(i){ry(),Ss&&clearTimeout(Ss),be.type=i.type||"info",be.title=i.title||"",be.description=i.description||"",be.closable=i.closable??!1,be.showIcon=i.showIcon??!0,be.visible=!0;const e=i.container||Ts;ye&&(e?(ye.parentNode!==e&&e.appendChild(ye),ye.style.position="absolute",ye.style.top="20px",ye.style.left="50%",ye.style.transform="translateX(-50%)"):(ye.parentNode!==document.body&&document.body.appendChild(ye),ye.style.position="fixed",ye.style.top="20px",ye.style.left="50%",ye.style.transform="translateX(-50%)"));const t=i.duration??(be.type==="loading"?0:3);t>0&&(Ss=setTimeout(()=>{be.visible=!1},t*1e3))}const fe={setContainer:i=>{Ts=i,ye&&i&&ye.parentNode!==i&&(i.appendChild(ye),ye.style.position="absolute")},info:(i,e,t,n)=>mi({type:"info",title:i,description:e,duration:t,container:n}),success:(i,e,t,n)=>mi({type:"success",title:i,description:e,duration:t,container:n}),error:(i,e,t,n)=>mi({type:"error",title:i,description:e,duration:t,container:n}),warning:(i,e,t,n)=>mi({type:"warning",title:i,description:e,duration:t,container:n}),loading:(i,e,t)=>mi({type:"loading",title:i,description:e,duration:0,container:t}),close:()=>{be.visible=!1}};class ay{cesium;viewer;events=new Hi;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 n=this.cesium.Color.fromCssColorString(e);n?(this.viewer.scene.backgroundColor=n,this.viewer.scene.globe.baseColor=n):(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"),n=new Promise((s,o)=>setTimeout(()=>o(new Error("ArcGIS Terrain request timed out")),5e3));this.viewer.terrainProvider=await Promise.race([t,n])}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(n){console.error("Failed to enable terrain (both ArcGIS and Ion failed):",n),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 n=t.screenSpaceCameraController;this.setBackgroundColor("#000000"),this.setGlobeColor("#000000"),this.viewer.imageryLayers.removeAll(),n.enableZoomInertia=!1,n.enableTilt=!1,n.enableLook=!1,n.enableCollisionDetection=!1,n.inertiaSpin=0,n.inertiaZoom=0,n.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 n=Date.now();this.lastBaseMapRequestId=n;const s=this.viewer.imageryLayers,o=[];if(e==="tianditu"){const r=t?.token||"c25f14fb6bd4397cf8fe45144ff768d6",l=t?.layerType||"img_w",a=l.split("_"),d=a[0]||"img",u=a[1]||"w";let f="";d==="img"?f="cia":d==="vec"?f="cva":d==="ter"&&(f="cta");const p=f?`${f}_${u}`:"";o.push(new this.cesium.WebMapTileServiceImageryProvider({url:`https://{s}.tianditu.gov.cn/${l}/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=${d}&STYLE=default&TILEMATRIXSET=${u}&FORMAT=tiles&TILEMATRIX={TileMatrix}&TILEROW={TileRow}&TILECOL={TileCol}&tk=${r}`,layer:d,style:"default",format:"tiles",tileMatrixSetID:u,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=${u}&FORMAT=tiles&TILEMATRIX={TileMatrix}&TILEROW={TileRow}&TILECOL={TileCol}&tk=${r}`,layer:f,style:"default",format:"tiles",tileMatrixSetID:u,maximumLevel:18,subdomains:["t0","t1","t2","t3","t4","t5","t6","t7"]}))}else if(e==="arcgis"){console.log("Switching to ArcGIS...");const r=t?.url||"https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer";try{if(this.cesium.ArcGisMapServerImageryProvider.fromUrl){const l=this.cesium.ArcGisMapServerImageryProvider.fromUrl(r,{enablePickFeatures:!1}),a=new Promise((u,f)=>setTimeout(()=>f(new Error("ArcGIS metadata request timed out")),3e3)),d=await Promise.race([l,a]);o.push(d)}else o.push(new this.cesium.ArcGisMapServerImageryProvider({url:r,enablePickFeatures:!1}))}catch(l){console.warn("ArcGIS provider failed (or timed out), fallback to XYZ template",l),o.push(new this.cesium.UrlTemplateImageryProvider({url:`${r}/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!==n){console.log("BaseMap switch cancelled due to new request.");return}s.removeAll(),o.forEach(r=>s.addImageryProvider(r))}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)}`,r=await fetch(o);if(!r.ok)throw new Error(`HTTP ${r.status}`);return await r.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 n=this.cesium.JulianDate.fromDate(t);this.viewer.clock.currentTime=n}setModelColorAdjustment(e){if(this.is2d)return;const t=this.viewer,n=this.cesium;if(!t||!t.scene)return;const s=e.brightness!==void 0?e.brightness:1,o=e.contrast!==void 0?e.contrast:1,r=e.saturation!==void 0?e.saturation:1,l=t.scene.primitives,a=l.length,d=!!n.CustomShader;for(let u=0;u<a;++u){const f=l.get(u);if(f instanceof n.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",r);else{const p=new n.CustomShader({uniforms:{u_brightness:{type:n.UniformType.FLOAT,value:s},u_contrast:{type:n.UniformType.FLOAT,value:o},u_saturation:{type:n.UniformType.FLOAT,value:r}},fragmentShaderText:`
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:`
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 n.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 n=t.postProcessStages.ambientOcclusion;n.enabled=e,e&&(n.uniforms.ambientOcclusionOnly=!1,n.uniforms.intensity=3,n.uniforms.bias=.1,n.uniforms.lengthCap=.03,n.uniforms.stepSize=1,n.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,n=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(n.CameraEventType.WHEEL)||t.zoomEventTypes.push(n.CameraEventType.WHEEL);return}t.zoomEventTypes=t.zoomEventTypes.filter(o=>o!==n.CameraEventType.WHEEL),this._customZoomHandler=new n.ScreenSpaceEventHandler(this.viewer.scene.canvas);let s=null;this._customZoomHandler.setInputAction(o=>{s=o.endPosition},n.ScreenSpaceEventType.MOUSE_MOVE),this._customZoomHandler.setInputAction(o=>{const r=this.viewer.camera,l=r.positionCartographic.height,a=Math.sign(o);if(l<.15&&a>0){fe.info("无法继续放大");return}const d=.3;let u=0;if(a>0){const m=l-1;u=m>0?m*d:0}else u=l*d;u=Math.max(.1,u),console.log(l);let f=null;if(!s)f=r.direction;else{const m=r.getPickRay(s);if(m){let w=this.viewer.scene.pickPosition(s);if(!w){const A=n.IntersectionTests.rayEllipsoid(m,this.viewer.scene.globe.ellipsoid);A&&(w=n.Ray.getPoint(m,A.start))}if(w){const A=n.Cartesian3.subtract(w,r.position,new n.Cartesian3);f=n.Cartesian3.normalize(A,new n.Cartesian3)}else f=r.direction}else f=r.direction}const p=a>0?u:-u*2,h=n.Cartesian3.multiplyByScalar(f,p,new n.Cartesian3);r.position=n.Cartesian3.add(r.position,h,new n.Cartesian3)},n.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 ly{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:n,duration:s}=e,o=new this.cesium.Cartesian3(t.x,t.y,t.z),r=new this.cesium.HeadingPitchRoll(n.heading,n.pitch,n.roll);!s||s<=0?this.viewer.camera.setView({destination:o,orientation:r}):this.viewer.camera.flyTo({destination:o,orientation:r,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||{},n=e.destination||e.position||{};this.flyToCameraView({position:{x:Number(n.x),y:Number(n.y),z:Number(n.z)},destination:{x:Number(n.x),y:Number(n.y),z:Number(n.z)},orientation:{heading:Number(t.heading||0),pitch:Number(t.pitch||0),roll:Number(t.roll||0)},duration:e.duration})}flyToLonLatHeight(e,t,n,s=1){const o=this.cesium.Cartesian3.fromDegrees(e,t,n),r={heading:this.cesium.Math.toRadians(0),pitch:this.cesium.Math.toRadians(-90),roll:0};!s||s<=0?this.viewer.camera.setView({destination:o,orientation:r}):this.viewer.camera.flyTo({destination:o,orientation:r,duration:s})}}function cy(i){const{container:e,appContext:t,methods:n,viewerOptions:s,options:o,callbacks:r}=i,l=new Hi,a=window.Cesium;if(!a)throw new Error("Cesium is not loaded");e.id=`cesium-container-${ip()}`;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}}},u=t?.config?.globalProperties?.$leitingBimOptions,f={...d,...u?.viewerOptions??{},...s??{}},p=new a.Viewer(e,f);p.camera.setView({destination:a.Cartesian3.fromDegrees(108,32,1e7),orientation:{heading:a.Math.toRadians(0),pitch:a.Math.toRadians(-90),roll:0}});let h=n;if(!h&&u&&(u.methods||(u.methods={}),h=u.methods),h){const m=new gp({cesium:a,viewer:p,options:o,callbacks:r}),w=new Dr({cesium:a,viewer:p}),A=new ay({cesium:a,viewer:p}),C=new mp({cesium:a,viewer:p}),v=new ly({cesium:a,viewer:p});let x;const D=new tl({cesium:a,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"),x=new el({cesium:a,viewer:p})),w.events.on("tilesetLoaded",g=>{m.baseCompt.attachTileset(g,m.baseCompt.selectedColor),m.baseSection.attachTileset(g,g.leiting?.model?.modelId),h&&h.tilesLoad3dTiles&&h.tilesLoad3dTiles(g),o?.tilesLoad3dTiles&&o.tilesLoad3dTiles(g.leiting)}),w.events.on("loadingStatus",g=>{h&&h.onLoadingStatus&&h.onLoadingStatus(g)}),w.events.on("mountAll3Dtiles",({modelList:g})=>{o?.mountAll3Dtiles&&o.mountAll3Dtiles(g),h?.mountAll3Dtiles&&h.mountAll3Dtiles(g)}),w.events.on("updateModels",({modelList:g})=>{o?.updateModels&&o.updateModels(g),h?.updateModels&&h.updateModels(g)}),C.events.on("mountAllCad",g=>{o?.mountAllCad&&o.mountAllCad(g),h?.mountAllCad&&h.mountAllCad(g)}),m.baseCompt.loadNodeDetailsForModel=g=>w.loadNodeDetailsForModel(g),m.baseCompt.selectionChange(g=>{g.length!==0&&(o?.selectionChange&&o.selectionChange(g),h?.selectionChange&&h.selectionChange(g))}),h.onSearchComponent=g=>{o?.searchComponent&&o.searchComponent(g),h?.searchComponent&&h.searchComponent(g)};const N=h.saveRegion;h.saveRegion=g=>{o?.saveRegion&&o.saveRegion(g),N&&N!==o?.saveRegion&&N(g)};const I=h.saveCadCalibration;h.saveCadCalibration=g=>{o?.saveCadCalibration&&o.saveCadCalibration(g),I&&I!==o?.saveCadCalibration&&I(g)};const B=h.saveCadRegion;h.saveCadRegion=g=>{o?.saveCadRegion&&o.saveCadRegion(g),B&&B!==o?.saveCadRegion&&B(g)},h.getCesium=()=>a,h.getViewer=()=>p,h.getAnnotationInstance=()=>x,h.getMeasureInstance=()=>D,h.flyToCamera=g=>{v.setCameraView(g)},h.flyToLonLatHeight=(g,k,S,P=1)=>{v.flyToLonLatHeight(g,k,S,P)},h.flyTo=h.flyToCamera,h.getCameraState=()=>v.getCameraView(),h.getCameraInfo=h.getCameraState,h.restoreCameraState=g=>v.flyToCameraView(g),h.flyToCameraView=h.restoreCameraState,h.getCameraPositionTarget=()=>v.getCurrentCameraPositionAndTarget(),h.getCurrentCameraPositionAndTarget=h.getCameraPositionTarget,h.setCameraLookAt=g=>v.setCameraView(g),h.setCameraView=h.setCameraLookAt,h.setCanvasBackground=g=>A.setBackgroundColor(g),h.setBackgroundColor=h.setCanvasBackground,h.setAntiAliasing=g=>m.enableCesiumFXAA(g),h.enableCesiumFXAA=h.setAntiAliasing,h.setSceneVisibility=g=>m.setSceneOptions(g),h.setSceneOptions=h.setSceneVisibility,h.addDebugPoint=(g,k,S=0)=>{p.entities.add({position:a.Cartesian3.fromDegrees(g,k,S),point:{pixelSize:10,color:a.Color.RED}})},h.addPoint=h.addDebugPoint,h.toggleDebugLabels=()=>m.enableTestLabel(),h.enableTestLabel=h.toggleDebugLabels,h.captureScreenshot=()=>{const g=p.scene.canvas;return p.render(),g.toDataURL("image/png")},h.getImageBase64=h.captureScreenshot,h.captureDomScreenshot=(g,k)=>m.getSnapDomSImageBase64(g,k),h.getSnapDomSImageBase64=h.captureDomScreenshot,h.addModels=g=>w.addModels(g),h.add3DtilesModel=h.addModels,h.addObliquePhotography=g=>w.addOSGB(g),h.addOSGB=h.addObliquePhotography,h.adjustOSGBModelMatrix=g=>w.updateOSGBMatrix(g),h.updateOSGBMatrix=h.adjustOSGBModelMatrix,h.setModelVisibility=g=>w.showModels(g),h.showModels=h.setModelVisibility,h.showTileset=h.setModelVisibility,h.removeModels=g=>w.deleteModels(g),h.deleteModels=h.removeModels,h.clearAllModels=()=>{w.deleteAllModels(),l.emit("deleteAllModels")},h.deleteAllModelList=h.clearAllModels,h.deleteAllModels=h.clearAllModels,h.flyToModel=g=>w.flyToTileset(g),h.flyToTileset=h.flyToModel,h.flyToByModelId=h.flyToModel,h.setModelBrightness=g=>m.updateModelEffect(g),h.updateModelEffect=h.setModelBrightness,h.getAllTilesets=()=>w.getMapTileset(),h.getMapTileset=h.getAllTilesets,h.getCurrentModelId=()=>w.getBIMmodelId(),h.getBIMmodelId=h.getCurrentModelId,h.getLoadedModels=()=>w.getModelList(),h.getModelList=h.getLoadedModels,h.loadModelStructure=async g=>{const k=typeof g=="string"?g:g?.modelId;if(!k){console.warn("loadModelStructure: modelId is required");return}return await w.loadTreeForModel(k)},h.loadTreeForModel=h.loadModelStructure,h.loadModelDetails=async g=>{const k=typeof g=="string"?g:g?.modelId;if(!k){console.warn("loadModelDetails: modelId is required");return}return await w.loadNodeDetailsForModel(k)},h.loadNodeDetailsForModel=h.loadModelDetails,h._loadNodeDetailsForModel=async g=>{const k=typeof g=="string"?g:g?.modelId;if(!k){console.warn("loadModelDetails: modelId is required");return}return await w._loadNodeDetailsForModel(k)},h.setMapTileset=g=>w.setMapTileset(g),h.setCurrentModelId=g=>w.setBIMmodelId(g),h.setBIMmodelId=h.setCurrentModelId,h.setModelList=g=>w.setModelList(g),h.highlightComponents=(g,k={})=>m.baseCompt.setSelectColorUserModelCpt(g,k),h.setSelectColorUserModelCpt=h.highlightComponents,m.baseCompt.setLoadNodeDetailsCallback(g=>w.loadNodeDetailsForModel(g)),h.highlightAllComponents=(g,k)=>m.baseCompt.setAllSelectColorUserModelCpt(g,k),h.setAllSelectColorUserModelCpt=h.highlightAllComponents,h.setSelectColorUserModelCptByClear=(g,k)=>{m.baseCompt.clearAllHaveSelected(),m.baseCompt.setSelectColorUserModelCpt(g.selectCpts,k??{rank:0})},h.clearSelectColorUserModelCpt=()=>m.baseCompt.clearAllHaveSelected(),h.selectComponents=(g,k)=>{m.baseCompt.clearAllHaveSelected(),m.baseCompt.setSelectColorUserModelCpt(g,k??{rank:0})},h.setSelecteds=h.selectComponents,h.setSelectionColor=(g,k,S,P)=>m.baseCompt.setSelectedColorRgba(g,k,S,P),h.setSelectedColor=h.setSelectionColor,h.clearSelection=()=>m.baseCompt.clearAllHaveSelected(),h.clearAllHaveSelected=h.clearSelection,h.getSelectedComponents=g=>m.baseCompt.getSelected(g),h.getSelected=h.getSelectedComponents,h.onSelectionChange=g=>{m.baseCompt.selectionChange(g)},h.selectionChange=h.onSelectionChange,h.flyToComponents=g=>m.baseCompt.flyToObjects(g),h.flyToObjects=h.flyToComponents,h.setConstructionData=async g=>{if(g&&Array.isArray(g)){const k=new Set;g.forEach(S=>{S.mergeCpts&&Array.isArray(S.mergeCpts)&&S.mergeCpts.forEach(P=>{P.modelId&&k.add(P.modelId)})}),k.size>0&&await Promise.all(Array.from(k).map(S=>h.loadNodeDetailsForModel(S)))}m.baseCompt.setAllConstructionProgressTracking(g)},h.setAllConstructionProgressTracking=h.setConstructionData,h.startConstructionSimulation=()=>m.baseCompt.enableConstructionProgressTracking(),h.enableAllConstructionProgressTracking=h.startConstructionSimulation,h.stopConstructionSimulation=()=>m.baseCompt.disableConstructionProgressTracking(),h.disableConstructionProgressTracking=h.stopConstructionSimulation,h.disableAllConstructionProgressTracking=h.stopConstructionSimulation,h.resetConstructionSimulation=()=>m.baseCompt.freshConstructionProgressTracking(),h.freshConstructionProgressTracking=h.resetConstructionSimulation,h.restartConstructionSimulation=()=>m.baseCompt.reStartAnimation(),h.reStartAnimation=h.restartConstructionSimulation,h.resumeFlyTo=()=>m.baseCompt.resumeFlyTo(),h.pauseConstructionSimulation=()=>m.baseCompt.pauseFlyTo(),h.pauseFlyTo=h.pauseConstructionSimulation,h.pauseAnimation=h.pauseConstructionSimulation,h.resumeConstructionSimulation=()=>m.baseCompt.resumeFlyTo(),h.resumeAnimation=h.resumeConstructionSimulation,h.setComponentsVisibility=async g=>await m.baseCompt.setComponentVisibility(g),h.setElementsListVisible=h.setComponentsVisibility,h.setAllComponentsVisibility=async g=>await m.baseCompt.setAllComponentsVisibility(g),h.setAllElementsVisible=h.setAllComponentsVisibility,h.isolateComponents=g=>m.baseCompt.isolateComponentVisibility(g),h.isolateComponentVisibility=h.isolateComponents,h.getComponentsByVisibility=g=>m.baseCompt._getComponentsByVisibility(g),h.getShowCpts=g=>m.baseCompt.getComponentsByVisibility(g),h.getElementsVisible=g=>m.baseCompt.getComponentsByVisibility(g),h.setComponentVisibility=h.setComponentsVisibility,h.enableSectioning=(g,k)=>m.baseSection.open(g,k),h.openSection=h.enableSectioning,h.disableSectioning=g=>m.baseSection.close(g),h.closeSection=h.disableSectioning,h.updateSectionBox=g=>m.baseSection.updateRange(g),h.updateSectionRange=h.updateSectionBox,h.getSectionBox=()=>m.baseSection.getRange(),h.getSectionRange=h.getSectionBox,h.fitSectionToModel=()=>m.baseSection.fitToModels(),h.fitToModels=h.fitSectionToModel,h.setSectionBoxVisibility=g=>m.baseSection.setBoxVisibility(g),h.startFirstPersonMode=()=>{m.baseCompt.disableSelection(),m.basePlayer.openPlayer()},h.openPlayer=h.startFirstPersonMode,h.stopFirstPersonMode=()=>{m.basePlayer.closePlayer(),m.baseCompt.enableSelection()},h.closePlayer=h.stopFirstPersonMode,h.setPlayerPosition=g=>m.basePlayer.setPersonPosition(g),h.setPersonPosition=h.setPlayerPosition,h.setWalkSpeed=g=>m.basePlayer.setSpeed({speed:g}),h.setPlayerSpeed=h.setWalkSpeed,h.setPlayerConfig=g=>m.basePlayer.setParams(g),h.setPlayerParams=h.setPlayerConfig,h.setPlayerAction=(g,k)=>m.basePlayer.setMoveState(g,k),h.setPlayerMoveState=h.setPlayerAction,h.bindPlayerControls=g=>m.basePlayer.bindUiKeys(g),h.bindPlayerUiKeys=h.bindPlayerControls,h.setGlobeVisibility=g=>A.setGlobeEnvironmentVisible(g),h.setGlobeEnvironmentVisible=h.setGlobeVisibility,h.setTerrainVisibility=g=>A.setTerrainEnable(g),h.setTerrainEnable=h.setTerrainVisibility,h.setDepthTest=g=>A.setDepthTestEnable(g),h.setDepthTestEnable=h.setDepthTest,h.setBaseMap=(g,k)=>A.changeBaseMap(g,k),h.changeBaseMap=h.setBaseMap,h.setWorldTime=g=>A.setTime(g),h.setTime=h.setWorldTime,h.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)},h.setShadowVisibility=g=>A.setShadowsEnable(g),h.setShadowsEnable=h.setShadowVisibility,h.setEnvironmentMapVisibility=g=>A.setEnvironmentMapEnable(g),h.setEnvironmentMapEnable=h.setEnvironmentMapVisibility,h.setAOVisibility=g=>A.setAmbientOcclusion(g),h.setAmbientOcclusion=h.setAOVisibility,h.setBackgroundColor=g=>A.setGlobeColor(g),h.setGlobeColor=h.setBackgroundColor,h.setModelBrightness=g=>A.setModelBrightness(g),h.adjustModelColor=g=>A.setModelColorAdjustment(g),h.setModelColorAdjustment=h.adjustModelColor,h.setShadowIntensity=g=>{A.setShadowDarkness?A.setShadowDarkness(g):console.warn("baseSetting.setShadowDarkness is not available. Please reload the page.")},h.setShadowDarkness=h.setShadowIntensity,h.switchSceneMode=async g=>{const k=g?"2d":"3d";await A.setCadMode(k),g&&!x&&(x=new el({cesium:a,viewer:p}),h.setGlobeVisibility(!0),h.setAntiAliasing(!1)),l.emit("setMode",k)},h.setSceneMode=h.switchSceneMode,h.set2d=g=>h.switchSceneMode(g),h.is2dMode=()=>A.is2d,h.setMouseControlMode=g=>A.setMouseHabit(g),h.setMouseHabit=h.setMouseControlMode,h.setCollisionEnabled=g=>A.setCollisionDetection(g),h.setCollisionDetection=h.setCollisionEnabled,h.searchAndLocate=(g,k)=>A.searchLocation(g,k),h.searchLocation=h.searchAndLocate,h.getConfigure=()=>(console.warn("getConfigure is not initialized. Please ensure LeitingSetting component is mounted."),{}),h.setConfigure=g=>{console.warn("setConfigure is not initialized. Please ensure LeitingSetting component is mounted.",g)},h.addCadModel=g=>{const k={...g};return k.files&&!k.fileNames&&(k.fileNames=k.files),k.fileNames||(k.fileNames=[]),C.addDxfModel(k)},h.addDxfModel=h.addCadModel,h.deleteCad=g=>C.deleteCad(g),h.deleteAllCad=()=>C.deleteAllCad(),h.showCadModel=g=>C.showJson(g),h.showGeoJson=g=>C.showJson(g),h.showDxfModel=h.showCadModel,h.showCadLayer=g=>C.showJsonByLayer(g),h.showDxfLayer=h.showCadLayer,h.flyToCadModel=(g={})=>C.flyToCadModel(g),h.getCadModels=g=>C.getDxfModels(g),h.getDxfModels=h.getCadModels,h.getCadLayers=g=>C.getMapLayers(g),h.getDxfLayers=h.getCadLayers,h.getCadModelId=()=>C.getModelId(),h.setCadOpen=g=>C.setDxfOpen(g),h.setDxfOpen=h.setCadOpen,h.getCadOpen=()=>C.getDxfOpen(),h.getDxfOpen=h.getCadOpen,h.adjustCadModel=g=>C.adjustingModelByCad(g),h.adjustingModelByCad=h.adjustCadModel,h.saveAnnotations=()=>{let g=null;return x&&(g=x.saveAnnotations()),o?.saveAnnotations&&o.saveAnnotations(g),g},h.loadAnnotations=g=>x?x.loadAnnotations(g):!1,h.flyToTopView=()=>{C.flyToCadModel()},h.menuEvents=l,h.addMenuItems=g=>{l.emit("insertMenu",g)},h.insertMenu=h.addMenuItems,h.filterMenuItems=g=>{l.emit("setMenuListFilter",g)},h.setMenuListFilter=h.filterMenuItems,h.setMenuVisibility=g=>{l.emit("showMenu",g)},h.showMenu=h.setMenuVisibility,h.setPanelVisibility=(g,k)=>{l.emit("setMenuActive",g,k)},h.setMenuActive=h.setPanelVisibility,h.addContextMenuItems=g=>{console.warn("addContextMenuItems is not initialized yet. Please wait for LeitingBIM component to mount.",g)},h.insertContextMenu=h.addContextMenuItems,h.removeContextMenuItems=g=>{console.warn("removeContextMenuItems is not initialized yet.",g)},h.deleteContextMenu=h.removeContextMenuItems,h.closeContextMenu=()=>{console.warn("closeContextMenu is not initialized yet.")},h.hideContextMenu=h.closeContextMenu,h.getModelTree=()=>{const g=[],k=w.getMapTileset();return Object.keys(k).forEach(S=>{const P=k[S];if(P&&P.leiting&&P.leiting.tree){const U=P.leiting.tree;Array.isArray(U)?g.push(...U):g.push(U)}}),g},h.getTree=h.getModelTree,h.getAllComponentDetails=()=>{const g=w.getMapTileset(),k={},S=[];try{Object.keys(g).forEach(P=>{const U=g[P];if(!U||!U.leiting)return;const H=U.leiting,O=H.node,E=H.model.formData,y=H.box;if(!O||!O.nodeExtras)return;const b=H.model.modelId;k[b]=O.nodeExtras;const T=O.nodeExtras.element;if(!T)return;const F=y?y.center:{x:0,y:0,z:0};Object.values(T).forEach(R=>{if(R.box3)try{const L=a.Quaternion.fromAxisAngle(a.Cartesian3.UNIT_Z,a.Math.toRadians(E.totalRotation||0)),M=a.Matrix4.fromRotationTranslation(a.Matrix3.fromQuaternion(L),new a.Cartesian3(0,0,0)),Q=a.Cartesian3.fromDegrees(E.longitude,E.latitude,E.height),Y=a.Transforms.eastNorthUpToFixedFrame(Q);a.Matrix4.multiply(Y,M,Y);const W=new a.Cartesian3(F.x,F.y,0),q=new a.Cartesian3;a.Matrix4.multiplyByPoint(Y,W,q);const Z=a.Cartographic.fromCartesian(q),oe=R.box3?.Center?.x||0,ne=R.box3?.Center?.y||0,se=R.box3?.Center?.z||0,pe=new a.Cartesian3(-F.x+oe,-F.y+ne,0+se),ve=a.Matrix4.fromTranslation(pe),V=a.Matrix4.clone(ve);a.Matrix4.multiply(M,V,V);const j=a.Cartesian3.fromDegrees(Z.longitude/Math.PI*180,Z.latitude/Math.PI*180,E.height),te=a.Transforms.eastNorthUpToFixedFrame(j);a.Matrix4.multiply(te,V,te);const Ae=a.Cartographic.fromCartesian(new a.Cartesian3(te[12],te[13],te[14]));R.box3.cartographic={longitude:Ae.longitude/Math.PI*180,latitude:Ae.latitude/Math.PI*180,height:Ae.height};const Ce={id:R.uniqueId,billboard:[{theme:"Tag9999",position:[R.box3.cartographic.longitude,R.box3.cartographic.latitude,R.box3.cartographic.height],options:{text:R.name}}]};S.push(Ce)}catch(L){console.warn("Error calculating component position:",L)}})})}catch(P){console.error("getAllComponents error:",P)}return k},h.getAllComponents=h.getAllComponentDetails,h.getComponentInfoList=async g=>{if(!Array.isArray(g))return[];const k=w.getMapTileset(),S=[],P=[],U={};g.forEach(O=>{const y=k[O.modelId]?.leiting?.model?.dbName;y&&O.elementId&&P.push({dbName:y,elementId:O.elementId,modelId:O.modelId})});const H=new Set;if(g.forEach(O=>{const E=k[O.modelId],y=`${O.modelId}_${O.elementId}`;U[y]||E&&E.leiting&&!E.leiting?.node?.nodeExtras&&E.leiting.model?.nodeUrl&&H.add(O.modelId)}),H.size>0&&w._loadNodeDetailsForModel)try{const O=Array.from(H).map(E=>w._loadNodeDetailsForModel(E));await Promise.all(O)}catch(O){console.error("Failed to load node details in getComponentInfoList",O)}try{g.forEach(O=>{const E=O.modelId,y=O.elementId,b=k[E];if(!b||!b.leiting)return;const T=`${E}_${y}`,F=U[T];let R=null;if(F)R=F;else{const L=b.leiting.node?.nodeExtras?.element||b.leiting.node?.nodeExtras;L&&L[y]&&(R=JSON.parse(JSON.stringify(L[y])))}if(R){if(R.elementId=y,R.modelId=E,R.box3&&!R.box3.cartographic)try{const L=b.leiting,M=L.model.formData,Q=L.box,Y=Q?Q.center:{x:0,y:0,z:0},W=a.Quaternion.fromAxisAngle(a.Cartesian3.UNIT_Z,a.Math.toRadians(M.totalRotation||0)),q=a.Matrix4.fromRotationTranslation(a.Matrix3.fromQuaternion(W),new a.Cartesian3(0,0,0)),Z=a.Cartesian3.fromDegrees(M.longitude,M.latitude,M.height),oe=a.Transforms.eastNorthUpToFixedFrame(Z);a.Matrix4.multiply(oe,q,oe);const ne=new a.Cartesian3(Y.x,Y.y,0),se=new a.Cartesian3;a.Matrix4.multiplyByPoint(oe,ne,se);const pe=a.Cartographic.fromCartesian(se),ve=R.box3?.Center?.x||0,V=R.box3?.Center?.y||0,j=R.box3?.Center?.z||0,te=new a.Cartesian3(-Y.x+ve,-Y.y+V,0+j),Ae=a.Matrix4.fromTranslation(te),Ce=a.Matrix4.clone(Ae);a.Matrix4.multiply(q,Ce,Ce);const Me=a.Cartesian3.fromDegrees(pe.longitude/Math.PI*180,pe.latitude/Math.PI*180,M.height),Le=a.Transforms.eastNorthUpToFixedFrame(Me);a.Matrix4.multiply(Le,Ce,Le);const Ne=a.Cartographic.fromCartesian(new a.Cartesian3(Le[12],Le[13],Le[14]));R.box3.cartographic={longitude:Ne.longitude/Math.PI*180,latitude:Ne.latitude/Math.PI*180,height:Ne.height}}catch(L){console.warn("Error calculating component position:",L)}S.push(R)}})}catch(O){console.error("getComponentInfoList processing error:",O)}return S},h.getCptInfos=h.getComponentInfoList,h.baseCompt=m.baseCompt,h.setTeleportTarget=g=>{h.onSetTeleportTarget&&h.onSetTeleportTarget(g)},window.Methods=h}return console.log("methods",h),{Cesium:a,viewer:p,methods:h,menuEvents:l}}function Ms(i){return c.getCurrentScope()?(c.onScopeDispose(i),!0):!1}function Ds(i){return typeof i=="function"?i():c.unref(i)}const dy=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const uy=Object.prototype.toString,hy=i=>uy.call(i)==="[object Object]",fy=()=>{};function py(i){return c.getCurrentInstance()}function sl(i,e=!0,t){py()?c.onMounted(i,t):e?i():c.nextTick(i)}function Tt(i){var e;const t=Ds(i);return(e=t?.$el)!=null?e:t}const Ai=dy?window:void 0;function gy(...i){let e,t,n,s;if(typeof i[0]=="string"||Array.isArray(i[0])?([t,n,s]=i,e=Ai):[e,t,n,s]=i,!e)return fy;Array.isArray(t)||(t=[t]),Array.isArray(n)||(n=[n]);const o=[],r=()=>{o.forEach(u=>u()),o.length=0},l=(u,f,p,h)=>(u.addEventListener(f,p,h),()=>u.removeEventListener(f,p,h)),a=c.watch(()=>[Tt(e),Ds(s)],([u,f])=>{if(r(),!u)return;const p=hy(f)?{...f}:f;o.push(...t.flatMap(h=>n.map(m=>l(u,h,m,p))))},{immediate:!0,flush:"post"}),d=()=>{a(),r()};return Ms(d),d}function my(){const i=c.ref(!1),e=c.getCurrentInstance();return e&&c.onMounted(()=>{i.value=!0},e),i}function ol(i){const e=my();return c.computed(()=>(e.value,!!i()))}function Ay(i,e={}){const{window:t=Ai}=e,n=ol(()=>t&&"matchMedia"in t&&typeof t.matchMedia=="function");let s;const o=c.ref(!1),r=d=>{o.value=d.matches},l=()=>{s&&("removeEventListener"in s?s.removeEventListener("change",r):s.removeListener(r))},a=c.watchEffect(()=>{n.value&&(l(),s=t.matchMedia(Ds(i)),"addEventListener"in s?s.addEventListener("change",r):s.addListener(r),o.value=s.matches)});return Ms(()=>{a(),l(),s=void 0}),o}function yy(i,e,t={}){const{window:n=Ai,...s}=t;let o;const r=ol(()=>n&&"ResizeObserver"in n),l=()=>{o&&(o.disconnect(),o=void 0)},a=c.computed(()=>Array.isArray(i)?i.map(f=>Tt(f)):[Tt(i)]),d=c.watch(a,f=>{if(l(),r.value&&n){o=new ResizeObserver(e);for(const p of f)p&&o.observe(p,s)}},{immediate:!0,flush:"post"}),u=()=>{l(),d()};return Ms(u),{isSupported:r,stop:u}}function Cy(i,e={width:0,height:0},t={}){const{window:n=Ai,box:s="content-box"}=t,o=c.computed(()=>{var f,p;return(p=(f=Tt(i))==null?void 0:f.namespaceURI)==null?void 0:p.includes("svg")}),r=c.ref(e.width),l=c.ref(e.height),{stop:a}=yy(i,([f])=>{const p=s==="border-box"?f.borderBoxSize:s==="content-box"?f.contentBoxSize:f.devicePixelContentBoxSize;if(n&&o.value){const h=Tt(i);if(h){const m=h.getBoundingClientRect();r.value=m.width,l.value=m.height}}else if(p){const h=Array.isArray(p)?p:[p];r.value=h.reduce((m,{inlineSize:w})=>m+w,0),l.value=h.reduce((m,{blockSize:w})=>m+w,0)}else r.value=f.contentRect.width,l.value=f.contentRect.height},t);sl(()=>{const f=Tt(i);f&&(r.value="offsetWidth"in f?f.offsetWidth:e.width,l.value="offsetHeight"in f?f.offsetHeight:e.height)});const d=c.watch(()=>Tt(i),f=>{r.value=f?e.width:0,l.value=f?e.height:0});function u(){a(),d()}return{width:r,height:l,stop:u}}function Ey(i={}){const{window:e=Ai,initialWidth:t=Number.POSITIVE_INFINITY,initialHeight:n=Number.POSITIVE_INFINITY,listenOrientation:s=!0,includeScrollbar:o=!0}=i,r=c.ref(t),l=c.ref(n),a=()=>{e&&(o?(r.value=e.innerWidth,l.value=e.innerHeight):(r.value=e.document.documentElement.clientWidth,l.value=e.document.documentElement.clientHeight))};if(a(),sl(a),gy("resize",a,{passive:!0}),s){const d=Ay("(orientation: portrait)");c.watch(d,()=>a())}return{width:r,height:l}}const wy={class:"title"},by={class:"actions"},vy={class:"card-body"},Iy=c.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(i,{emit:e}){const t=i,n=c.inject("leiting-theme",c.ref("dark")),s=e,o=c.computed({get:()=>t.open!==void 0?t.open:t.visible,set:D=>{s("update:visible",D),s("update:open",D)}}),r=c.ref(null),l=c.ref(t.initialPosition?.x||0),a=c.ref(t.initialPosition?.y||0),d=c.ref(t.width),u=c.ref(t.fullHeight?"100%":"600px");c.watch(()=>t.fullHeight,D=>{D?u.value="100%":u.value==="100%"&&(u.value="600px")});const{height:f}=Ey();c.watch(f,()=>{t.fullHeight&&(u.value="100%")});const p=c.ref(!1),h=D=>{p.value=!0,D.preventDefault(),D.stopPropagation();const N=D.clientX,I=D.clientY,B=typeof d.value=="number"?d.value:r.value?.offsetWidth||0,g=typeof u.value=="number"?u.value:r.value?.offsetHeight||0,k=P=>{if(!p.value)return;P.preventDefault();const U=P.clientX-N,H=P.clientY-I,O=B+U,E=g+H;O>100&&(d.value=O),E>100&&(u.value=E)},S=()=>{p.value=!1,document.removeEventListener("mousemove",k),document.removeEventListener("mouseup",S)};document.addEventListener("mousemove",k),document.addEventListener("mouseup",S)},m=c.computed(()=>({left:`${l.value}px`,top:`${a.value}px`,width:typeof d.value=="number"?`${d.value}px`:d.value,height:typeof u.value=="number"?`${u.value}px`:u.value,position:"absolute",zIndex:2e3})),w=()=>{c.nextTick(()=>{if(r.value){const D=r.value.offsetParent||document.body,N=D.clientWidth,I=D.clientHeight,B=typeof d.value=="number"?d.value:r.value.offsetWidth||350,g=typeof u.value=="number"?u.value:r.value.offsetHeight||600;l.value+B>N&&(l.value=Math.max(0,N-B-20)),a.value+g>I&&(a.value=Math.max(0,I-g-20)),l.value<0&&(l.value=0),a.value<0&&(a.value=0)}})},A=c.ref(!1),C=D=>{if(D.target.closest(".close-btn")||D.target.closest(".actions"))return;A.value=!0,D.preventDefault(),D.stopPropagation();const N=D.clientX,I=D.clientY,B=l.value,g=a.value,k=P=>{if(!A.value)return;P.preventDefault();const U=P.clientX-N,H=P.clientY-I;l.value=B+U,a.value=g+H},S=()=>{A.value=!1,document.removeEventListener("mousemove",k),document.removeEventListener("mouseup",S),w()};document.addEventListener("mousemove",k),document.addEventListener("mouseup",S)},v=()=>{c.nextTick(()=>{if(t.align&&r.value){const D=r.value.offsetParent||document.body,N=typeof d.value=="number"?d.value:r.value.offsetWidth||350;t.align==="right"?l.value=Math.max(0,D.clientWidth-N-20):t.align==="center"&&(l.value=Math.max(0,(D.clientWidth-N)/2))}w()})};c.onMounted(()=>{t.align?v():w()}),c.watch(o,D=>{D&&(t.align?v():w())});const x=()=>{o.value=!1,s("close")};return(D,N)=>c.withDirectives((c.openBlock(),c.createElementBlock("div",{ref_key:"cardRef",ref:r,class:c.normalizeClass(["draggable-card leiting-scroll",["leiting-theme-"+c.unref(n)]]),style:c.normalizeStyle(m.value)},[c.createElementVNode("div",{ref:"headerRef",class:"card-header",onMousedown:C},[c.createElementVNode("span",wy,c.toDisplayString(i.title),1),c.createElementVNode("div",by,[c.renderSlot(D.$slots,"header-extra",{},void 0,!0),c.createElementVNode("span",{class:"close-btn",onClick:x},"×")])],544),c.createElementVNode("div",vy,[c.renderSlot(D.$slots,"default",{},void 0,!0)]),c.createElementVNode("div",{class:"resize-handle",onMousedown:h},[...N[0]||(N[0]=[c.createElementVNode("svg",{viewBox:"0 0 10 10",width:"10",height:"10",fill:"currentColor"},[c.createElementVNode("path",{d:"M10 10 L10 2 L2 10 Z"})],-1)])],32)],6)),[[c.vShow,o.value]])}}),Oe=(i,e)=>{const t=i.__vccOpts||i;for(const[n,s]of e)t[n]=s;return t},Pe=Oe(Iy,[["__scopeId","data-v-50bf6126"]]);function By(i){const e=c.ref([]),t=c.ref([]),n=c.ref([]),s=c.ref(""),o=c.ref(!0);c.watch(()=>c.unref(i),f=>{if(!f||f.length===0)return;const p=[],h=(A,C)=>{A.forEach(v=>{const x=v.id||v.key||v.$id,D=v.modelId||C;D&&(v.modelId=D),x&&p.push(x),v.children&&v.children.length>0&&h(v.children,D)})};h(f);const m=new Set(n.value);let w=!1;p.forEach(A=>{m.has(A)||(m.add(A),w=!0)}),w&&(n.value=Array.from(m))},{immediate:!0,deep:!0});const r=c.computed(()=>{const f=c.unref(i);if(!f)return[];const p=[],h=(m,w)=>{m.forEach(A=>{const C=A.id||A.key||A.$id,v=A.name||A.title;p.push({key:C,title:v,parentKey:w}),A.children&&A.children.length>0&&h(A.children,C)})};return h(f),p}),l=f=>{e.value=f,o.value=!1},a=f=>{n.value=f},d=f=>{t.value=f},u=f=>r.value.find(h=>h.key===f)?.parentKey;return c.watch(s,f=>{if(!f)return;const h=r.value.filter(w=>w.title&&w.title.toLowerCase().includes(f.toLowerCase())).map(w=>w.parentKey),m=new Set;h.forEach(w=>{let A=w;for(;A;)m.add(A),A=u(A)}),e.value=[...m],o.value=!0}),{expandedKeys:e,selectedKeys:t,checkedKeys:n,searchValue:s,autoExpandParent:o,onExpand:l,onCheck:a,onSelect:d}}const xy={class:"search-box"},Sy={key:0},Ty={style:{color:"#f50"}},My={key:1},Dy={key:1,class:"empty-tip"},an=Oe(c.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(i,{emit:e}){const t=ge.Input.Search,n=ge.Tree,s=i,o=e,r=c.inject("leiting-theme",c.ref("dark")),l=c.inject("leitingMethods"),a=S=>{l?.value?.onSearchComponent&&l.value.onSearchComponent(S)},d=c.computed({get:()=>s.open!==void 0?s.open:s.visible,set:S=>{o("update:visible",S),o("update:open",S)}}),u=c.ref(null),{height:f}=Cy(u),p=c.computed(()=>f.value||300),h=c.ref({children:"children",title:"name",key:"id"}),m=c.ref([]),{expandedKeys:w,selectedKeys:A,checkedKeys:C,searchValue:v,autoExpandParent:x}=By(c.toRef(s,"treeData")),D=(S,P)=>{if(!P)return S;const U=P.toLowerCase();return S.reduce((H,O)=>{const y=(O.name||O.title||"").toLowerCase().includes(U);if(O.children&&O.children.length>0){const b=D(O.children,P);(b.length>0||y)&&H.push({...O,children:b})}else y&&H.push({...O});return H},[])};c.watch([()=>s.treeData,v],([S,P])=>{S?m.value=D(S,P||""):m.value=[]},{immediate:!0,deep:!0});const N=S=>{w.value=S,x.value=!1},I=S=>{const P=[],U=H=>{if(!H.children||H.children.length===0){const E=H.element_Id;H.modelId&&E&&P.push({modelId:H.modelId,elementId:E})}else H.children.forEach(U)};return U(S),P},B=(S,P)=>{C.value=S,o("check",S,P);const U=[],H=new Set(S.map(E=>String(E))),O=E=>{for(let y=0;y<E.length;y++){const b=E[y];if(!b.children||b.children.length===0){if(!H.has(String(b.id))){const R=b.element_Id;b.modelId&&R&&U.push({modelId:b.modelId,elementId:R,show:!1})}}else b.children&&O(b.children)}};s.treeData&&O(s.treeData),l?.value?.setComponentVisibility&&l.value.setComponentVisibility(U),l?.value?.onTreeCheck&&l.value.onTreeCheck(S,P)},g=(S,P)=>{if(A.value=S,o("select",S,P),P.selected){const U=I(P.node);U.length>0&&l?.value?.flyToObjects&&l.value.flyToObjects({selectCpts:U})}l?.value?.onTreeSelect&&l.value.onTreeSelect(S,P)},k=()=>{o("update:visible",!1),o("close")};return(S,P)=>(c.openBlock(),c.createBlock(Pe,{visible:d.value,"onUpdate:visible":P[1]||(P[1]=U=>d.value=U),title:i.title,"initial-position":i.initialPosition,"full-height":i.fullHeight,onClose:k},{default:c.withCtx(()=>[c.createElementVNode("div",{class:c.normalizeClass(["leiting-tree-container",[`theme-${c.unref(r)}`]])},[c.createElementVNode("div",xy,[c.createVNode(c.unref(t),{value:c.unref(v),"onUpdate:value":P[0]||(P[0]=U=>c.isRef(v)?v.value=U:null),placeholder:"搜索构件","allow-clear":"","enter-button":"",onSearch:a},null,8,["value"])]),c.createElementVNode("div",{class:"tree-wrapper",ref_key:"treeWrapperRef",ref:u},[m.value&&m.value.length?(c.openBlock(),c.createBlock(c.unref(n),{key:0,"tree-data":m.value,"field-names":h.value,height:p.value,"expanded-keys":c.unref(w),"auto-expand-parent":c.unref(x),"selected-keys":c.unref(A),"checked-keys":c.unref(C),checkable:"","block-node":"",onExpand:N,onSelect:g,onCheck:B},{title:c.withCtx(({name:U,title:H})=>[(U||H)&&c.unref(v)&&(U||H).toLowerCase().indexOf(c.unref(v).toLowerCase())>-1?(c.openBlock(),c.createElementBlock("span",Sy,[c.createTextVNode(c.toDisplayString((U||H).substr(0,(U||H).toLowerCase().indexOf(c.unref(v).toLowerCase())))+" ",1),c.createElementVNode("span",Ty,c.toDisplayString(c.unref(v)),1),c.createTextVNode(" "+c.toDisplayString((U||H).substr((U||H).toLowerCase().indexOf(c.unref(v).toLowerCase())+c.unref(v).length)),1)])):(c.openBlock(),c.createElementBlock("span",My,c.toDisplayString(U||H),1))]),_:1},8,["tree-data","field-names","height","expanded-keys","auto-expand-parent","selected-keys","checked-keys"])):(c.openBlock(),c.createElementBlock("div",Dy,"暂无数据"))],512)],2)]),_:1},8,["visible","title","initial-position","full-height"]))}}),[["__scopeId","data-v-3748c20d"]]),ky="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAEhSURBVDhP1ZRhkcIwEIWJAsDBOTgkgAJAAYcCQAFFAUgoDjgFh4Q7B+cAUFC+19kyS0hL+Ulm3nS6+/ZLNkkbOk9GURRDWUIIxyZraEoCWZLfmmcOLK/z14KAqGiGvq14zDMHNk/BHkAAehh/0ABtKMxUSFzPNfpFI+JnD7wDYVaxIIov41bIfxHfoROakhe0HDeQmbQfFzTxJj+zTXYg1kWrarISRFKzLNAfGsbL9iDzq/0j+kQZ/k1wm7onoKW3Hq42F0jLVK//Tcebott2fJAbVK1lvKwBNd6rRIsFsfJka0G2qdpQPy7+EPC0AumexKAzoH5FbgvSbHuUW6EOYubbfwX0cLPfFJS4K6mPNrbdHb+uvP498dhVn4v9FWo9V3RZzFxAv8L9AAAAAElFTkSuQmCC",rl="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAERSURBVDhPvZTrEYIwEISTCrQD6EA7gA60AylBK1Aq0A7ECrQDoQPsADrACuLuTMJkIiHxjzezgyR7H3d5KJVSqRAigcaQUjYYX2JgZY/P/O4lEgYYFo7pgPcc2kSCBoIUzDeo0klPPEsNYlX7AKzA/M6ASrRzYoIGG5DAOCvzBvzMOxqQazSgLLI1QdAW5jWpUAPV0AVKIc7FRCuNy7RkWozJtj1BED7ANbpDXHhffFXUwUnZwRYp7qw7Rx8/lLkV9R4QD2w1A8pjW3sA4h5au+pXEBS76P8D6Ut9/nXXaiRQdnBXqBfEC+4GdzSxW5v6F7CTeHnbCVCBsWIE+RYVrdF4DSz6OwgiADDexbmT3X0A4fSDfDjUugcAAAAASUVORK5CYII=",Py="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAFESURBVDhPlZMNEcIwDIVXBQwFgAJAAcMBDgAFIGE4wAHgABSwOdgcIAEUjPd6aS/rfhi7y12bJl9f0sxEf3xVVV0RPoetjTFvnWqGcgSylfgihA0CKcgJgBfsAqMiKiM0+gkKlCyZCN8uhPWCFOSBxARWORU4W2CdeV9XjxSEJcwkjokTqBpzjxjCn7CyVRECzjg8wHLYCmabK7CplBcLhMr2DZCqP0dCovYZ9hYGXx1izLUGUkkfxI/sTQiCf4N1zLWAWCKV2nP6PEhB2Ngd7B4GC4SJnCcP8SAFoc/Ph/TqjVvTPogFKUiJ/VGU+GdmUAA5ObA7cyC+iPt/MjUfKRL4emyuK+cGH8tufFRUHywZ+RYlnRDdIwfzLzVUibtQv1oNhoAExtfpVdIAiQIOWiY9o2sQxJemOydTS1jR1di2Zn8B8f27apou9kMAAAAASUVORK5CYII=",Fy="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAHDSURBVDhPlZOxL0NRFIe9ECubhehoIIjJ1HYwCkIiJpUQEkN1YZBobU0kFKNI3iTGYrDRv0BIhLXCYpCwiO35fs25zWva98JNvpz37j33d8+551yvLWIEQXDG0izMe55XjvJz816MUJG1LVuvYJcQrEb5xwkV2JSHGfAhgBJiu63E4oSUzpRtusa+wBooKkWnKOujQYh7SbCShQx0m9cpds4iOseOw7BFmUPwU341IQT2MaOQgi9QND+wiqNnBxT4X7SIbrAqhNI9wiUvJ+W8A99wDEWdwrw25iVkkenAEb5LkIQPuIMJWJGQoriFd+iBCkhc8zUhfJSm7mva5l3aadubDgtpMgGKpB/eoBfuQZFoPNhBj9gTaC3kKkEEGXPswF7Y5rLro1AW8UI6GmelmAzfkUWlNaWt6/iT0DOOA5bqoSuzHfIvofATqSJQb8KoiJbtPi6x2dA9FPjXE1F/uZKrv3IwCFcNqVmoPlal7QJ9q/wZCbk7Ioo9/tehE9q1r0nIxNQbG4YEXdkVjQ5J2OZXbB88gVrgQIJNj9aaT4LboPK7J6O0Ktb1KYtc/aYxGff6h3AYY6Nvzk2GQ1WQTVj4BST70jYaqceXAAAAAElFTkSuQmCC",Ry="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADhSURBVHgBvVOBEYIwDEw9B2ADO4IjuIEjwAa6Aa7ABMAEuIIjOIFsUDao37vgxVZbBI+/+0tI0+fJBaIIrLUFaMAHmNNcsMAIE+vdJLQykQ+0wFHBrsyiT/sL2I1DDTac/+4Klzobov7WHxt29qGmaYaQnlhLCmUTa2l4C2ljvamFlEvY0xpCW/kA924GblfGWciZaJyXQvSmlOoDITSdXQBbcA8eKfy/nHDFeY470FIX8tzUIu84FmLWuTzz7yhRLPm54dKJ4+A5uoJ3HgHBUfUmxGIa4QDuKA4n3kLk9ZInw0qu5b1R1aYAAAAASUVORK5CYII=",Oy="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAADFSURBVDhPxVPBDYMwDIwnKJu0G9ANYJMyQrsBbNIRGAE2gEnSO6mpIMJxkBC1lEds52zfOeK9b51zV5wte4lIr8RWbgGQh2fGmaIHJe4EetKPtDpRcA5AvwcB7FtgCcTOH0p3YzaQNd75QBiVXJG3LRtCRyQ6Jvsekd3gTsJVoDcihZLQQjXGTRMzIzPhOCCQyNYvSuEue7Qdm02yK0u1nM2m/FQyKb8JZHH+l81Ofdpdm82tvikjThyNlbSEBvIPFj+MfwA76qSYUG3g9QAAAABJRU5ErkJggg==",Ly="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAEcSURBVDhPrZSNDYIwEIXpBOIGjMAIOIE4AbgBGwAbOIJu4Aa4gW4gI+gE9b3mjjSmibSR5ALX3H33W4y1Ns+yrIe0EH7HPC8YnyGjAegkEB5cYyiwrdWXIEc1xnSREGcuiTQEWeg7gG4+CMcl9ALnLkvogwScv+wq6FMQJJCJDgBtBcSAI3QClwe2YZAHcY2Ho4kGAVLA6U5/CEvdp4KYhesFhBPpCZIAz6jStHhproJcHyAHbb5nF+6RZ8CsGslIQaHp/gSxRzlApU4GugPxNuDN/eNarAJxapUPgm8rQ9C1SAI9AOGiHhGApSdnRN8FshbEiLwiLI1rMUM6zSQ0tX9c2lp/Iw0iMIPU38iFIN1mTmOjKa98vyWB4QM5XQnvsbFsyAAAAABJRU5ErkJggg==",Ny="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAGPSURBVDhPrZT9UQIxEMUvFSgViBUoFQgVABV4VqBW4FmBUIFQgZRwVqBU4HUAVHC+X2aXycQw/sPOvLncZvdlv5JQFaTv+1upp8IyhLDHRLpLfe6FrXRt7hZShYyH+n8RauGAv/AkQNYIHICshFcRdu6fE/kGRN/mQGTIpzAzMoh6EV2fIsJ5IwNOj2IpVZ6i6difSecRVnlELZHIgHROisgXRCa78Z+IrMBf2pjLYJNENGSd1kO2pPghjKQniyqY8lFr2NfaqC18wn7nZCMlWg7xLq70TxfRLyHqtABN2lbp40mSSCzBcSebif1TPyKjDBcQ0eJJRkIUpHkMPUlnkBU+pnlWItL6ERgw8o1iqRHtgzAUGNRD2qmkvgMvNnneUQcZ4ggR6VGXG+OOA1koNvrFcY7+af++VJe0hucfyKQu+RWJc+SDZ3aNvlPpRl7T0qXdafNZYPDehLEZt/rOBR9U8QSaEKX0jHAaE4tshVrgLeJ+Xdl6rS8D3BWJXKnCEwWXEuco9grQ3bb0sP0Cn8/nPm/SMRQAAAAASUVORK5CYII=",_y="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACDSURBVHgB1ZFhDYAgEIWfzgBGIIINpIEViGAkG2gEbWADjWADfMw/iDgUfji/7e3gxt3uHsDXZFrrlrFBHJNpsPAgEEmORArn3lFroEZQCjcTbAhzepPsgbuCgn8FBWvsUAMfFR5OIPGS5G80JkrG2sopHKbO1BCoHy8ZNhRUT5X4BTu6qyNSwwCiMAAAAABJRU5ErkJggg==",Uy={class:"menu-container"},Qy=["onClick","title"],Gy={class:"menu-icon"},Hy=["src","alt"],Yy={key:3,style:{"font-size":"12px"}},Vy={key:0,class:"sub-menu"},zy=["onClick"],yi=c.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(i,{emit:e}){const t=i,n=c.inject("leiting-theme",c.ref("dark")),s=c.inject("leiting-menu-size",c.ref("medium")),o=c.inject("leitingMethods",c.ref({})),r=c.computed(()=>n.value||n),l=c.computed(()=>s.value||s),a=c.ref([{ID:"home",title:"主视角",src:ky,key:"homeView"},{ID:"tree",title:"目录树",src:rl,key:"componentTree"},{ID:"cadLayer",title:"图层",src:rl,key:"cadLayer"},{ID:"measure",title:"量算",src:Py,key:"measurement"},{ID:"section",title:"剖切",src:Fy,key:"section"},{ID:"roam",title:"人物漫游",src:Ry,key:"roam"},{ID:"info",title:"构件信息",src:Oy,key:"componentInfo"},{ID:"cadPosition",title:"调整位置",src:Ly,key:"cadPosition"},{ID:"annotation",title:"标注",src:_y,key:"annotation"},{ID:"setting",title:"设置",src:Ny,key:"setting"}]),d=c.ref([]),u=c.ref([...t.activeIds]);c.watch(()=>t.activeIds,D=>{u.value=[...D]},{deep:!0});const f=c.computed(()=>t.visible);o.value&&o.value.menuEvents&&(o.value.menuEvents.on("setMenuListFilter",D=>{d.value=D}),o.value.menuEvents.on("setMenuActive",(D,N)=>{N?u.value.includes(D)||u.value.push(D):u.value=u.value.filter(I=>I!==D)}));const p=c.computed(()=>{let D=a.value;if(t.is2d){const N=["homeView","measurement","cadLayer","annotation"];D=D.filter(I=>I.key&&N.includes(I.key))}else{const N=["cadLayer","cadPosition","annotation"];D=D.filter(I=>!I.key||!N.includes(I.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(I=>({...I,key:I.ID,src:I.src||I.icon}));return[...D,...N]}return D}),h=e,m=D=>{const N=["homeView"];if(D.key&&N.includes(D.key))u.value.includes(D.ID)||(u.value.push(D.ID),setTimeout(()=>{const B=u.value.indexOf(D.ID);B>-1&&u.value.splice(B,1)},1e3));else{const B=u.value.indexOf(D.ID);B>-1?u.value.splice(B,1):u.value.push(D.ID)}const I=u.value.includes(D.ID);D.func&&D.func(D),D.key&&h("action",D.key,I)},w=D=>{d.value=D},A=D=>{console.log("LeitingMenu received showMenu event:",D)},C=(D,N)=>{const I=p.value.find(B=>B.ID===D||B.key===D);if(I){const B=u.value.indexOf(I.ID);N&&B===-1?u.value.push(I.ID):!N&&B>-1&&u.value.splice(B,1)}};let v=null;const x=()=>{o.value?.menuEvents&&(v&&(v.off("setMenuListFilter",w),v.off("showMenu",A),v.off("setMenuActive",C)),v=o.value.menuEvents,v.on("setMenuListFilter",w),v.on("showMenu",A),v.on("setMenuActive",C))};return c.onMounted(()=>{x()}),c.onUnmounted(()=>{v&&(v.off("setMenuListFilter",w),v.off("showMenu",A),v.off("setMenuActive",C))}),c.watch(o,()=>{x()},{deep:!0}),(D,N)=>c.withDirectives((c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(["leiting-menu-wrapper",["leiting-theme-"+r.value,"size-"+l.value]])},[c.createElementVNode("div",Uy,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(p.value,I=>(c.openBlock(),c.createElementBlock("div",{key:I.ID,class:c.normalizeClass(["menu-item",{active:u.value.includes(I.ID)}]),onClick:B=>m(I),title:I.title},[c.createElementVNode("div",Gy,[I.src?(c.openBlock(),c.createElementBlock("img",{key:0,src:I.src,alt:I.title},null,8,Hy)):typeof I.icon=="object"?(c.openBlock(),c.createBlock(c.resolveDynamicComponent(I.icon),{key:1})):typeof I.icon=="string"?(c.openBlock(),c.createElementBlock("i",{key:2,class:c.normalizeClass(["iconfont",`icon-${I.icon}`])},null,2)):(c.openBlock(),c.createElementBlock("span",Yy,c.toDisplayString(I.title.substring(0,2)),1))]),I.children&&I.children.length>0?(c.openBlock(),c.createElementBlock("div",Vy,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(I.children,B=>(c.openBlock(),c.createElementBlock("div",{key:B.ID,class:c.normalizeClass(["sub-menu-item",{active:u.value.includes(B.ID)}]),onClick:c.withModifiers(g=>m(B),["stop"])},c.toDisplayString(B.title),11,zy))),128))])):c.createCommentVNode("",!0)],10,Qy))),128))])],2)),[[c.vShow,f.value]])}}),Wy={class:"leiting-section-content"},jy={class:"section-form-item"},Ky={class:"radio-group"},$y={class:"section-form-item"},Xy={class:"switch-container"},qy={class:"switch"},Jy={class:"status-text"},Zy={class:"section-form-item slider-item"},e0={class:"slider-wrapper"},t0={class:"section-form-item slider-item"},i0={class:"slider-wrapper"},n0={class:"section-form-item slider-item"},s0={class:"slider-wrapper"},o0={class:"section-form-item table-item"},r0={class:"model-table-container"},a0={class:"model-table"},l0={width:"40"},c0=["checked"],d0=["onClick"],u0=["value"],h0={class:"model-name"},Ci=Oe(c.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(i,{emit:e}){const t=i,n=e,s=c.inject("leitingMethods"),o=c.computed({get:()=>t.open!==void 0?t.open:t.visible,set:O=>{n("update:visible",O),n("update:open",O)}}),r=c.ref("Box"),l=c.ref(!1),a=c.ref([]),d=c.ref([]),u=c.computed(()=>d.value.length===0?!1:d.value.every(O=>a.value.includes(O.modelId))),f=O=>{O.target.checked?a.value=d.value.map(y=>y.modelId):a.value=[],k()},p=c.ref([-10,10]),h=c.ref([-10,10]),m=c.ref([-10,10]),w=c.ref([-100,100]),A=c.ref([-100,100]),C=c.ref([-100,100]);let v=!1;const x=O=>{v=!0;const{targetZPlus:E,targetZMinus:y,targetXPlus:b,targetXMinus:T,targetYPlus:F,targetYMinus:R}=O;m.value=[-y,E],p.value=[-T,b],h.value=[-R,F],setTimeout(()=>{v=!1},100)},D=()=>{v||a.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:h.value[1],targetYMinus:-h.value[0]})},N=()=>{s?.value?.setSectionBoxVisibility&&s.value.setSectionBoxVisibility(l.value)},I=O=>{if(!s?.value?.getMapTileset||!s?.value?.openSection)return;const y=s.value.getMapTileset()[O];if(y&&y.leiting?.box){const{min:b,max:T}=y.leiting.box,F=(T.x-b.x)/2,R=(T.y-b.y)/2,L=(T.z-b.z)/2;a.value.length<=1&&(w.value=[-F*2,F*2],A.value=[-R*2,R*2],C.value=[-L*2,L*2],p.value=[-F,F],h.value=[-R,R],m.value=[-L,L],s.value.updateSectionRange&&s.value.updateSectionRange({targetZPlus:L,targetZMinus:L,targetXPlus:F,targetXMinus:F,targetYPlus:R,targetYMinus:R})),s.value.openSection(O,{moveCallBack:x}),s.value.setSectionBoxVisibility&&s.value.setSectionBoxVisibility(l.value)}},B=O=>{const E=a.value.indexOf(O);E>-1?a.value.splice(E,1):a.value.push(O),k()};let g=[];const k=()=>{const O=a.value.filter(y=>!g.includes(y)),E=g.filter(y=>!a.value.includes(y));O.forEach(y=>I(y)),E.forEach(y=>{s?.value?.closeSection&&s.value.closeSection(y)}),g=[...a.value]},S=()=>{},P=()=>{o.value=!1,n("close")},U=()=>{l.value=!1,a.value=[],g=[],p.value=[-10,10],h.value=[-10,10],m.value=[-10,10],w.value=[-100,100],A.value=[-100,100],C.value=[-100,100]};c.watch(()=>t.visible,O=>{O?H():(s?.value?.closeSection&&s.value.closeSection(),U())});const H=()=>{s?.value&&typeof s.value.getModelList=="function"&&(d.value=s.value.getModelList()||[],d.value.length>0&&a.value.length===0&&(a.value=[d.value[0].modelId],g=[...a.value]),t.visible&&a.value.length>0&&(l.value=!0,a.value.forEach(O=>I(O))))};return c.watch(()=>s?.value,()=>{H()},{immediate:!0,deep:!0}),c.onMounted(()=>{H()}),(O,E)=>(c.openBlock(),c.createBlock(Pe,{visible:o.value,title:"剖切分析","full-height":i.fullHeight,"onUpdate:visible":P},{default:c.withCtx(()=>[c.createElementVNode("div",Wy,[c.createElementVNode("div",jy,[E[8]||(E[8]=c.createElementVNode("span",{class:"label"},"模式",-1)),c.createElementVNode("div",Ky,[c.createElementVNode("label",{class:c.normalizeClass(["radio-item",{active:r.value==="Box"}])},[c.withDirectives(c.createElementVNode("input",{type:"radio",value:"Box","onUpdate:modelValue":E[0]||(E[0]=y=>r.value=y),onChange:S},null,544),[[c.vModelRadio,r.value]]),E[7]||(E[7]=c.createTextVNode(" 剖切盒 ",-1))],2)])]),c.createElementVNode("div",$y,[E[10]||(E[10]=c.createElementVNode("span",{class:"label"},"显示",-1)),c.createElementVNode("div",Xy,[c.createElementVNode("label",qy,[c.withDirectives(c.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":E[1]||(E[1]=y=>l.value=y),onChange:N},null,544),[[c.vModelCheckbox,l.value]]),E[9]||(E[9]=c.createElementVNode("span",{class:"slider round"},null,-1))]),c.createElementVNode("span",Jy,c.toDisplayString(l.value?"显示":"隐藏"),1)])]),c.createElementVNode("div",Zy,[E[11]||(E[11]=c.createElementVNode("span",{class:"label"},"X 轴",-1)),c.createElementVNode("div",e0,[c.createVNode(c.unref(ge.Slider),{value:p.value,"onUpdate:value":E[2]||(E[2]=y=>p.value=y),range:"",min:w.value[0],max:w.value[1],step:.1,onChange:D},null,8,["value","min","max"])])]),c.createElementVNode("div",t0,[E[12]||(E[12]=c.createElementVNode("span",{class:"label"},"Y 轴",-1)),c.createElementVNode("div",i0,[c.createVNode(c.unref(ge.Slider),{value:h.value,"onUpdate:value":E[3]||(E[3]=y=>h.value=y),range:"",min:A.value[0],max:A.value[1],step:.1,onChange:D},null,8,["value","min","max"])])]),c.createElementVNode("div",n0,[E[13]||(E[13]=c.createElementVNode("span",{class:"label"},"Z 轴",-1)),c.createElementVNode("div",s0,[c.createVNode(c.unref(ge.Slider),{value:m.value,"onUpdate:value":E[4]||(E[4]=y=>m.value=y),range:"",min:C.value[0],max:C.value[1],step:.1,onChange:D},null,8,["value","min","max"])])]),c.createElementVNode("div",o0,[E[15]||(E[15]=c.createElementVNode("span",{class:"label"},"模型",-1)),c.createElementVNode("div",r0,[c.createElementVNode("table",a0,[c.createElementVNode("thead",null,[c.createElementVNode("tr",null,[c.createElementVNode("th",l0,[c.createElementVNode("input",{type:"checkbox",checked:u.value,onChange:f},null,40,c0)]),E[14]||(E[14]=c.createElementVNode("th",null,"名称",-1))])]),c.createElementVNode("tbody",null,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(d.value,y=>(c.openBlock(),c.createElementBlock("tr",{key:y.modelId,class:c.normalizeClass({selected:a.value.includes(y.modelId)}),onClick:b=>B(y.modelId)},[c.createElementVNode("td",null,[c.withDirectives(c.createElementVNode("input",{type:"checkbox",value:y.modelId,"onUpdate:modelValue":E[5]||(E[5]=b=>a.value=b),onClick:E[6]||(E[6]=c.withModifiers(()=>{},["stop"])),onChange:k},null,40,u0),[[c.vModelCheckbox,a.value]])]),c.createElementVNode("td",h0,c.toDisplayString(y.modelName),1)],10,d0))),128))])])])])])]),_:1},8,["visible","full-height"]))}}),[["__scopeId","data-v-ee4d9a12"]]),f0={class:"leiting-player-content"},p0={class:"player-form-item"},g0={class:"switch-container"},m0={class:"switch"},A0={class:"status-text"},y0={class:"player-form-item"},C0={class:"switch-container"},E0={class:"switch"},w0={class:"status-text"},b0={class:"player-form-item"},v0={class:"switch-container"},I0={class:"switch"},B0={class:"status-text"},x0={class:"player-form-item slider-item"},S0={class:"slider-wrapper"},T0={class:"value-text"},M0={class:"instructions"},D0={class:"key-map"},k0={class:"key-row"},P0={class:"key-row"},F0={class:"key-row"},R0={class:"key-row"},O0={class:"key-row"},L0={class:"key-row"},Ei=Oe(c.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(i,{emit:e}){const t=i,n=e,s=c.inject("leitingMethods"),o=c.ref(!1),r=c.ref(!1),l=c.ref(!0),a=c.ref(5),d=c.computed({get:()=>t.open!==void 0?t.open:t.visible,set:I=>{n("update:visible",I),n("update:open",I)}}),u=c.ref(null),f=c.ref(null),p=c.ref(null),h=c.ref(null),m=c.ref(null),w=c.ref(null),A=()=>{o.value?v():x()},C=()=>{s?.value?.setPlayerParams&&s.value.setPlayerParams({gravityTest:r.value,collisionTest:l.value})},v=async()=>{s?.value?.openPlayer&&(await s.value.openPlayer(),s.value.setPlayerSpeed&&s.value.setPlayerSpeed(a.value),C(),s.value.bindPlayerUiKeys&&(await c.nextTick(),s.value.bindPlayerUiKeys({moveFront:u.value,moveBack:f.value,moveLeft:p.value,moveRight:h.value,moveUp:m.value,moveDown:w.value})))},x=()=>{s?.value?.closePlayer&&s.value.closePlayer()},D=()=>{s?.value?.setPlayerSpeed&&s.value.setPlayerSpeed(a.value)},N=()=>{d.value=!1,n("close")};return c.watch(()=>t.visible,I=>{I?(o.value=!0,s?.value?v():setTimeout(()=>{s?.value&&v()},100)):o.value&&(o.value=!1,x())},{immediate:!0}),(I,B)=>(c.openBlock(),c.createBlock(Pe,{title:i.title,visible:d.value,"full-height":i.fullHeight,"onUpdate:visible":N},{default:c.withCtx(()=>[c.createElementVNode("div",f0,[c.createElementVNode("div",p0,[B[5]||(B[5]=c.createElementVNode("span",{class:"label"},"启用",-1)),c.createElementVNode("div",g0,[c.createElementVNode("label",m0,[c.withDirectives(c.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":B[0]||(B[0]=g=>o.value=g),onChange:A},null,544),[[c.vModelCheckbox,o.value]]),B[4]||(B[4]=c.createElementVNode("span",{class:"slider round"},null,-1))]),c.createElementVNode("span",A0,c.toDisplayString(o.value?"开启":"关闭"),1)])]),c.createElementVNode("div",y0,[B[7]||(B[7]=c.createElementVNode("span",{class:"label"},"重力",-1)),c.createElementVNode("div",C0,[c.createElementVNode("label",E0,[c.withDirectives(c.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":B[1]||(B[1]=g=>r.value=g),onChange:C},null,544),[[c.vModelCheckbox,r.value]]),B[6]||(B[6]=c.createElementVNode("span",{class:"slider round"},null,-1))]),c.createElementVNode("span",w0,c.toDisplayString(r.value?"开启":"关闭"),1)])]),c.createElementVNode("div",b0,[B[9]||(B[9]=c.createElementVNode("span",{class:"label"},"碰撞",-1)),c.createElementVNode("div",v0,[c.createElementVNode("label",I0,[c.withDirectives(c.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":B[2]||(B[2]=g=>l.value=g),onChange:C},null,544),[[c.vModelCheckbox,l.value]]),B[8]||(B[8]=c.createElementVNode("span",{class:"slider round"},null,-1))]),c.createElementVNode("span",B0,c.toDisplayString(l.value?"开启":"关闭"),1)])]),c.createElementVNode("div",x0,[B[10]||(B[10]=c.createElementVNode("span",{class:"label"},"速度",-1)),c.createElementVNode("div",S0,[c.createVNode(c.unref(ge.Slider),{value:a.value,"onUpdate:value":B[3]||(B[3]=g=>a.value=g),min:1,max:10,step:1,onChange:D},null,8,["value"])]),c.createElementVNode("span",T0,c.toDisplayString(a.value),1)]),B[19]||(B[19]=c.createElementVNode("div",{class:"divider"},null,-1)),c.createElementVNode("div",M0,[B[18]||(B[18]=c.createElementVNode("div",{class:"instruction-title"},"操作说明",-1)),c.createElementVNode("div",D0,[c.createElementVNode("div",k0,[c.createElementVNode("span",{class:"key",ref_key:"btnFront",ref:u},"W",512),B[11]||(B[11]=c.createTextVNode(" 前进 ",-1))]),c.createElementVNode("div",P0,[c.createElementVNode("span",{class:"key",ref_key:"btnBack",ref:f},"S",512),B[12]||(B[12]=c.createTextVNode(" 后退 ",-1))]),c.createElementVNode("div",F0,[c.createElementVNode("span",{class:"key",ref_key:"btnLeft",ref:p},"A",512),B[13]||(B[13]=c.createTextVNode(" 左移 ",-1))]),c.createElementVNode("div",R0,[c.createElementVNode("span",{class:"key",ref_key:"btnRight",ref:h},"D",512),B[14]||(B[14]=c.createTextVNode(" 右移 ",-1))]),c.createElementVNode("div",O0,[c.createElementVNode("span",{class:"key",ref_key:"btnUp",ref:m},"Q",512),B[15]||(B[15]=c.createTextVNode(" 上升 ",-1))]),c.createElementVNode("div",L0,[c.createElementVNode("span",{class:"key",ref_key:"btnDown",ref:w},"E",512),B[16]||(B[16]=c.createTextVNode(" 下降 ",-1))]),B[17]||(B[17]=c.createElementVNode("div",{class:"key-row"},[c.createElementVNode("span",{class:"mouse-icon"},"🖱️"),c.createTextVNode(" 按住左键拖拽旋转视角 ")],-1))])])])]),_:1},8,["title","visible","full-height"]))}}),[["__scopeId","data-v-ff3f266e"]]),N0={class:"info-content"},_0={key:0,class:"component-title"},wi=Oe(c.defineComponent({__name:"LeitingInfo",props:{visible:{type:Boolean},open:{type:Boolean,default:void 0},fullHeight:{type:Boolean}},emits:["update:visible","update:open","close"],setup(i,{emit:e}){const t=i,n=e,s=c.inject("leitingMethods"),o=c.ref([]),r=c.ref(!1),l=c.ref([]),a=c.ref([]),d=c.ref(0),u=c.computed({get:()=>t.open!==void 0?t.open:t.visible,set:C=>{n("update:visible",C),n("update:open",C)}}),f=()=>{u.value=!1},p=C=>({elementID:"构件ID",elementName:"构件名",categoryName:"类别",familySymbolName:"族类型",levelName:"标高",modelName:"文件名",length:"长",width:"宽",height:"高"})[C]||C,h=["elementName","elementID","modelName","length","width","height","levelName","categoryName","familySymbolName"],m=async C=>{const v=++d.value;if(a.value=C,!C||C.length===0){o.value=[];return}if(!u.value)return;let x=C;C.length>10&&(fe.warning(`选中构件数量过多(${C.length}个),仅显示前10个`),x=C.slice(0,10));const D=s?.value;let N=D?.getMapTileset?D.getMapTileset():{};r.value=!0;const I=[],B={};x.forEach(S=>{const U=N[S.modelId]?.leiting?.model?.dbName;U&&S.elementId&&I.push({dbName:U,elementId:S.elementId,modelId:S.modelId})});const g=new Set;if(x.forEach(S=>{const P=N[S.modelId],U=`${S.modelId}_${S.elementId}`;B[U]||P&&P.leiting&&!P.leiting?.node?.nodeExtras&&P.leiting.model?.nodeUrl&&g.add(S.modelId)}),g.size>0&&D?._loadNodeDetailsForModel)try{const S=Array.from(g).map(P=>D._loadNodeDetailsForModel(P));await Promise.all(S)}catch(S){console.error("Failed to load node details",S)}if(v!==d.value)return;N=D?.getMapTileset?D.getMapTileset():{};const k=[];x.forEach((S,P)=>{const H=N[S.modelId]?.leiting||{},O=B[`${S.modelId}_${S.elementId}`];let E={modelName:H.model?.modelId||S.modelId};E.elementID||(E.elementID=S.elementId);let y=null;if(O)y=O;else{const F=H.node?.nodeExtras?.element||H.node?.nodeExtras;if(F){const R=E.elementID;F[R]&&(y=F[R])}}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 b=[];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 T={};if(h.forEach(F=>{E[F]!==void 0&&(T[F]=E[F])}),b.push({name:"基础信息",params:T}),y){const F=Array.isArray(y)?y:Array.isArray(y?.parameters)?y.parameters:null;if(F){if(F.flat().forEach(L=>{if(L&&L.GroupName&&Array.isArray(L.Parameters)){const M={};L.Parameters.forEach(Q=>{Q.name&&(M[Q.name]=Q.value??"")}),Object.keys(M).length>0&&b.push({name:L.GroupName,params:M})}}),!Array.isArray(y)){const{parameters:L,...M}=y,Q={};Object.keys(M).forEach(Y=>{!h.includes(Y)&&Y!=="uniqueId"&&typeof M[Y]!="object"&&(Q[Y]=M[Y])}),Object.keys(Q).length>0&&b.push({name:"其他属性",params:Q})}}else{let R=!1;if(Object.keys(y).forEach(L=>{y[L]&&typeof y[L]=="object"&&!Array.isArray(y[L])&&(R=!0,b.push({name:L,params:y[L]}))}),!R){const L={};Object.keys(y).forEach(M=>{if(!h.includes(M)&&M!=="batchId"){const Q=y[M];typeof Q=="string"&&Q.length>500?L[M]=Q.substring(0,500)+"...":L[M]=Q}}),Object.keys(L).length>0&&b.push({name:"属性",params:L})}}}k.push({id:P,title:`${E.modelName}${E.elementName?` - ${E.elementName}`:""}`,groups:b})}),o.value=k,v===d.value&&(r.value=!1),k.length>0?l.value=[`${k[0].id}-基础信息`]:l.value=[]};let w=!1;const A=()=>{if(w)return;const C=s?.value;C&&C.selectionChange&&(C.selectionChange(m),w=!0)};return c.watch(()=>s?.value,()=>{A()},{deep:!0,immediate:!0}),c.watch(u,C=>{C&&a.value.length>0&&m(a.value)}),c.onMounted(()=>{A()}),(C,v)=>(c.openBlock(),c.createBlock(Pe,{visible:u.value,title:"构件详情",width:350,align:"right","initial-position":{x:0,y:0},"full-height":i.fullHeight,onClose:f,"onUpdate:visible":v[1]||(v[1]=x=>u.value=x),class:"base-info-card"},{default:c.withCtx(()=>[c.createElementVNode("div",N0,[c.createVNode(c.unref(ge.Spin),{spinning:r.value},{default:c.withCtx(()=>[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(o.value,x=>(c.openBlock(),c.createElementBlock("div",{key:x.id,class:"component-block"},[o.value.length>1?(c.openBlock(),c.createElementBlock("div",_0,c.toDisplayString(x.title),1)):c.createCommentVNode("",!0),c.createVNode(c.unref(ge.Collapse),{activeKey:l.value,"onUpdate:activeKey":v[0]||(v[0]=D=>l.value=D),ghost:"","expand-icon-position":"end"},{default:c.withCtx(()=>[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(x.groups,D=>(c.openBlock(),c.createBlock(c.unref(ge.CollapsePanel),{key:`${x.id}-${D.name}`,header:D.name},{default:c.withCtx(()=>[c.createVNode(c.unref(ge.Descriptions),{size:"small",bordered:"",column:1,labelStyle:{width:"100px",background:"rgba(255,255,255,0.05)",color:"#aaa"},contentStyle:{color:"#fff"}},{default:c.withCtx(()=>[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(D.params,(N,I)=>(c.openBlock(),c.createBlock(c.unref(ge.DescriptionsItem),{key:I,label:p(String(I))},{default:c.withCtx(()=>[c.createTextVNode(c.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 al{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 n=`adjust-marker-${e}-${Date.now()}`;e==="BIM"?this.bimEntityId=n:this.mapEntityId=n,this.viewer.entities.add({id:n,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 n;try{n=this.viewer.scene.pickPosition(t.position)}catch(s){console.warn("pickPosition failed:",s)}if(!n){const s=this.viewer.camera.getPickRay(t.position);n=this.viewer.scene.globe.pick(s,this.viewer.scene)}if(n||(n=this.viewer.camera.pickEllipsoid(t.position,this.viewer.scene.globe.ellipsoid)),n){const s=this.Cesium.Cartographic.fromCartesian(n),o=this.Cesium.Math.toDegrees(s.longitude),r=this.Cesium.Math.toDegrees(s.latitude),l=s.height;e({longitude:o,latitude:r,height:l})}},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 U0={class:"adjust-panel"},Q0={class:"control-panel"},G0={class:"form-item"},H0={class:"radio-group"},Y0={class:"form-item"},V0={class:"radio-group"},z0={class:"form-item"},W0={class:"value"},j0={class:"param-row"},K0={class:"param-row"},$0={class:"param-row"},X0={class:"param-row"},q0={class:"param-row"},J0={class:"param-row"},Z0={class:"param-row"},eC={class:"button-grid"},tC={key:1,class:"pick-mode-ui"},iC={class:"form-item",style:{display:"block","margin-bottom":"15px"}},nC={class:"radio-group",style:{width:"100%",display:"flex","align-items":"flex-start","flex-direction":"column"}},sC=["checked"],oC={key:0,style:{"font-size":"12px",color:"#aaa","margin-left":"20px"}},rC={key:1,style:{"font-size":"12px",color:"#666","margin-left":"20px"}},aC={class:"form-item",style:{display:"block","margin-bottom":"15px"}},lC={class:"radio-group",style:{width:"100%",display:"flex","align-items":"flex-start","flex-direction":"column"}},cC=["checked"],dC={key:0,style:{"font-size":"12px",color:"#aaa","margin-left":"20px"}},uC={key:1,style:{"font-size":"12px",color:"#666","margin-left":"20px"}},hC={class:"list-panel"},fC={class:"list-header"},pC={class:"col-check"},gC=["checked"],mC={class:"list-body"},AC={class:"col-check"},yC=["onUpdate:modelValue"],CC={class:"col-index"},EC=["title"],wC={class:"col-main"},bC=["checked","onChange"],bi=Oe(c.defineComponent({__name:"LeitingPosition",props:{visible:{type:Boolean},open:{type:Boolean,default:void 0},fullHeight:{type:Boolean}},emits:["update:visible","update:open","close","save"],setup(i,{expose:e,emit:t}){const n=i,s=t,o=c.computed({get:()=>n.open!==void 0?n.open:n.visible,set:L=>{s("update:visible",L),s("update:open",L)}}),r=c.inject("leitingMethods"),l=c.ref("BIM"),a=c.ref("param"),d=c.ref(""),u=c.ref([]),f=c.ref("BIM"),p=c.ref(null),h=c.ref(null),m=c.ref(null),w=()=>(!m.value&&r?.value?.getViewer&&r?.value?.getCesium&&(m.value=new al(r.value.getViewer(),r.value.getCesium())),m.value),A=()=>{w()?.clearMarkers(),p.value=null,h.value=null},C=(L,M)=>{L==="BIM"?p.value=M:h.value=M,w()?.addMarker(L,M),fe.success(`${L==="BIM"?"BIM":"地图"}标记点已添加`)},v=()=>{w()?.registerPickHandler(L=>{C(f.value,L)})},x=()=>{w()?.destroyPickHandler()},D=()=>{if(!p.value||!h.value){fe.warning("请先选择BIM标记点和地图标记点");return}if(!d.value){fe.warning("请先选择主模型");return}const L=w();let M=0,Q=0,Y=0;if(L){const{dLon:W,dLat:q,dHeight:Z}=L.calculateOffset(p.value,h.value);M=W,Q=q,Y=Z}else M=h.value.longitude-p.value.longitude,Q=h.value.latitude-p.value.latitude,Y=h.value.height-p.value.height;I.value.longitude+=M,I.value.latitude+=Q,I.value.height+=Y,y(d.value,{longitude:I.value.longitude,latitude:I.value.latitude,height:I.value.height}),fe.success("位置已调整")};c.watch(()=>a.value,L=>{L==="pick"?v():x()}),e({addMarker:C,setModelType:L=>{(L==="BIM"||L==="OSGB")&&(l.value=L)}});const I=c.ref({longitude:0,latitude:0,lonlat:1e-6,heightDistance:1,rotation:30,totalRotation:0,height:0,X:0,Y:0,Z:0}),B=c.computed(()=>{const L=u.value.find(M=>M.modelId===d.value);return L?L.modelName:""}),g=c.computed(()=>S.value.length>0&&S.value.every(L=>L.selected)),k=()=>{o.value=!1,s("close")},S=c.computed(()=>u.value.filter(L=>L.type===l.value)),P=L=>{const M=L.target.checked;S.value.forEach(Q=>Q.selected=M)},U=()=>{if(!r?.value)return;const L=r.value,M=L.getMapTileset?L.getMapTileset():{},Q=[];if(Object.keys(M).forEach(Y=>{const q=M[Y].leiting||{};q.model&&Q.push({modelId:q.model.modelId,modelName:q.model.modelName,selected:!1,formData:q.model.formData||{},dbName:q.model.dbName,url:q.model.url,type:q.model.type||"BIM"})}),u.value=Q,Q.length>0){const Y=L.getBIMmodelId?L.getBIMmodelId():"";Y&&Q.find(W=>W.modelId===Y)?O(Y):O(Q[0].modelId),Q.forEach(W=>W.selected=!0)}},H=()=>{fe.info("拖动右下角标,可显示模型列表",void 0,2)},O=L=>{d.value=L;const M=u.value.find(Q=>Q.modelId===L);M&&M.formData&&Object.keys(I.value).forEach(Q=>{M.formData[Q]!==void 0&&(I.value[Q]=M.formData[Q])})},E=L=>r?.value?.getMapTileset?r.value.getMapTileset()[L]:null,y=(L,M)=>{const Q=E(L),Y=r.value.getCesium();if(Q&&Y){if(Q.leiting?.model){Q.leiting.model.formData={...Q.leiting.model.formData,...M};const W=u.value.find(q=>q.modelId===L);W&&(W.formData=Q.leiting.model.formData)}Rn({Cesium:Y,tileset:Q})}},b=L=>{if(!d.value)return;const Q=u.value.find(q=>q.modelId===d.value)?.formData?.[L]??0,Y=I.value[L],W=Y-Q;y(d.value,{[L]:Y}),W!==0&&S.value.filter(Z=>Z.selected&&Z.modelId!==d.value).forEach(Z=>{const ne=(Z.formData?.[L]??0)+W;y(Z.modelId,{[L]:ne})})},T=L=>{const M=S.value.filter(q=>q.selected);if(M.length===0){fe.warning("请先选择要调整的模型");return}const{lonlat:Q,heightDistance:Y,rotation:W}=I.value;M.forEach(q=>{const Z={...q.formData};switch(L){case"north":Z.latitude+=Q;break;case"south":Z.latitude-=Q;break;case"east":Z.longitude+=Q;break;case"west":Z.longitude-=Q;break;case"up":Z.height+=Y;break;case"down":Z.height-=Y;break;case"rotateLeft":Z.totalRotation=(Z.totalRotation||0)+W;break;case"rotateRight":Z.totalRotation=(Z.totalRotation||0)-W;break}q.modelId===d.value&&(Z.lonlat=Q,Z.heightDistance=Y,Z.rotation=W,Object.assign(I.value,Z)),y(q.modelId,Z)})},F=()=>{if(!d.value){fe.warning("请先选择主模型");return}const L=E(d.value);if(!L||!r?.value?.getViewer)return;const M=r.value.getViewer(),Q=r.value.getCesium(),Y=L.boundingSphere;M.camera.flyToBoundingSphere(Y,{offset:new Q.HeadingPitchRange(0,Q.Math.toRadians(-90),Y.radius*2),duration:1.5})},R=()=>{r?.value?.saveRegion?(r.value.saveRegion(u.value),s("save",c.unref(u))):(console.log("Save models:",u.value),fe.warning("未找到保存接口,数据已打印控制台"))};return c.watch(()=>n.visible,L=>{L?(U(),H(),a.value==="pick"&&v()):(x(),A())}),c.onMounted(()=>{n.visible&&(U(),H(),a.value==="pick"&&v())}),(L,M)=>(c.openBlock(),c.createBlock(Pe,{visible:o.value,title:"调整位置(调整前可选择正北俯视)","full-height":i.fullHeight,width:260,"onUpdate:visible":M[25]||(M[25]=Q=>o.value=Q),onClose:k,onSave:R,class:"base-position-card"},{default:c.withCtx(()=>[c.createElementVNode("div",U0,[c.createElementVNode("div",Q0,[c.createElementVNode("div",G0,[M[26]||(M[26]=c.createElementVNode("label",null,"模型类型:",-1)),c.createElementVNode("div",H0,[c.createElementVNode("span",{class:c.normalizeClass({active:l.value==="BIM"}),onClick:M[0]||(M[0]=Q=>l.value="BIM")},"BIM模型",2),c.createElementVNode("span",{class:c.normalizeClass({active:l.value==="OSGB"}),onClick:M[1]||(M[1]=Q=>l.value="OSGB")},"倾斜摄影",2)])]),c.createElementVNode("div",Y0,[M[27]||(M[27]=c.createElementVNode("label",null,"调整操作:",-1)),c.createElementVNode("div",V0,[c.createElementVNode("span",{class:c.normalizeClass({active:a.value==="param"}),onClick:M[2]||(M[2]=Q=>a.value="param")},"参数模式",2),c.createElementVNode("span",{class:c.normalizeClass({active:a.value==="pick"}),onClick:M[3]||(M[3]=Q=>a.value="pick")},"地图点选",2)])]),c.createElementVNode("div",z0,[M[28]||(M[28]=c.createElementVNode("label",null,"当前主模型:",-1)),c.createElementVNode("span",W0,c.toDisplayString(B.value||"未选择"),1)]),M[42]||(M[42]=c.createElementVNode("div",{class:"separator"},null,-1)),a.value==="param"?(c.openBlock(),c.createElementBlock(c.Fragment,{key:0},[M[36]||(M[36]=c.createElementVNode("div",{class:"group-header"},"当前状态",-1)),c.createElementVNode("div",j0,[M[29]||(M[29]=c.createElementVNode("label",null,"经度(东西):",-1)),c.withDirectives(c.createElementVNode("input",{type:"number","onUpdate:modelValue":M[4]||(M[4]=Q=>I.value.longitude=Q),onChange:M[5]||(M[5]=Q=>b("longitude")),step:"0.000001"},null,544),[[c.vModelText,I.value.longitude,void 0,{number:!0}]])]),c.createElementVNode("div",K0,[M[30]||(M[30]=c.createElementVNode("label",null,"纬度(南北):",-1)),c.withDirectives(c.createElementVNode("input",{type:"number","onUpdate:modelValue":M[6]||(M[6]=Q=>I.value.latitude=Q),onChange:M[7]||(M[7]=Q=>b("latitude")),step:"0.000001"},null,544),[[c.vModelText,I.value.latitude,void 0,{number:!0}]])]),c.createElementVNode("div",$0,[M[31]||(M[31]=c.createElementVNode("label",null,"高度(m):",-1)),c.withDirectives(c.createElementVNode("input",{type:"number","onUpdate:modelValue":M[8]||(M[8]=Q=>I.value.height=Q),onChange:M[9]||(M[9]=Q=>b("height")),step:"0.1"},null,544),[[c.vModelText,I.value.height,void 0,{number:!0}]])]),c.createElementVNode("div",X0,[M[32]||(M[32]=c.createElementVNode("label",null,"累计旋转(°):",-1)),c.withDirectives(c.createElementVNode("input",{type:"number","onUpdate:modelValue":M[10]||(M[10]=Q=>I.value.totalRotation=Q),onChange:M[11]||(M[11]=Q=>b("totalRotation")),step:"1"},null,544),[[c.vModelText,I.value.totalRotation,void 0,{number:!0}]])]),M[37]||(M[37]=c.createElementVNode("div",{class:"separator"},null,-1)),M[38]||(M[38]=c.createElementVNode("div",{class:"group-header"},"调整步长",-1)),c.createElementVNode("div",q0,[M[33]||(M[33]=c.createElementVNode("label",null,"经纬步长(°):",-1)),c.withDirectives(c.createElementVNode("input",{type:"number","onUpdate:modelValue":M[12]||(M[12]=Q=>I.value.lonlat=Q),step:"0.000001"},null,512),[[c.vModelText,I.value.lonlat,void 0,{number:!0}]])]),c.createElementVNode("div",J0,[M[34]||(M[34]=c.createElementVNode("label",null,"高度步长(m):",-1)),c.withDirectives(c.createElementVNode("input",{type:"number","onUpdate:modelValue":M[13]||(M[13]=Q=>I.value.heightDistance=Q),step:"0.1"},null,512),[[c.vModelText,I.value.heightDistance,void 0,{number:!0}]])]),c.createElementVNode("div",Z0,[M[35]||(M[35]=c.createElementVNode("label",null,"旋转步长(°):",-1)),c.withDirectives(c.createElementVNode("input",{type:"number","onUpdate:modelValue":M[14]||(M[14]=Q=>I.value.rotation=Q),step:"1"},null,512),[[c.vModelText,I.value.rotation,void 0,{number:!0}]])]),c.createElementVNode("div",eC,[c.createElementVNode("button",{onClick:M[15]||(M[15]=Q=>T("rotateLeft"))},"左转"),c.createElementVNode("button",{onClick:M[16]||(M[16]=Q=>T("north"))},"北移"),c.createElementVNode("button",{onClick:M[17]||(M[17]=Q=>T("rotateRight"))},"右转"),c.createElementVNode("button",{onClick:M[18]||(M[18]=Q=>T("west"))},"西移"),c.createElementVNode("button",{onClick:M[19]||(M[19]=Q=>T("south"))},"南移"),c.createElementVNode("button",{onClick:M[20]||(M[20]=Q=>T("east"))},"东移"),c.createElementVNode("button",{onClick:M[21]||(M[21]=Q=>T("up"))},"上移"),c.createElementVNode("button",{onClick:M[22]||(M[22]=Q=>T("down"))},"下移"),c.createElementVNode("button",{onClick:F,class:"primary-btn"},"正北俯视"),c.createElementVNode("button",{onClick:R,class:"primary-btn",style:{"grid-column":"span 3","margin-top":"5px"}},"保存当前位置")])],64)):a.value==="pick"?(c.openBlock(),c.createElementBlock("div",tC,[c.createElementVNode("div",iC,[c.createElementVNode("div",nC,[c.createElementVNode("div",{onClick:M[23]||(M[23]=Q=>f.value="BIM"),style:{cursor:"pointer",display:"flex","align-items":"center","margin-bottom":"5px"}},[c.createElementVNode("input",{type:"radio",checked:f.value==="BIM",style:{"margin-right":"5px"}},null,8,sC),M[39]||(M[39]=c.createElementVNode("span",{style:{"font-weight":"bold"}},"BIM标记点:",-1))]),p.value?(c.openBlock(),c.createElementBlock("div",oC,[c.createElementVNode("div",null,"经度:"+c.toDisplayString(p.value.longitude.toFixed(10)),1),c.createElementVNode("div",null,"纬度:"+c.toDisplayString(p.value.latitude.toFixed(10)),1)])):(c.openBlock(),c.createElementBlock("div",rC,"未选择"))])]),c.createElementVNode("div",aC,[c.createElementVNode("div",lC,[c.createElementVNode("div",{onClick:M[24]||(M[24]=Q=>f.value="MAP"),style:{cursor:"pointer",display:"flex","align-items":"center","margin-bottom":"5px"}},[c.createElementVNode("input",{type:"radio",checked:f.value==="MAP",style:{"margin-right":"5px"}},null,8,cC),M[40]||(M[40]=c.createElementVNode("span",{style:{"font-weight":"bold"}},"地图标记点:",-1))]),h.value?(c.openBlock(),c.createElementBlock("div",dC,[c.createElementVNode("div",null,"经度:"+c.toDisplayString(h.value.longitude.toFixed(10)),1),c.createElementVNode("div",null,"纬度:"+c.toDisplayString(h.value.latitude.toFixed(10)),1)])):(c.openBlock(),c.createElementBlock("div",uC,"未选择"))])]),c.createElementVNode("div",{class:"button-grid",style:{"grid-template-columns":"1fr"}},[c.createElementVNode("button",{onClick:D},"调整位置"),c.createElementVNode("button",{onClick:R},"保存")]),M[41]||(M[41]=c.createElementVNode("div",{class:"instructions",style:{"margin-top":"15px",color:"#999","font-size":"12px","line-height":"1.5"}},[c.createElementVNode("div",null,"操作指南:"),c.createElementVNode("div",null,"1. 勾选上方 BIM 或 地图 标记点选项。"),c.createElementVNode("div",null,"2. Shift + 左键 点击场景拾取对应坐标。"),c.createElementVNode("div",null,"3. 采集两点后,点击“调整位置”进行校准。")],-1))])):c.createCommentVNode("",!0)]),c.createElementVNode("div",hC,[c.createElementVNode("div",fC,[c.createElementVNode("div",pC,[c.createElementVNode("input",{type:"checkbox",checked:g.value,onChange:P},null,40,gC)]),M[43]||(M[43]=c.createElementVNode("div",{class:"col-index"},"序号",-1)),M[44]||(M[44]=c.createElementVNode("div",{class:"col-name"},"名称",-1)),M[45]||(M[45]=c.createElementVNode("div",{class:"col-main"},"主模型",-1))]),c.createElementVNode("div",mC,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(S.value,(Q,Y)=>(c.openBlock(),c.createElementBlock("div",{key:Q.modelId,class:c.normalizeClass(["list-item",{active:Q.modelId===d.value}])},[c.createElementVNode("div",AC,[c.withDirectives(c.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":W=>Q.selected=W},null,8,yC),[[c.vModelCheckbox,Q.selected]])]),c.createElementVNode("div",CC,c.toDisplayString(Y+1),1),c.createElementVNode("div",{class:"col-name",title:Q.modelName},c.toDisplayString(Q.modelName),9,EC),c.createElementVNode("div",wC,[c.createElementVNode("input",{type:"radio",name:"mainModel",checked:Q.modelId===d.value,onChange:W=>O(Q.modelId)},null,40,bC)])],2))),128))])])])]),_:1},8,["visible","full-height"]))}}),[["__scopeId","data-v-9737215c"]]);function ln(){return ln=Object.assign?Object.assign.bind():function(i){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var n in t)({}).hasOwnProperty.call(t,n)&&(i[n]=t[n])}return i},ln.apply(null,arguments)}const vC={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:"下一世纪"},IC={placeholder:"请选择时间",rangePlaceholder:["开始时间","结束时间"]},ll={lang:ln({placeholder:"请选择日期",yearPlaceholder:"请选择年份",quarterPlaceholder:"请选择季度",monthPlaceholder:"请选择月份",weekPlaceholder:"请选择周",rangePlaceholder:["开始日期","结束日期"],rangeYearPlaceholder:["开始年份","结束年份"],rangeMonthPlaceholder:["开始月份","结束月份"],rangeQuarterPlaceholder:["开始季度","结束季度"],rangeWeekPlaceholder:["开始周","结束周"]},vC),timePickerLocale:ln({},IC)};ll.lang.ok="确定";var cn={exports:{}},BC=cn.exports,cl;function dl(){return cl||(cl=1,(function(i,e){(function(t,n){i.exports=n()})(BC,(function(){var t=1e3,n=6e4,s=36e5,o="millisecond",r="second",l="minute",a="hour",d="day",u="week",f="month",p="quarter",h="year",m="date",w="Invalid Date",A=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,C=/\[([^\]]+)]|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,v={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(O){var E=["th","st","nd","rd"],y=O%100;return"["+O+(E[(y-20)%10]||E[y]||E[0])+"]"}},x=function(O,E,y){var b=String(O);return!b||b.length>=E?O:""+Array(E+1-b.length).join(y)+O},D={s:x,z:function(O){var E=-O.utcOffset(),y=Math.abs(E),b=Math.floor(y/60),T=y%60;return(E<=0?"+":"-")+x(b,2,"0")+":"+x(T,2,"0")},m:function O(E,y){if(E.date()<y.date())return-O(y,E);var b=12*(y.year()-E.year())+(y.month()-E.month()),T=E.clone().add(b,f),F=y-T<0,R=E.clone().add(b+(F?-1:1),f);return+(-(b+(y-T)/(F?T-R:R-T))||0)},a:function(O){return O<0?Math.ceil(O)||0:Math.floor(O)},p:function(O){return{M:f,y:h,w:u,d,D:m,h:a,m:l,s:r,ms:o,Q:p}[O]||String(O||"").toLowerCase().replace(/s$/,"")},u:function(O){return O===void 0}},N="en",I={};I[N]=v;var B="$isDayjsObject",g=function(O){return O instanceof U||!(!O||!O[B])},k=function O(E,y,b){var T;if(!E)return N;if(typeof E=="string"){var F=E.toLowerCase();I[F]&&(T=F),y&&(I[F]=y,T=F);var R=E.split("-");if(!T&&R.length>1)return O(R[0])}else{var L=E.name;I[L]=E,T=L}return!b&&T&&(N=T),T||!b&&N},S=function(O,E){if(g(O))return O.clone();var y=typeof E=="object"?E:{};return y.date=O,y.args=arguments,new U(y)},P=D;P.l=k,P.i=g,P.w=function(O,E){return S(O,{locale:E.$L,utc:E.$u,x:E.$x,$offset:E.$offset})};var U=(function(){function O(y){this.$L=k(y.locale,null,!0),this.parse(y),this.$x=this.$x||y.x||{},this[B]=!0}var E=O.prototype;return E.parse=function(y){this.$d=(function(b){var T=b.date,F=b.utc;if(T===null)return new Date(NaN);if(P.u(T))return new Date;if(T instanceof Date)return new Date(T);if(typeof T=="string"&&!/Z$/i.test(T)){var R=T.match(A);if(R){var L=R[2]-1||0,M=(R[7]||"0").substring(0,3);return F?new Date(Date.UTC(R[1],L,R[3]||1,R[4]||0,R[5]||0,R[6]||0,M)):new Date(R[1],L,R[3]||1,R[4]||0,R[5]||0,R[6]||0,M)}}return new Date(T)})(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 P},E.isValid=function(){return this.$d.toString()!==w},E.isSame=function(y,b){var T=S(y);return this.startOf(b)<=T&&T<=this.endOf(b)},E.isAfter=function(y,b){return S(y)<this.startOf(b)},E.isBefore=function(y,b){return this.endOf(b)<S(y)},E.$g=function(y,b,T){return P.u(y)?this[b]:this.set(T,y)},E.unix=function(){return Math.floor(this.valueOf()/1e3)},E.valueOf=function(){return this.$d.getTime()},E.startOf=function(y,b){var T=this,F=!!P.u(b)||b,R=P.p(y),L=function(ne,se){var pe=P.w(T.$u?Date.UTC(T.$y,se,ne):new Date(T.$y,se,ne),T);return F?pe:pe.endOf(d)},M=function(ne,se){return P.w(T.toDate()[ne].apply(T.toDate("s"),(F?[0,0,0,0]:[23,59,59,999]).slice(se)),T)},Q=this.$W,Y=this.$M,W=this.$D,q="set"+(this.$u?"UTC":"");switch(R){case h:return F?L(1,0):L(31,11);case f:return F?L(1,Y):L(0,Y+1);case u:var Z=this.$locale().weekStart||0,oe=(Q<Z?Q+7:Q)-Z;return L(F?W-oe:W+(6-oe),Y);case d:case m:return M(q+"Hours",0);case a:return M(q+"Minutes",1);case l:return M(q+"Seconds",2);case r:return M(q+"Milliseconds",3);default:return this.clone()}},E.endOf=function(y){return this.startOf(y,!1)},E.$set=function(y,b){var T,F=P.p(y),R="set"+(this.$u?"UTC":""),L=(T={},T[d]=R+"Date",T[m]=R+"Date",T[f]=R+"Month",T[h]=R+"FullYear",T[a]=R+"Hours",T[l]=R+"Minutes",T[r]=R+"Seconds",T[o]=R+"Milliseconds",T)[F],M=F===d?this.$D+(b-this.$W):b;if(F===f||F===h){var Q=this.clone().set(m,1);Q.$d[L](M),Q.init(),this.$d=Q.set(m,Math.min(this.$D,Q.daysInMonth())).$d}else L&&this.$d[L](M);return this.init(),this},E.set=function(y,b){return this.clone().$set(y,b)},E.get=function(y){return this[P.p(y)]()},E.add=function(y,b){var T,F=this;y=Number(y);var R=P.p(b),L=function(Y){var W=S(F);return P.w(W.date(W.date()+Math.round(Y*y)),F)};if(R===f)return this.set(f,this.$M+y);if(R===h)return this.set(h,this.$y+y);if(R===d)return L(1);if(R===u)return L(7);var M=(T={},T[l]=n,T[a]=s,T[r]=t,T)[R]||1,Q=this.$d.getTime()+y*M;return P.w(Q,this)},E.subtract=function(y,b){return this.add(-1*y,b)},E.format=function(y){var b=this,T=this.$locale();if(!this.isValid())return T.invalidDate||w;var F=y||"YYYY-MM-DDTHH:mm:ssZ",R=P.z(this),L=this.$H,M=this.$m,Q=this.$M,Y=T.weekdays,W=T.months,q=T.meridiem,Z=function(se,pe,ve,V){return se&&(se[pe]||se(b,F))||ve[pe].slice(0,V)},oe=function(se){return P.s(L%12||12,se,"0")},ne=q||function(se,pe,ve){var V=se<12?"AM":"PM";return ve?V.toLowerCase():V};return F.replace(C,(function(se,pe){return pe||(function(ve){switch(ve){case"YY":return String(b.$y).slice(-2);case"YYYY":return P.s(b.$y,4,"0");case"M":return Q+1;case"MM":return P.s(Q+1,2,"0");case"MMM":return Z(T.monthsShort,Q,W,3);case"MMMM":return Z(W,Q);case"D":return b.$D;case"DD":return P.s(b.$D,2,"0");case"d":return String(b.$W);case"dd":return Z(T.weekdaysMin,b.$W,Y,2);case"ddd":return Z(T.weekdaysShort,b.$W,Y,3);case"dddd":return Y[b.$W];case"H":return String(L);case"HH":return P.s(L,2,"0");case"h":return oe(1);case"hh":return oe(2);case"a":return ne(L,M,!0);case"A":return ne(L,M,!1);case"m":return String(M);case"mm":return P.s(M,2,"0");case"s":return String(b.$s);case"ss":return P.s(b.$s,2,"0");case"SSS":return P.s(b.$ms,3,"0");case"Z":return R}return null})(se)||R.replace(":","")}))},E.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},E.diff=function(y,b,T){var F,R=this,L=P.p(b),M=S(y),Q=(M.utcOffset()-this.utcOffset())*n,Y=this-M,W=function(){return P.m(R,M)};switch(L){case h:F=W()/12;break;case f:F=W();break;case p:F=W()/3;break;case u:F=(Y-Q)/6048e5;break;case d:F=(Y-Q)/864e5;break;case a:F=Y/s;break;case l:F=Y/n;break;case r:F=Y/t;break;default:F=Y}return T?F:P.a(F)},E.daysInMonth=function(){return this.endOf(f).$D},E.$locale=function(){return I[this.$L]},E.locale=function(y,b){if(!y)return this.$L;var T=this.clone(),F=k(y,b,!0);return F&&(T.$L=F),T},E.clone=function(){return P.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()},O})(),H=U.prototype;return S.prototype=H,[["$ms",o],["$s",r],["$m",l],["$H",a],["$W",d],["$M",f],["$y",h],["$D",m]].forEach((function(O){H[O[1]]=function(E){return this.$g(E,O[0],O[1])}})),S.extend=function(O,E){return O.$i||(O(E,U,S),O.$i=!0),S},S.locale=k,S.isDayjs=g,S.unix=function(O){return S(1e3*O)},S.en=I[N],S.Ls=I,S.p={},S}))})(cn)),cn.exports}var xC=dl();const ze=Gt(xC);var dn={exports:{}},SC=dn.exports,ul;function TC(){return ul||(ul=1,(function(i,e){(function(t,n){i.exports=n(dl())})(SC,(function(t){function n(r){return r&&typeof r=="object"&&"default"in r?r:{default:r}}var s=n(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(r,l){return l==="W"?r+"周":r+"日"},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(r,l){var a=100*r+l;return a<600?"凌晨":a<900?"早上":a<1100?"上午":a<1300?"中午":a<1800?"下午":"晚上"}};return s.default.locale(o,null,!0),o}))})(dn)),dn.exports}TC();var un={exports:{}},MC=un.exports,hl;function DC(){return hl||(hl=1,(function(i,e){(function(t,n){i.exports=n()})(MC,(function(){return function(t,n,s){var o=n.prototype,r=function(f){return f&&(f.indexOf?f:f.s)},l=function(f,p,h,m,w){var A=f.name?f:f.$locale(),C=r(A[p]),v=r(A[h]),x=C||v.map((function(N){return N.slice(0,m)}));if(!w)return x;var D=A.weekStart;return x.map((function(N,I){return x[(I+(D||0))%7]}))},a=function(){return s.Ls[s.locale()]},d=function(f,p){return f.formats[p]||(function(h){return h.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(m,w,A){return w||A.slice(1)}))})(f.formats[p.toUpperCase()])},u=function(){var f=this;return{months:function(p){return p?p.format("MMMM"):l(f,"months")},monthsShort:function(p){return p?p.format("MMM"):l(f,"monthsShort","months",3)},firstDayOfWeek:function(){return f.$locale().weekStart||0},weekdays:function(p){return p?p.format("dddd"):l(f,"weekdays")},weekdaysMin:function(p){return p?p.format("dd"):l(f,"weekdaysMin","weekdays",2)},weekdaysShort:function(p){return p?p.format("ddd"):l(f,"weekdaysShort","weekdays",3)},longDateFormat:function(p){return d(f.$locale(),p)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};o.localeData=function(){return u.bind(this)()},s.localeData=function(){var f=a();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 l(a(),"months")},s.monthsShort=function(){return l(a(),"monthsShort","months",3)},s.weekdays=function(f){return l(a(),"weekdays",null,null,f)},s.weekdaysShort=function(f){return l(a(),"weekdaysShort","weekdays",3,f)},s.weekdaysMin=function(f){return l(a(),"weekdaysMin","weekdays",2,f)}}}))})(un)),un.exports}var kC=DC();const PC=Gt(kC);var hn={exports:{}},FC=hn.exports,fl;function RC(){return fl||(fl=1,(function(i,e){(function(t,n){i.exports=n()})(FC,(function(){return function(t,n){n.prototype.weekday=function(s){var o=this.$locale().weekStart||0,r=this.$W,l=(r<o?r+7:r)-o;return this.$utils().u(s)?l:this.subtract(l,"day").add(s,"day")}}}))})(hn)),hn.exports}var OC=RC();const LC=Gt(OC);var fn={exports:{}},NC=fn.exports,pl;function _C(){return pl||(pl=1,(function(i,e){(function(t,n){i.exports=n()})(NC,(function(){var t="week",n="year";return function(s,o,r){var l=o.prototype;l.week=function(a){if(a===void 0&&(a=null),a!==null)return this.add(7*(a-this.week()),"day");var d=this.$locale().yearStart||1;if(this.month()===11&&this.date()>25){var u=r(this).startOf(n).add(1,n).date(d),f=r(this).endOf(t);if(u.isBefore(f))return 1}var p=r(this).startOf(n).date(d).startOf(t).subtract(1,"millisecond"),h=this.diff(p,t,!0);return h<0?r(this).startOf("week").week():Math.ceil(h)},l.weeks=function(a){return a===void 0&&(a=null),this.week(a)}}}))})(fn)),fn.exports}var UC=_C();const QC=Gt(UC);var pn={exports:{}},GC=pn.exports,gl;function HC(){return gl||(gl=1,(function(i,e){(function(t,n){i.exports=n()})(GC,(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"},n=/(\[[^[]*\])|([-_:/.,()\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/,r=/\d\d?/,l=/\d*[^-_:/,()\s\d]+/,a={},d=function(A){return(A=+A)+(A>68?1900:2e3)},u=function(A){return function(C){this[A]=+C}},f=[/[+-]\d\d:?(\d\d)?|Z/,function(A){(this.zone||(this.zone={})).offset=(function(C){if(!C||C==="Z")return 0;var v=C.match(/([+-]|\d\d)/g),x=60*v[1]+(+v[2]||0);return x===0?0:v[0]==="+"?-x:x})(A)}],p=function(A){var C=a[A];return C&&(C.indexOf?C:C.s.concat(C.f))},h=function(A,C){var v,x=a.meridiem;if(x){for(var D=1;D<=24;D+=1)if(A.indexOf(x(D,0,C))>-1){v=D>12;break}}else v=A===(C?"pm":"PM");return v},m={A:[l,function(A){this.afternoon=h(A,!1)}],a:[l,function(A){this.afternoon=h(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:[r,u("seconds")],ss:[r,u("seconds")],m:[r,u("minutes")],mm:[r,u("minutes")],H:[r,u("hours")],h:[r,u("hours")],HH:[r,u("hours")],hh:[r,u("hours")],D:[r,u("day")],DD:[o,u("day")],Do:[l,function(A){var C=a.ordinal,v=A.match(/\d+/);if(this.day=v[0],C)for(var x=1;x<=31;x+=1)C(x).replace(/\[|\]/g,"")===A&&(this.day=x)}],w:[r,u("week")],ww:[o,u("week")],M:[r,u("month")],MM:[o,u("month")],MMM:[l,function(A){var C=p("months"),v=(p("monthsShort")||C.map((function(x){return x.slice(0,3)}))).indexOf(A)+1;if(v<1)throw new Error;this.month=v%12||v}],MMMM:[l,function(A){var C=p("months").indexOf(A)+1;if(C<1)throw new Error;this.month=C%12||C}],Y:[/[+-]?\d+/,u("year")],YY:[o,function(A){this.year=d(A)}],YYYY:[/\d{4}/,u("year")],Z:f,ZZ:f};function w(A){var C,v;C=A,v=a&&a.formats;for(var x=(A=C.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(S,P,U){var H=U&&U.toUpperCase();return P||v[U]||t[U]||v[H].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,(function(O,E,y){return E||y.slice(1)}))}))).match(n),D=x.length,N=0;N<D;N+=1){var I=x[N],B=m[I],g=B&&B[0],k=B&&B[1];x[N]=k?{regex:g,parser:k}:I.replace(/^\[|\]$/g,"")}return function(S){for(var P={},U=0,H=0;U<D;U+=1){var O=x[U];if(typeof O=="string")H+=O.length;else{var E=O.regex,y=O.parser,b=S.slice(H),T=E.exec(b)[0];y.call(P,T),S=S.replace(T,"")}}return(function(F){var R=F.afternoon;if(R!==void 0){var L=F.hours;R?L<12&&(F.hours+=12):L===12&&(F.hours=0),delete F.afternoon}})(P),P}}return function(A,C,v){v.p.customParseFormat=!0,A&&A.parseTwoDigitYear&&(d=A.parseTwoDigitYear);var x=C.prototype,D=x.parse;x.parse=function(N){var I=N.date,B=N.utc,g=N.args;this.$u=B;var k=g[1];if(typeof k=="string"){var S=g[2]===!0,P=g[3]===!0,U=S||P,H=g[2];P&&(H=g[2]),a=this.$locale(),!S&&H&&(a=v.Ls[H]),this.$d=(function(b,T,F,R){try{if(["x","X"].indexOf(T)>-1)return new Date((T==="X"?1e3:1)*b);var L=w(T)(b),M=L.year,Q=L.month,Y=L.day,W=L.hours,q=L.minutes,Z=L.seconds,oe=L.milliseconds,ne=L.zone,se=L.week,pe=new Date,ve=Y||(M||Q?1:pe.getDate()),V=M||pe.getFullYear(),j=0;M&&!Q||(j=Q>0?Q-1:pe.getMonth());var te,Ae=W||0,Ce=q||0,Me=Z||0,Le=oe||0;return ne?new Date(Date.UTC(V,j,ve,Ae,Ce,Me,Le+60*ne.offset*1e3)):F?new Date(Date.UTC(V,j,ve,Ae,Ce,Me,Le)):(te=new Date(V,j,ve,Ae,Ce,Me,Le),se&&(te=R(te).week(se).toDate()),te)}catch{return new Date("")}})(I,k,B,v),this.init(),H&&H!==!0&&(this.$L=this.locale(H).$L),U&&I!=this.format(k)&&(this.$d=new Date("")),a={}}else if(k instanceof Array)for(var O=k.length,E=1;E<=O;E+=1){g[1]=k[E-1];var y=v.apply(this,g);if(y.isValid()){this.$d=y.$d,this.$L=y.$L,this.init();break}E===O&&(this.$d=new Date(""))}else D.call(this,N)}}}))})(pn)),pn.exports}var YC=HC();const VC=Gt(YC),zC={class:"setting-panel"},WC={class:"tabs-header"},jC={class:"tab-content"},KC={key:0,class:"section"},$C={class:"setting-item"},XC={class:"setting-item"},qC={class:"setting-item"},JC={key:1,class:"section"},ZC={class:"tabs-header",style:{"margin-bottom":"8px"}},eE={key:0},tE={class:"setting-item column"},iE={class:"setting-item column"},nE={class:"setting-item"},sE={key:1},oE={class:"setting-item column"},rE={class:"setting-item column",style:{"margin-top":"12px","border-top":"1px solid rgba(255,255,255,0.1)","padding-top":"8px"}},aE={class:"search-box"},lE={key:2,class:"section"},cE={class:"setting-item"},dE={key:0,class:"setting-item column"},uE={class:"sub-label"},hE={class:"setting-item"},fE={class:"setting-item"},pE={class:"setting-item column"},gE={class:"setting-item column"},mE={class:"sub-label"},AE={class:"setting-item column"},yE={class:"sub-label"},CE={class:"setting-item column"},EE={class:"sub-label"},wE={class:"setting-item column"},bE={style:{display:"flex",gap:"8px","margin-bottom":"8px"}},vE=["onClick","title"],IE={style:{display:"flex",gap:"8px","align-items":"center"}},BE={key:3,class:"section"},xE={class:"setting-item"},SE={class:"setting-item column"},vi=Oe(c.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(i,{emit:e}){ze.locale("zh-cn"),ze.extend(PC),ze.extend(LC),ze.extend(QC),ze.extend(VC);const t=ge.Switch,n=ge.Radio.Group,s=ge.Radio,o=ge.Input,r=ge.Slider,l=ge.Select,a=ge.Select.Option,d=ge.DatePicker,u=i,f=e,p=c.inject("leitingMethods"),h=c.computed({get:()=>u.open!==void 0?u.open:u.visible,set:E=>{f("update:visible",E),f("update:open",E)}}),m=c.ref("GIS"),w=c.reactive({globe:!1,terrain:!1,depthTest:!1}),A=c.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"}),C=c.reactive({shadows:!1,shadowDarkness:.7,environmentMap:!1,ambientOcclusion:!1,time:ze("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%)"}),v=c.reactive({collision:!1,habit:0}),x=E=>{E&&(E.globe!==void 0&&(w.globe=E.globe),E.terrain!==void 0&&(w.terrain=E.terrain),E.depthTest!==void 0&&(w.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&&(C.shadows=E.shadows),E.shadowDarkness!==void 0&&(C.shadowDarkness=E.shadowDarkness),E.environmentMap!==void 0&&(C.environmentMap=E.environmentMap),E.ambientOcclusion!==void 0&&(C.ambientOcclusion=E.ambientOcclusion),E.time!==void 0&&(typeof E.time=="number"?C.time=ze().startOf("day").add(E.time,"hour"):C.time=ze(E.time)),E.brightness!==void 0&&(C.brightness=E.brightness),E.contrast!==void 0&&(C.contrast=E.contrast),E.saturation!==void 0&&(C.saturation=E.saturation),E.backgroundColor!==void 0&&(C.backgroundColor=E.backgroundColor),E.collision!==void 0&&(v.collision=E.collision),E.mouseHabit!==void 0&&(v.habit=E.mouseHabit))};c.watch(()=>u.initialConfig,E=>{x(E)},{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"}],I=()=>{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)};c.watch(()=>A.provider,I),c.watch(()=>A.tianditu.layerType,I),c.watch(()=>A.tianditu.showLabel,I),c.watch(()=>A.tianditu.token,kn(I,1e3)),c.watch(()=>A.arcgis.url,kn(I,1e3)),c.onMounted(()=>{u.tiandituToken&&(A.tianditu.token=u.tiandituToken)}),c.watch(()=>w.globe,E=>p.value?.setGlobeEnvironmentVisible?.(E)),c.watch(()=>w.terrain,E=>p.value?.setTerrainEnable?.(E)),c.watch(()=>w.depthTest,E=>p.value?.setDepthTestEnable?.(E)),c.watch(()=>p?.value,E=>{if(E){if(E.getConfigure=()=>({globe:w.globe,terrain:w.terrain,depthTest:w.depthTest,mapProvider:A.provider,tiandituLayerType:A.tianditu.layerType,tiandituShowLabel:A.tianditu.showLabel,arcgisUrl:A.arcgis.url,shadows:C.shadows,shadowDarkness:C.shadowDarkness,environmentMap:C.environmentMap,ambientOcclusion:C.ambientOcclusion,time:ze.isDayjs(C.time)?C.time.format("YYYY-MM-DD HH:mm"):C.time,brightness:C.brightness,contrast:C.contrast,saturation:C.saturation,backgroundColor:C.backgroundColor,collision:v.collision,mouseHabit:v.habit}),E.setConfigure=y=>{x(y)},E.setBackgroundColor&&C.backgroundColor&&E.setBackgroundColor(C.backgroundColor),E.setGlobeEnvironmentVisible&&E.setGlobeEnvironmentVisible(w.globe),E.setShadowsEnable&&E.setShadowsEnable(C.shadows),E.setShadowDarkness&&E.setShadowDarkness(C.shadowDarkness),E.setEnvironmentMapEnable&&E.setEnvironmentMapEnable(C.environmentMap),E.setAmbientOcclusion&&E.setAmbientOcclusion(C.ambientOcclusion),E.setTime){const y=ze.isDayjs(C.time)?C.time.toDate():new Date;E.setTime(y)}E.setModelBrightness&&E.setModelBrightness(C.brightness),E.setCollisionDetection&&E.setCollisionDetection(v.collision),E.setMouseHabit&&E.setMouseHabit(v.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=c.computed({get:()=>{const E=C.backgroundColor;return/^#[0-9A-Fa-f]{6}$/.test(E)?E:"#ffffff"},set:E=>{C.backgroundColor=E}}),g=c.ref(""),k=c.ref(!1),S=c.ref([]);c.watch(()=>w.globe,E=>p.value?.setGlobeEnvironmentVisible?.(E)),c.watch(()=>w.terrain,E=>p.value?.setTerrainEnable?.(E)),c.watch(()=>A.baseMap,E=>{p.value?.changeBaseMap?.(E,{token:u.tiandituToken})}),c.watch(()=>C.shadows,E=>p.value?.setShadowsEnable?.(E)),c.watch(()=>C.shadowDarkness,E=>p.value?.setShadowDarkness?.(E)),c.watch(()=>C.environmentMap,E=>p.value?.setEnvironmentMapEnable?.(E)),c.watch(()=>C.ambientOcclusion,E=>p.value?.setAmbientOcclusion?.(E)),c.watch(()=>C.time,E=>{const y=ze.isDayjs(E)?E.toDate():new Date;p.value?.setTime?.(y)}),c.watch(()=>[C.brightness,C.contrast,C.saturation],([E,y,b])=>{const T=p.value;T?.setModelColorAdjustment?T.setModelColorAdjustment({brightness:E,contrast:y,saturation:b}):T?.setModelBrightness?.(E)}),c.watch(()=>C.backgroundColor,E=>{if(p.value?.setBackgroundColor)p.value.setBackgroundColor(E);else{const y=document.querySelector(".cesium-viewer");y&&(y.style.background=E)}}),c.watch(()=>v.collision,E=>p.value?.setCollisionDetection?.(E)),c.watch(()=>v.habit,E=>p.value?.setMouseHabit?.(E));const P=E=>{if(E?.pois&&Array.isArray(E.pois)&&E.pois.length>0){const y=E.pois[0],b=y.lonlat.split(/[, ]/).map(Number);if(b.length>=2&&!isNaN(b[0])&&!isNaN(b[1]))return{name:y.name,lon:b[0],lat:b[1],raw:y}}if(E?.area&&E.area.lonlat){const y=E.area,b=y.lonlat.split(/[, ]/).map(Number);if(b.length>=2&&!isNaN(b[0])&&!isNaN(b[1]))return{name:y.name,lon:b[0],lat:b[1],raw:y}}return null},H=kn(async()=>{const E=(g.value||"").trim();if(!E)return;const y=u.tiandituToken||"c25f14fb6bd4397cf8fe45144ff768d6";k.value=!0,S.value=[];try{if(p.value?.searchLocation){const b=await p.value.searchLocation(E,y),T=P(b);T&&(S.value=[T],fe.success(`找到:${T.name||""}`),p.value.flyToLonLatHeight(T.lon,T.lat,5e3))}else{const T=`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(T);if(!F.ok)throw new Error(`HTTP ${F.status}`);const R=await F.json(),L=P(R);L&&(S.value=[L],fe.success(`找到:${L.name||""}`),p.value?.flyToLonLatHeight?.(L.lon,L.lat,5e3))}}catch(b){console.error("tianditu search error",b)}finally{k.value=!1}},800);c.watch(g,()=>{H()});const O=()=>{h.value=!1,f("close")};return c.onMounted(()=>{}),(E,y)=>(c.openBlock(),c.createBlock(Pe,{visible:h.value,title:"设置","full-height":i.fullHeight,onClose:O,"onUpdate:visible":y[26]||(y[26]=b=>h.value=b)},{default:c.withCtx(()=>[c.createElementVNode("div",zC,[c.createElementVNode("div",WC,[c.createElementVNode("div",{class:c.normalizeClass(["tab-item",{active:m.value==="GIS"}]),onClick:y[0]||(y[0]=b=>m.value="GIS")},"GIS",2),c.createElementVNode("div",{class:c.normalizeClass(["tab-item",{active:m.value==="MAP"}]),onClick:y[1]||(y[1]=b=>m.value="MAP")},"地图",2),c.createElementVNode("div",{class:c.normalizeClass(["tab-item",{active:m.value==="RENDER"}]),onClick:y[2]||(y[2]=b=>m.value="RENDER")},"渲染",2),c.createElementVNode("div",{class:c.normalizeClass(["tab-item",{active:m.value==="MOUSE"}]),onClick:y[3]||(y[3]=b=>m.value="MOUSE")},"鼠标",2)]),c.createElementVNode("div",jC,[m.value==="GIS"?(c.openBlock(),c.createElementBlock("div",KC,[c.createElementVNode("div",$C,[y[27]||(y[27]=c.createElementVNode("span",null,"地球 (含大气/日月/星空)",-1)),c.createVNode(c.unref(t),{checked:w.globe,"onUpdate:checked":y[4]||(y[4]=b=>w.globe=b),size:"small"},null,8,["checked"])]),c.createElementVNode("div",XC,[y[28]||(y[28]=c.createElementVNode("span",null,"地形 (高程)",-1)),c.createVNode(c.unref(t),{checked:w.terrain,"onUpdate:checked":y[5]||(y[5]=b=>w.terrain=b),size:"small"},null,8,["checked"])]),c.createElementVNode("div",qC,[y[29]||(y[29]=c.createElementVNode("span",null,"地形遮挡",-1)),c.createVNode(c.unref(t),{checked:w.depthTest,"onUpdate:checked":y[6]||(y[6]=b=>w.depthTest=b),size:"small"},null,8,["checked"])])])):c.createCommentVNode("",!0),m.value==="MAP"?(c.openBlock(),c.createElementBlock("div",JC,[c.createElementVNode("div",ZC,[c.createElementVNode("div",{class:c.normalizeClass(["tab-item",{active:A.provider==="tianditu"}]),onClick:y[7]||(y[7]=b=>A.provider="tianditu")},"天地图",2),c.createElementVNode("div",{class:c.normalizeClass(["tab-item",{active:A.provider==="arcgis"}]),onClick:y[8]||(y[8]=b=>A.provider="arcgis")},"ArcGIS",2)]),A.provider==="tianditu"?(c.openBlock(),c.createElementBlock("div",eE,[c.createElementVNode("div",tE,[y[30]||(y[30]=c.createElementVNode("div",{class:"sub-label"},"Token",-1)),c.createVNode(c.unref(o),{value:A.tianditu.token,"onUpdate:value":y[9]||(y[9]=b=>A.tianditu.token=b),size:"small",placeholder:"输入天地图Token"},null,8,["value"])]),c.createElementVNode("div",iE,[y[31]||(y[31]=c.createElementVNode("div",{class:"sub-label"},"地图风格",-1)),c.createVNode(c.unref(l),{value:A.tianditu.layerType,"onUpdate:value":y[10]||(y[10]=b=>A.tianditu.layerType=b),size:"small",style:{width:"100%"}},{default:c.withCtx(()=>[(c.openBlock(),c.createElementBlock(c.Fragment,null,c.renderList(N,b=>c.createVNode(c.unref(a),{key:b.value,value:b.value},{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(b.label),1)]),_:2},1032,["value"])),64))]),_:1},8,["value"])]),c.createElementVNode("div",nE,[y[32]||(y[32]=c.createElementVNode("span",null,"叠加注记",-1)),c.createVNode(c.unref(t),{checked:A.tianditu.showLabel,"onUpdate:checked":y[11]||(y[11]=b=>A.tianditu.showLabel=b),size:"small"},null,8,["checked"])])])):c.createCommentVNode("",!0),A.provider==="arcgis"?(c.openBlock(),c.createElementBlock("div",sE,[c.createElementVNode("div",oE,[y[33]||(y[33]=c.createElementVNode("div",{class:"sub-label"},"服务地址",-1)),c.createVNode(c.unref(o),{value:A.arcgis.url,"onUpdate:value":y[12]||(y[12]=b=>A.arcgis.url=b),size:"small",placeholder:"输入ArcGIS MapServer地址"},null,8,["value"])])])):c.createCommentVNode("",!0),c.createElementVNode("div",rE,[y[34]||(y[34]=c.createElementVNode("div",{class:"sub-label"},"位置搜索 (天地图)",-1)),c.createElementVNode("div",aE,[c.createVNode(c.unref(o),{value:g.value,"onUpdate:value":y[13]||(y[13]=b=>g.value=b),placeholder:"输入地名搜索",size:"small","allow-clear":""},null,8,["value"])])])])):c.createCommentVNode("",!0),m.value==="RENDER"?(c.openBlock(),c.createElementBlock("div",lE,[c.createElementVNode("div",cE,[y[35]||(y[35]=c.createElementVNode("span",null,"阴影",-1)),c.createVNode(c.unref(t),{checked:C.shadows,"onUpdate:checked":y[14]||(y[14]=b=>C.shadows=b),size:"small"},null,8,["checked"])]),C.shadows?(c.openBlock(),c.createElementBlock("div",dE,[c.createElementVNode("div",uE,"阴影暗度 ("+c.toDisplayString(C.shadowDarkness.toFixed(2))+")",1),c.createVNode(c.unref(r),{value:C.shadowDarkness,"onUpdate:value":y[15]||(y[15]=b=>C.shadowDarkness=b),min:0,max:1,step:.05,size:"small"},null,8,["value"])])):c.createCommentVNode("",!0),c.createElementVNode("div",hE,[y[36]||(y[36]=c.createElementVNode("span",null,"环境贴图 (HDR)",-1)),c.createVNode(c.unref(t),{checked:C.environmentMap,"onUpdate:checked":y[16]||(y[16]=b=>C.environmentMap=b),size:"small"},null,8,["checked"])]),c.createElementVNode("div",fE,[y[37]||(y[37]=c.createElementVNode("span",null,"环境光遮蔽 (AO)",-1)),c.createVNode(c.unref(t),{checked:C.ambientOcclusion,"onUpdate:checked":y[17]||(y[17]=b=>C.ambientOcclusion=b),size:"small"},null,8,["checked"])]),c.createElementVNode("div",pE,[y[38]||(y[38]=c.createElementVNode("div",{class:"sub-label"},"日期时间",-1)),c.createVNode(c.unref(d),{value:C.time,"onUpdate:value":y[18]||(y[18]=b=>C.time=b),"show-time":"",locale:c.unref(ll),format:"YYYY-MM-DD HH:mm",size:"small",style:{width:"100%"}},null,8,["value","locale"])]),c.createElementVNode("div",gE,[c.createElementVNode("div",mE,"模型亮度 ("+c.toDisplayString(C.brightness.toFixed(1))+")",1),c.createVNode(c.unref(r),{value:C.brightness,"onUpdate:value":y[19]||(y[19]=b=>C.brightness=b),min:0,max:5,step:.1,size:"small"},null,8,["value"])]),c.createElementVNode("div",AE,[c.createElementVNode("div",yE,"模型对比度 ("+c.toDisplayString(C.contrast.toFixed(1))+")",1),c.createVNode(c.unref(r),{value:C.contrast,"onUpdate:value":y[20]||(y[20]=b=>C.contrast=b),min:0,max:3,step:.1,size:"small"},null,8,["value"])]),c.createElementVNode("div",CE,[c.createElementVNode("div",EE,"模型饱和度 ("+c.toDisplayString(C.saturation.toFixed(1))+")",1),c.createVNode(c.unref(r),{value:C.saturation,"onUpdate:value":y[21]||(y[21]=b=>C.saturation=b),min:0,max:3,step:.1,size:"small"},null,8,["value"])]),c.createElementVNode("div",wE,[y[39]||(y[39]=c.createElementVNode("div",{class:"sub-label"},"背景颜色",-1)),c.createElementVNode("div",bE,[(c.openBlock(),c.createElementBlock(c.Fragment,null,c.renderList(D,(b,T)=>c.createElementVNode("div",{key:T,style:c.normalizeStyle({background:b,width:"32px",height:"24px",borderRadius:"2px",cursor:"pointer",border:"1px solid #d9d9d9",flexShrink:0}),onClick:F=>C.backgroundColor=b,title:"预设 "+(T+1)},null,12,vE)),64))]),c.createElementVNode("div",IE,[c.withDirectives(c.createElementVNode("input",{type:"color","onUpdate:modelValue":y[22]||(y[22]=b=>B.value=b),style:{width:"40px",height:"24px",padding:"0",border:"1px solid #d9d9d9"}},null,512),[[c.vModelText,B.value]]),c.createVNode(c.unref(o),{value:C.backgroundColor,"onUpdate:value":y[23]||(y[23]=b=>C.backgroundColor=b),size:"small",style:{flex:"1"},placeholder:"CSS 颜色值"},null,8,["value"])])])])):c.createCommentVNode("",!0),m.value==="MOUSE"?(c.openBlock(),c.createElementBlock("div",BE,[c.createElementVNode("div",xE,[y[40]||(y[40]=c.createElementVNode("span",null,"碰撞检测",-1)),c.createVNode(c.unref(t),{checked:v.collision,"onUpdate:checked":y[24]||(y[24]=b=>v.collision=b),size:"small"},null,8,["checked"])]),c.createElementVNode("div",SE,[y[43]||(y[43]=c.createElementVNode("div",{class:"sub-label"},"操作习惯",-1)),c.createVNode(c.unref(n),{value:v.habit,"onUpdate:value":y[25]||(y[25]=b=>v.habit=b),size:"small"},{default:c.withCtx(()=>[c.createVNode(c.unref(s),{value:0},{default:c.withCtx(()=>[...y[41]||(y[41]=[c.createTextVNode("默认 (中键旋转)",-1)])]),_:1}),c.createVNode(c.unref(s),{value:1},{default:c.withCtx(()=>[...y[42]||(y[42]=[c.createTextVNode("习惯1 (左键旋转)",-1)])]),_:1})]),_:1},8,["value"])])])):c.createCommentVNode("",!0)])])]),_:1},8,["visible","full-height"]))}}),[["__scopeId","data-v-79494025"]]),TE={class:"cad-layer-panel"},ME={class:"layer-list-container"},DE={class:"list-header"},kE={class:"col-check"},PE=["checked"],FE={class:"list-body"},RE={class:"col-check"},OE=["checked","onChange"],LE={class:"col-index"},NE=["title"],_E={class:"col-color"},UE=["value"],QE={key:0,class:"empty-text"},GE=Oe(c.defineComponent({__name:"LeitingCadLayer",props:{visible:{type:Boolean,default:!1},currentModelId:{type:String,default:""}},emits:["update:visible","handleCloseCardByCadCard"],setup(i,{emit:e}){const t=i,n=e,s=c.inject("leitingMethods",c.ref({})),o=c.ref(""),r=c.ref([]),l=()=>{s.value&&s.value.getDxfModels&&(r.value=s.value.getDxfModels().map(v=>({modelId:v.modelId,modelName:v.modelName}))||[])},a=c.computed(()=>r.value.map(v=>({value:v.modelId,label:v.modelName}))),d=c.ref([]),u=c.ref([]),f=c.computed(()=>d.value.length>0&&u.value.length===d.value.length),p=({modelId:v})=>{if(d.value=[],u.value=[],s.value&&s.value.getDxfLayers){const x=s.value.getDxfLayers({modelId:v});x&&Object.keys(x).forEach((D,N)=>{x[D].length&&(d.value.push({index:N+1,layerName:D,layerColor:x[D][0].color||"#ffffff",key:D}),u.value.push(D))})}},h=v=>{o.value=v,p({modelId:v})},m=v=>{v.target.checked?u.value=d.value.map(D=>D.key):u.value=[],A()},w=(v,x)=>{x.target.checked?u.value.includes(v)||u.value.push(v):u.value=u.value.filter(N=>N!==v),A()},A=()=>{if(s.value&&s.value.showDxfLayer&&(s.value.showDxfLayer({modelId:o.value,show:!0,layers:u.value}),s.value.getDxfLayers)){const v=s.value.getDxfLayers({modelId:o.value});if(v){const x=Object.keys(v).filter(D=>!u.value.includes(D));s.value.showDxfLayer({modelId:o.value,show:!1,layers:x})}}},C=()=>{n("update:visible",!1),n("handleCloseCardByCadCard")};return c.watch(()=>t.visible,v=>{v&&(l(),t.currentModelId?(o.value=t.currentModelId,p({modelId:t.currentModelId})):a.value.length>0&&(o.value=a.value[0]?.value,p({modelId:o.value})))}),c.watch(()=>t.currentModelId,v=>{v&&t.visible&&(o.value=v,p({modelId:v}))}),(v,x)=>(c.openBlock(),c.createBlock(Pe,{visible:i.visible,title:"CAD图层","onUpdate:visible":x[3]||(x[3]=D=>v.$emit("update:visible",D)),onClose:C,width:360,align:"right","initial-position":{x:0,y:60}},{"header-extra":c.withCtx(()=>[c.createElementVNode("div",{class:"header-select-container",onMousedown:x[2]||(x[2]=c.withModifiers(()=>{},["stop"]))},[x[4]||(x[4]=c.createElementVNode("span",{class:"header-label"},"图纸:",-1)),c.createVNode(c.unref(ge.Select),{value:o.value,"onUpdate:value":x[0]||(x[0]=D=>o.value=D),options:a.value,onChange:x[1]||(x[1]=D=>h(D)),placeholder:"选择模型",style:{width:"140px"},bordered:!1,class:"custom-header-select",popupClassName:"leiting-select-dropdown",size:"small"},null,8,["value","options"])],32)]),default:c.withCtx(()=>[c.createElementVNode("div",TE,[c.createElementVNode("div",ME,[c.createElementVNode("div",DE,[c.createElementVNode("div",kE,[c.createElementVNode("input",{type:"checkbox",checked:f.value,onChange:m},null,40,PE)]),x[5]||(x[5]=c.createElementVNode("div",{class:"col-index"},"序号",-1)),x[6]||(x[6]=c.createElementVNode("div",{class:"col-name"},"图层名称",-1)),x[7]||(x[7]=c.createElementVNode("div",{class:"col-color"},"颜色",-1))]),c.createElementVNode("div",FE,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(d.value,D=>(c.openBlock(),c.createElementBlock("div",{key:D.key,class:"list-item"},[c.createElementVNode("div",RE,[c.createElementVNode("input",{type:"checkbox",checked:u.value.includes(D.key),onChange:N=>w(D.key,N)},null,40,OE)]),c.createElementVNode("div",LE,c.toDisplayString(D.index),1),c.createElementVNode("div",{class:"col-name",title:D.layerName},c.toDisplayString(D.layerName),9,NE),c.createElementVNode("div",_E,[c.createElementVNode("input",{type:"color",value:D.layerColor,disabled:""},null,8,UE)])]))),128)),d.value.length===0?(c.openBlock(),c.createElementBlock("div",QE,"暂无数据")):c.createCommentVNode("",!0)])])])]),_:1},8,["visible"]))}}),[["__scopeId","data-v-a4db4977"]]),HE={class:"adjust-panel"},YE={class:"control-panel"},VE={class:"form-item"},zE={class:"radio-group"},WE={class:"form-item"},jE=["title"],KE={class:"param-row"},$E=["step"],XE={class:"param-row"},qE=["step"],JE={class:"param-row"},ZE=["step"],ew={class:"param-row"},tw=["step"],iw={class:"param-row"},nw=["step"],sw={class:"param-row"},ow=["step"],rw={class:"param-row"},aw=["step"],lw={class:"button-grid"},cw={key:1,class:"pick-mode-ui"},dw=["onClick"],uw=["checked"],hw={style:{"font-size":"12px",color:"#aaa","padding-left":"10px"}},fw={class:"param-row"},pw={style:{width:"40px"}},gw=["onUpdate:modelValue"],mw={class:"param-row"},Aw={style:{width:"40px"}},yw=["onUpdate:modelValue"],Cw={class:"param-row"},Ew={style:{width:"40px"}},ww=["onUpdate:modelValue"],bw={class:"list-panel"},vw={class:"list-header"},Iw={class:"col-check"},Bw=["checked"],xw={class:"list-body"},Sw={class:"col-check"},Tw=["onUpdate:modelValue"],Mw={class:"col-index"},Dw=["title"],kw={class:"col-main"},Pw=["checked","onChange"],Fw={key:0,style:{padding:"10px","text-align":"center",color:"#999"}},Rw=Oe(c.defineComponent({__name:"LeitingCadPosition",props:{visible:{type:Boolean,default:!1}},emits:["update:visible","handleSavingByCadCard","clearBimPointList","save"],setup(i,{expose:e,emit:t}){const n=i,s=t,o=c.inject("leitingMethods"),r=c.ref([]),l=c.ref(""),a=c.computed(()=>r.value.length>0&&r.value.every(y=>y.selected)),d=c.ref("param"),u=c.ref("bimPoint1"),f=c.ref(null),p=c.ref("bimPoint1"),h=c.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=c.ref(1e-6),w=c.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=c.computed(()=>{const y=r.value.find(b=>b.modelId===l.value);return y?y.modelName:""}),C=()=>{s("update:visible",!1)},v=()=>(!f.value&&o?.value?.getViewer&&o?.value?.getCesium&&(f.value=new al(o.value.getViewer(),o.value.getCesium())),f.value),x=()=>{v()?.clearMarkers(),h.bimPoint1.longitude=void 0,h.bimPoint1.latitude=void 0,h.bimPoint1.height=void 0,h.bimPoint2.longitude=void 0,h.bimPoint2.latitude=void 0,h.bimPoint2.height=void 0},D=y=>{const b=u.value,T=h[b];if(T){T.longitude=y.longitude,T.latitude=y.latitude,T.height=y.height;const F=b==="bimPoint1"?"BIM":"MAP";v()?.addMarker(F,y),fe.success(`${T.type}已添加`)}},N=()=>{v()?.registerPickHandler(y=>{D(y)})},I=()=>{v()?.destroyPickHandler()},B=y=>{d.value=y,y!=="pick"&&s("clearBimPointList")};c.watch(()=>d.value,y=>{y==="pick"?N():I()}),c.onUnmounted(()=>{I()});const g=()=>{if(!o?.value?.getDxfModels)return;const y=o.value.getDxfModels();if(Array.isArray(y)?r.value=y.map(b=>({modelId:b.modelId,modelName:b.modelName,formData:b.formData||{},selected:!1,tileset:b})):r.value=[],r.value.length>0){const b=o.value.getCadModelId?o.value.getCadModelId():"";b&&r.value.find(T=>T.modelId===b)?k(b):k(r.value[0].modelId),r.value.forEach(T=>T.selected=!0)}},k=y=>{l.value=y;const b=r.value.find(T=>T.modelId===y);b&&b.formData&&Object.keys(w).forEach(T=>{b.formData[T]!==void 0&&(w[T]=b.formData[T])})},S=(y,b)=>{if(!o?.value?.adjustingModelByCad)return;const T=r.value.find(F=>F.modelId===y);T&&T.tileset&&(T.formData={...T.formData,...b},T.tileset.formData=T.formData,o.value.adjustingModelByCad({...T.formData,tileset:T.tileset}))},P=y=>{if(!l.value)return;const b=w[y];S(l.value,{[y]:b})},U=y=>{const b=r.value.filter(L=>L.selected);if(b.length===0){fe.warning("请先选择要调整的模型");return}const{distance:T,heightDistance:F,rotation:R}=w;b.forEach(L=>{const M={...L.formData};switch(y){case"north":M.latitude+=T;break;case"south":M.latitude-=T;break;case"east":M.longitude+=T;break;case"west":M.longitude-=T;break;case"up":M.height+=F;break;case"down":M.height-=F;break;case"rotateLeft":M.totalRotation=(M.totalRotation||0)-R;break;case"rotateRight":M.totalRotation=(M.totalRotation||0)+R;break}L.modelId===l.value&&Object.assign(w,M),S(L.modelId,M)})},H=y=>{const b=y.target.checked;r.value.forEach(T=>T.selected=b)},O=()=>{s("handleSavingByCadCard",r.value),s("save",r.value)},E=()=>{const y=h.bimPoint1,b=h.bimPoint2;if(y.longitude===void 0||b.longitude===void 0){fe.warning("请先完成点选操作");return}const T=r.value.filter(Q=>Q.selected);if(T.length===0){fe.warning("请先选择要调整的模型");return}let F=0,R=0,L=0;const M=v();if(M){const{dLon:Q,dLat:Y,dHeight:W}=M.calculateOffset(y,b);F=Q,R=Y,L=W}else F=b.longitude-y.longitude,R=b.latitude-y.latitude,L=b.height-y.height;T.forEach(Q=>{const Y={...Q.formData};Y.longitude+=F,Y.latitude+=R,Y.height+=L,Q.modelId===l.value&&Object.assign(w,Y),S(Q.modelId,Y)}),fe.success("位置已调整")};return c.watch(()=>n.visible,y=>{y?g():(I(),x())}),c.onMounted(()=>{n.visible&&g()}),e({setBIMPointsList:({longitude:y,latitude:b,height:T})=>{h[p.value].longitude=y,h[p.value].latitude=b,h[p.value].height=T},addGltfOr3dTilesModelList:y=>{console.warn("addGltfOr3dTilesModelList is deprecated, use internal loading")}}),(y,b)=>(c.openBlock(),c.createBlock(Pe,{visible:n.visible,title:"Cad校准",width:282,height:600,"onUpdate:visible":b[21]||(b[21]=T=>s("update:visible",T)),onClose:C},{default:c.withCtx(()=>[c.createElementVNode("div",HE,[c.createElementVNode("div",YE,[c.createElementVNode("div",VE,[b[22]||(b[22]=c.createElementVNode("label",null,"调整操作:",-1)),c.createElementVNode("div",zE,[c.createElementVNode("span",{class:c.normalizeClass({active:d.value==="param"}),onClick:b[0]||(b[0]=T=>B("param"))},"参数模式",2),c.createElementVNode("span",{class:c.normalizeClass({active:d.value==="pick"}),onClick:b[1]||(b[1]=T=>B("pick"))},"地图点选",2)])]),c.createElementVNode("div",WE,[b[23]||(b[23]=c.createElementVNode("label",null,"当前主模型:",-1)),c.createElementVNode("span",{class:"value",title:A.value},c.toDisplayString(A.value||"未选择"),9,jE)]),b[35]||(b[35]=c.createElementVNode("div",{class:"separator"},null,-1)),d.value==="param"?(c.openBlock(),c.createElementBlock(c.Fragment,{key:0},[b[31]||(b[31]=c.createElementVNode("div",{class:"group-header"},"当前状态",-1)),c.createElementVNode("div",KE,[b[24]||(b[24]=c.createElementVNode("label",null,"经度(东西):",-1)),c.withDirectives(c.createElementVNode("input",{type:"number","onUpdate:modelValue":b[2]||(b[2]=T=>w.longitude=T),onChange:b[3]||(b[3]=T=>P("longitude")),step:m.value},null,40,$E),[[c.vModelText,w.longitude,void 0,{number:!0}]])]),c.createElementVNode("div",XE,[b[25]||(b[25]=c.createElementVNode("label",null,"纬度(南北):",-1)),c.withDirectives(c.createElementVNode("input",{type:"number","onUpdate:modelValue":b[4]||(b[4]=T=>w.latitude=T),onChange:b[5]||(b[5]=T=>P("latitude")),step:m.value},null,40,qE),[[c.vModelText,w.latitude,void 0,{number:!0}]])]),c.createElementVNode("div",JE,[b[26]||(b[26]=c.createElementVNode("label",null,"高度(m):",-1)),c.withDirectives(c.createElementVNode("input",{type:"number","onUpdate:modelValue":b[6]||(b[6]=T=>w.height=T),onChange:b[7]||(b[7]=T=>P("height")),step:m.value},null,40,ZE),[[c.vModelText,w.height,void 0,{number:!0}]])]),c.createElementVNode("div",ew,[b[27]||(b[27]=c.createElementVNode("label",null,"累计旋转(°):",-1)),c.withDirectives(c.createElementVNode("input",{type:"number","onUpdate:modelValue":b[8]||(b[8]=T=>w.totalRotation=T),onChange:b[9]||(b[9]=T=>P("totalRotation")),step:m.value},null,40,tw),[[c.vModelText,w.totalRotation,void 0,{number:!0}]])]),b[32]||(b[32]=c.createElementVNode("div",{class:"separator"},null,-1)),b[33]||(b[33]=c.createElementVNode("div",{class:"group-header"},"调整步长",-1)),c.createElementVNode("div",iw,[b[28]||(b[28]=c.createElementVNode("label",null,"经纬步长(°):",-1)),c.withDirectives(c.createElementVNode("input",{type:"number","onUpdate:modelValue":b[10]||(b[10]=T=>w.distance=T),step:m.value},null,8,nw),[[c.vModelText,w.distance,void 0,{number:!0}]])]),c.createElementVNode("div",sw,[b[29]||(b[29]=c.createElementVNode("label",null,"高度步长(m):",-1)),c.withDirectives(c.createElementVNode("input",{type:"number","onUpdate:modelValue":b[11]||(b[11]=T=>w.heightDistance=T),step:m.value},null,8,ow),[[c.vModelText,w.heightDistance,void 0,{number:!0}]])]),c.createElementVNode("div",rw,[b[30]||(b[30]=c.createElementVNode("label",null,"旋转步长(°):",-1)),c.withDirectives(c.createElementVNode("input",{type:"number","onUpdate:modelValue":b[12]||(b[12]=T=>w.rotation=T),step:m.value},null,8,aw),[[c.vModelText,w.rotation,void 0,{number:!0}]])]),c.createElementVNode("div",lw,[c.createElementVNode("button",{onClick:b[13]||(b[13]=T=>U("rotateLeft"))},"左转"),c.createElementVNode("button",{onClick:b[14]||(b[14]=T=>U("north"))},"北移"),c.createElementVNode("button",{onClick:b[15]||(b[15]=T=>U("rotateRight"))},"右转"),c.createElementVNode("button",{onClick:b[16]||(b[16]=T=>U("west"))},"西移"),c.createElementVNode("button",{onClick:b[17]||(b[17]=T=>U("south"))},"南移"),c.createElementVNode("button",{onClick:b[18]||(b[18]=T=>U("east"))},"东移"),c.createElementVNode("button",{onClick:b[19]||(b[19]=T=>U("up"))},"上移"),c.createElementVNode("button",{onClick:b[20]||(b[20]=T=>U("down"))},"下移"),c.createElementVNode("button",{onClick:O,class:"primary-btn",style:{"grid-column":"span 3","margin-top":"5px"}},"保存当前位置")])],64)):(c.openBlock(),c.createElementBlock("div",cw,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(h,(T,F)=>(c.openBlock(),c.createElementBlock("div",{key:F,class:"form-item",style:{display:"block","margin-bottom":"15px"}},[c.createElementVNode("div",{style:{"font-weight":"bold","margin-bottom":"5px",cursor:"pointer",display:"flex","align-items":"center"},onClick:R=>u.value=F},[c.createElementVNode("input",{type:"radio",checked:u.value===F,style:{"margin-right":"5px"}},null,8,uw),c.createTextVNode(" "+c.toDisplayString(T.type)+": ",1)],8,dw),c.createElementVNode("div",hw,[c.createElementVNode("div",fw,[c.createElementVNode("label",pw,c.toDisplayString(T.longitudeText),1),c.withDirectives(c.createElementVNode("input",{type:"number","onUpdate:modelValue":R=>T.longitude=R,readonly:"",style:{width:"100px"}},null,8,gw),[[c.vModelText,T.longitude,void 0,{number:!0}]])]),c.createElementVNode("div",mw,[c.createElementVNode("label",Aw,c.toDisplayString(T.latitudeText),1),c.withDirectives(c.createElementVNode("input",{type:"number","onUpdate:modelValue":R=>T.latitude=R,readonly:"",style:{width:"100px"}},null,8,yw),[[c.vModelText,T.latitude,void 0,{number:!0}]])]),c.createElementVNode("div",Cw,[c.createElementVNode("label",Ew,c.toDisplayString(T.heightText),1),c.withDirectives(c.createElementVNode("input",{type:"number","onUpdate:modelValue":R=>T.height=R,readonly:"",style:{width:"100px"}},null,8,ww),[[c.vModelText,T.height,void 0,{number:!0}]])])])]))),128)),c.createElementVNode("div",{class:"button-grid",style:{"grid-template-columns":"1fr"}},[c.createElementVNode("button",{onClick:E,class:"primary-btn"},"应用校准"),c.createElementVNode("button",{onClick:O},"保存")]),b[34]||(b[34]=c.createElementVNode("div",{class:"instructions",style:{"margin-top":"15px",color:"#999","font-size":"12px","line-height":"1.5"}},[c.createElementVNode("div",null,"操作指南:"),c.createElementVNode("div",null,"1. 勾选上方 CAD 或 地图 标记点选项。"),c.createElementVNode("div",null,"2. Shift + 左键 点击场景拾取对应坐标。"),c.createElementVNode("div",null,"3. 采集两点后,点击“应用校准”进行校准。")],-1))]))]),c.createElementVNode("div",bw,[c.createElementVNode("div",vw,[c.createElementVNode("div",Iw,[c.createElementVNode("input",{type:"checkbox",checked:a.value,onChange:H},null,40,Bw)]),b[36]||(b[36]=c.createElementVNode("div",{class:"col-index"},"序号",-1)),b[37]||(b[37]=c.createElementVNode("div",{class:"col-name"},"名称",-1)),b[38]||(b[38]=c.createElementVNode("div",{class:"col-main"},"主模型",-1))]),c.createElementVNode("div",xw,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(r.value,(T,F)=>(c.openBlock(),c.createElementBlock("div",{key:T.modelId,class:c.normalizeClass(["list-item",{active:T.modelId===l.value}])},[c.createElementVNode("div",Sw,[c.withDirectives(c.createElementVNode("input",{type:"checkbox","onUpdate:modelValue":R=>T.selected=R},null,8,Tw),[[c.vModelCheckbox,T.selected]])]),c.createElementVNode("div",Mw,c.toDisplayString(F+1),1),c.createElementVNode("div",{class:"col-name",title:T.modelName},c.toDisplayString(T.modelName),9,Dw),c.createElementVNode("div",kw,[c.createElementVNode("input",{type:"radio",name:"mainModel",checked:T.modelId===l.value,onChange:R=>k(T.modelId)},null,40,Pw)])],2))),128)),r.value.length===0?(c.openBlock(),c.createElementBlock("div",Fw,"暂无数据")):c.createCommentVNode("",!0)])])])]),_:1},8,["visible"]))}}),[["__scopeId","data-v-e8abd49d"]]),Ow={class:"annotation-content"},Lw={class:"annotation-tools"},Nw={class:"annotation-controls"},_w={class:"control-group",title:"颜色"},Uw={class:"tool-item color-tool"},Qw={class:"control-group line-width-container",title:"线宽"},Gw=["onClick"],Hw={class:"option-label"},Yw=Oe(c.defineComponent({__name:"LeitingAnnotationCard",props:{visible:{type:Boolean,default:!1}},emits:["update:visible"],setup(i,{emit:e}){const t=i,n=e,s=c.inject("leitingMethods"),o=c.ref(""),r=c.ref("#ff0000"),l=c.ref(1),a=c.ref(!1),d=c.ref(null),u=c.ref(null),f=c.ref({top:"0px",left:"0px"}),p=[{value:6,label:"粗"},{value:3,label:"中"},{value:1,label:"细"}],h=()=>s?.value?.getAnnotationInstance?s.value.getAnnotationInstance():null,m=()=>{n("update:visible",!1)},w=B=>{o.value=B;const g=h();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=h();B&&(B.setCurrentColor(r.value),B.changeColor(r.value))},C=()=>{if(!a.value&&d.value){const B=d.value.getBoundingClientRect();f.value={top:`${B.top}px`,left:`${B.right+8}px`}}a.value=!a.value},v=B=>{l.value=B,a.value=!1;const g=h();g&&(g.setCurrentWidth(B),g.changeWidth(B))},x=()=>{const B=h();B&&B.deleteSelectedEntity()},D=()=>{const B=h();B&&B.clearAll()},N=()=>{if(s?.value?.saveAnnotations){s.value.saveAnnotations();return}const B=h();B&&B.saveAnnotations()},I=B=>{const g=B.target,k=d.value&&d.value.contains(g),S=u.value&&u.value.contains(g);!k&&!S&&(a.value=!1)};return c.onMounted(()=>{document.addEventListener("click",I)}),c.onUnmounted(()=>{document.removeEventListener("click",I)}),(B,g)=>(c.openBlock(),c.createBlock(Pe,{visible:t.visible,title:"标注",width:70,"min-width":70,height:480,"onUpdate:visible":g[6]||(g[6]=k=>n("update:visible",k)),onClose:m},{default:c.withCtx(()=>[c.createElementVNode("div",Ow,[c.createElementVNode("div",Lw,[c.createElementVNode("div",{class:c.normalizeClass(["tool-item",{active:o.value==="freehandLine"}]),onClick:g[0]||(g[0]=k=>w("freehandLine")),title:"手绘线"},[...g[7]||(g[7]=[c.createElementVNode("div",{class:"tool-icon"},"✏️",-1)])],2),c.createElementVNode("div",{class:c.normalizeClass(["tool-item",{active:o.value==="arrow"}]),onClick:g[1]||(g[1]=k=>w("arrow")),title:"箭头"},[...g[8]||(g[8]=[c.createElementVNode("div",{class:"tool-icon"},"↗️",-1)])],2),c.createElementVNode("div",{class:c.normalizeClass(["tool-item",{active:o.value==="straightLine"}]),onClick:g[2]||(g[2]=k=>w("straightLine")),title:"直线"},[...g[9]||(g[9]=[c.createElementVNode("div",{class:"tool-icon"},"📏",-1)])],2),c.createElementVNode("div",{class:c.normalizeClass(["tool-item",{active:o.value==="rectangle"}]),onClick:g[3]||(g[3]=k=>w("rectangle")),title:"矩形"},[...g[10]||(g[10]=[c.createElementVNode("div",{class:"tool-icon"},"▭",-1)])],2),c.createElementVNode("div",{class:c.normalizeClass(["tool-item",{active:o.value==="ellipse"}]),onClick:g[4]||(g[4]=k=>w("ellipse")),title:"椭圆"},[...g[11]||(g[11]=[c.createElementVNode("div",{class:"tool-icon"},"⭕",-1)])],2)]),g[13]||(g[13]=c.createElementVNode("div",{class:"separator"},null,-1)),c.createElementVNode("div",Nw,[c.createElementVNode("div",_w,[c.createElementVNode("div",Uw,[c.createElementVNode("div",{class:"color-swatch",style:c.normalizeStyle({backgroundColor:r.value})},null,4),c.withDirectives(c.createElementVNode("input",{type:"color","onUpdate:modelValue":g[5]||(g[5]=k=>r.value=k),onChange:A,class:"color-input-overlay"},null,544),[[c.vModelText,r.value]])])]),c.createElementVNode("div",Qw,[c.createElementVNode("div",{ref_key:"lineWidthBtnRef",ref:d,class:"tool-item",onClick:c.withModifiers(C,["stop"])},[c.createElementVNode("div",{class:"current-width-preview",style:c.normalizeStyle({height:l.value+"px",backgroundColor:"#fff"})},null,4)],512),(c.openBlock(),c.createBlock(c.Teleport,{to:"body"},[a.value?(c.openBlock(),c.createElementBlock("div",{key:0,ref_key:"dropdownRef",ref:u,class:"line-width-dropdown",style:c.normalizeStyle(f.value)},[(c.openBlock(),c.createElementBlock(c.Fragment,null,c.renderList(p,k=>c.createElementVNode("div",{key:k.value,class:c.normalizeClass(["line-width-option",{selected:l.value===k.value}]),onClick:c.withModifiers(S=>v(k.value),["stop"])},[c.createElementVNode("span",Hw,c.toDisplayString(k.label),1),c.createElementVNode("div",{class:"line-preview",style:c.normalizeStyle({height:k.value+"px",backgroundColor:l.value===k.value?"#1890ff":"#ddd"})},null,4)],10,Gw)),64))],4)):c.createCommentVNode("",!0)]))]),g[12]||(g[12]=c.createElementVNode("div",{class:"separator"},null,-1)),c.createElementVNode("div",{class:"action-buttons"},[c.createElementVNode("button",{class:"control-btn",onClick:x,title:"删除选中"}," 🗑️ "),c.createElementVNode("button",{class:"control-btn",onClick:D,title:"清空"}," ❌ "),c.createElementVNode("button",{class:"control-btn",onClick:N,title:"保存"}," 💾 ")])])])]),_:1},8,["visible"]))}}),[["__scopeId","data-v-3cfc8415"]]),Vw={class:"measure-content"},zw={class:"measure-tools"},Ww={key:0,class:"measure-results"},jw={class:"result-row"},Kw={class:"result-value"},$w={class:"result-row"},Xw={class:"result-value"},qw={class:"result-row"},Jw={class:"result-value"},Zw={class:"result-row"},eb={class:"result-value"},tb={key:1,class:"result-row"},ib={class:"result-value"},nb={key:2,class:"result-row"},sb={class:"result-value"},ob={class:"measure-controls"},rb={class:"control-group",title:"单位"},ab={class:"unit-display"},lb=["onClick"],cb=Oe(c.defineComponent({__name:"LeitingMeasurement",props:{visible:{type:Boolean,default:!1}},emits:["update:visible","close"],setup(i,{emit:e}){const t=i,n=e,s=c.inject("leitingMethods",c.ref({})),o=c.ref(null),r=c.ref(null),l=c.ref("m"),a=c.ref(!1),d=c.ref(null),u=c.ref(!1),f=c.ref({}),p=c.ref(null),h=[{label:"米 (m)",value:"m"},{label:"厘米 (cm)",value:"cm"},{label:"毫米 (mm)",value:"mm"}],m=B=>{const g=l.value;return g==="mm"?`${(B*1e3).toFixed(0)}mm`:g==="cm"?`${(B*100).toFixed(1)}cm`:`${B.toFixed(2)}m`},w=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 tl({viewer:B,cesium:g}),o.value.setUnit(l.value),o.value.setSnapping(a.value),o.value.onMeasure=k=>{d.value=k})}},C=B=>{o.value||A(),r.value===B?(r.value=null,o.value?.stop()):(r.value=B,o.value?.start(B))},v=B=>{l.value=B,u.value=!1},x=()=>{o.value&&(o.value.clearAll(),r.value=null,o.value.stop())},D=()=>{n("update:visible",!1)},N=B=>{if(u.value){u.value=!1;return}const k=B.currentTarget.getBoundingClientRect();f.value={position:"fixed",top:`${k.top}px`,left:`${k.right+5}px`,zIndex:3e3},u.value=!0},I=B=>{u.value&&p.value&&!p.value.contains(B.target)&&(u.value=!1)};return c.onMounted(()=>{document.addEventListener("click",I),t.visible&&c.nextTick(()=>A())}),c.onUnmounted(()=>{document.removeEventListener("click",I),o.value&&o.value.destroy()}),c.watch(()=>t.visible,B=>{B?c.nextTick(()=>A()):o.value&&(o.value.stop(),r.value=null)}),c.watch(s,B=>{B&&B.getViewer&&!o.value&&t.visible&&A()}),c.watch(l,B=>{o.value&&o.value.setUnit(B)}),(B,g)=>(c.openBlock(),c.createBlock(Pe,{visible:t.visible,title:"量算",width:70,"min-width":70,height:480,"onUpdate:visible":g[3]||(g[3]=k=>n("update:visible",k)),onClose:D},{default:c.withCtx(()=>[c.createElementVNode("div",Vw,[c.createElementVNode("div",zw,[c.createElementVNode("div",{class:c.normalizeClass(["tool-item",{active:r.value==="distance"}]),onClick:g[0]||(g[0]=k=>C("distance")),title:"距离测量"},[...g[4]||(g[4]=[c.createElementVNode("div",{class:"tool-icon"},"📏",-1)])],2),c.createElementVNode("div",{class:c.normalizeClass(["tool-item",{active:r.value==="angle"}]),onClick:g[1]||(g[1]=k=>C("angle")),title:"角度测量"},[...g[5]||(g[5]=[c.createElementVNode("div",{class:"tool-icon"},"📐",-1)])],2),c.createElementVNode("div",{class:c.normalizeClass(["tool-item",{active:r.value==="area"}]),onClick:g[2]||(g[2]=k=>C("area")),title:"面积测量"},[...g[6]||(g[6]=[c.createElementVNode("div",{class:"tool-icon"},"🔳",-1)])],2)]),g[15]||(g[15]=c.createElementVNode("div",{class:"separator"},null,-1)),d.value?(c.openBlock(),c.createElementBlock("div",Ww,[d.value.type==="distance"?(c.openBlock(),c.createElementBlock(c.Fragment,{key:0},[c.createElementVNode("div",jw,[g[7]||(g[7]=c.createElementVNode("span",{class:"result-label"},"总长:",-1)),c.createElementVNode("span",Kw,c.toDisplayString(m(d.value.dist)),1)]),c.createElementVNode("div",$w,[g[8]||(g[8]=c.createElementVNode("span",{class:"result-label",style:{color:"#ff4d4f"}},"ΔX:",-1)),c.createElementVNode("span",Xw,c.toDisplayString(m(d.value.dx)),1)]),c.createElementVNode("div",qw,[g[9]||(g[9]=c.createElementVNode("span",{class:"result-label",style:{color:"#52c41a"}},"ΔY:",-1)),c.createElementVNode("span",Jw,c.toDisplayString(m(d.value.dy)),1)]),c.createElementVNode("div",Zw,[g[10]||(g[10]=c.createElementVNode("span",{class:"result-label",style:{color:"#1890ff"}},"ΔZ:",-1)),c.createElementVNode("span",eb,c.toDisplayString(m(d.value.dz)),1)])],64)):c.createCommentVNode("",!0),d.value.type==="angle"?(c.openBlock(),c.createElementBlock("div",tb,[g[11]||(g[11]=c.createElementVNode("span",{class:"result-label"},"角度:",-1)),c.createElementVNode("span",ib,c.toDisplayString(d.value.angle.toFixed(1))+"°",1)])):c.createCommentVNode("",!0),d.value.type==="area"?(c.openBlock(),c.createElementBlock("div",nb,[g[12]||(g[12]=c.createElementVNode("span",{class:"result-label"},"面积:",-1)),c.createElementVNode("span",sb,c.toDisplayString(w(d.value.area)),1)])):c.createCommentVNode("",!0)])):c.createCommentVNode("",!0),c.createElementVNode("div",ob,[c.createElementVNode("div",rb,[c.createElementVNode("div",{class:"tool-item",onClick:c.withModifiers(N,["stop"])},[c.createElementVNode("div",ab,c.toDisplayString(l.value),1)]),(c.openBlock(),c.createBlock(c.Teleport,{to:"body"},[u.value?(c.openBlock(),c.createElementBlock("div",{key:0,ref_key:"unitDropdownRef",ref:p,class:"unit-dropdown",style:c.normalizeStyle(f.value)},[(c.openBlock(),c.createElementBlock(c.Fragment,null,c.renderList(h,k=>c.createElementVNode("div",{key:k.value,class:c.normalizeClass(["unit-option",{selected:l.value===k.value}]),onClick:c.withModifiers(S=>v(k.value),["stop"])},c.toDisplayString(k.label),11,lb)),64))],4)):c.createCommentVNode("",!0)]))]),g[14]||(g[14]=c.createElementVNode("div",{class:"separator"},null,-1)),c.createElementVNode("div",{class:"action-buttons"},[c.createElementVNode("div",{class:"tool-item control-btn",onClick:x,title:"清空"},[...g[13]||(g[13]=[c.createElementVNode("div",{class:"tool-icon"},"🗑️",-1)])])])])])]),_:1},8,["visible"]))}}),[["__scopeId","data-v-8462e585"]]);function db(){const i=c.ref(!1),e=c.reactive({x:0,y:0}),t=c.ref([]),n=c.ref(null);return{visible:i,position:e,items:t,contextData:n,show:(a,d,u)=>{a instanceof MouseEvent?(a.preventDefault(),e.x=a.clientX,e.y=a.clientY):(e.x=a.x,e.y=a.y),t.value=d,n.value=u,i.value=!0},hide:()=>{i.value=!1},addItem:a=>{t.value.push(a)},removeItem:a=>{t.value=t.value.filter(d=>d.id!==a)}}}const ub=["onClick"],hb={class:"menu-label"},fb={key:0,class:"menu-arrow"},pb=Oe(c.defineComponent({__name:"LeitingContextMenu",props:{visible:{type:Boolean},position:{},items:{}},emits:["update:visible","action"],setup(i,{emit:e}){const t=i,n=e,s=r=>{r.disabled||(r.action&&r.action(),n("action",r),n("update:visible",!1))},o=()=>{t.visible&&n("update:visible",!1)};return c.onMounted(()=>{document.addEventListener("click",o),document.addEventListener("contextmenu",r=>{r.target.closest(".leiting-context-menu")||o()})}),c.onUnmounted(()=>{document.removeEventListener("click",o)}),(r,l)=>c.withDirectives((c.openBlock(),c.createElementBlock("div",{class:"leiting-context-menu",style:c.normalizeStyle({left:i.position.x+"px",top:i.position.y+"px"}),onContextmenu:l[0]||(l[0]=c.withModifiers(()=>{},["prevent"]))},[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(i.items,a=>(c.openBlock(),c.createElementBlock("div",{key:a.id,class:c.normalizeClass(["menu-item",{"menu-divided":a.divided,"menu-disabled":a.disabled}]),onClick:d=>s(a)},[c.createElementVNode("span",hb,c.toDisplayString(a.label),1),a.children?(c.openBlock(),c.createElementBlock("span",fb,"▶")):c.createCommentVNode("",!0)],10,ub))),128))],36)),[[c.vShow,i.visible]])}}),[["__scopeId","data-v-9c6cba56"]]),gn=Oe(c.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(i,{expose:e,emit:t}){const n=c.ref(),s=c.ref(),o=c.getCurrentInstance(),r=c.ref(!1),l=c.ref(""),a=c.ref({}),d=c.ref("3d"),u=i,f={title:"构件树",treeData:[]},p=c.ref(!1),h=c.ref(!1),m=c.ref(!1),w=c.ref(!1),A=c.ref(!1),C=c.ref(!1),v=c.ref(!1),x=c.ref(!1),D=c.ref(!1),N=c.ref(!1),{visible:I,position:B,items:g,show:k,hide:S}=db(),P=c.ref([]),U=V=>{P.value.push(V)},H=V=>{P.value=P.value.filter(j=>j.id!==V)},O=c.ref([]),E=c.ref(""),y=c.ref(null),b=c.ref([]),T=c.reactive({tree:!1,section:!1,roam:!1,info:!1,adjustModel:!1,setting:!1,cadLayer:!1,cadPosition:!1,annotation:!1}),F=(V,j)=>{V==="componentTree"&&(V="tree"),V==="componentInfo"&&(V="info"),V in T&&(T[V]=j)},R=c.shallowRef({});c.provide("leitingMethods",R);const L=c.ref(u.showMenu),M=c.ref([]);c.watch(()=>u.showMenu,V=>{L.value=V},{immediate:!0}),c.watch(()=>u.mode,V=>{V&&R.value?.set2d&&R.value.set2d(V==="2d")});const Q=c.ref("dark");c.provide("leiting-theme",Q);const Y=c.ref(u.teleportTarget);c.watch(()=>u.teleportTarget,V=>{Y.value=V});const W=c.ref([]),q=c.computed(()=>{const V=[];return p.value&&(V.push("tree"),V.push("componentTree")),h.value&&V.push("section"),m.value&&V.push("roam"),w.value&&(V.push("info"),V.push("componentInfo")),A.value&&V.push("adjust"),C.value&&V.push("setting"),v.value&&V.push("cadLayer"),x.value&&V.push("cadPosition"),D.value&&V.push("annotation"),N.value&&(V.push("measure"),V.push("measurement")),V.push(...W.value),V}),Z=c.ref(null),oe=(V,j)=>{V==="componentTree"||V==="tree"?p.value=j:V==="section"?h.value=j:V==="roam"?m.value=j:V==="componentInfo"||V==="info"?w.value=j:V==="homeView"?R.value?.is2dMode?.()?R.value?.flyToTopView?.({}):R.value?.getBIMmodelId()?R.value?.flyToTileset?.({}):R.value?.getCadModelId()&&R.value?.flyToTopView?.({}):V==="adjustModel"?(A.value=j,j&&Z.value&&Z.value.setModelType("BIM")):V==="osgbAdjust"?(A.value=j,j&&Z.value&&Z.value.setModelType("OSGB")):V==="setting"?C.value=j:V==="cadLayer"?v.value=j:V==="cadPosition"?x.value=j:V==="annotation"?D.value=j:V==="measurement"?N.value=j:j?W.value.includes(V)||W.value.push(V):W.value=W.value.filter(te=>te!==V)};c.watch(p,async V=>{if(V&&R.value?.loadTreeForModel&&R.value?.getMapTileset){const j=R.value.getMapTileset(),te=Object.values(j).map(async Ae=>{if(Ae.leiting&&Ae.leiting.model?.treeUrl){const Ce=Ae.leiting.model.modelId;try{Ae.leiting?.node?.batchIdEIDInfos||await R.value.loadNodeDetailsForModel(Ce);const Me=await R.value.loadTreeForModel(Ce);Me&&(Array.isArray(Me)?Me:[Me]).forEach(Ne=>{Ne&&!b.value.find(st=>st.id===Ne.id)&&(Ne.modelId=Ce,b.value=[...b.value,Ne])})}catch(Me){console.warn(`Failed to lazy load tree for ${Ce}`,Me)}}});await Promise.all(te)}});const ne=()=>{R.value&&(R.value.getDxfModels&&(O.value=R.value.getDxfModels()||[]),R.value.getCadModelId&&(E.value=R.value.getCadModelId()||""))};let se;c.watch(v,V=>{V&&ne()}),c.watch(x,V=>{V&&(ne(),y.value&&O.value.length&&y.value.addGltfOr3dTilesModelList(O.value))});const pe=t,ve=V=>{R.value&&R.value.saveCadCalibration&&R.value.saveCadCalibration(V),R.value&&R.value.saveCadRegion&&R.value.saveCadRegion(V)};return c.onMounted(async()=>{if(s.value&&fe.setContainer(s.value),!!n.value)try{const V={...mt,cesiumUrl:u.cesiumUrl||mt.cesiumUrl,cesiumCssUrl:u.cesiumCssUrl||mt.cesiumCssUrl,accessToken:u.accessToken||wn()||mt.accessToken};await En(V);const j=u.accessToken||wn()||mt.accessToken;j&&(Cesium.Ion.defaultAccessToken=j),r.value=!0,se=async(Ae={},Ce)=>{if(n.value){const{showMenu:Me,showTree:Le,globe:Ne,terrain:st,depthTest:mn,mapProvider:Ii,tiandituLayerType:jt,tiandituShowLabel:ks,arcgisUrl:Ab,shadows:yb,environmentMap:Cb,ambientOcclusion:Eb,time:wb,brightness:bb,backgroundColor:vb,collision:Ib,mouseHabit:Bb,heightBasedZoom:xb,mode:Al,...Ze}=Ae||{},Sb=u.showMenu!==void 0?u.showMenu:Me!==void 0?Me:!0;L.value=Sb;const De=(X,Ee,We)=>X!==void 0?X:Ee!==void 0?Ee:We,yl=De(u.globe,Ne,!1),Cl=De(u.terrain,st,!1),El=De(u.depthTest,mn,!1),wl=De(u.mapProvider,Ii,"tianditu"),bl=De(u.tiandituLayerType,jt,"img_w"),vl=De(u.tiandituShowLabel,ks,!1),Il=De(u.arcgisUrl,Ab,"https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"),Bl=De(u.shadows,yb,!1),xl=De(u.environmentMap,Cb,!1),Sl=De(u.ambientOcclusion,Eb,!1),Tl=De(u.time,wb,void 0),Ml=De(u.brightness,bb,1),An=u.mode||Al||"3d";console.log("LeitingBIM Mode:",An,"Props:",u.mode,"Options:",Al),d.value=An;const Tb=An==="2d"?"#000000":"linear-gradient(0deg, rgb(238, 247, 255) 0%, rgb(178, 218, 244) 70%, rgb(141, 190, 221) 100%)",Dl=De(u.backgroundColor,vb,Tb),kl=De(u.collision,Ib,!1),Pl=De(u.mouseHabit,Bb,0),Fl=De(u.heightBasedZoom,xb,!1);a.value={globe:yl,terrain:Cl,depthTest:El,mapProvider:wl,tiandituLayerType:bl,tiandituShowLabel:vl,arcgisUrl:Il,shadows:Bl,environmentMap:xl,ambientOcclusion:Sl,time:Tl,brightness:Ml,backgroundColor:Dl,collision:kl,mouseHabit:Pl,heightBasedZoom:Fl};const Bi=cy({container:n.value,appContext:o?.appContext,methods:{...R.value,handleMenuAction:oe,setCardFullHeight:F,onLoadingStatus:X=>{X?fe.loading(X,"",s.value):fe.close()},...Ze,tilesLoad3dTiles:async X=>{let Ee=X.leiting?.tree;const We=X.leiting?.model?.modelId;if(!Ee&&p.value&&R.value?.loadTreeForModel)try{Ee=await R.value.loadTreeForModel(We)}catch(Si){console.warn("Failed to lazy load tree",Si)}Ee&&(Array.isArray(Ee)?Ee:[Ee]).forEach(Dt=>{Dt&&!b.value.find(Ol=>Ol.id===Dt.id)&&(Dt.modelId=We,b.value=[...b.value,Dt])});const{brightness:Ps,contrast:Fs,saturation:ot}=Bi.methods.getConfigure();Bi.methods.setModelColorAdjustment({brightness:Ps,contrast:Fs,saturation:ot}),Ze.tilesLoad3dTiles?.(X)},mountAll3Dtiles:X=>{u.mountAll3Dtiles&&u.mountAll3Dtiles(X),Ze.mountAll3Dtiles?.(X)},updateModels:X=>{if(Array.isArray(X))if(X.length===0)b.value=[];else{const Ee=X.map(We=>We.modelId);b.value=b.value.filter(We=>Ee.includes(We.modelId))}},mountAllCad:X=>{if(Bi.methods.setModelBrightness){const Ee=u.brightness!==void 0?u.brightness:a.value.brightness;Ee!==void 0&&Bi.methods.setModelBrightness(Ee)}u.mountAllCad&&u.mountAllCad(X),Ze.mountAllCad?.(X)},saveRegion:X=>{u.saveRegion&&u.saveRegion(X),Ze.saveRegion?.(X)},saveCadRegion:X=>{u.saveCadRegion&&u.saveCadRegion(X),Ze.saveCadRegion?.(X)},saveCadCalibration:X=>{u.saveCadCalibration&&u.saveCadCalibration(X),Ze.saveCadCalibration?.(X)},selectionChange:X=>{u.selectionChange&&u.selectionChange(X),Ze.selectionChange?.(X)},onSearchComponent:X=>{u.searchComponent&&u.searchComponent(X),Ze.searchComponent?.(X)}},viewerOptions:u.viewerOptions,options:{...Ze,mode:An,playerUrl:u.playerUrl,playerModelName:u.playerModelName,playerModelId:u.playerModelId,playerScale:u.playerScale,globe:yl,terrain:Cl,depthTest:El,mapProvider:wl,tiandituLayerType:bl,tiandituShowLabel:vl,tiandituToken:u.tiandituToken,arcgisUrl:Il,shadows:Bl,environmentMap:xl,ambientOcclusion:Sl,time:Tl,brightness:Ml,backgroundColor:Dl,collision:kl,mouseHabit:Pl,heightBasedZoom:Fl,useBrowserRecommendedResolution:!0},callbacks:{onLoading:X=>X?fe.loading(X,"",s.value):fe.close(),onSuccess:X=>fe.success(X,"",void 0,s.value),onError:X=>fe.error(X,"",void 0,s.value)}}),{Cesium:Mt,viewer:Kt,methods:yn,menuEvents:xi}=Bi,le=yn;xi.on("showMenu",X=>{L.value=X}),xi.on("insertMenu",X=>{M.value=[...M.value,...X]}),xi.on("setMenuActive",(X,Ee)=>{oe(X,Ee)}),R.value=le,Ce&&(Ce.value=le),xi.on("setMode",X=>{d.value=X}),xi.on("deleteAllModels",()=>{b.value=[]}),new Mt.ScreenSpaceEventHandler(Kt.scene.canvas).setInputAction(async X=>{if(S(),d.value==="2d")return;const Ee=Kt.scene.pick(X.position),We=Kt.container.getBoundingClientRect(),Ps=We.left+X.position.x,Fs=We.top+X.position.y,ot=[];if(Mt.defined(Ee)&&Ee instanceof Mt.Cesium3DTileFeature){const Si=le.baseCompt.getFeatureId(Ee),Dt=ai(Ee.tileset);le.baseCompt.hasSelectedFeaturesMap[Dt]?.some(Ti=>Ti.batchId===Si&&Ti.rank===0)||(await le.baseCompt.clearSelection(),await le.baseCompt.toggleMultiSelect(Dt,Si,le.baseCompt.selectedColor)),ot.push({id:"details",label:"构件详情",action:()=>{w.value=!0}}),ot.push({id:"hide",label:"隐藏选中构件",action:async()=>{const Mi=(await le.baseCompt.getSelected()).map(rt=>({elementId:rt.elementId,modelId:rt.modelId,show:!1}));le.baseCompt.setComponentVisibility(Mi)}}),ot.push({id:"translucent",label:"半透明选中构件",action:async()=>{const Mi=(await le.baseCompt.getSelected()).map(rt=>({elementId:rt.elementId,modelId:rt.modelId,rgba:{...rt.rgba,a:.3}}));await le.baseCompt.setSelectColorUserModelCpt(Mi,{rank:0})}}),ot.push({id:"isolate",label:"隔离选中构件",divided:!0,action:async()=>{await le.baseCompt.loadAllNodeDetailsForModel();const Mi=(await le.baseCompt.getSelected()).map(rt=>({elementId:rt.elementId,modelId:rt.modelId,show:!0}));le.isolateComponents(Mi)}})}ot.push({id:"showAll",label:"显示所有",action:async()=>{le.baseCompt.setAllComponentsVisibility(!0),await le.baseCompt.clearSelection()}}),ot.push(...P.value),k({x:Ps,y:Fs},ot)},Mt.ScreenSpaceEventType.RIGHT_CLICK),le.addContextMenuItems=U,le.insertContextMenu=le.addContextMenuItems,le.removeContextMenuItems=H,le.deleteContextMenu=le.removeContextMenuItems,le.closeContextMenu=S,le.hideContextMenu=le.closeContextMenu,le.onSetTeleportTarget=X=>{Y.value=X},await c.nextTick();const Rl=Ae?.onLoaded||Ae?.onloaded;Rl&&Rl({Cesium:Mt,viewer:Kt,methods:yn}),pe("init",{Cesium:Mt,viewer:Kt,methods:yn}),pe("ready",{Cesium:Mt,viewer:Kt,methods:yn})}};let te=!1;pe("register",(Ae,Ce)=>{te=!0,se(Ae,Ce)}),te||setTimeout(()=>{R.value.getViewer||se()},0)}catch(V){l.value="Failed to load Cesium: "+(V.message||V),console.error(V)}}),c.onUnmounted(()=>{fe.setContainer(null)}),e({initMap:()=>R.value,initializeViewer:(V,j)=>se(V,j)}),(V,j)=>(c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(["leiting-bim-container",[`theme-${Q.value}`]]),onContextmenu:j[11]||(j[11]=c.withModifiers(()=>{},["prevent","stop"]))},[!r.value&&!l.value?(c.openBlock(),c.createBlock(c.unref(ge.Spin),{key:0,class:"loading",size:"large",tip:"加载基础组件中..."})):c.createCommentVNode("",!0),l.value?(c.openBlock(),c.createBlock(c.unref(ge.Alert),{key:1,class:"error",type:"error",message:l.value,"show-icon":""},null,8,["message"])):c.createCommentVNode("",!0),c.createElementVNode("div",{ref_key:"containerRef",ref:n,class:"cesium-viewer"},[c.createVNode(yi,{visible:L.value,"active-ids":q.value,"custom-items":M.value,onAction:oe,"is-2d":d.value==="2d"},null,8,["visible","active-ids","custom-items","is-2d"]),(c.openBlock(),c.createBlock(c.Teleport,{to:Y.value||"body",disabled:!Y.value},[c.createElementVNode("div",{ref_key:"uiOverlayRef",ref:s,class:"leiting-ui-overlay"},[c.createVNode(wi,{visible:w.value,"full-height":T.info,"onUpdate:visible":j[0]||(j[0]=te=>w.value=te)},null,8,["visible","full-height"]),c.createVNode(bi,{ref_key:"LeitingPositionRef",ref:Z,visible:A.value,"full-height":T.adjustModel,"onUpdate:visible":j[1]||(j[1]=te=>A.value=te)},null,8,["visible","full-height"]),c.createVNode(vi,{visible:C.value,"full-height":T.setting,"tianditu-token":u.tiandituToken,"initial-config":a.value,"onUpdate:visible":j[2]||(j[2]=te=>C.value=te)},null,8,["visible","full-height","tianditu-token","initial-config"]),i.showTree!==!1?(c.openBlock(),c.createBlock(an,c.mergeProps({key:0},{...f,...i.treeProps},{visible:p.value,"full-height":T.tree,"tree-data":b.value.length>0?b.value:i.treeProps?.treeData||[],"onUpdate:visible":j[3]||(j[3]=te=>{p.value=te})}),null,16,["visible","full-height","tree-data"])):c.createCommentVNode("",!0),c.createVNode(Yw,{visible:D.value,"onUpdate:visible":j[4]||(j[4]=te=>D.value=te)},null,8,["visible"]),c.createVNode(cb,{visible:N.value,"onUpdate:visible":j[5]||(j[5]=te=>N.value=te)},null,8,["visible"]),c.createVNode(Ci,{visible:h.value,"full-height":T.section,"onUpdate:visible":j[6]||(j[6]=te=>h.value=te)},null,8,["visible","full-height"]),c.createVNode(Ei,{visible:m.value,"full-height":T.roam,"onUpdate:visible":j[7]||(j[7]=te=>m.value=te)},null,8,["visible","full-height"]),c.createVNode(GE,{visible:v.value,"current-model-id":E.value,"onUpdate:visible":j[8]||(j[8]=te=>v.value=te)},null,8,["visible","current-model-id"]),c.createVNode(Rw,{ref_key:"cadPositionRef",ref:y,visible:x.value,"onUpdate:visible":j[9]||(j[9]=te=>x.value=te),onSave:ve},null,8,["visible"]),c.createVNode(pb,{visible:c.unref(I),position:c.unref(B),items:c.unref(g),"onUpdate:visible":j[10]||(j[10]=te=>I.value=te)},null,8,["visible","position","items"]),c.renderSlot(V.$slots,"default",c.normalizeProps(c.guardReactiveProps({methods:R.value,isReady:r.value})),void 0,!0)],512)],8,["to","disabled"]))],512)],34))}}),[["__scopeId","data-v-2cf4fdcc"]]);function ml(i){const e=c.ref(),t=c.ref(i.theme||"dark"),n=c.ref(i.menuSize||"medium");c.provide("leiting-theme",t),c.provide("leiting-menu-size",n);function s(l){c.onUnmounted(()=>{e.value=null}),l(i,e)}function o(){const l=c.unref(e);return l||console.error("未获取到leiting实例!"),l}const r=new Proxy({},{get(l,a){const d=o();if(!d)return;const u=d[a];return typeof u=="function"?u.bind(d):u},set(l,a,d){const u=o();return u?(u[a]=d,!0):!1}});return[s,r]}const gb=mt,mb={install:(i,e)=>{if(i.component("LeitingBIM",gn),i.component("LeitingTree",an),i.component("LeitingDraggableCard",Pe),i.component("leiting-draggable-card",Pe),i.component("LeitingMenu",yi),i.component("leiting-menu",yi),i.component("LeitingSection",Ci),i.component("leiting-section",Ci),i.component("LeitingPlayer",Ei),i.component("leiting-player",Ei),i.component("LeitingInfo",wi),i.component("leiting-info",wi),i.component("LeitingPosition",bi),i.component("leiting-position",bi),i.component("LeitingSetting",vi),i.component("leiting-setting",vi),!e)return;const t={...gb,...e};t.cesiumUrl&&En(t).catch(n=>{console.error("[LeitingBim] Failed to load Cesium resources:",n)}),i.config.globalProperties.$leitingBimOptions=t}};_.DEFAULT_CESIUM_CONFIG=mt,_.LeiTingBIM=gn,_.LeiTingDraggableCard=Pe,_.LeiTingInfo=wi,_.LeiTingMenu=yi,_.LeiTingPlayer=Ei,_.LeiTingPosition=bi,_.LeiTingSection=Ci,_.LeiTingSetting=vi,_.LeiTingTree=an,_.LeitingBIM=gn,_.LeitingDraggableCard=Pe,_.LeitingInfo=wi,_.LeitingMenu=yi,_.LeitingPlayer=Ei,_.LeitingPosition=bi,_.LeitingSection=Ci,_.LeitingSetting=vi,_.LeitingTree=an,_.default=mb,_.getAccessToken=wn,_.leitingBim=gn,_.loadCesium=En,_.useLeiTing=ml,_.useLeiting=ml,_.waitForCesium=Ul,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(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-bbfb84ae"]]),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-a67715d1"]]);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"}})}));