dz_sjzx 2.0.0-20250917 → 2.0.0-20260128t
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.css +1 -1
- package/index.umd.min.16.js +13 -0
- package/index.umd.min.162.js +1 -0
- package/index.umd.min.183.js +18 -0
- package/index.umd.min.234.js +1 -1
- package/index.umd.min.33.js +19 -0
- package/index.umd.min.547.js +47 -0
- package/index.umd.min.560.js +19 -0
- package/index.umd.min.579.js +31 -0
- package/index.umd.min.629.js +1 -0
- package/index.umd.min.630.js +1 -1
- package/index.umd.min.711.js +31 -0
- package/index.umd.min.769.js +25 -0
- package/index.umd.min.825.js +1 -0
- package/index.umd.min.831.js +1 -0
- package/index.umd.min.966.js +25 -0
- package/index.umd.min.js +79 -79
- package/package.json +2 -4
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";(("undefined"!==typeof self?self:this)["webpackChunkindex"]=("undefined"!==typeof self?self:this)["webpackChunkindex"]||[]).push([[711],{2516:function(t,e,n){n.d(e,{c:function(){return m},d:function(){return p},s:function(){return h},u:function(){return f}});var i=n(85808),s=n(52441),r=n(11347);
|
|
2
|
+
/*!
|
|
3
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
|
4
|
+
* See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
|
5
|
+
* v2.13.2
|
|
6
|
+
*/
|
|
7
|
+
const o={};async function a(t,e){const n=`${e}_${t}`;return o[n]||(o[n]=fetch((0,i.OX)(`./assets/${e}/t9n/messages_${t}.json`)).then(t=>(t.ok||c(),t.json())).catch(()=>c())),o[n]}function c(){throw new Error("could not fetch component message bundle")}function l(t){t.messages={...t.defaultMessages,...t.messageOverrides}}function u(){}async function h(t){t.defaultMessages=await g(t,t.effectiveLocale),l(t)}async function g(t,e){if(!(0,r.i)())return{};const{el:n}=t,i=n.tagName.toLowerCase(),o=i.replace("calcite-","");return a((0,s.g)(e,"t9n"),o)}async function f(t,e){t.defaultMessages=await g(t,e),l(t)}function m(t){t.onMessagesChange=d}function p(t){t.onMessagesChange=u}function d(){l(this)}},29095:function(t,e,n){n.d(e,{a:function(){return c},c:function(){return u},s:function(){return a}});var i=n(85808),s=n(11347);
|
|
8
|
+
/*!
|
|
9
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
|
10
|
+
* See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
|
11
|
+
* v2.13.2
|
|
12
|
+
*/
|
|
13
|
+
const r=new WeakMap,o=new WeakMap;function a(t){o.set(t,new Promise(e=>r.set(t,e)))}function c(t){r.get(t)()}function l(t){return o.get(t)}async function u(t){if(await l(t),(0,s.i)())return(0,i.$x)(t),new Promise(t=>requestAnimationFrame(()=>t()))}},52441:function(t,e,n){n.d(e,{B:function(){return c},a:function(){return y},c:function(){return C},d:function(){return A},g:function(){return F},i:function(){return l},n:function(){return L},p:function(){return u},s:function(){return d}});n(44114),n(18111),n(22489),n(20116),n(7588),n(61701),n(13579),n(33110),n(17642),n(58004),n(33853),n(45876),n(32475),n(15024),n(31698);var i=n(80863),s=n(61368),r=n(64156);
|
|
14
|
+
/*!
|
|
15
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
|
16
|
+
* See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
|
17
|
+
* v2.13.2
|
|
18
|
+
*/
|
|
19
|
+
const o=new RegExp("\\.(0+)?$"),a=new RegExp("0+$");class c{constructor(t){if(t instanceof c)return t;const[e,n]=w(t).split(".").concat("");this.value=BigInt(e+n.padEnd(c.DECIMALS,"0").slice(0,c.DECIMALS))+BigInt(c.ROUNDED&&n[c.DECIMALS]>="5"),this.isNegative="-"===t.charAt(0)}getIntegersAndDecimals(){const t=this.value.toString().replace("-","").padStart(c.DECIMALS+1,"0"),e=t.slice(0,-c.DECIMALS),n=t.slice(-c.DECIMALS).replace(a,"");return{integers:e,decimals:n}}toString(){const{integers:t,decimals:e}=this.getIntegersAndDecimals();return`${this.isNegative?"-":""}${t}${e.length?"."+e:""}`}formatToParts(t){const{integers:e,decimals:n}=this.getIntegersAndDecimals(),i=t.numberFormatter.formatToParts(BigInt(e));return this.isNegative&&i.unshift({type:"minusSign",value:t.minusSign}),n.length&&(i.push({type:"decimal",value:t.decimal}),n.split("").forEach(t=>i.push({type:"fraction",value:t}))),i}format(t){const{integers:e,decimals:n}=this.getIntegersAndDecimals(),i=`${this.isNegative?t.minusSign:""}${t.numberFormatter.format(BigInt(e))}`,s=n.length?`${t.decimal}${n.split("").map(e=>t.numberFormatter.format(Number(e))).join("")}`:"";return`${i}${s}`}add(t){return c.fromBigInt(this.value+new c(t).value)}subtract(t){return c.fromBigInt(this.value-new c(t).value)}multiply(t){return c._divRound(this.value*new c(t).value,c.SHIFT)}divide(t){return c._divRound(this.value*c.SHIFT,new c(t).value)}}function l(t){return!(!t||isNaN(Number(t)))}function u(t){return t&&$(t)?v(t,t=>{let e=!1;const n=t.split("").filter((t,n)=>t.match(/\./g)&&!e?(e=!0,!0):!(!t.match(/-/g)||0!==n)||s.n.includes(t)).join("");return l(n)?new c(n).toString():""}):""}c.DECIMALS=100,c.ROUNDED=!0,c.SHIFT=BigInt("1"+"0".repeat(c.DECIMALS)),c._divRound=(t,e)=>c.fromBigInt(t/e+(c.ROUNDED?t*BigInt(2)/e%BigInt(2):BigInt(0))),c.fromBigInt=t=>Object.assign(Object.create(c.prototype),{value:t,isNegative:t<BigInt(0)});const h=/^([-0])0+(?=\d)/,g=/(?!^\.)\.$/,f=/(?!^-)-/g,m=/^-\b0\b\.?0*$/,p=/0*$/,d=t=>v(t,t=>{const e=t.replace(f,"").replace(g,"").replace(h,"$1");return l(e)?m.test(e)?e:b(e):t});function b(t){const e=t.split(".")[1],n=new c(t).toString(),[i,s]=n.split(".");return e&&s!==e?`${i}.${e}`:n}function v(t,e){if(!t)return t;const n=t.toLowerCase().indexOf("e")+1;return n?t.replace(/[eE]*$/g,"").substring(0,n).concat(t.slice(n).replace(/[eE]/g,"")).split(/[eE]/).map((t,n)=>e(1===n?t.replace(/\./g,""):t)).join("e").replace(/^e/,"1e"):e(t)}function w(t){const e=t.split(/[eE]/);if(1===e.length)return t;const n=+t;if(Number.isSafeInteger(n))return`${n}`;const i="-"===t.charAt(0),s=+e[1],r=e[0].split("."),a=(i?r[0].substring(1):r[0])||"",c=r[1]||"",l=(t,e)=>{const n=Math.abs(e)-t.length,i=n>0?`${"0".repeat(n)}${t}`:t,s=`${i.slice(0,e)}.${i.slice(e)}`;return s},u=(t,e)=>{const n=e>t.length?`${t}${"0".repeat(e-t.length)}`:t,i=`${n.slice(0,e)}.${n.slice(e)}`;return i},g=s>0?`${a}${u(c,s)}`:`${l(a,s)}${c}`;return`${i?"-":""}${"."===g.charAt(0)?"0":""}${g.replace(o,"").replace(h,"")}`}function $(t){return s.n.some(e=>t.includes(e))}function y(t,e,n){const i=e.split(".")[1];if(i){const s=i.match(p)[0];if(s&&n.delocalize(t).length!==e.length&&-1===i.indexOf("e")){const e=n.decimal;return t=t.includes(e)?t:`${t}${e}`,t.padEnd(t.length+s.length,n.localize("0"))}}return t}const _="en",I=["ar","bg","bs","ca","cs","da","de","el",_,"es","et","fi","fr","he","hr","hu","id","it","ja","ko","lt","lv","no","nl","pl","pt-BR","pt-PT","ro","ru","sk","sl","sr","sv","th","tr","uk","vi","zh-CN","zh-HK","zh-TW"],E=["ar","bg","bs","ca","cs","da","de","de-AT","de-CH","el",_,"en-AU","en-CA","en-GB","es","es-MX","et","fi","fr","fr-CH","he","hi","hr","hu","id","it","it-CH","ja","ko","lt","lv","mk","no","nl","pl","pt","pt-PT","ro","ru","sk","sl","sr","sv","th","tr","uk","vi","zh-CN","zh-HK","zh-TW"],x=["arab","arabext","latn"],O=t=>x.includes(t),S=(new Intl.NumberFormat).resolvedOptions().numberingSystem,k="arab"!==S&&O(S)?S:"latn",D=t=>O(t)?t:k;function F(t,e="cldr"){const n="cldr"===e?E:I;return t?n.includes(t)?t:(t=t.toLowerCase(),"nb"===t?"no":"t9n"===e&&"pt"===t?"pt-BR":(t.includes("-")&&(t=t.replace(/(\w+)-(\w+)/,(t,e,n)=>`${e}-${n.toUpperCase()}`),n.includes(t)||(t=t.split("-")[0])),"zh"===t?"zh-CN":n.includes(t)?t:(console.warn(`Translations for the "${t}" locale are not available and will fall back to the default, English (en).`),_))):_}const z=new Set;function C(t){N(t),0===z.size&&R?.observe(document.documentElement,{attributes:!0,attributeFilter:["lang"],subtree:!0}),z.add(t)}function N(t){t.effectiveLocale=M(t)}function A(t){z.delete(t),0===z.size&&R.disconnect()}const R=(0,r.c)("mutation",t=>{t.forEach(t=>{const e=t.target;z.forEach(t=>{const n=!(0,i.b)(e,t.el);if(n)return;const s=(0,i.c)(t.el,"[lang]");if(!s)return void(t.effectiveLocale=_);const r=s.lang;t.effectiveLocale=s.hasAttribute("lang")&&""===r?_:r})})});function M(t){return t.el.lang||(0,i.c)(t.el,"[lang]")?.lang||document.documentElement.lang||_}class B{constructor(){this.delocalize=t=>this._numberFormatOptions?v(t,t=>t.replace(new RegExp(`[${this._minusSign}]`,"g"),"-").replace(new RegExp(`[${this._group}]`,"g"),"").replace(new RegExp(`[${this._decimal}]`,"g"),".").replace(new RegExp(`[${this._digits.join("")}]`,"g"),this._getDigitIndex)):t,this.localize=t=>this._numberFormatOptions?v(t,t=>l(t.trim())?new c(t.trim()).format(this).replace(new RegExp(`[${this._actualGroup}]`,"g"),this._group):t):t}get group(){return this._group}get decimal(){return this._decimal}get minusSign(){return this._minusSign}get digits(){return this._digits}get numberFormatter(){return this._numberFormatter}get numberFormatOptions(){return this._numberFormatOptions}set numberFormatOptions(t){if(t.locale=F(t?.locale),t.numberingSystem=D(t?.numberingSystem),!this._numberFormatOptions&&t.locale===_&&t.numberingSystem===k&&2===Object.keys(t).length||JSON.stringify(this._numberFormatOptions)===JSON.stringify(t))return;this._numberFormatOptions=t,this._numberFormatter=new Intl.NumberFormat(this._numberFormatOptions.locale,this._numberFormatOptions),this._digits=[...new Intl.NumberFormat(this._numberFormatOptions.locale,{useGrouping:!1,numberingSystem:this._numberFormatOptions.numberingSystem}).format(9876543210)].reverse();const e=new Map(this._digits.map((t,e)=>[t,e])),n=new Intl.NumberFormat(this._numberFormatOptions.locale,{numberingSystem:this._numberFormatOptions.numberingSystem}).formatToParts(-12345678.9);this._actualGroup=n.find(t=>"group"===t.type).value,this._group=0===this._actualGroup.trim().length||" "==this._actualGroup?" ":this._actualGroup,this._decimal=n.find(t=>"decimal"===t.type).value,this._minusSign=n.find(t=>"minusSign"===t.type).value,this._getDigitIndex=t=>e.get(t)}}const L=new B},61368:function(t,e,n){n.d(e,{n:function(){return i}});const i=["0","1","2","3","4","5","6","7","8","9"]},64156:function(t,e,n){n.d(e,{c:function(){return s}});n(44114),n(18111),n(22489),n(7588);var i=n(11347);
|
|
20
|
+
/*!
|
|
21
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
|
22
|
+
* See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
|
23
|
+
* v2.13.2
|
|
24
|
+
*/
|
|
25
|
+
function s(t,e,n){if(!(0,i.i)())return;const s=r(t);return new s(e,n)}function r(t){class e extends window.MutationObserver{constructor(t){super(t),this.observedEntry=[],this.callback=t}observe(t,e){return this.observedEntry.push({target:t,options:e}),super.observe(t,e)}unobserve(t){const e=this.observedEntry.filter(e=>e.target!==t);this.observedEntry=[],this.callback(super.takeRecords(),this),this.disconnect(),e.forEach(t=>this.observe(t.target,t.options))}}return function(){return"intersection"===t?window.IntersectionObserver:"mutation"===t?e:window.ResizeObserver}()}},91798:function(t,e,n){n.d(e,{d:function(){return w}});n(18111),n(7588),n(61701);var i=n(85808),s=n(80863),r=n(64156),o=n(11347);
|
|
26
|
+
/*!
|
|
27
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
|
28
|
+
* See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
|
29
|
+
* v2.13.2
|
|
30
|
+
*/
|
|
31
|
+
const a={icon:"icon",flipRtl:"flip-rtl"},c={},l={},u={s:16,m:24,l:32};function h({icon:t,scale:e}){const n=u[e],i=p(t),s="F"===i.charAt(i.length-1),r=s?i.substring(0,i.length-1):i;return`${r}${n}${s?"F":""}`}async function g(t){const e=h(t),n=m(e);if(n)return n;l[e]||(l[e]=fetch((0,i.OX)(`./assets/icon/${e}.json`)).then(t=>t.json()).catch(()=>(console.error(`"${e}" is not a valid calcite-ui-icon name`),"")));const s=await l[e];return c[e]=s,s}function f(t){return m(h(t))}function m(t){return c[t]}function p(t){const e=!isNaN(Number(t.charAt(0))),n=t.split("-"),i=n.length>0;if(i){const e=/[a-z]/i;t=n.map((t,n)=>t.replace(e,function(t,e){const i=0===n&&0===e;return i?t:t.toUpperCase()})).join("")}return e?`i${t}`:t}const d=":host{display:inline-flex;color:var(--calcite-icon-color, var(--calcite-ui-icon-color, currentColor))}:host([scale=s]){inline-size:16px;block-size:16px;min-inline-size:16px;min-block-size:16px}:host([scale=m]){inline-size:24px;block-size:24px;min-inline-size:24px;min-block-size:24px}:host([scale=l]){inline-size:32px;block-size:32px;min-inline-size:32px;min-block-size:32px}.flip-rtl{transform:scaleX(-1)}.svg{display:block}:host([hidden]){display:none}[hidden]{display:none}",b=d,v=(0,i.w$)(class extends i.wt{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.icon=null,this.flipRtl=!1,this.scale="m",this.textLabel=void 0,this.pathData=void 0,this.visible=!1}connectedCallback(){this.visible||this.waitUntilVisible(()=>{this.visible=!0,this.loadIconPathData()})}disconnectedCallback(){this.intersectionObserver?.disconnect(),this.intersectionObserver=null}render(){const{el:t,flipRtl:e,pathData:n,scale:r,textLabel:o}=this,c=(0,s.a)(t),l=u[r],h=!!o,g=[].concat(n||"");return(0,i.h)(i.xr,{key:"724265acdc6fb528bf7b25d7ec445c73a63f4c8e","aria-hidden":(0,s.t)(!h),"aria-label":h?o:null,role:h?"img":null},(0,i.h)("svg",{key:"864ee2d80bebd282543ba5d94c57f84b48a6204d","aria-hidden":"true",class:{[a.flipRtl]:"rtl"===c&&e,svg:!0},fill:"currentColor",height:"100%",viewBox:`0 0 ${l} ${l}`,width:"100%",xmlns:"http://www.w3.org/2000/svg"},g.map(t=>"string"===typeof t?(0,i.h)("path",{d:t}):(0,i.h)("path",{d:t.d,opacity:"opacity"in t?t.opacity:1}))))}async loadIconPathData(){const{icon:t,scale:e,visible:n}=this;if(!(0,o.i)()||!t||!n)return;const i={icon:t,scale:e},s=f(i)||await g(i);t===this.icon&&(this.pathData=s)}waitUntilVisible(t){this.intersectionObserver=(0,r.c)("intersection",e=>{e.forEach(e=>{e.isIntersecting&&(this.intersectionObserver.disconnect(),this.intersectionObserver=null,t())})},{rootMargin:"50px"}),this.intersectionObserver?this.intersectionObserver.observe(this.el):t()}static get assetsDirs(){return["assets"]}get el(){return this}static get watchers(){return{icon:["loadIconPathData"],scale:["loadIconPathData"]}}static get style(){return b}},[1,"calcite-icon",{icon:[513],flipRtl:[516,"flip-rtl"],scale:[513],textLabel:[1,"text-label"],pathData:[32],visible:[32]},void 0,{icon:["loadIconPathData"],scale:["loadIconPathData"]}]);function w(){if("undefined"===typeof customElements)return;const t=["calcite-icon"];t.forEach(t=>{switch(t){case"calcite-icon":customElements.get(t)||customElements.define(t,v);break}})}w()}}]);
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";(("undefined"!==typeof self?self:this)["webpackChunkindex"]=("undefined"!==typeof self?self:this)["webpackChunkindex"]||[]).push([[769],{32255:function(e,t,o){o.d(t,{c:function(){return a},d:function(){return l}});o(18111),o(7588);var i=o(85808),n=o(64156);
|
|
2
|
+
/*!
|
|
3
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
|
4
|
+
* See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
|
5
|
+
* v2.13.2
|
|
6
|
+
*/
|
|
7
|
+
let c;const s={childList:!0};function a(e){c||(c=(0,n.c)("mutation",r)),c.observe(e.el,s)}function l(e){c.unobserve(e.el)}function r(e){e.forEach(({target:e})=>{(0,i.$x)(e)})}},73769:function(e,t,o){o.r(t),o.d(t,{CalciteNotice:function(){return v},defineCustomElement:function(){return x}});var i=o(85808),n=o(32255),c=o(80863),s=o(29095),a=o(52441),l=o(2516);
|
|
8
|
+
/*!
|
|
9
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
|
10
|
+
* See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
|
11
|
+
* v2.13.2
|
|
12
|
+
*/
|
|
13
|
+
const r={brand:"lightbulb",danger:"exclamationMarkTriangle",info:"information",success:"checkCircle",warning:"exclamationMarkTriangle"};var d=o(81644),h=o(200),f=o(91798);
|
|
14
|
+
/*!
|
|
15
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
|
16
|
+
* See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
|
17
|
+
* v2.13.2
|
|
18
|
+
*/
|
|
19
|
+
const g={title:"title",message:"message",link:"link",actionsEnd:"actions-end"},u={actionsEnd:"actions-end",close:"notice-close",container:"container",content:"notice-content",icon:"notice-icon"},p=":host([scale=s]){--calcite-notice-spacing-token-small:0.5rem;--calcite-notice-spacing-token-large:0.75rem}:host([scale=s]) .container slot[name=title]::slotted(*),:host([scale=s]) .container *::slotted([slot=title]){margin-block:0.125rem;font-size:var(--calcite-font-size--1);line-height:1.375}:host([scale=s]) .container slot[name=message]::slotted(*),:host([scale=s]) .container *::slotted([slot=message]){margin-block:0.125rem;font-size:var(--calcite-font-size--2);line-height:1.375}:host([scale=s]) ::slotted(calcite-link){margin-block:0.125rem;font-size:var(--calcite-font-size--2);line-height:1.375}:host([scale=s]) .notice-close{padding:0.5rem}:host([scale=m]){--calcite-notice-spacing-token-small:0.75rem;--calcite-notice-spacing-token-large:1rem}:host([scale=m]) .container slot[name=title]::slotted(*),:host([scale=m]) .container *::slotted([slot=title]){margin-block:0.125rem;font-size:var(--calcite-font-size-0);line-height:1.375}:host([scale=m]) .container slot[name=message]::slotted(*),:host([scale=m]) .container *::slotted([slot=message]){margin-block:0.125rem;font-size:var(--calcite-font-size--1);line-height:1.375}:host([scale=m]) ::slotted(calcite-link){margin-block:0.125rem;font-size:var(--calcite-font-size--1);line-height:1.375}:host([scale=l]){--calcite-notice-spacing-token-small:1rem;--calcite-notice-spacing-token-large:1.25rem}:host([scale=l]) .container slot[name=title]::slotted(*),:host([scale=l]) .container *::slotted([slot=title]){margin-block:0.125rem;font-size:var(--calcite-font-size-1);line-height:1.375}:host([scale=l]) .container slot[name=message]::slotted(*),:host([scale=l]) .container *::slotted([slot=message]){margin-block:0.125rem;font-size:var(--calcite-font-size-0);line-height:1.375}:host([scale=l]) ::slotted(calcite-link){margin-block:0.125rem;font-size:var(--calcite-font-size-0);line-height:1.375}:host([width=auto]){--calcite-notice-width:auto}:host([width=half]){--calcite-notice-width:50%}:host([width=full]){--calcite-notice-width:100%}:host{margin-inline:auto;display:none;max-inline-size:100%;align-items:center;inline-size:var(--calcite-notice-width)}.container{pointer-events:none;margin-block:0px;box-sizing:border-box;display:flex;inline-size:100%;background-color:var(--calcite-color-foreground-1);opacity:0;overflow:hidden;max-block-size:0;transition-property:opacity, max-block-size;transition-duration:var(--calcite-animation-timing);text-align:start;border-inline-start:var(--calcite-border-width-md) solid;box-shadow:0 0 0 0 transparent}.notice-close{outline-color:transparent}.notice-close:focus{outline:2px solid var(--calcite-ui-focus-color, var(--calcite-color-brand));outline-offset:calc(\n -2px *\n calc(\n 1 -\n 2 * clamp(\n 0,\n var(--calcite-offset-invert-focus),\n 1\n )\n )\n )}:host{display:flex}:host([open]) .container{pointer-events:auto;max-block-size:100%;align-items:center;opacity:1;--tw-shadow:0 4px 8px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.04);--tw-shadow-colored:0 4px 8px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);overflow:visible}.container slot[name=title]::slotted(*),.container *::slotted([slot=title]){margin:0px;font-weight:var(--calcite-font-weight-medium);color:var(--calcite-color-text-1)}.container slot[name=message]::slotted(*),.container *::slotted([slot=message]){margin:0px;display:inline;font-weight:var(--calcite-font-weight-normal);color:var(--calcite-color-text-2);margin-inline-end:var(--calcite-notice-spacing-token-small)}.notice-content{box-sizing:border-box;transition:background-color, block-size, border-color, box-shadow, color, inset-block-end, inset-block-start, inset-inline-end, inset-inline-start inset-size, opacity, outline-color, transform var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;padding-inline:var(--calcite-notice-spacing-token-large);flex:0 0 auto;display:flex;min-inline-size:0px;flex-direction:column;overflow-wrap:break-word;flex:1 1 0;padding-block:var(--calcite-notice-spacing-token-small);padding-inline:0 var(--calcite-notice-spacing-token-small)}.notice-content:first-of-type:not(:only-child){padding-inline-start:var(--calcite-notice-spacing-token-large)}.notice-content:only-of-type{padding-block:var(--calcite-notice-spacing-token-small);padding-inline:var(--calcite-notice-spacing-token-large)}.notice-icon{display:flex;align-items:center;box-sizing:border-box;transition:background-color, block-size, border-color, box-shadow, color, inset-block-end, inset-block-start, inset-inline-end, inset-inline-start inset-size, opacity, outline-color, transform var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;padding-block:var(--calcite-notice-spacing-token-small);padding-inline:var(--calcite-notice-spacing-token-large);flex:0 0 auto}.notice-close{display:flex;cursor:pointer;align-items:center;align-self:stretch;border-style:none;background-color:transparent;color:var(--calcite-color-text-3);outline:2px solid transparent;outline-offset:2px;box-sizing:border-box;transition:background-color, block-size, border-color, box-shadow, color, inset-block-end, inset-block-start, inset-inline-end, inset-inline-start inset-size, opacity, outline-color, transform var(--calcite-animation-timing) ease-in-out 0s, outline 0s, outline-offset 0s;padding-block:var(--calcite-notice-spacing-token-small);padding-inline:var(--calcite-notice-spacing-token-large);flex:0 0 auto;-webkit-appearance:none}.notice-close:hover,.notice-close:focus{background-color:var(--calcite-color-foreground-2);color:var(--calcite-color-text-1)}.notice-close:active{background-color:var(--calcite-color-foreground-3)}.actions-end{display:flex;align-self:stretch}:host([kind=brand]) .container{border-color:var(--calcite-color-brand)}:host([kind=brand]) .container .notice-icon{color:var(--calcite-color-brand)}:host([kind=info]) .container{border-color:var(--calcite-color-status-info)}:host([kind=info]) .container .notice-icon{color:var(--calcite-color-status-info)}:host([kind=danger]) .container{border-color:var(--calcite-color-status-danger)}:host([kind=danger]) .container .notice-icon{color:var(--calcite-color-status-danger)}:host([kind=success]) .container{border-color:var(--calcite-color-status-success)}:host([kind=success]) .container .notice-icon{color:var(--calcite-color-status-success)}:host([kind=warning]) .container{border-color:var(--calcite-color-status-warning)}:host([kind=warning]) .container .notice-icon{color:var(--calcite-color-status-warning)}:host([hidden]){display:none}[hidden]{display:none}",m=p,b=(0,i.w$)(class extends i.wt{constructor(){super(),this.__registerHost(),this.__attachShadow(),this.calciteNoticeBeforeClose=(0,i.lh)(this,"calciteNoticeBeforeClose",6),this.calciteNoticeBeforeOpen=(0,i.lh)(this,"calciteNoticeBeforeOpen",6),this.calciteNoticeClose=(0,i.lh)(this,"calciteNoticeClose",6),this.calciteNoticeOpen=(0,i.lh)(this,"calciteNoticeOpen",6),this.setTransitionEl=e=>{this.transitionEl=e},this.close=()=>{this.open=!1},this.openTransitionProp="opacity",this.open=!1,this.kind="brand",this.closable=!1,this.icon=void 0,this.iconFlipRtl=!1,this.scale="m",this.width="auto",this.messages=void 0,this.messageOverrides=void 0,this.effectiveLocale=void 0,this.defaultMessages=void 0}openHandler(){(0,d.o)(this)}onMessagesChange(){}updateRequestedIcon(){this.requestedIcon=(0,c.o)(r,this.icon,this.kind)}connectedCallback(){(0,n.c)(this),(0,a.c)(this),(0,l.c)(this)}disconnectedCallback(){(0,n.d)(this),(0,a.d)(this),(0,l.d)(this)}async componentWillLoad(){(0,s.s)(this),this.requestedIcon=(0,c.o)(r,this.icon,this.kind),await(0,l.s)(this),this.open&&(0,d.o)(this)}componentDidLoad(){(0,s.a)(this)}render(){const{el:e}=this,t=(0,i.h)("button",{key:"52f9306ebe945398929f68fe66615359836ba2d8","aria-label":this.messages.close,class:u.close,onClick:this.close,ref:e=>this.closeButton=e},(0,i.h)("calcite-icon",{key:"f3601ac9547c73219661eebc7e7470db5dee7b52",icon:"x",scale:(0,h.g)(this.scale)})),o=(0,c.g)(e,g.actionsEnd);return(0,i.h)("div",{key:"3f8117ff7cdd08c92ce804ef4ac8af83003156a4",class:u.container,ref:this.setTransitionEl},this.requestedIcon?(0,i.h)("div",{class:u.icon},(0,i.h)("calcite-icon",{flipRtl:this.iconFlipRtl,icon:this.requestedIcon,scale:(0,h.g)(this.scale)})):null,(0,i.h)("div",{key:"1b614ee86618bd5ce6e8834b466baf7d2564b5a1",class:u.content},(0,i.h)("slot",{key:"19467ed9718a78c7530c2a08c727028d565dee7b",name:g.title}),(0,i.h)("slot",{key:"191e71caf2f2147c62fd6b73602e41d95dc27558",name:g.message}),(0,i.h)("slot",{key:"d4fbf2b8aaa980cd24c5be89c6c8a36d091658f3",name:g.link})),o?(0,i.h)("div",{class:u.actionsEnd},(0,i.h)("slot",{name:g.actionsEnd})):null,this.closable?t:null)}async setFocus(){await(0,s.c)(this);const e=this.el.querySelector("calcite-link");if(this.closeButton||e)return e?e.setFocus():void(this.closeButton&&this.closeButton.focus())}onBeforeClose(){this.calciteNoticeBeforeClose.emit()}onBeforeOpen(){this.calciteNoticeBeforeOpen.emit()}onClose(){this.calciteNoticeClose.emit()}onOpen(){this.calciteNoticeOpen.emit()}effectiveLocaleChange(){(0,l.u)(this,this.effectiveLocale)}static get assetsDirs(){return["assets"]}get el(){return this}static get watchers(){return{open:["openHandler"],messageOverrides:["onMessagesChange"],icon:["updateRequestedIcon"],kind:["updateRequestedIcon"],effectiveLocale:["effectiveLocaleChange"]}}static get style(){return m}},[1,"calcite-notice",{open:[1540],kind:[513],closable:[516],icon:[520],iconFlipRtl:[516,"icon-flip-rtl"],scale:[513],width:[513],messages:[1040],messageOverrides:[1040],effectiveLocale:[32],defaultMessages:[32],setFocus:[64]},void 0,{open:["openHandler"],messageOverrides:["onMessagesChange"],icon:["updateRequestedIcon"],kind:["updateRequestedIcon"],effectiveLocale:["effectiveLocaleChange"]}]);function k(){if("undefined"===typeof customElements)return;const e=["calcite-notice","calcite-icon"];e.forEach(e=>{switch(e){case"calcite-notice":customElements.get(e)||customElements.define(e,b);break;case"calcite-icon":customElements.get(e)||(0,f.d)();break}})}k();const v=b,x=k},81644:function(e,t,o){o.d(t,{o:function(){return a}});var i=o(85808),n=o(80863);
|
|
20
|
+
/*!
|
|
21
|
+
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
|
|
22
|
+
* See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
|
|
23
|
+
* v2.13.2
|
|
24
|
+
*/
|
|
25
|
+
const c=i.gv;function s(e){return"opened"in e?e.opened:e.open}function a(e){c(()=>{e.transitionEl&&(0,n.w)(e.transitionEl,e.openTransitionProp,()=>{s(e)?e.onBeforeOpen():e.onBeforeClose()},()=>{s(e)?e.onOpen():e.onClose()})})}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(("undefined"!==typeof self?self:this)["webpackChunkindex"]=("undefined"!==typeof self?self:this)["webpackChunkindex"]||[]).push([[825],{4825:function(e,t,_){_.d(t,{p:function(){return s}});_(44114),_(16573),_(78100),_(77936),_(18111),_(7588),_(79577),_(41549),_(49797),_(49631),_(35623),_(14603),_(47566),_(98721);var r,o,n,p=_(65755),i={exports:{}};r=i,o="undefined"!=typeof document&&document.currentScript?document.currentScript.src:void 0,o=o||__filename,n=function(e={}){var t,_,r=e;r.ready=new Promise((e,r)=>{t=e,_=r});var n,p,i,c=Object.assign({},r),s="./this.program",P="object"==typeof window,a="function"==typeof importScripts,g="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,y="";function u(e){return r.locateFile?r.locateFile(e,y):y+e}if(g){var d=require("fs"),f=require("path");y=a?f.dirname(y)+"/":__dirname+"/",n=(e,t)=>(e=B(e)?new URL(e):f.normalize(e),d.readFileSync(e,t?void 0:"utf8")),i=e=>{var t=n(e,!0);return t.buffer||(t=new Uint8Array(t)),t},p=(e,t,_,r=!0)=>{e=B(e)?new URL(e):f.normalize(e),d.readFile(e,r?void 0:"utf8",(e,o)=>{e?_(e):t(r?o.buffer:o)})},!r.thisProgram&&process.argv.length>1&&(s=process.argv[1].replace(/\\/g,"/")),process.argv.slice(2),r.inspect=()=>"[Emscripten Module object]"}else(P||a)&&(a?y=self.location.href:"undefined"!=typeof document&&document.currentScript&&(y=document.currentScript.src),o&&(y=o),y=0!==y.indexOf("blob:")?y.substr(0,y.replace(/[?#].*/,"").lastIndexOf("/")+1):"",n=e=>{var t=new XMLHttpRequest;return t.open("GET",e,!1),t.send(null),t.responseText},a&&(i=e=>{var t=new XMLHttpRequest;return t.open("GET",e,!1),t.responseType="arraybuffer",t.send(null),new Uint8Array(t.response)}),p=(e,t,_)=>{var r=new XMLHttpRequest;r.open("GET",e,!0),r.responseType="arraybuffer",r.onload=()=>{200==r.status||0==r.status&&r.response?t(r.response):_()},r.onerror=_,r.send(null)});var E,b,m=console.log.bind(console),T=console.error.bind(console);Object.assign(r,c),c=null,"object"!=typeof WebAssembly&&X("no native wasm support detected");var O,S,N,h,l,M,v,D=!1;function R(e,t){e||X(t)}function A(){var e=b.buffer;r.HEAP8=O=new Int8Array(e),r.HEAP16=N=new Int16Array(e),r.HEAPU8=S=new Uint8Array(e),r.HEAPU16=new Uint16Array(e),r.HEAP32=h=new Int32Array(e),r.HEAPU32=l=new Uint32Array(e),r.HEAPF32=M=new Float32Array(e),r.HEAPF64=v=new Float64Array(e)}var G=[],C=[],I=[];function j(){$(G)}function U(){$(C)}function L(){$(I)}function F(e){C.unshift(e)}var Y=0,w=null;function x(e){Y++}function H(e){if(0==--Y&&w){var t=w;w=null,t()}}function X(e){T(e="Aborted("+e+")"),D=!0,e+=". Build with -sASSERTIONS for more info.";var t=new WebAssembly.RuntimeError(e);throw _(t),t}var z,Z="data:application/octet-stream;base64,";function W(e){return e.startsWith(Z)}function B(e){return e.startsWith("file://")}function K(e){if(e==z&&E)return new Uint8Array(E);if(i)return i(e);throw"both async and sync fetching of the wasm failed"}function V(e){if(P||a){if("function"==typeof fetch&&!B(e))return fetch(e,{credentials:"same-origin"}).then(t=>{if(!t.ok)throw"failed to load wasm binary file at '"+e+"'";return t.arrayBuffer()}).catch(()=>K(e));if(p)return new Promise((t,_)=>{p(e,e=>t(new Uint8Array(e)),_)})}return Promise.resolve().then(()=>K(e))}function k(e,t,_){return V(e).then(e=>WebAssembly.instantiate(e,t)).then(e=>e).then(_,e=>{T(`failed to asynchronously prepare wasm: ${e}`),X(e)})}function q(e,t,_,r){return e||"function"!=typeof WebAssembly.instantiateStreaming||W(t)||B(t)||g||"function"!=typeof fetch?k(t,_,r):fetch(t,{credentials:"same-origin"}).then(e=>WebAssembly.instantiateStreaming(e,_).then(r,function(e){return T(`wasm streaming compile failed: ${e}`),T("falling back to ArrayBuffer instantiation"),k(t,_,r)}))}function J(){var e={a:Me};function t(e,t){return ve=e.exports,b=ve.t,A(),F(ve.u),H(),ve}function r(e){t(e.instance)}return x(),q(E,z,e,r).catch(_),{}}W(z="pe-wasm.wasm")||(z=u(z));var $=e=>{for(;e.length>0;)e.shift()(r)};function Q(e,t="i8"){switch(t.endsWith("*")&&(t="*"),t){case"i1":case"i8":return O[e|0];case"i16":return N[e>>1];case"i32":return h[e>>2];case"i64":X("to do getValue(i64) use WASM_BIGINT");case"float":return M[e>>2];case"double":return v[e>>3];case"*":return l[e>>2];default:X(`invalid type for getValue: ${t}`)}}var ee="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0,te=(e,t,_)=>{for(var r=t+_,o=t;e[o]&&!(o>=r);)++o;if(o-t>16&&e.buffer&&ee)return ee.decode(e.subarray(t,o));for(var n="";t<o;){var p=e[t++];if(128&p){var i=63&e[t++];if(192!=(224&p)){var c=63&e[t++];if((p=224==(240&p)?(15&p)<<12|i<<6|c:(7&p)<<18|i<<12|c<<6|63&e[t++])<65536)n+=String.fromCharCode(p);else{var s=p-65536;n+=String.fromCharCode(55296|s>>10,56320|1023&s)}}else n+=String.fromCharCode((31&p)<<6|i)}else n+=String.fromCharCode(p)}return n},_e=(e,t)=>e?te(S,e,t):"";function re(e,t,_){return 0}var oe=(e,t,_,r)=>{if(!(r>0))return 0;for(var o=_,n=_+r-1,p=0;p<e.length;++p){var i=e.charCodeAt(p);if(i>=55296&&i<=57343&&(i=65536+((1023&i)<<10)|1023&e.charCodeAt(++p)),i<=127){if(_>=n)break;t[_++]=i}else if(i<=2047){if(_+1>=n)break;t[_++]=192|i>>6,t[_++]=128|63&i}else if(i<=65535){if(_+2>=n)break;t[_++]=224|i>>12,t[_++]=128|i>>6&63,t[_++]=128|63&i}else{if(_+3>=n)break;t[_++]=240|i>>18,t[_++]=128|i>>12&63,t[_++]=128|i>>6&63,t[_++]=128|63&i}}return t[_]=0,_-o},ne=(e,t,_)=>oe(e,S,t,_);function pe(e,t,_){return 0}function ie(e,t,_,r){}var ce=e=>e%4==0&&(e%100!=0||e%400==0),se=[0,31,60,91,121,152,182,213,244,274,305,335],Pe=[0,31,59,90,120,151,181,212,243,273,304,334],ae=e=>(ce(e.getFullYear())?se:Pe)[e.getMonth()]+e.getDate()-1,ge=(e,t)=>t+2097152>>>0<4194305-!!e?(e>>>0)+4294967296*t:NaN;function ye(e,t,_){var r=ge(e,t),o=new Date(1e3*r);h[_>>2]=o.getSeconds(),h[_+4>>2]=o.getMinutes(),h[_+8>>2]=o.getHours(),h[_+12>>2]=o.getDate(),h[_+16>>2]=o.getMonth(),h[_+20>>2]=o.getFullYear()-1900,h[_+24>>2]=o.getDay();var n=0|ae(o);h[_+28>>2]=n,h[_+36>>2]=-60*o.getTimezoneOffset();var p=new Date(o.getFullYear(),0,1),i=new Date(o.getFullYear(),6,1).getTimezoneOffset(),c=p.getTimezoneOffset(),s=0|(i!=c&&o.getTimezoneOffset()==Math.min(c,i));h[_+32>>2]=s}var ue=e=>{for(var t=0,_=0;_<e.length;++_){var r=e.charCodeAt(_);r<=127?t++:r<=2047?t+=2:r>=55296&&r<=57343?(t+=4,++_):t+=3}return t},de=e=>{var t=ue(e)+1,_=Re(t);return _&&ne(e,_,t),_},fe=()=>2147483648,Ee=e=>{var t=(e-b.buffer.byteLength+65535)/65536;try{return b.grow(t),A(),1}catch(o){}},be={},me=()=>s||"./this.program",Te=()=>{if(!Te.strings){var e={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:("object"==typeof navigator&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:me()};for(var t in be)void 0===be[t]?delete e[t]:e[t]=be[t];var _=[];for(var t in e)_.push(`${t}=${e[t]}`);Te.strings=_}return Te.strings},Oe=(e,t)=>{for(var _=0;_<e.length;++_)O[t++|0]=e.charCodeAt(_);O[t|0]=0};function Se(e,t,_,r,o){return 70}var Ne=[null,[],[]],he=(e,t)=>{var _=Ne[e];0===t||10===t?((1===e?m:T)(te(_,0)),_.length=0):_.push(t)};function le(e,t,_){var r=_>0?_:ue(e)+1,o=new Array(r),n=oe(e,o,0,o.length);return t&&(o.length=n),o}var Me={c:re,r:(e,t,_)=>{},h:pe,d:ie,p:e=>{},o:(e,t)=>{},q:(e,t,_)=>{},j:ye,n:(e,t,_)=>{var r=(new Date).getFullYear(),o=new Date(r,0,1),n=new Date(r,6,1),p=o.getTimezoneOffset(),i=n.getTimezoneOffset(),c=Math.max(p,i);function s(e){var t=e.toTimeString().match(/\(([A-Za-z ]+)\)$/);return t?t[1]:"GMT"}l[e>>2]=60*c,h[t>>2]=Number(p!=i);var P=s(o),a=s(n),g=de(P),y=de(a);i<p?(l[_>>2]=g,l[_+4>>2]=y):(l[_>>2]=y,l[_+4>>2]=g)},l:()=>{X("")},i:()=>Date.now(),s:(e,t,_)=>S.copyWithin(e,t,t+_),m:e=>{var t=S.length;e>>>=0;var _=fe();if(e>_)return!1;for(var r=(e,t)=>e+(t-e%t)%t,o=1;o<=4;o*=2){var n=t*(1+.2/o);n=Math.min(n,e+100663296);var p=Math.min(_,r(Math.max(e,n),65536));if(Ee(p))return!0}return!1},e:(e,t)=>{var _=0;return Te().forEach((r,o)=>{var n=t+_;l[e+4*o>>2]=n,Oe(r,n),_+=r.length+1}),0},f:(e,t)=>{var _=Te();l[e>>2]=_.length;var r=0;return _.forEach(e=>r+=e.length+1),l[t>>2]=r,0},a:e=>52,g:(e,t,_,r)=>52,k:Se,b:(e,t,_,r)=>{for(var o=0,n=0;n<_;n++){var p=l[t>>2],i=l[t+4>>2];t+=8;for(var c=0;c<i;c++)he(e,S[p+c]);o+=i}return l[r>>2]=o,0}},ve=J();r._webidl_free=e=>(r._webidl_free=ve.v)(e),r._webidl_malloc=e=>(r._webidl_malloc=ve.w)(e);var De,Re=e=>(Re=ve.x)(e),Ae=r._emscripten_bind_PeObject_getCode_0=e=>(Ae=r._emscripten_bind_PeObject_getCode_0=ve.y)(e),Ge=r._emscripten_bind_PeObject_getName_1=(e,t)=>(Ge=r._emscripten_bind_PeObject_getName_1=ve.z)(e,t),Ce=r._emscripten_bind_PeObject_getType_0=e=>(Ce=r._emscripten_bind_PeObject_getType_0=ve.A)(e),Ie=r._emscripten_bind_PeCoordsys_getCode_0=e=>(Ie=r._emscripten_bind_PeCoordsys_getCode_0=ve.B)(e),je=r._emscripten_bind_PeCoordsys_getName_1=(e,t)=>(je=r._emscripten_bind_PeCoordsys_getName_1=ve.C)(e,t),Ue=r._emscripten_bind_PeCoordsys_getType_0=e=>(Ue=r._emscripten_bind_PeCoordsys_getType_0=ve.D)(e),Le=r._emscripten_bind_VoidPtr___destroy___0=e=>(Le=r._emscripten_bind_VoidPtr___destroy___0=ve.E)(e),Fe=r._emscripten_bind_PeDatum_getSpheroid_0=e=>(Fe=r._emscripten_bind_PeDatum_getSpheroid_0=ve.F)(e),Ye=r._emscripten_bind_PeDatum_getCode_0=e=>(Ye=r._emscripten_bind_PeDatum_getCode_0=ve.G)(e),we=r._emscripten_bind_PeDatum_getName_1=(e,t)=>(we=r._emscripten_bind_PeDatum_getName_1=ve.H)(e,t),xe=r._emscripten_bind_PeDatum_getType_0=e=>(xe=r._emscripten_bind_PeDatum_getType_0=ve.I)(e),He=r._emscripten_bind_PeDefs_get_PE_BUFFER_MAX_0=e=>(He=r._emscripten_bind_PeDefs_get_PE_BUFFER_MAX_0=ve.J)(e),Xe=r._emscripten_bind_PeDefs_get_PE_NAME_MAX_0=e=>(Xe=r._emscripten_bind_PeDefs_get_PE_NAME_MAX_0=ve.K)(e),ze=r._emscripten_bind_PeDefs_get_PE_MGRS_MAX_0=e=>(ze=r._emscripten_bind_PeDefs_get_PE_MGRS_MAX_0=ve.L)(e),Ze=r._emscripten_bind_PeDefs_get_PE_USNG_MAX_0=e=>(Ze=r._emscripten_bind_PeDefs_get_PE_USNG_MAX_0=ve.M)(e),We=r._emscripten_bind_PeDefs_get_PE_DD_MAX_0=e=>(We=r._emscripten_bind_PeDefs_get_PE_DD_MAX_0=ve.N)(e),Be=r._emscripten_bind_PeDefs_get_PE_DMS_MAX_0=e=>(Be=r._emscripten_bind_PeDefs_get_PE_DMS_MAX_0=ve.O)(e),Ke=r._emscripten_bind_PeDefs_get_PE_DDM_MAX_0=e=>(Ke=r._emscripten_bind_PeDefs_get_PE_DDM_MAX_0=ve.P)(e),Ve=r._emscripten_bind_PeDefs_get_PE_UTM_MAX_0=e=>(Ve=r._emscripten_bind_PeDefs_get_PE_UTM_MAX_0=ve.Q)(e),ke=r._emscripten_bind_PeDefs_get_PE_PARM_MAX_0=e=>(ke=r._emscripten_bind_PeDefs_get_PE_PARM_MAX_0=ve.R)(e),qe=r._emscripten_bind_PeDefs_get_PE_TYPE_NONE_0=e=>(qe=r._emscripten_bind_PeDefs_get_PE_TYPE_NONE_0=ve.S)(e),Je=r._emscripten_bind_PeDefs_get_PE_TYPE_GEOGCS_0=e=>(Je=r._emscripten_bind_PeDefs_get_PE_TYPE_GEOGCS_0=ve.T)(e),$e=r._emscripten_bind_PeDefs_get_PE_TYPE_PROJCS_0=e=>($e=r._emscripten_bind_PeDefs_get_PE_TYPE_PROJCS_0=ve.U)(e),Qe=r._emscripten_bind_PeDefs_get_PE_TYPE_GEOGTRAN_0=e=>(Qe=r._emscripten_bind_PeDefs_get_PE_TYPE_GEOGTRAN_0=ve.V)(e),et=r._emscripten_bind_PeDefs_get_PE_TYPE_COORDSYS_0=e=>(et=r._emscripten_bind_PeDefs_get_PE_TYPE_COORDSYS_0=ve.W)(e),tt=r._emscripten_bind_PeDefs_get_PE_TYPE_UNIT_0=e=>(tt=r._emscripten_bind_PeDefs_get_PE_TYPE_UNIT_0=ve.X)(e),_t=r._emscripten_bind_PeDefs_get_PE_TYPE_LINUNIT_0=e=>(_t=r._emscripten_bind_PeDefs_get_PE_TYPE_LINUNIT_0=ve.Y)(e),rt=r._emscripten_bind_PeDefs_get_PE_STR_OPTS_NONE_0=e=>(rt=r._emscripten_bind_PeDefs_get_PE_STR_OPTS_NONE_0=ve.Z)(e),ot=r._emscripten_bind_PeDefs_get_PE_STR_AUTH_NONE_0=e=>(ot=r._emscripten_bind_PeDefs_get_PE_STR_AUTH_NONE_0=ve._)(e),nt=r._emscripten_bind_PeDefs_get_PE_STR_AUTH_TOP_0=e=>(nt=r._emscripten_bind_PeDefs_get_PE_STR_AUTH_TOP_0=ve.$)(e),pt=r._emscripten_bind_PeDefs_get_PE_STR_NAME_CANON_0=e=>(pt=r._emscripten_bind_PeDefs_get_PE_STR_NAME_CANON_0=ve.aa)(e),it=r._emscripten_bind_PeDefs_get_PE_STR_FMT_WKT_0=e=>(it=r._emscripten_bind_PeDefs_get_PE_STR_FMT_WKT_0=ve.ba)(e),ct=r._emscripten_bind_PeDefs_get_PE_STR_FMT_WKT2_0=e=>(ct=r._emscripten_bind_PeDefs_get_PE_STR_FMT_WKT2_0=ve.ca)(e),st=r._emscripten_bind_PeDefs_get_PE_PARM_X0_0=e=>(st=r._emscripten_bind_PeDefs_get_PE_PARM_X0_0=ve.da)(e),Pt=r._emscripten_bind_PeDefs_get_PE_PARM_ND_0=e=>(Pt=r._emscripten_bind_PeDefs_get_PE_PARM_ND_0=ve.ea)(e),at=r._emscripten_bind_PeDefs_get_PE_TRANSFORM_1_TO_2_0=e=>(at=r._emscripten_bind_PeDefs_get_PE_TRANSFORM_1_TO_2_0=ve.fa)(e),gt=r._emscripten_bind_PeDefs_get_PE_TRANSFORM_2_TO_1_0=e=>(gt=r._emscripten_bind_PeDefs_get_PE_TRANSFORM_2_TO_1_0=ve.ga)(e),yt=r._emscripten_bind_PeDefs_get_PE_TRANSFORM_P_TO_G_0=e=>(yt=r._emscripten_bind_PeDefs_get_PE_TRANSFORM_P_TO_G_0=ve.ha)(e),ut=r._emscripten_bind_PeDefs_get_PE_TRANSFORM_G_TO_P_0=e=>(ut=r._emscripten_bind_PeDefs_get_PE_TRANSFORM_G_TO_P_0=ve.ia)(e),dt=r._emscripten_bind_PeDefs_get_PE_HORIZON_RECT_0=e=>(dt=r._emscripten_bind_PeDefs_get_PE_HORIZON_RECT_0=ve.ja)(e),ft=r._emscripten_bind_PeDefs_get_PE_HORIZON_POLY_0=e=>(ft=r._emscripten_bind_PeDefs_get_PE_HORIZON_POLY_0=ve.ka)(e),Et=r._emscripten_bind_PeDefs_get_PE_HORIZON_LINE_0=e=>(Et=r._emscripten_bind_PeDefs_get_PE_HORIZON_LINE_0=ve.la)(e),bt=r._emscripten_bind_PeDefs_get_PE_HORIZON_DELTA_0=e=>(bt=r._emscripten_bind_PeDefs_get_PE_HORIZON_DELTA_0=ve.ma)(e),mt=r._emscripten_bind_PeFactory_initialize_1=(e,t)=>(mt=r._emscripten_bind_PeFactory_initialize_1=ve.na)(e,t),Tt=r._emscripten_bind_PeFactory_factoryByType_2=(e,t,_)=>(Tt=r._emscripten_bind_PeFactory_factoryByType_2=ve.oa)(e,t,_),Ot=r._emscripten_bind_PeFactory_fromString_2=(e,t,_)=>(Ot=r._emscripten_bind_PeFactory_fromString_2=ve.pa)(e,t,_),St=r._emscripten_bind_PeFactory_getCode_1=(e,t)=>(St=r._emscripten_bind_PeFactory_getCode_1=ve.qa)(e,t),Nt=r._emscripten_bind_PeGCSExtent_PeGCSExtent_6=(e,t,_,o,n,p)=>(Nt=r._emscripten_bind_PeGCSExtent_PeGCSExtent_6=ve.ra)(e,t,_,o,n,p),ht=r._emscripten_bind_PeGCSExtent_getLLon_0=e=>(ht=r._emscripten_bind_PeGCSExtent_getLLon_0=ve.sa)(e),lt=r._emscripten_bind_PeGCSExtent_getSLat_0=e=>(lt=r._emscripten_bind_PeGCSExtent_getSLat_0=ve.ta)(e),Mt=r._emscripten_bind_PeGCSExtent_getRLon_0=e=>(Mt=r._emscripten_bind_PeGCSExtent_getRLon_0=ve.ua)(e),vt=r._emscripten_bind_PeGCSExtent_getNLat_0=e=>(vt=r._emscripten_bind_PeGCSExtent_getNLat_0=ve.va)(e),Dt=r._emscripten_bind_PeGCSExtent___destroy___0=e=>(Dt=r._emscripten_bind_PeGCSExtent___destroy___0=ve.wa)(e),Rt=r._emscripten_bind_PeGeogcs_getDatum_0=e=>(Rt=r._emscripten_bind_PeGeogcs_getDatum_0=ve.xa)(e),At=r._emscripten_bind_PeGeogcs_getPrimem_0=e=>(At=r._emscripten_bind_PeGeogcs_getPrimem_0=ve.ya)(e),Gt=r._emscripten_bind_PeGeogcs_getUnit_0=e=>(Gt=r._emscripten_bind_PeGeogcs_getUnit_0=ve.za)(e),Ct=r._emscripten_bind_PeGeogcs_getCode_0=e=>(Ct=r._emscripten_bind_PeGeogcs_getCode_0=ve.Aa)(e),It=r._emscripten_bind_PeGeogcs_getName_1=(e,t)=>(It=r._emscripten_bind_PeGeogcs_getName_1=ve.Ba)(e,t),jt=r._emscripten_bind_PeGeogcs_getType_0=e=>(jt=r._emscripten_bind_PeGeogcs_getType_0=ve.Ca)(e),Ut=r._emscripten_bind_PeGeogtran_isEqual_1=(e,t)=>(Ut=r._emscripten_bind_PeGeogtran_isEqual_1=ve.Da)(e,t),Lt=r._emscripten_bind_PeGeogtran_getGeogcs1_0=e=>(Lt=r._emscripten_bind_PeGeogtran_getGeogcs1_0=ve.Ea)(e),Ft=r._emscripten_bind_PeGeogtran_getGeogcs2_0=e=>(Ft=r._emscripten_bind_PeGeogtran_getGeogcs2_0=ve.Fa)(e),Yt=r._emscripten_bind_PeGeogtran_getParameters_0=e=>(Yt=r._emscripten_bind_PeGeogtran_getParameters_0=ve.Ga)(e),wt=r._emscripten_bind_PeGeogtran_loadConstants_0=e=>(wt=r._emscripten_bind_PeGeogtran_loadConstants_0=ve.Ha)(e),xt=r._emscripten_bind_PeGeogtran_getCode_0=e=>(xt=r._emscripten_bind_PeGeogtran_getCode_0=ve.Ia)(e),Ht=r._emscripten_bind_PeGeogtran_getName_1=(e,t)=>(Ht=r._emscripten_bind_PeGeogtran_getName_1=ve.Ja)(e,t),Xt=r._emscripten_bind_PeGeogtran_getType_0=e=>(Xt=r._emscripten_bind_PeGeogtran_getType_0=ve.Ka)(e),zt=r._emscripten_bind_PeGTlistExtended_getGTlist_6=(e,t,_,o,n,p,i)=>(zt=r._emscripten_bind_PeGTlistExtended_getGTlist_6=ve.La)(e,t,_,o,n,p,i),Zt=r._emscripten_bind_PeGTlistExtended_get_PE_GTLIST_OPTS_COMMON_0=e=>(Zt=r._emscripten_bind_PeGTlistExtended_get_PE_GTLIST_OPTS_COMMON_0=ve.Ma)(e),Wt=r._emscripten_bind_PeGTlistExtendedEntry_getEntries_0=e=>(Wt=r._emscripten_bind_PeGTlistExtendedEntry_getEntries_0=ve.Na)(e),Bt=r._emscripten_bind_PeGTlistExtendedEntry_getSteps_0=e=>(Bt=r._emscripten_bind_PeGTlistExtendedEntry_getSteps_0=ve.Oa)(e),Kt=r._emscripten_bind_PeGTlistExtendedEntry_Delete_1=(e,t)=>(Kt=r._emscripten_bind_PeGTlistExtendedEntry_Delete_1=ve.Pa)(e,t),Vt=r._emscripten_bind_PeGTlistExtendedGTs_getDirection_0=e=>(Vt=r._emscripten_bind_PeGTlistExtendedGTs_getDirection_0=ve.Qa)(e),kt=r._emscripten_bind_PeGTlistExtendedGTs_getGeogtran_0=e=>(kt=r._emscripten_bind_PeGTlistExtendedGTs_getGeogtran_0=ve.Ra)(e),qt=r._emscripten_bind_PeHorizon_getNump_0=e=>(qt=r._emscripten_bind_PeHorizon_getNump_0=ve.Sa)(e),Jt=r._emscripten_bind_PeHorizon_getKind_0=e=>(Jt=r._emscripten_bind_PeHorizon_getKind_0=ve.Ta)(e),$t=r._emscripten_bind_PeHorizon_getInclusive_0=e=>($t=r._emscripten_bind_PeHorizon_getInclusive_0=ve.Ua)(e),Qt=r._emscripten_bind_PeHorizon_getSize_0=e=>(Qt=r._emscripten_bind_PeHorizon_getSize_0=ve.Va)(e),e_=r._emscripten_bind_PeHorizon_getCoord_0=e=>(e_=r._emscripten_bind_PeHorizon_getCoord_0=ve.Wa)(e),t_=r._emscripten_bind_PeInteger_PeInteger_1=e=>(t_=r._emscripten_bind_PeInteger_PeInteger_1=ve.Xa)(e),__=r._emscripten_bind_PeInteger_get_val_0=e=>(__=r._emscripten_bind_PeInteger_get_val_0=ve.Ya)(e),r_=r._emscripten_bind_PeInteger_set_val_1=(e,t)=>(r_=r._emscripten_bind_PeInteger_set_val_1=ve.Za)(e,t),o_=r._emscripten_bind_PeInteger___destroy___0=e=>(o_=r._emscripten_bind_PeInteger___destroy___0=ve._a)(e),n_=r._emscripten_bind_PeNotationMgrs_get_PE_MGRS_STYLE_NEW_0=e=>(n_=r._emscripten_bind_PeNotationMgrs_get_PE_MGRS_STYLE_NEW_0=ve.$a)(e),p_=r._emscripten_bind_PeNotationMgrs_get_PE_MGRS_STYLE_OLD_0=e=>(p_=r._emscripten_bind_PeNotationMgrs_get_PE_MGRS_STYLE_OLD_0=ve.ab)(e),i_=r._emscripten_bind_PeNotationMgrs_get_PE_MGRS_STYLE_AUTO_0=e=>(i_=r._emscripten_bind_PeNotationMgrs_get_PE_MGRS_STYLE_AUTO_0=ve.bb)(e),c_=r._emscripten_bind_PeNotationMgrs_get_PE_MGRS_180_ZONE_1_PLUS_0=e=>(c_=r._emscripten_bind_PeNotationMgrs_get_PE_MGRS_180_ZONE_1_PLUS_0=ve.cb)(e),s_=r._emscripten_bind_PeNotationMgrs_get_PE_MGRS_ADD_SPACES_0=e=>(s_=r._emscripten_bind_PeNotationMgrs_get_PE_MGRS_ADD_SPACES_0=ve.db)(e),P_=r._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_NONE_0=e=>(P_=r._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_NONE_0=ve.eb)(e),a_=r._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_NS_0=e=>(a_=r._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_NS_0=ve.fb)(e),g_=r._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_NS_STRICT_0=e=>(g_=r._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_NS_STRICT_0=ve.gb)(e),y_=r._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_ADD_SPACES_0=e=>(y_=r._emscripten_bind_PeNotationUtm_get_PE_UTM_OPTS_ADD_SPACES_0=ve.hb)(e),u_=r._emscripten_bind_PeParameter_getValue_0=e=>(u_=r._emscripten_bind_PeParameter_getValue_0=ve.ib)(e),d_=r._emscripten_bind_PeParameter_getCode_0=e=>(d_=r._emscripten_bind_PeParameter_getCode_0=ve.jb)(e),f_=r._emscripten_bind_PeParameter_getName_1=(e,t)=>(f_=r._emscripten_bind_PeParameter_getName_1=ve.kb)(e,t),E_=r._emscripten_bind_PeParameter_getType_0=e=>(E_=r._emscripten_bind_PeParameter_getType_0=ve.lb)(e),b_=r._emscripten_bind_PePCSInfo_getCentralMeridian_0=e=>(b_=r._emscripten_bind_PePCSInfo_getCentralMeridian_0=ve.mb)(e),m_=r._emscripten_bind_PePCSInfo_getDomainMinx_0=e=>(m_=r._emscripten_bind_PePCSInfo_getDomainMinx_0=ve.nb)(e),T_=r._emscripten_bind_PePCSInfo_getDomainMiny_0=e=>(T_=r._emscripten_bind_PePCSInfo_getDomainMiny_0=ve.ob)(e),O_=r._emscripten_bind_PePCSInfo_getDomainMaxx_0=e=>(O_=r._emscripten_bind_PePCSInfo_getDomainMaxx_0=ve.pb)(e),S_=r._emscripten_bind_PePCSInfo_getDomainMaxy_0=e=>(S_=r._emscripten_bind_PePCSInfo_getDomainMaxy_0=ve.qb)(e),N_=r._emscripten_bind_PePCSInfo_getNorthPoleLocation_0=e=>(N_=r._emscripten_bind_PePCSInfo_getNorthPoleLocation_0=ve.rb)(e),h_=r._emscripten_bind_PePCSInfo_getNorthPoleGeometry_0=e=>(h_=r._emscripten_bind_PePCSInfo_getNorthPoleGeometry_0=ve.sb)(e),l_=r._emscripten_bind_PePCSInfo_getSouthPoleLocation_0=e=>(l_=r._emscripten_bind_PePCSInfo_getSouthPoleLocation_0=ve.tb)(e),M_=r._emscripten_bind_PePCSInfo_getSouthPoleGeometry_0=e=>(M_=r._emscripten_bind_PePCSInfo_getSouthPoleGeometry_0=ve.ub)(e),v_=r._emscripten_bind_PePCSInfo_isDensificationNeeded_0=e=>(v_=r._emscripten_bind_PePCSInfo_isDensificationNeeded_0=ve.vb)(e),D_=r._emscripten_bind_PePCSInfo_isGcsHorizonMultiOverlap_0=e=>(D_=r._emscripten_bind_PePCSInfo_isGcsHorizonMultiOverlap_0=ve.wb)(e),R_=r._emscripten_bind_PePCSInfo_isPannableRectangle_0=e=>(R_=r._emscripten_bind_PePCSInfo_isPannableRectangle_0=ve.xb)(e),A_=r._emscripten_bind_PePCSInfo_generate_2=(e,t,_)=>(A_=r._emscripten_bind_PePCSInfo_generate_2=ve.yb)(e,t,_),G_=r._emscripten_bind_PePCSInfo_get_PE_PCSINFO_OPTION_NONE_0=e=>(G_=r._emscripten_bind_PePCSInfo_get_PE_PCSINFO_OPTION_NONE_0=ve.zb)(e),C_=r._emscripten_bind_PePCSInfo_get_PE_PCSINFO_OPTION_DOMAIN_0=e=>(C_=r._emscripten_bind_PePCSInfo_get_PE_PCSINFO_OPTION_DOMAIN_0=ve.Ab)(e),I_=r._emscripten_bind_PePCSInfo_get_PE_POLE_OUTSIDE_BOUNDARY_0=e=>(I_=r._emscripten_bind_PePCSInfo_get_PE_POLE_OUTSIDE_BOUNDARY_0=ve.Bb)(e),j_=r._emscripten_bind_PePCSInfo_get_PE_POLE_POINT_0=e=>(j_=r._emscripten_bind_PePCSInfo_get_PE_POLE_POINT_0=ve.Cb)(e),U_=r._emscripten_bind_PePrimem_getLongitude_0=e=>(U_=r._emscripten_bind_PePrimem_getLongitude_0=ve.Db)(e),L_=r._emscripten_bind_PePrimem_getCode_0=e=>(L_=r._emscripten_bind_PePrimem_getCode_0=ve.Eb)(e),F_=r._emscripten_bind_PePrimem_getName_1=(e,t)=>(F_=r._emscripten_bind_PePrimem_getName_1=ve.Fb)(e,t),Y_=r._emscripten_bind_PePrimem_getType_0=e=>(Y_=r._emscripten_bind_PePrimem_getType_0=ve.Gb)(e),w_=r._emscripten_bind_PeProjcs_getGeogcs_0=e=>(w_=r._emscripten_bind_PeProjcs_getGeogcs_0=ve.Hb)(e),x_=r._emscripten_bind_PeProjcs_getParameters_0=e=>(x_=r._emscripten_bind_PeProjcs_getParameters_0=ve.Ib)(e),H_=r._emscripten_bind_PeProjcs_getUnit_0=e=>(H_=r._emscripten_bind_PeProjcs_getUnit_0=ve.Jb)(e),X_=r._emscripten_bind_PeProjcs_loadConstants_0=e=>(X_=r._emscripten_bind_PeProjcs_loadConstants_0=ve.Kb)(e),z_=r._emscripten_bind_PeProjcs_horizonGcsGenerate_0=e=>(z_=r._emscripten_bind_PeProjcs_horizonGcsGenerate_0=ve.Lb)(e),Z_=r._emscripten_bind_PeProjcs_horizonPcsGenerate_0=e=>(Z_=r._emscripten_bind_PeProjcs_horizonPcsGenerate_0=ve.Mb)(e),W_=r._emscripten_bind_PeProjcs_getCode_0=e=>(W_=r._emscripten_bind_PeProjcs_getCode_0=ve.Nb)(e),B_=r._emscripten_bind_PeProjcs_getName_1=(e,t)=>(B_=r._emscripten_bind_PeProjcs_getName_1=ve.Ob)(e,t),K_=r._emscripten_bind_PeProjcs_getType_0=e=>(K_=r._emscripten_bind_PeProjcs_getType_0=ve.Pb)(e),V_=r._emscripten_bind_PeSpheroid_getAxis_0=e=>(V_=r._emscripten_bind_PeSpheroid_getAxis_0=ve.Qb)(e),k_=r._emscripten_bind_PeSpheroid_getFlattening_0=e=>(k_=r._emscripten_bind_PeSpheroid_getFlattening_0=ve.Rb)(e),q_=r._emscripten_bind_PeSpheroid_getCode_0=e=>(q_=r._emscripten_bind_PeSpheroid_getCode_0=ve.Sb)(e),J_=r._emscripten_bind_PeSpheroid_getName_1=(e,t)=>(J_=r._emscripten_bind_PeSpheroid_getName_1=ve.Tb)(e,t),$_=r._emscripten_bind_PeSpheroid_getType_0=e=>($_=r._emscripten_bind_PeSpheroid_getType_0=ve.Ub)(e),Q_=r._emscripten_bind_PeUnit_getUnitFactor_0=e=>(Q_=r._emscripten_bind_PeUnit_getUnitFactor_0=ve.Vb)(e),er=r._emscripten_bind_PeUnit_getCode_0=e=>(er=r._emscripten_bind_PeUnit_getCode_0=ve.Wb)(e),tr=r._emscripten_bind_PeUnit_getName_1=(e,t)=>(tr=r._emscripten_bind_PeUnit_getName_1=ve.Xb)(e,t),_r=r._emscripten_bind_PeUnit_getType_0=e=>(_r=r._emscripten_bind_PeUnit_getType_0=ve.Yb)(e),rr=r._emscripten_bind_PeVersion_version_string_0=e=>(rr=r._emscripten_bind_PeVersion_version_string_0=ve.Zb)(e);function or(){function e(){De||(De=!0,r.calledRun=!0,D||(U(),t(r),L()))}Y>0||(j(),Y>0||e())}function nr(){}function pr(e){return(e||nr).__cache__}function ir(e,t){var _=pr(t),r=_[e];return r||((r=Object.create((t||nr).prototype)).ptr=e,_[e]=r)}function cr(e,t){return ir(e.ptr,t)}function sr(e){if(!e.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";e.__destroy__(),delete pr(e.__class__)[e.ptr]}function Pr(e,t){return e.ptr===t.ptr}function ar(e){return e.ptr}function gr(e){return e.__class__}r._pe_getPeGTlistExtendedEntrySize=()=>(r._pe_getPeGTlistExtendedEntrySize=ve._b)(),r._pe_getPeGTlistExtendedGTsSize=()=>(r._pe_getPeGTlistExtendedGTsSize=ve.$b)(),r._pe_getPeHorizonSize=()=>(r._pe_getPeHorizonSize=ve.ac)(),r._pe_geog_to_geog=(e,t,_,o,n)=>(r._pe_geog_to_geog=ve.cc)(e,t,_,o,n),r._pe_geog_to_proj=(e,t,_)=>(r._pe_geog_to_proj=ve.dc)(e,t,_),r._pe_geog_to_dd=(e,t,_,o,n)=>(r._pe_geog_to_dd=ve.ec)(e,t,_,o,n),r._pe_dd_to_geog=(e,t,_,o)=>(r._pe_dd_to_geog=ve.fc)(e,t,_,o),r._pe_geog_to_ddm=(e,t,_,o,n)=>(r._pe_geog_to_ddm=ve.gc)(e,t,_,o,n),r._pe_ddm_to_geog=(e,t,_,o)=>(r._pe_ddm_to_geog=ve.hc)(e,t,_,o),r._pe_geog_to_dms=(e,t,_,o,n)=>(r._pe_geog_to_dms=ve.ic)(e,t,_,o,n),r._pe_dms_to_geog=(e,t,_,o)=>(r._pe_dms_to_geog=ve.jc)(e,t,_,o),r._pe_geog_to_mgrs_extended=(e,t,_,o,n,p,i)=>(r._pe_geog_to_mgrs_extended=ve.kc)(e,t,_,o,n,p,i),r._pe_mgrs_to_geog_extended=(e,t,_,o,n)=>(r._pe_mgrs_to_geog_extended=ve.lc)(e,t,_,o,n),r._pe_geog_to_usng=(e,t,_,o,n,p,i)=>(r._pe_geog_to_usng=ve.mc)(e,t,_,o,n,p,i),r._pe_usng_to_geog=(e,t,_,o)=>(r._pe_usng_to_geog=ve.nc)(e,t,_,o),r._pe_geog_to_utm=(e,t,_,o,n)=>(r._pe_geog_to_utm=ve.oc)(e,t,_,o,n),r._pe_utm_to_geog=(e,t,_,o,n)=>(r._pe_utm_to_geog=ve.pc)(e,t,_,o,n),r._pe_object_to_string_ext=(e,t,_)=>(r._pe_object_to_string_ext=ve.qc)(e,t,_),r._pe_proj_to_geog_center=(e,t,_,o)=>(r._pe_proj_to_geog_center=ve.rc)(e,t,_,o),r.___start_em_js=2033306,r.___stop_em_js=2033404,r.getValue=Q,r.UTF8ToString=_e,w=function e(){De||or(),De||(w=e)},or(),nr.prototype=Object.create(nr.prototype),nr.prototype.constructor=nr,nr.prototype.__class__=nr,nr.__cache__={},r.WrapperObject=nr,r.getCache=pr,r.wrapPointer=ir,r.castObject=cr,r.NULL=ir(0),r.destroy=sr,r.compare=Pr,r.getPointer=ar,r.getClass=gr;var yr={buffer:0,size:0,pos:0,temps:[],needed:0,prepare(){if(yr.needed){for(var e=0;e<yr.temps.length;e++)r._webidl_free(yr.temps[e]);yr.temps.length=0,r._webidl_free(yr.buffer),yr.buffer=0,yr.size+=yr.needed,yr.needed=0}yr.buffer||(yr.size+=128,yr.buffer=r._webidl_malloc(yr.size),R(yr.buffer)),yr.pos=0},alloc(e,t){R(yr.buffer);var _,o=t.BYTES_PER_ELEMENT,n=e.length*o;return n=n+7&-8,yr.pos+n>=yr.size?(R(n>0),yr.needed+=n,_=r._webidl_malloc(n),yr.temps.push(_)):(_=yr.buffer+yr.pos,yr.pos+=n),_},copy(e,t,_){switch(_>>>=0,t.BYTES_PER_ELEMENT){case 2:_>>>=1;break;case 4:_>>>=2;break;case 8:_>>>=3}for(var r=0;r<e.length;r++)t[_+r]=e[r]}};function ur(e){if("string"==typeof e){var t=le(e),_=yr.alloc(t,O);return yr.copy(t,O,_),_}return e}function dr(e){if("object"==typeof e){var t=yr.alloc(e,O);return yr.copy(e,O,t),t}return e}function fr(e){if("object"==typeof e){var t=yr.alloc(e,N);return yr.copy(e,N,t),t}return e}function Er(e){if("object"==typeof e){var t=yr.alloc(e,h);return yr.copy(e,h,t),t}return e}function br(e){if("object"==typeof e){var t=yr.alloc(e,M);return yr.copy(e,M,t),t}return e}function mr(e){if("object"==typeof e){var t=yr.alloc(e,v);return yr.copy(e,v,t),t}return e}function Tr(){throw"cannot construct a PeObject, no constructor in IDL"}function Or(){throw"cannot construct a PeCoordsys, no constructor in IDL"}function Sr(){throw"cannot construct a VoidPtr, no constructor in IDL"}function Nr(){throw"cannot construct a PeDatum, no constructor in IDL"}function hr(){throw"cannot construct a PeDefs, no constructor in IDL"}function lr(){throw"cannot construct a PeFactory, no constructor in IDL"}function Mr(e,t,_,r,o,n){e&&"object"==typeof e&&(e=e.ptr),t&&"object"==typeof t&&(t=t.ptr),_&&"object"==typeof _&&(_=_.ptr),r&&"object"==typeof r&&(r=r.ptr),o&&"object"==typeof o&&(o=o.ptr),n&&"object"==typeof n&&(n=n.ptr),this.ptr=Nt(e,t,_,r,o,n),pr(Mr)[this.ptr]=this}function vr(){throw"cannot construct a PeGeogcs, no constructor in IDL"}function Dr(){throw"cannot construct a PeGeogtran, no constructor in IDL"}function Rr(){throw"cannot construct a PeGTlistExtended, no constructor in IDL"}function Ar(){throw"cannot construct a PeGTlistExtendedEntry, no constructor in IDL"}function Gr(){throw"cannot construct a PeGTlistExtendedGTs, no constructor in IDL"}function Cr(){throw"cannot construct a PeHorizon, no constructor in IDL"}function Ir(e){e&&"object"==typeof e&&(e=e.ptr),this.ptr=t_(e),pr(Ir)[this.ptr]=this}function jr(){throw"cannot construct a PeNotationMgrs, no constructor in IDL"}function Ur(){throw"cannot construct a PeNotationUtm, no constructor in IDL"}function Lr(){throw"cannot construct a PeParameter, no constructor in IDL"}function Fr(){throw"cannot construct a PePCSInfo, no constructor in IDL"}function Yr(){throw"cannot construct a PePrimem, no constructor in IDL"}function wr(){throw"cannot construct a PeProjcs, no constructor in IDL"}function xr(){throw"cannot construct a PeSpheroid, no constructor in IDL"}function Hr(){throw"cannot construct a PeUnit, no constructor in IDL"}function Xr(){throw"cannot construct a PeVersion, no constructor in IDL"}return Tr.prototype=Object.create(nr.prototype),Tr.prototype.constructor=Tr,Tr.prototype.__class__=Tr,Tr.__cache__={},r.PeObject=Tr,Tr.prototype.getCode=Tr.prototype.getCode=function(){var e=this.ptr;return Ae(e)},Tr.prototype.getName=Tr.prototype.getName=function(e){var t=this.ptr;return yr.prepare(),"object"==typeof e&&(e=dr(e)),_e(Ge(t,e))},Tr.prototype.getType=Tr.prototype.getType=function(){var e=this.ptr;return Ce(e)},Or.prototype=Object.create(Tr.prototype),Or.prototype.constructor=Or,Or.prototype.__class__=Or,Or.__cache__={},r.PeCoordsys=Or,Or.prototype.getCode=Or.prototype.getCode=function(){var e=this.ptr;return Ie(e)},Or.prototype.getName=Or.prototype.getName=function(e){var t=this.ptr;return yr.prepare(),"object"==typeof e&&(e=dr(e)),_e(je(t,e))},Or.prototype.getType=Or.prototype.getType=function(){var e=this.ptr;return Ue(e)},Sr.prototype=Object.create(nr.prototype),Sr.prototype.constructor=Sr,Sr.prototype.__class__=Sr,Sr.__cache__={},r.VoidPtr=Sr,Sr.prototype.__destroy__=Sr.prototype.__destroy__=function(){var e=this.ptr;Le(e)},Nr.prototype=Object.create(Tr.prototype),Nr.prototype.constructor=Nr,Nr.prototype.__class__=Nr,Nr.__cache__={},r.PeDatum=Nr,Nr.prototype.getSpheroid=Nr.prototype.getSpheroid=function(){var e=this.ptr;return ir(Fe(e),xr)},Nr.prototype.getCode=Nr.prototype.getCode=function(){var e=this.ptr;return Ye(e)},Nr.prototype.getName=Nr.prototype.getName=function(e){var t=this.ptr;return yr.prepare(),"object"==typeof e&&(e=dr(e)),_e(we(t,e))},Nr.prototype.getType=Nr.prototype.getType=function(){var e=this.ptr;return xe(e)},hr.prototype=Object.create(nr.prototype),hr.prototype.constructor=hr,hr.prototype.__class__=hr,hr.__cache__={},r.PeDefs=hr,hr.prototype.get_PE_BUFFER_MAX=hr.prototype.get_PE_BUFFER_MAX=function(){var e=this.ptr;return He(e)},Object.defineProperty(hr.prototype,"PE_BUFFER_MAX",{get:hr.prototype.get_PE_BUFFER_MAX}),hr.prototype.get_PE_NAME_MAX=hr.prototype.get_PE_NAME_MAX=function(){var e=this.ptr;return Xe(e)},Object.defineProperty(hr.prototype,"PE_NAME_MAX",{get:hr.prototype.get_PE_NAME_MAX}),hr.prototype.get_PE_MGRS_MAX=hr.prototype.get_PE_MGRS_MAX=function(){var e=this.ptr;return ze(e)},Object.defineProperty(hr.prototype,"PE_MGRS_MAX",{get:hr.prototype.get_PE_MGRS_MAX}),hr.prototype.get_PE_USNG_MAX=hr.prototype.get_PE_USNG_MAX=function(){var e=this.ptr;return Ze(e)},Object.defineProperty(hr.prototype,"PE_USNG_MAX",{get:hr.prototype.get_PE_USNG_MAX}),hr.prototype.get_PE_DD_MAX=hr.prototype.get_PE_DD_MAX=function(){var e=this.ptr;return We(e)},Object.defineProperty(hr.prototype,"PE_DD_MAX",{get:hr.prototype.get_PE_DD_MAX}),hr.prototype.get_PE_DMS_MAX=hr.prototype.get_PE_DMS_MAX=function(){var e=this.ptr;return Be(e)},Object.defineProperty(hr.prototype,"PE_DMS_MAX",{get:hr.prototype.get_PE_DMS_MAX}),hr.prototype.get_PE_DDM_MAX=hr.prototype.get_PE_DDM_MAX=function(){var e=this.ptr;return Ke(e)},Object.defineProperty(hr.prototype,"PE_DDM_MAX",{get:hr.prototype.get_PE_DDM_MAX}),hr.prototype.get_PE_UTM_MAX=hr.prototype.get_PE_UTM_MAX=function(){var e=this.ptr;return Ve(e)},Object.defineProperty(hr.prototype,"PE_UTM_MAX",{get:hr.prototype.get_PE_UTM_MAX}),hr.prototype.get_PE_PARM_MAX=hr.prototype.get_PE_PARM_MAX=function(){var e=this.ptr;return ke(e)},Object.defineProperty(hr.prototype,"PE_PARM_MAX",{get:hr.prototype.get_PE_PARM_MAX}),hr.prototype.get_PE_TYPE_NONE=hr.prototype.get_PE_TYPE_NONE=function(){var e=this.ptr;return qe(e)},Object.defineProperty(hr.prototype,"PE_TYPE_NONE",{get:hr.prototype.get_PE_TYPE_NONE}),hr.prototype.get_PE_TYPE_GEOGCS=hr.prototype.get_PE_TYPE_GEOGCS=function(){var e=this.ptr;return Je(e)},Object.defineProperty(hr.prototype,"PE_TYPE_GEOGCS",{get:hr.prototype.get_PE_TYPE_GEOGCS}),hr.prototype.get_PE_TYPE_PROJCS=hr.prototype.get_PE_TYPE_PROJCS=function(){var e=this.ptr;return $e(e)},Object.defineProperty(hr.prototype,"PE_TYPE_PROJCS",{get:hr.prototype.get_PE_TYPE_PROJCS}),hr.prototype.get_PE_TYPE_GEOGTRAN=hr.prototype.get_PE_TYPE_GEOGTRAN=function(){var e=this.ptr;return Qe(e)},Object.defineProperty(hr.prototype,"PE_TYPE_GEOGTRAN",{get:hr.prototype.get_PE_TYPE_GEOGTRAN}),hr.prototype.get_PE_TYPE_COORDSYS=hr.prototype.get_PE_TYPE_COORDSYS=function(){var e=this.ptr;return et(e)},Object.defineProperty(hr.prototype,"PE_TYPE_COORDSYS",{get:hr.prototype.get_PE_TYPE_COORDSYS}),hr.prototype.get_PE_TYPE_UNIT=hr.prototype.get_PE_TYPE_UNIT=function(){var e=this.ptr;return tt(e)},Object.defineProperty(hr.prototype,"PE_TYPE_UNIT",{get:hr.prototype.get_PE_TYPE_UNIT}),hr.prototype.get_PE_TYPE_LINUNIT=hr.prototype.get_PE_TYPE_LINUNIT=function(){var e=this.ptr;return _t(e)},Object.defineProperty(hr.prototype,"PE_TYPE_LINUNIT",{get:hr.prototype.get_PE_TYPE_LINUNIT}),hr.prototype.get_PE_STR_OPTS_NONE=hr.prototype.get_PE_STR_OPTS_NONE=function(){var e=this.ptr;return rt(e)},Object.defineProperty(hr.prototype,"PE_STR_OPTS_NONE",{get:hr.prototype.get_PE_STR_OPTS_NONE}),hr.prototype.get_PE_STR_AUTH_NONE=hr.prototype.get_PE_STR_AUTH_NONE=function(){var e=this.ptr;return ot(e)},Object.defineProperty(hr.prototype,"PE_STR_AUTH_NONE",{get:hr.prototype.get_PE_STR_AUTH_NONE}),hr.prototype.get_PE_STR_AUTH_TOP=hr.prototype.get_PE_STR_AUTH_TOP=function(){var e=this.ptr;return nt(e)},Object.defineProperty(hr.prototype,"PE_STR_AUTH_TOP",{get:hr.prototype.get_PE_STR_AUTH_TOP}),hr.prototype.get_PE_STR_NAME_CANON=hr.prototype.get_PE_STR_NAME_CANON=function(){var e=this.ptr;return pt(e)},Object.defineProperty(hr.prototype,"PE_STR_NAME_CANON",{get:hr.prototype.get_PE_STR_NAME_CANON}),hr.prototype.get_PE_STR_FMT_WKT=hr.prototype.get_PE_STR_FMT_WKT=function(){var e=this.ptr;return it(e)},Object.defineProperty(hr.prototype,"PE_STR_FMT_WKT",{get:hr.prototype.get_PE_STR_FMT_WKT}),hr.prototype.get_PE_STR_FMT_WKT2=hr.prototype.get_PE_STR_FMT_WKT2=function(){var e=this.ptr;return ct(e)},Object.defineProperty(hr.prototype,"PE_STR_FMT_WKT2",{get:hr.prototype.get_PE_STR_FMT_WKT2}),hr.prototype.get_PE_PARM_X0=hr.prototype.get_PE_PARM_X0=function(){var e=this.ptr;return st(e)},Object.defineProperty(hr.prototype,"PE_PARM_X0",{get:hr.prototype.get_PE_PARM_X0}),hr.prototype.get_PE_PARM_ND=hr.prototype.get_PE_PARM_ND=function(){var e=this.ptr;return Pt(e)},Object.defineProperty(hr.prototype,"PE_PARM_ND",{get:hr.prototype.get_PE_PARM_ND}),hr.prototype.get_PE_TRANSFORM_1_TO_2=hr.prototype.get_PE_TRANSFORM_1_TO_2=function(){var e=this.ptr;return at(e)},Object.defineProperty(hr.prototype,"PE_TRANSFORM_1_TO_2",{get:hr.prototype.get_PE_TRANSFORM_1_TO_2}),hr.prototype.get_PE_TRANSFORM_2_TO_1=hr.prototype.get_PE_TRANSFORM_2_TO_1=function(){var e=this.ptr;return gt(e)},Object.defineProperty(hr.prototype,"PE_TRANSFORM_2_TO_1",{get:hr.prototype.get_PE_TRANSFORM_2_TO_1}),hr.prototype.get_PE_TRANSFORM_P_TO_G=hr.prototype.get_PE_TRANSFORM_P_TO_G=function(){var e=this.ptr;return yt(e)},Object.defineProperty(hr.prototype,"PE_TRANSFORM_P_TO_G",{get:hr.prototype.get_PE_TRANSFORM_P_TO_G}),hr.prototype.get_PE_TRANSFORM_G_TO_P=hr.prototype.get_PE_TRANSFORM_G_TO_P=function(){var e=this.ptr;return ut(e)},Object.defineProperty(hr.prototype,"PE_TRANSFORM_G_TO_P",{get:hr.prototype.get_PE_TRANSFORM_G_TO_P}),hr.prototype.get_PE_HORIZON_RECT=hr.prototype.get_PE_HORIZON_RECT=function(){var e=this.ptr;return dt(e)},Object.defineProperty(hr.prototype,"PE_HORIZON_RECT",{get:hr.prototype.get_PE_HORIZON_RECT}),hr.prototype.get_PE_HORIZON_POLY=hr.prototype.get_PE_HORIZON_POLY=function(){var e=this.ptr;return ft(e)},Object.defineProperty(hr.prototype,"PE_HORIZON_POLY",{get:hr.prototype.get_PE_HORIZON_POLY}),hr.prototype.get_PE_HORIZON_LINE=hr.prototype.get_PE_HORIZON_LINE=function(){var e=this.ptr;return Et(e)},Object.defineProperty(hr.prototype,"PE_HORIZON_LINE",{get:hr.prototype.get_PE_HORIZON_LINE}),hr.prototype.get_PE_HORIZON_DELTA=hr.prototype.get_PE_HORIZON_DELTA=function(){var e=this.ptr;return bt(e)},Object.defineProperty(hr.prototype,"PE_HORIZON_DELTA",{get:hr.prototype.get_PE_HORIZON_DELTA}),lr.prototype=Object.create(nr.prototype),lr.prototype.constructor=lr,lr.prototype.__class__=lr,lr.__cache__={},r.PeFactory=lr,lr.prototype.initialize=lr.prototype.initialize=function(e){var t=this.ptr;yr.prepare(),e=e&&"object"==typeof e?e.ptr:ur(e),mt(t,e)},lr.prototype.factoryByType=lr.prototype.factoryByType=function(e,t){var _=this.ptr;return e&&"object"==typeof e&&(e=e.ptr),t&&"object"==typeof t&&(t=t.ptr),ir(Tt(_,e,t),Tr)},lr.prototype.fromString=lr.prototype.fromString=function(e,t){var _=this.ptr;return yr.prepare(),e&&"object"==typeof e&&(e=e.ptr),t=t&&"object"==typeof t?t.ptr:ur(t),ir(Ot(_,e,t),Tr)},lr.prototype.getCode=lr.prototype.getCode=function(e){var t=this.ptr;return e&&"object"==typeof e&&(e=e.ptr),St(t,e)},Mr.prototype=Object.create(nr.prototype),Mr.prototype.constructor=Mr,Mr.prototype.__class__=Mr,Mr.__cache__={},r.PeGCSExtent=Mr,Mr.prototype.getLLon=Mr.prototype.getLLon=function(){var e=this.ptr;return ht(e)},Mr.prototype.getSLat=Mr.prototype.getSLat=function(){var e=this.ptr;return lt(e)},Mr.prototype.getRLon=Mr.prototype.getRLon=function(){var e=this.ptr;return Mt(e)},Mr.prototype.getNLat=Mr.prototype.getNLat=function(){var e=this.ptr;return vt(e)},Mr.prototype.__destroy__=Mr.prototype.__destroy__=function(){var e=this.ptr;Dt(e)},vr.prototype=Object.create(Or.prototype),vr.prototype.constructor=vr,vr.prototype.__class__=vr,vr.__cache__={},r.PeGeogcs=vr,vr.prototype.getDatum=vr.prototype.getDatum=function(){var e=this.ptr;return ir(Rt(e),Nr)},vr.prototype.getPrimem=vr.prototype.getPrimem=function(){var e=this.ptr;return ir(At(e),Yr)},vr.prototype.getUnit=vr.prototype.getUnit=function(){var e=this.ptr;return ir(Gt(e),Hr)},vr.prototype.getCode=vr.prototype.getCode=function(){var e=this.ptr;return Ct(e)},vr.prototype.getName=vr.prototype.getName=function(e){var t=this.ptr;return yr.prepare(),"object"==typeof e&&(e=dr(e)),_e(It(t,e))},vr.prototype.getType=vr.prototype.getType=function(){var e=this.ptr;return jt(e)},Dr.prototype=Object.create(Tr.prototype),Dr.prototype.constructor=Dr,Dr.prototype.__class__=Dr,Dr.__cache__={},r.PeGeogtran=Dr,Dr.prototype.isEqual=Dr.prototype.isEqual=function(e){var t=this.ptr;return e&&"object"==typeof e&&(e=e.ptr),!!Ut(t,e)},Dr.prototype.getGeogcs1=Dr.prototype.getGeogcs1=function(){var e=this.ptr;return ir(Lt(e),vr)},Dr.prototype.getGeogcs2=Dr.prototype.getGeogcs2=function(){var e=this.ptr;return ir(Ft(e),vr)},Dr.prototype.getParameters=Dr.prototype.getParameters=function(){var e=this.ptr;return Yt(e)},Dr.prototype.loadConstants=Dr.prototype.loadConstants=function(){var e=this.ptr;return!!wt(e)},Dr.prototype.getCode=Dr.prototype.getCode=function(){var e=this.ptr;return xt(e)},Dr.prototype.getName=Dr.prototype.getName=function(e){var t=this.ptr;return yr.prepare(),"object"==typeof e&&(e=dr(e)),_e(Ht(t,e))},Dr.prototype.getType=Dr.prototype.getType=function(){var e=this.ptr;return Xt(e)},Rr.prototype=Object.create(nr.prototype),Rr.prototype.constructor=Rr,Rr.prototype.__class__=Rr,Rr.__cache__={},r.PeGTlistExtended=Rr,Rr.prototype.getGTlist=Rr.prototype.getGTlist=function(e,t,_,r,o,n){var p=this.ptr;return e&&"object"==typeof e&&(e=e.ptr),t&&"object"==typeof t&&(t=t.ptr),_&&"object"==typeof _&&(_=_.ptr),r&&"object"==typeof r&&(r=r.ptr),o&&"object"==typeof o&&(o=o.ptr),n&&"object"==typeof n&&(n=n.ptr),ir(zt(p,e,t,_,r,o,n),Ar)},Rr.prototype.get_PE_GTLIST_OPTS_COMMON=Rr.prototype.get_PE_GTLIST_OPTS_COMMON=function(){var e=this.ptr;return Zt(e)},Object.defineProperty(Rr.prototype,"PE_GTLIST_OPTS_COMMON",{get:Rr.prototype.get_PE_GTLIST_OPTS_COMMON}),Ar.prototype=Object.create(nr.prototype),Ar.prototype.constructor=Ar,Ar.prototype.__class__=Ar,Ar.__cache__={},r.PeGTlistExtendedEntry=Ar,Ar.prototype.getEntries=Ar.prototype.getEntries=function(){var e=this.ptr;return ir(Wt(e),Gr)},Ar.prototype.getSteps=Ar.prototype.getSteps=function(){var e=this.ptr;return Bt(e)},Ar.prototype.Delete=Ar.prototype.Delete=function(e){var t=this.ptr;e&&"object"==typeof e&&(e=e.ptr),Kt(t,e)},Gr.prototype=Object.create(nr.prototype),Gr.prototype.constructor=Gr,Gr.prototype.__class__=Gr,Gr.__cache__={},r.PeGTlistExtendedGTs=Gr,Gr.prototype.getDirection=Gr.prototype.getDirection=function(){var e=this.ptr;return Vt(e)},Gr.prototype.getGeogtran=Gr.prototype.getGeogtran=function(){var e=this.ptr;return ir(kt(e),Dr)},Cr.prototype=Object.create(nr.prototype),Cr.prototype.constructor=Cr,Cr.prototype.__class__=Cr,Cr.__cache__={},r.PeHorizon=Cr,Cr.prototype.getNump=Cr.prototype.getNump=function(){var e=this.ptr;return qt(e)},Cr.prototype.getKind=Cr.prototype.getKind=function(){var e=this.ptr;return Jt(e)},Cr.prototype.getInclusive=Cr.prototype.getInclusive=function(){var e=this.ptr;return $t(e)},Cr.prototype.getSize=Cr.prototype.getSize=function(){var e=this.ptr;return Qt(e)},Cr.prototype.getCoord=Cr.prototype.getCoord=function(){var e=this.ptr;return e_(e)},Ir.prototype=Object.create(nr.prototype),Ir.prototype.constructor=Ir,Ir.prototype.__class__=Ir,Ir.__cache__={},r.PeInteger=Ir,Ir.prototype.get_val=Ir.prototype.get_val=function(){var e=this.ptr;return __(e)},Ir.prototype.set_val=Ir.prototype.set_val=function(e){var t=this.ptr;e&&"object"==typeof e&&(e=e.ptr),r_(t,e)},Object.defineProperty(Ir.prototype,"val",{get:Ir.prototype.get_val,set:Ir.prototype.set_val}),Ir.prototype.__destroy__=Ir.prototype.__destroy__=function(){var e=this.ptr;o_(e)},jr.prototype=Object.create(nr.prototype),jr.prototype.constructor=jr,jr.prototype.__class__=jr,jr.__cache__={},r.PeNotationMgrs=jr,jr.prototype.get_PE_MGRS_STYLE_NEW=jr.prototype.get_PE_MGRS_STYLE_NEW=function(){var e=this.ptr;return n_(e)},Object.defineProperty(jr.prototype,"PE_MGRS_STYLE_NEW",{get:jr.prototype.get_PE_MGRS_STYLE_NEW}),jr.prototype.get_PE_MGRS_STYLE_OLD=jr.prototype.get_PE_MGRS_STYLE_OLD=function(){var e=this.ptr;return p_(e)},Object.defineProperty(jr.prototype,"PE_MGRS_STYLE_OLD",{get:jr.prototype.get_PE_MGRS_STYLE_OLD}),jr.prototype.get_PE_MGRS_STYLE_AUTO=jr.prototype.get_PE_MGRS_STYLE_AUTO=function(){var e=this.ptr;return i_(e)},Object.defineProperty(jr.prototype,"PE_MGRS_STYLE_AUTO",{get:jr.prototype.get_PE_MGRS_STYLE_AUTO}),jr.prototype.get_PE_MGRS_180_ZONE_1_PLUS=jr.prototype.get_PE_MGRS_180_ZONE_1_PLUS=function(){var e=this.ptr;return c_(e)},Object.defineProperty(jr.prototype,"PE_MGRS_180_ZONE_1_PLUS",{get:jr.prototype.get_PE_MGRS_180_ZONE_1_PLUS}),jr.prototype.get_PE_MGRS_ADD_SPACES=jr.prototype.get_PE_MGRS_ADD_SPACES=function(){var e=this.ptr;return s_(e)},Object.defineProperty(jr.prototype,"PE_MGRS_ADD_SPACES",{get:jr.prototype.get_PE_MGRS_ADD_SPACES}),Ur.prototype=Object.create(nr.prototype),Ur.prototype.constructor=Ur,Ur.prototype.__class__=Ur,Ur.__cache__={},r.PeNotationUtm=Ur,Ur.prototype.get_PE_UTM_OPTS_NONE=Ur.prototype.get_PE_UTM_OPTS_NONE=function(){var e=this.ptr;return P_(e)},Object.defineProperty(Ur.prototype,"PE_UTM_OPTS_NONE",{get:Ur.prototype.get_PE_UTM_OPTS_NONE}),Ur.prototype.get_PE_UTM_OPTS_NS=Ur.prototype.get_PE_UTM_OPTS_NS=function(){var e=this.ptr;return a_(e)},Object.defineProperty(Ur.prototype,"PE_UTM_OPTS_NS",{get:Ur.prototype.get_PE_UTM_OPTS_NS}),Ur.prototype.get_PE_UTM_OPTS_NS_STRICT=Ur.prototype.get_PE_UTM_OPTS_NS_STRICT=function(){var e=this.ptr;return g_(e)},Object.defineProperty(Ur.prototype,"PE_UTM_OPTS_NS_STRICT",{get:Ur.prototype.get_PE_UTM_OPTS_NS_STRICT}),Ur.prototype.get_PE_UTM_OPTS_ADD_SPACES=Ur.prototype.get_PE_UTM_OPTS_ADD_SPACES=function(){var e=this.ptr;return y_(e)},Object.defineProperty(Ur.prototype,"PE_UTM_OPTS_ADD_SPACES",{get:Ur.prototype.get_PE_UTM_OPTS_ADD_SPACES}),Lr.prototype=Object.create(Tr.prototype),Lr.prototype.constructor=Lr,Lr.prototype.__class__=Lr,Lr.__cache__={},r.PeParameter=Lr,Lr.prototype.getValue=Lr.prototype.getValue=function(){var e=this.ptr;return u_(e)},Lr.prototype.getCode=Lr.prototype.getCode=function(){var e=this.ptr;return d_(e)},Lr.prototype.getName=Lr.prototype.getName=function(e){var t=this.ptr;return yr.prepare(),"object"==typeof e&&(e=dr(e)),_e(f_(t,e))},Lr.prototype.getType=Lr.prototype.getType=function(){var e=this.ptr;return E_(e)},Fr.prototype=Object.create(nr.prototype),Fr.prototype.constructor=Fr,Fr.prototype.__class__=Fr,Fr.__cache__={},r.PePCSInfo=Fr,Fr.prototype.getCentralMeridian=Fr.prototype.getCentralMeridian=function(){var e=this.ptr;return b_(e)},Fr.prototype.getDomainMinx=Fr.prototype.getDomainMinx=function(){var e=this.ptr;return m_(e)},Fr.prototype.getDomainMiny=Fr.prototype.getDomainMiny=function(){var e=this.ptr;return T_(e)},Fr.prototype.getDomainMaxx=Fr.prototype.getDomainMaxx=function(){var e=this.ptr;return O_(e)},Fr.prototype.getDomainMaxy=Fr.prototype.getDomainMaxy=function(){var e=this.ptr;return S_(e)},Fr.prototype.getNorthPoleLocation=Fr.prototype.getNorthPoleLocation=function(){var e=this.ptr;return N_(e)},Fr.prototype.getNorthPoleGeometry=Fr.prototype.getNorthPoleGeometry=function(){var e=this.ptr;return h_(e)},Fr.prototype.getSouthPoleLocation=Fr.prototype.getSouthPoleLocation=function(){var e=this.ptr;return l_(e)},Fr.prototype.getSouthPoleGeometry=Fr.prototype.getSouthPoleGeometry=function(){var e=this.ptr;return M_(e)},Fr.prototype.isDensificationNeeded=Fr.prototype.isDensificationNeeded=function(){var e=this.ptr;return!!v_(e)},Fr.prototype.isGcsHorizonMultiOverlap=Fr.prototype.isGcsHorizonMultiOverlap=function(){var e=this.ptr;return!!D_(e)},Fr.prototype.isPannableRectangle=Fr.prototype.isPannableRectangle=function(){var e=this.ptr;return!!R_(e)},Fr.prototype.generate=Fr.prototype.generate=function(e,t){var _=this.ptr;return e&&"object"==typeof e&&(e=e.ptr),t&&"object"==typeof t&&(t=t.ptr),ir(A_(_,e,t),Fr)},Fr.prototype.get_PE_PCSINFO_OPTION_NONE=Fr.prototype.get_PE_PCSINFO_OPTION_NONE=function(){var e=this.ptr;return G_(e)},Object.defineProperty(Fr.prototype,"PE_PCSINFO_OPTION_NONE",{get:Fr.prototype.get_PE_PCSINFO_OPTION_NONE}),Fr.prototype.get_PE_PCSINFO_OPTION_DOMAIN=Fr.prototype.get_PE_PCSINFO_OPTION_DOMAIN=function(){var e=this.ptr;return C_(e)},Object.defineProperty(Fr.prototype,"PE_PCSINFO_OPTION_DOMAIN",{get:Fr.prototype.get_PE_PCSINFO_OPTION_DOMAIN}),Fr.prototype.get_PE_POLE_OUTSIDE_BOUNDARY=Fr.prototype.get_PE_POLE_OUTSIDE_BOUNDARY=function(){var e=this.ptr;return I_(e)},Object.defineProperty(Fr.prototype,"PE_POLE_OUTSIDE_BOUNDARY",{get:Fr.prototype.get_PE_POLE_OUTSIDE_BOUNDARY}),Fr.prototype.get_PE_POLE_POINT=Fr.prototype.get_PE_POLE_POINT=function(){var e=this.ptr;return j_(e)},Object.defineProperty(Fr.prototype,"PE_POLE_POINT",{get:Fr.prototype.get_PE_POLE_POINT}),Yr.prototype=Object.create(Tr.prototype),Yr.prototype.constructor=Yr,Yr.prototype.__class__=Yr,Yr.__cache__={},r.PePrimem=Yr,Yr.prototype.getLongitude=Yr.prototype.getLongitude=function(){var e=this.ptr;return U_(e)},Yr.prototype.getCode=Yr.prototype.getCode=function(){var e=this.ptr;return L_(e)},Yr.prototype.getName=Yr.prototype.getName=function(e){var t=this.ptr;return yr.prepare(),"object"==typeof e&&(e=dr(e)),_e(F_(t,e))},Yr.prototype.getType=Yr.prototype.getType=function(){var e=this.ptr;return Y_(e)},wr.prototype=Object.create(Or.prototype),wr.prototype.constructor=wr,wr.prototype.__class__=wr,wr.__cache__={},r.PeProjcs=wr,wr.prototype.getGeogcs=wr.prototype.getGeogcs=function(){var e=this.ptr;return ir(w_(e),vr)},wr.prototype.getParameters=wr.prototype.getParameters=function(){var e=this.ptr;return x_(e)},wr.prototype.getUnit=wr.prototype.getUnit=function(){var e=this.ptr;return ir(H_(e),Hr)},wr.prototype.loadConstants=wr.prototype.loadConstants=function(){var e=this.ptr;return!!X_(e)},wr.prototype.horizonGcsGenerate=wr.prototype.horizonGcsGenerate=function(){var e=this.ptr;return ir(z_(e),Cr)},wr.prototype.horizonPcsGenerate=wr.prototype.horizonPcsGenerate=function(){var e=this.ptr;return ir(Z_(e),Cr)},wr.prototype.getCode=wr.prototype.getCode=function(){var e=this.ptr;return W_(e)},wr.prototype.getName=wr.prototype.getName=function(e){var t=this.ptr;return yr.prepare(),"object"==typeof e&&(e=dr(e)),_e(B_(t,e))},wr.prototype.getType=wr.prototype.getType=function(){var e=this.ptr;return K_(e)},xr.prototype=Object.create(Tr.prototype),xr.prototype.constructor=xr,xr.prototype.__class__=xr,xr.__cache__={},r.PeSpheroid=xr,xr.prototype.getAxis=xr.prototype.getAxis=function(){var e=this.ptr;return V_(e)},xr.prototype.getFlattening=xr.prototype.getFlattening=function(){var e=this.ptr;return k_(e)},xr.prototype.getCode=xr.prototype.getCode=function(){var e=this.ptr;return q_(e)},xr.prototype.getName=xr.prototype.getName=function(e){var t=this.ptr;return yr.prepare(),"object"==typeof e&&(e=dr(e)),_e(J_(t,e))},xr.prototype.getType=xr.prototype.getType=function(){var e=this.ptr;return $_(e)},Hr.prototype=Object.create(Tr.prototype),Hr.prototype.constructor=Hr,Hr.prototype.__class__=Hr,Hr.__cache__={},r.PeUnit=Hr,Hr.prototype.getUnitFactor=Hr.prototype.getUnitFactor=function(){var e=this.ptr;return Q_(e)},Hr.prototype.getCode=Hr.prototype.getCode=function(){var e=this.ptr;return er(e)},Hr.prototype.getName=Hr.prototype.getName=function(e){var t=this.ptr;return yr.prepare(),"object"==typeof e&&(e=dr(e)),_e(tr(t,e))},Hr.prototype.getType=Hr.prototype.getType=function(){var e=this.ptr;return _r(e)},Xr.prototype=Object.create(nr.prototype),Xr.prototype.constructor=Xr,Xr.prototype.__class__=Xr,Xr.__cache__={},r.PeVersion=Xr,Xr.prototype.version_string=Xr.prototype.version_string=function(){var e=this.ptr;return _e(rr(e))},r.ensureCache=yr,r.ensureString=ur,r.ensureInt8=dr,r.ensureInt16=fr,r.ensureInt32=Er,r.ensureFloat32=br,r.ensureFloat64=mr,e.ready},r.exports=n;const c=(0,p.g)(i.exports),s=Object.freeze(Object.defineProperty({__proto__:null,default:c},Symbol.toStringTag,{value:"Module"}))}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(("undefined"!==typeof self?self:this)["webpackChunkindex"]=("undefined"!==typeof self?self:this)["webpackChunkindex"]||[]).push([[831],{15831:function(e,t,s){s.r(t),s.d(t,{execute:function(){return n}});s(16573),s(78100),s(77936),s(58335);var a=s(18244);function n(e,t){let s=t.responseType;s?"array-buffer"!==s&&"blob"!==s&&"json"!==s&&"native"!==s&&"native-request-init"!==s&&"text"!==s&&(s="text"):s="json",t.responseType=s;const n=t.signal;return delete t.signal,globalThis.invokeStaticMessage("request",{url:e,options:t},{signal:n}).then(async r=>{let i,o,u,l,f;if(r.data)if(r.data instanceof ArrayBuffer){if(!("json"!==s&&"text"!==s&&"blob"!==s||(i=new Blob([r.data]),"json"!==s&&"text"!==s||(l=await i.text(),"json"!==s)))){try{o=JSON.parse(l||null)}catch(c){const s={...c,url:e,requestOptions:t};throw new a.A("request:server",c.message,s)}if(o.error){const s={...o.error,url:e,requestOptions:t};throw new a.A("request:server",o.error.message,s)}}}else"native"===s&&(r.data.signal=n,u=await fetch(r.data.url,r.data),r.httpStatus=u.status);switch(s){case"blob":f=i;break;case"json":f=o;break;case"native":f=u;break;case"text":f=l;break;default:f=r.data}return{data:f,httpStatus:r.httpStatus,requestOptions:t,ssl:r.ssl,url:e}})}}}]);
|