@arcgis/map-components 5.1.0-next.25 → 5.1.0-next.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cdn/7OJESD5U.js +2 -0
- package/dist/cdn/{SRHN7R6A.js → ISVOJLBX.js} +1 -1
- package/dist/cdn/R3UMLKV7.js +2 -0
- package/dist/cdn/YP2LBGBB.js +2 -0
- package/dist/cdn/index.js +1 -1
- package/dist/components/arcgis-directions/customElement.js +4 -4
- package/dist/components/arcgis-features/customElement.d.ts +4 -0
- package/dist/components/arcgis-popup/customElement.d.ts +5 -0
- package/dist/components/arcgis-utility-network-aggregated-geometry/customElement.js +8 -8
- package/dist/components/arcgis-utility-network-trace-inputs/customElement.js +9 -5
- package/dist/components/arcgis-utility-network-trace-results/customElement.js +1 -1
- package/dist/docs/api.json +1 -1
- package/dist/docs/docs.json +1 -1
- package/dist/docs/vscode.html-custom-data.json +1 -1
- package/dist/docs/web-types.json +1 -1
- package/package.json +4 -4
- package/dist/cdn/CC4JKJPW.js +0 -2
- package/dist/cdn/U3P6MNLN.js +0 -2
- package/dist/cdn/ZJH54CNE.js +0 -2
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */
|
|
2
|
+
import{a as h,b as w}from"./7WLTT4K3.js";import{a as d}from"./46LACOKN.js";import"./HFWMJJFD.js";import"./NJN3I6EV.js";import"./LB32PLWG.js";import{O as l,R as y,U as n,a as p,b as m,p as t,r as s,x as g}from"./BDUD457O.js";import"./3TTFCHAA.js";export default $arcgis.t(([G,u,v,L,f,b])=>{var k=p`.loader-container{display:flex;justify-content:center;padding-bottom:var(--calcite-spacing-md)}`,o=12,c=class extends l{constructor(){super(...arguments),this._graphicsLayerName="arcgis-utility-network-aggregated-geometry-graphics",this._messages=d({blocking:!0}),this._graphics=[],this._addAggregatedGeometryToView=()=>{let e=this.geometry,{line:i,multipoint:r,polygon:_}=e;this._graphics=[i,r,_].filter(a=>a!=null).map(a=>this._makeGraphicFromGeometry(a)),this._graphicsLayer.addMany(this._graphics)},this._createGraphicsLayer=()=>{let e=this.view.map,i=this._graphicsLayerName,r=e.findLayerById(i);if(r&&w(r)){this._graphicsLayer=r;return}this._graphicsLayer=new v({id:i,listMode:"hide",title:i}),h(this.view,this._graphicsLayer)},this.hideGraphics=!1,this.graphicsColor=new G([255,255,0,.6]),this.autoDestroyDisabled=!1,this.arcgisHideGraphicsChange=g()}static{this.properties={geometry:0,hideGraphics:5,graphicsColor:0,view:0,autoDestroyDisabled:5}}static{this.styles=k}async destroy(){this.view?.map&&this._graphicsLayer&&this.view.map.remove(this._graphicsLayer),await this.manager.destroy()}connectedCallback(){super.connectedCallback(),this.view&&this._graphicsLayer&&h(this.view,this._graphicsLayer)}load(){!this.geometry||!this.view?.map||this._createGraphicsLayer()}willUpdate(e){if(e.has("graphicsColor")&&this._updateGraphicSymbols(),e.has("geometry")&&(this._graphicsLayer?.removeAll(),this._addAggregatedGeometryToView()),e.has("view")){let i=e.get("view");i?.map&&this._graphicsLayer&&(i.map.remove(this._graphicsLayer),this._createGraphicsLayer(),this._addAggregatedGeometryToView())}}loaded(){this.geometry||t("error",this,s("geometry")),this.view?this.view.map||t("error",this,s("The property `view` was provided, but `view.map` is null. Cannot draw aggregated geometry.")):t("error",this,s("view"))}_handleShowGraphicsChange(){this.hideGraphics=!this.hideGraphics,this.hideGraphics?this._graphicsLayer?.removeAll():this._graphicsLayer?.addMany(this._graphics),this.arcgisHideGraphicsChange.emit(this.hideGraphics)}_makeGraphicFromGeometry(e){return new u({geometry:e,symbol:this._makeSymbolForGeometry(e)})}_makeSymbolForGeometry(e){let i=this.graphicsColor;switch(e.type){case"multipoint":return new b({color:i,size:o,outline:{color:i,width:0}});case"polygon":return new L({color:i,outline:{color:i,width:o}});case"polyline":return new f({color:i,width:o})}}_updateGraphicSymbols(){this._graphicsLayer?.graphics.forEach(e=>{let i=e.geometry;e.symbol=this._makeSymbolForGeometry(i)})}render(){return m`<calcite-switch .checked=${!this.hideGraphics} .label=${this._messages.labels.showGraphicsToggle} label-text-end=${this._messages.showGraphics??y} @calciteSwitchChange=${this._handleShowGraphicsChange}></calcite-switch>`}};n("arcgis-utility-network-aggregated-geometry",c);return c},"Color","Graphic","layers/GraphicsLayer","symbols/SimpleFillSymbol","symbols/SimpleLineSymbol","symbols/SimpleMarkerSymbol")
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */
|
|
2
|
-
import a from"./TCB332AR.js";import"./7WLTT4K3.js";import{a as w}from"./46LACOKN.js";import"./HFWMJJFD.js";import"./NJN3I6EV.js";import"./LB32PLWG.js";import{M as b,N as g,O as v,U as $,a as _,b as r,p as d,r as m,s as f,x as o}from"./BDUD457O.js";import"./3TTFCHAA.js";export default $arcgis.t(([{queryAllJSON:R},C,,,T,{r:p}])=>{var E=_`:host{min-height:var(--arcgis-internal-panel-height-sm, 240px);height:100%}arcgis-features{height:100%}calcite-flow{min-height:var(--arcgis-internal-panel-height-sm, 240px);height:100%}calcite-table{--calcite-table-border-color: none}calcite-table-row{--calcite-table-row-border-color: var(--calcite-color-border-3)}.white-panel-background{--calcite-panel-background-color: var(--calcite-color-foreground-1)}.aggregated-geometry-container{display:flex;justify-content:space-between;padding:0 var(--calcite-spacing-md) var(--calcite-spacing-md) var(--calcite-spacing-md)}#elements-list-item{border:solid 1px var(--calcite-color-border-3);border-radius:var(--calcite-corner-radius-sm);margin:0 var(--calcite-spacing-sm)}.no-selectable-results{padding:0 var(--calcite-spacing-md);color:var(--calcite-color-text-3);font-size:var(--calcite-font-size)}.results-heading{display:flex;flex-direction:column;margin:var(--calcite-spacing-md);gap:var(--calcite-spacing-xs)}.results-heading .results-heading-title{font-weight:var(--calcite-font-weight-medium);font-size:var(--calcite-font-size);color:var(--calcite-color-text-1)}.results-heading .results-heading-subtitle{font-size:var(--calcite-font-size--1);color:var(--calcite-color-text-3)}.functions-heading{padding:var(--calcite-spacing-md) var(--calcite-spacing-md) var(--calcite-spacing-xxs) var(--calcite-spacing-md);font-weight:var(--calcite-font-weight-medium);font-size:var(--calcite-font-size);color:var(--calcite-color-text-1)}.no-results-landing{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;margin:var(--calcite-spacing-sm) var(--calcite-spacing-xl) var(--calcite-spacing-xl) var(--calcite-spacing-xl);gap:var(--calcite-spacing-md)}.no-results-landing calcite-icon{margin-bottom:var(--calcite-spacing-sm);--calcite-icon-color: var(--calcite-color-text-3)}.no-results-landing .no-results-heading{font-size:var(--calcite-font-size-2)}.no-results-landing .no-results-description{color:var(--calcite-color-text-3)}`,F={dirtyAreasDiscovered:-2147208511,noValidControllers:-2147208935},y=class extends v{constructor(){super(...arguments),this._defaultPopupTemplateEnabled=!0,this._messages=w({blocking:!0}),this._elementsWithoutLayer=[],this._popoverRef=b(),this._featuresFromSelectedLayer=[],this._layerIdToFeatures=new Map,this._layerIdToLayer=new Map,this._subtypeCodeToFeatures=new Map,this._sourceIdToElements=new Map,this._unLayers=[],this._compareByFeatureTitle=(e,t)=>e.label.localeCompare(t.label,void 0,{numeric:!0}),this._compareByLayerTitle=([,e],[,t])=>{let s=e[0].feature.layer,a=t[0].feature.layer,l=s?.title??"",c=a?.title??"";return l.localeCompare(c,void 0,{numeric:!0})},this._queryFeaturesOnLayer=async([e,t])=>{let s=this.utilityNetwork?.getLayerIdBySourceId(e),a=this._getLayerByLayerId(s),l=this._getElementsUniqueByGlobalId(t);if(s==null||!a){this._elementsWithoutLayer.push(...l);return}let c=a.createQuery();c.gdbVersion=this.utilityNetwork?.gdbVersion,c.objectIds=l.map(i=>i.objectId),c.outFields=["*"];let{features:n}=T.fromJSON(await R(a,c)),u=await Promise.all(n.map(async i=>{i.layer=a.type==="subtype-group"?a.findSublayerForFeature(i):a,i.origin=i.layer;let h=i.layer;if(i.getEffectivePopupTemplate(this._defaultPopupTemplateEnabled)||(i.popupTemplate=h.createPopupTemplate()),h&&"getFeatureTitle"in h){let L=await h.getFeatureTitle(i)||p(i);return{feature:i,label:L}}return{feature:i,label:p(i)}}));a.type==="subtype-group"?u.forEach(i=>this._addOrCreateMapValue(this._subtypeCodeToFeatures,i.feature.layer.subtypeCode,i)):this._layerIdToFeatures.set(s,u)},this._aggregateGeometryRefChange=e=>{e&&(this._aggregatedGeometryComponentElement=e)},this._featuresRefChange=e=>{e&&(this._featuresComponentElement=e)},this._aggregatedGeometryDisabled=!1,this.aggregatedGeometryGraphicsColor=new C([255,255,0,.6]),this.hideFeatureResults=!1,this.isElementsSelected=!1,this.layers=[],this.state="ready",this.traceResultFeatures=[],this.autoDestroyDisabled=!1,this.arcgisAggregatedGeometryGraphicsColorChange=o(),this.arcgisHideGraphicsChange=o(),this.arcgisSelectedLayerChange=o(),this.arcgisSelectedResultTypeChange=o(),this.arcgisTraceResultFeaturesReady=o(),this._renderLayerListItem=([,e])=>{if(!e.length)return null;let t=e[0].feature.layer,s=t?.title||this._messages.unknown;return r`<calcite-list-item .label=${s} @calciteListItemSelect=${()=>this._setSelectedLayerAndFeatures(t)}><calcite-chip .label=${this._messages.labels.numElements} slot=content-end scale=s>${e.length}</calcite-chip><calcite-icon icon=chevron-right slot=content-end></calcite-icon></calcite-list-item>`},this._renderFeatureListItem=e=>{let{feature:t,label:s}=e;return r`<calcite-list-item .label=${s} @calciteListItemSelect=${()=>this.selectedFeature=t}><calcite-icon icon=chevron-right slot=content-end></calcite-icon></calcite-list-item>`}}static{this.properties={_aggregatedGeometryDisabled:16,aggregatedGeometryGraphicsColor:0,hideFeatureResults:5,featuresFromSelectedLayer:32,isElementsSelected:5,layers:0,messageOverrides:0,numResults:32,referenceElement:1,selectedFeature:0,selectedLayer:0,state:1,traceConfigTitle:1,traceError:0,traceResult:0,traceResultFeatures:0,utilityNetwork:0,view:0,autoDestroyDisabled:5}}static{this.styles=E}get featuresFromSelectedLayer(){return this._featuresFromSelectedLayer.map(({feature:e})=>e)}get numResults(){return this.traceResultFeatures.length+this._elementsWithoutLayer.length}clearAggregatedGeometryGraphics(){this._aggregatedGeometryComponentElement?.destroy()}async destroy(){this._layerIdToFeatures.clear(),this._subtypeCodeToFeatures.clear(),this._sourceIdToElements.clear(),this._aggregatedGeometryComponentElement?.destroy(),this._featuresComponentElement?.destroy(),await this.manager.destroy()}load(){this.traceResult&&(this._setSourceIdToElements(),this._loadDependencies().then(()=>this._queryTraceResultsFeatures()).finally(()=>{this.arcgisTraceResultFeaturesReady.emit(),this.state="ready"}))}willUpdate(e){e.has("isElementsSelected")&&this.arcgisSelectedResultTypeChange.emit(),e.has("selectedLayer")&&this.arcgisSelectedLayerChange.emit(),e.has("traceResult")&&(this.isElementsSelected=!1,this.traceResult||(this.traceResultFeatures=[],this._elementsWithoutLayer=[])),(e.has("layers")||e.has("utilityNetwork"))&&this._loadDependencies()}loaded(){this.utilityNetwork||d("warn",this,m("utilityNetwork")),this.layers.length===0&&d("warn",this,f("layers")),this.view||d("warn",this,m("view"))}disconnectedCallback(){super.disconnectedCallback(),this._layerIdToLayer.clear()}_addOrCreateMapValue(e,t,s){let a=e.get(t);a==null?e.set(t,[s]):a.push(s)}_getLayerByLayerId(e){if(e==null)return;let{_layerIdToLayer:t,_unLayers:s}=this;if(t.get(e))return t.get(e);let a=s.find(l=>"layerId"in l&&l.layerId===e);return a&&t.set(e,a),a}_getElementsUniqueByGlobalId(e){return Array.from(new Map(e.map(t=>[t.globalId,t])).values())}_handleHideGraphicsChange(e){e.stopPropagation();let t=e.detail;this.arcgisHideGraphicsChange.emit(t),this._aggregatedGeometryDisabled=t,t&&this._popoverRef.value?.open&&(this._popoverRef.value.open=!1)}async _loadDependencies(){let{layers:e,utilityNetwork:t}=this;if(!t)return;t.loaded||(this.state="loading",await t.load()),this._unLayers=e.filter(a=>t.isUtilityLayer(a));let s=this._unLayers.filter(a=>!a.loaded).map(a=>a.load());s.length>0&&(this.state="loading",await Promise.allSettled(s))}async _queryTraceResultsFeatures(){let e=Array.from(this._sourceIdToElements.entries());if(!e.length)return;this.state="loading";let t=e.map(this._queryFeaturesOnLayer);(await Promise.allSettled(t)).forEach((l,c)=>{if(l.status==="rejected"){let[n]=e[c];d("error",this,`Failed to query features for source ${n}. Reason: ${l.reason}`)}});let s=Array.from(this._layerIdToFeatures.values()),a=Array.from(this._subtypeCodeToFeatures.values());this.traceResultFeatures=s.concat(a).flat().map(({feature:l})=>l)}_setSelectedLayerAndFeatures(e){let t;if(!e)t=[];else if(e.type==="subtype-sublayer"){let{subtypeCode:s}=e;t=this._subtypeCodeToFeatures.get(s)??[]}else{let{layerId:s}=e;t=this._layerIdToFeatures.get(s)??[]}this._featuresFromSelectedLayer=t.sort(this._compareByFeatureTitle),this.selectedLayer=e}_setSourceIdToElements(){this.traceResult.elements?.forEach(e=>this._addOrCreateMapValue(this._sourceIdToElements,e.networkSourceId,e))}render(){let{traceError:e,traceResult:t}=this;if(e)return this._renderErrorLanding(e);if(!t)return this._renderNoTraceLanding();let{elements:s,globalFunctionResults:a,aggregatedGeometry:l}=t;if(!s.length&&!a.length&&!l)return this._renderNoResultsLanding();if(this.state==="loading")return this._renderGettingResults();if(this.selectedFeature){let n=this._featuresComponentElement,u=n?.selectedFeature?[n.selectedFeature]:[this.selectedFeature];return r`<arcgis-features .referenceElement=${this.referenceElement} .features=${u} .view=${this.view} open .defaultPopupTemplateEnabled=${this._defaultPopupTemplateEnabled} @arcgisClose=${()=>this.selectedFeature=void 0} .autoDestroyDisabled=${this.autoDestroyDisabled} ${g(this._featuresRefChange)}></arcgis-features>`}let c=s.length>0&&!a.length&&!l;return this.hideFeatureResults&&c?this._renderFeaturesAreHiddenLanding():r`<calcite-flow>${c?null:r`<calcite-flow-item .selected=${!this.isElementsSelected}>${this._renderLanding(t)}</calcite-flow-item>`}<calcite-flow-item .heading=${this._messages.headings.features} .description=${this._messages.headings.totalFeatures.replace("{number}",this.numResults.toString())} .selected=${(c||this.isElementsSelected)&&!this.selectedLayer} @calciteFlowItemBack=${()=>this.isElementsSelected=!1}>${this._renderLayerList()}</calcite-flow-item><calcite-flow-item .heading=${this.selectedLayer?.title??void 0} .description=${this._messages.headings.totalFeatures.replace("{number}",this._featuresFromSelectedLayer.length.toString())} .selected=${!!this.selectedLayer} @calciteFlowItemBack=${()=>this.selectedLayer=void 0}>${this._renderFeaturesList()}</calcite-flow-item></calcite-flow>`}_renderGettingResults(){return r`<calcite-panel class="white-panel-background"><calcite-loader .label=${this._messages.gettingResults} .text=${this._messages.gettingResults}></calcite-loader></calcite-panel>`}_renderLanding(e){let{elements:t,globalFunctionResults:s,aggregatedGeometry:a}=e;return r`<calcite-panel class="white-panel-background">${this._renderTraceResultsHeading()}${a!=null?this._renderAggregatedGeometry(a):null}${a!=null&&!t.length?this._renderNoSelectableResults():null}${t.length>0?this.hideFeatureResults?this._renderFeaturesAreHidden():this._renderElementsResults():null}${s.length>0?this._renderFunctionsResults(s):null}</calcite-panel>`}_renderAggregatedGeometry(e){return r`<div class="aggregated-geometry-container"><arcgis-utility-network-aggregated-geometry .graphicsColor=${this.aggregatedGeometryGraphicsColor} .geometry=${e} .view=${this.view} @arcgisHideGraphicsChange=${this._handleHideGraphicsChange} .autoDestroyDisabled=${this.autoDestroyDisabled} ${g(this._aggregateGeometryRefChange)}></arcgis-utility-network-aggregated-geometry><calcite-swatch id=geometry-color-swatch .label=${this._messages.labels.aggregatedGeometryGraphicsColor} .color=${this.aggregatedGeometryGraphicsColor.toCss()} .disabled=${this._aggregatedGeometryDisabled}></calcite-swatch><calcite-popover .heading=${this._messages.headings.setColor} .label=${this._messages.headings.setColor} reference-element=geometry-color-swatch closable ${g(this._popoverRef)}><calcite-color-picker alpha-channel channels-disabled clearable hex-disabled saved-disabled .value=${this.aggregatedGeometryGraphicsColor} @calciteColorPickerChange=${t=>{let s=t.target.value;this.arcgisAggregatedGeometryGraphicsColorChange.emit(s)}} .disabled=${this._aggregatedGeometryDisabled}></calcite-color-picker></calcite-popover></div>`}_renderFeaturesAreHiddenLanding(){return r`<calcite-panel class="white-panel-background">${this._renderTraceResultsHeading()}${this._renderFeaturesAreHidden()}</calcite-panel>`}_renderFeaturesAreHidden(){return r`<div class="no-selectable-results">${this._messages.resultFeaturesAreHidden}</div>`}_renderNoSelectableResults(){return r`<div class="no-selectable-results">${this._messages.noSelectableFeatures}</div>`}_renderElementsResults(){return r`<calcite-list .label=${this._messages.headings.traceResultsGeneric}><calcite-list-item id=elements-list-item .label=${this._messages.headings.features} @calciteListItemSelect=${()=>this.isElementsSelected=!0}><calcite-chip .label=${this._messages.labels.numFeatures} scale=s slot=content-end>${this.numResults}</calcite-chip><calcite-icon icon=chevron-right slot=content-end></calcite-icon></calcite-list-item></calcite-list>`}_renderFunctionsResults(e){return r`<div class="functions-heading">${this._messages.headings.functions}</div><calcite-table .caption=${this._messages.labels.functionResults}>${e.filter(t=>t.networkAttributeName!=null&&t.result!=null).map(t=>r`<calcite-table-row><calcite-table-cell>${t.networkAttributeName}</calcite-table-cell><calcite-table-cell>${t.result}</calcite-table-cell></calcite-table-row>`)}</calcite-table>`}_renderLayerList(){let e=Array.from(this._layerIdToFeatures.entries()),t=Array.from(this._subtypeCodeToFeatures.entries()),s=e.concat(t).sort(this._compareByLayerTitle).map(this._renderLayerListItem);return this._elementsWithoutLayer.length>0&&s.push(this._renderUnknownListItem()),r`<calcite-list .label=${this._messages.labels.traceResultElementsByLayer} .loading=${this.state==="loading"}>${s}</calcite-list>`}_renderUnknownListItem(){return r`<calcite-list-item .label=${this._messages.unknown} disabled><calcite-chip .label=${this._messages.labels.numElements} slot=content-end scale=s>${this._elementsWithoutLayer.length}</calcite-chip></calcite-list-item>`}_renderFeaturesList(){return r`<calcite-list .label=${this._messages.headings.traceResultsGeneric}>${this._featuresFromSelectedLayer.map(this._renderFeatureListItem)}</calcite-list>`}_renderTraceResultsHeading(){return r`<div class="results-heading"><div class="results-heading-title">${this._messages.headings.traceResultsGeneric}</div>${this.traceConfigTitle?r`<div class="results-heading-subtitle">${this.traceConfigTitle}</div>`:null}</div>`}_renderErrorLanding(e){let t=e.message;switch(e.details?.raw?.extendedCode){case F.dirtyAreasDiscovered:t=this._messages.traceErrors.dirtyAreasDiscovered;break;case F.noValidControllers:t=this._messages.traceErrors.noValidControllers;break}return r`<calcite-panel class="white-panel-background">${this._renderTraceResultsHeading()}<div class="no-results-landing"><calcite-icon icon=exclamation-mark-triangle scale=l></calcite-icon><div class="no-results-heading">${this._messages.traceFailedHeading}</div><div class="no-results-description">${this._messages.traceFailedDescription}</div><div class="no-results-description">${t}</div></div></calcite-panel>`}_renderNoResultsLanding(){return r`<calcite-panel class="white-panel-background">${this._renderTraceResultsHeading()}<div class="no-results-landing"><calcite-icon icon=exclamation-mark-triangle scale=l></calcite-icon><div class="no-results-heading">${this._messages.noResultsHeading}</div><div class="no-results-description">${this._messages.noResultsDescription}</div></div></calcite-panel>`}_renderNoTraceLanding(){return r`<calcite-panel class="white-panel-background">${this._renderTraceResultsHeading()}<div class="no-results-landing"><calcite-icon icon=utility-network-trace scale=l></calcite-icon><div class="no-results-heading">${this._messages.noTraceConfigHeading}</div><div class="no-results-description">${this._messages.noTraceConfigDescription}</div></div></calcite-panel>`}};$("arcgis-utility-network-trace-results",y);return y},"applications/Components/featureUtils","Color","core/Error","Graphic","rest/support/FeatureSet",a)
|
|
2
|
+
import a from"./TCB332AR.js";import"./7WLTT4K3.js";import{a as w}from"./46LACOKN.js";import"./HFWMJJFD.js";import"./NJN3I6EV.js";import"./LB32PLWG.js";import{M as b,N as g,O as v,U as $,a as _,b as r,p as d,r as m,s as f,x as o}from"./BDUD457O.js";import"./3TTFCHAA.js";export default $arcgis.t(([{queryAllJSON:R},C,,,T,{r:p}])=>{var E=_`:host{min-height:var(--arcgis-internal-panel-height-sm, 240px);height:100%}arcgis-features{height:100%}calcite-flow{min-height:var(--arcgis-internal-panel-height-sm, 240px);height:100%}calcite-table{--calcite-table-border-color: none}calcite-table-row{--calcite-table-row-border-color: var(--calcite-color-border-3)}.white-panel-background{--calcite-panel-background-color: var(--calcite-color-foreground-1)}.aggregated-geometry-container{display:flex;justify-content:space-between;padding:0 var(--calcite-spacing-md) var(--calcite-spacing-md) var(--calcite-spacing-md)}#elements-list-item{border:solid 1px var(--calcite-color-border-3);border-radius:var(--calcite-corner-radius-sm);margin:0 var(--calcite-spacing-sm)}.no-selectable-results{padding:0 var(--calcite-spacing-md);color:var(--calcite-color-text-3);font-size:var(--calcite-font-size)}.results-heading{display:flex;flex-direction:column;margin:var(--calcite-spacing-md);gap:var(--calcite-spacing-xs)}.results-heading .results-heading-title{font-weight:var(--calcite-font-weight-medium);font-size:var(--calcite-font-size);color:var(--calcite-color-text-1)}.results-heading .results-heading-subtitle{font-size:var(--calcite-font-size--1);color:var(--calcite-color-text-3)}.functions-heading{padding:var(--calcite-spacing-md) var(--calcite-spacing-md) var(--calcite-spacing-xxs) var(--calcite-spacing-md);font-weight:var(--calcite-font-weight-medium);font-size:var(--calcite-font-size);color:var(--calcite-color-text-1)}.no-results-landing{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;margin:var(--calcite-spacing-sm) var(--calcite-spacing-xl) var(--calcite-spacing-xl) var(--calcite-spacing-xl);gap:var(--calcite-spacing-md)}.no-results-landing calcite-icon{margin-bottom:var(--calcite-spacing-sm);--calcite-icon-color: var(--calcite-color-text-3)}.no-results-landing .no-results-heading{font-size:var(--calcite-font-size-2)}.no-results-landing .no-results-description{color:var(--calcite-color-text-3)}`,F={dirtyAreasDiscovered:-2147208511,noValidControllers:-2147208935},y=class extends v{constructor(){super(...arguments),this._defaultPopupTemplateEnabled=!0,this._messages=w({blocking:!0}),this._elementsWithoutLayer=[],this._popoverRef=b(),this._featuresFromSelectedLayer=[],this._layerIdToFeatures=new Map,this._layerIdToLayer=new Map,this._subtypeCodeToFeatures=new Map,this._sourceIdToElements=new Map,this._unLayers=[],this._compareByFeatureTitle=(e,t)=>e.label.localeCompare(t.label,void 0,{numeric:!0}),this._compareByLayerTitle=([,e],[,t])=>{let s=e[0].feature.layer,a=t[0].feature.layer,l=s?.title??"",c=a?.title??"";return l.localeCompare(c,void 0,{numeric:!0})},this._queryFeaturesOnLayer=async([e,t])=>{let s=this.utilityNetwork?.getLayerIdBySourceId(e),a=this._getLayerByLayerId(s),l=this._getElementsUniqueByGlobalId(t);if(s==null||!a){this._elementsWithoutLayer.push(...l);return}let c=a.createQuery();c.gdbVersion=this.utilityNetwork?.gdbVersion,c.objectIds=l.map(i=>i.objectId),c.outFields=["*"];let{features:n}=T.fromJSON(await R(a,c)),u=await Promise.all(n.map(async i=>{i.layer=a.type==="subtype-group"?a.findSublayerForFeature(i):a,i.origin=i.layer;let h=i.layer;if(i.getEffectivePopupTemplate(this._defaultPopupTemplateEnabled)||(i.popupTemplate=h.createPopupTemplate()),h&&"getFeatureTitle"in h){let L=await h.getFeatureTitle(i)||p(i);return{feature:i,label:L}}return{feature:i,label:p(i)}}));a.type==="subtype-group"?u.forEach(i=>this._addOrCreateMapValue(this._subtypeCodeToFeatures,i.feature.layer.subtypeCode,i)):this._layerIdToFeatures.set(s,u)},this._aggregateGeometryRefChange=e=>{e&&(this._aggregatedGeometryComponentElement=e)},this._featuresRefChange=e=>{e&&(this._featuresComponentElement=e)},this._aggregatedGeometryDisabled=!1,this.aggregatedGeometryGraphicsColor=new C([255,255,0,.6]),this.hideFeatureResults=!1,this.isElementsSelected=!1,this.layers=[],this.state="ready",this.traceResultFeatures=[],this.autoDestroyDisabled=!1,this.arcgisAggregatedGeometryGraphicsColorChange=o(),this.arcgisHideGraphicsChange=o(),this.arcgisSelectedLayerChange=o(),this.arcgisSelectedResultTypeChange=o(),this.arcgisTraceResultFeaturesReady=o(),this._renderLayerListItem=([,e])=>{if(!e.length)return null;let t=e[0].feature.layer,s=t?.title||this._messages.unknown;return r`<calcite-list-item .label=${s} @calciteListItemSelect=${()=>this._setSelectedLayerAndFeatures(t)}><calcite-chip .label=${this._messages.labels.numElements} slot=content-end scale=s>${e.length}</calcite-chip><calcite-icon icon=chevron-right slot=content-end></calcite-icon></calcite-list-item>`},this._renderFeatureListItem=e=>{let{feature:t,label:s}=e;return r`<calcite-list-item .label=${s} @calciteListItemSelect=${()=>this.selectedFeature=t}><calcite-icon icon=chevron-right slot=content-end></calcite-icon></calcite-list-item>`}}static{this.properties={_aggregatedGeometryDisabled:16,aggregatedGeometryGraphicsColor:0,hideFeatureResults:5,featuresFromSelectedLayer:32,isElementsSelected:5,layers:0,messageOverrides:0,numResults:32,referenceElement:1,selectedFeature:0,selectedLayer:0,state:1,traceConfigTitle:1,traceError:0,traceResult:0,traceResultFeatures:0,utilityNetwork:0,view:0,autoDestroyDisabled:5}}static{this.styles=E}get featuresFromSelectedLayer(){return this._featuresFromSelectedLayer.map(({feature:e})=>e)}get numResults(){return this.traceResultFeatures.length+this._elementsWithoutLayer.length}clearAggregatedGeometryGraphics(){this._aggregatedGeometryComponentElement?.destroy()}async destroy(){this._layerIdToFeatures.clear(),this._subtypeCodeToFeatures.clear(),this._sourceIdToElements.clear(),this._aggregatedGeometryComponentElement?.destroy(),this._featuresComponentElement?.destroy(),await this.manager.destroy()}load(){this.traceResult&&(this._setSourceIdToElements(),this._loadDependencies().then(()=>this._queryTraceResultsFeatures()).finally(()=>{this.arcgisTraceResultFeaturesReady.emit(),this.state="ready"}))}willUpdate(e){e.has("isElementsSelected")&&this.arcgisSelectedResultTypeChange.emit(),e.has("selectedLayer")&&this.arcgisSelectedLayerChange.emit(),e.has("traceResult")&&(this.isElementsSelected=!1,this.traceResult||(this.traceResultFeatures=[],this._elementsWithoutLayer=[])),(e.has("layers")||e.has("utilityNetwork"))&&this._loadDependencies()}loaded(){this.utilityNetwork||d("warn",this,m("utilityNetwork")),this.layers.length===0&&d("warn",this,f("layers")),this.view||d("warn",this,m("view"))}disconnectedCallback(){super.disconnectedCallback(),this._layerIdToLayer.clear()}_addOrCreateMapValue(e,t,s){let a=e.get(t);a==null?e.set(t,[s]):a.push(s)}_getLayerByLayerId(e){if(e==null)return;let{_layerIdToLayer:t,_unLayers:s}=this;if(t.get(e))return t.get(e);let a=s.find(l=>"layerId"in l&&l.layerId===e);return a&&t.set(e,a),a}_getElementsUniqueByGlobalId(e){return Array.from(new Map(e.map(t=>[t.globalId,t])).values())}_handleHideGraphicsChange(e){e.stopPropagation();let t=e.detail;this.arcgisHideGraphicsChange.emit(t),this._aggregatedGeometryDisabled=t,t&&this._popoverRef.value?.open&&(this._popoverRef.value.open=!1)}async _loadDependencies(){let{layers:e,utilityNetwork:t}=this;if(!t)return;t.loaded||(this.state="loading",await t.load()),this._unLayers=e.filter(a=>t.isUtilityLayer(a));let s=this._unLayers.filter(a=>!a.loaded).map(a=>a.load());s.length>0&&(this.state="loading",await Promise.allSettled(s))}async _queryTraceResultsFeatures(){let e=Array.from(this._sourceIdToElements.entries());if(!e.length)return;this.state="loading";let t=e.map(this._queryFeaturesOnLayer);(await Promise.allSettled(t)).forEach((l,c)=>{if(l.status==="rejected"){let[n]=e[c];d("error",this,`Failed to query features for source ${n}. Reason: ${l.reason}`)}});let s=Array.from(this._layerIdToFeatures.values()),a=Array.from(this._subtypeCodeToFeatures.values());this.traceResultFeatures=s.concat(a).flat().map(({feature:l})=>l)}_setSelectedLayerAndFeatures(e){let t;if(!e)t=[];else if(e.type==="subtype-sublayer"){let{subtypeCode:s}=e;t=this._subtypeCodeToFeatures.get(s)??[]}else{let{layerId:s}=e;t=this._layerIdToFeatures.get(s)??[]}this._featuresFromSelectedLayer=t.sort(this._compareByFeatureTitle),this.selectedLayer=e}_setSourceIdToElements(){this.traceResult.elements?.forEach(e=>this._addOrCreateMapValue(this._sourceIdToElements,e.networkSourceId,e))}render(){let{traceError:e,traceResult:t}=this;if(e)return this._renderErrorLanding(e);if(!t)return this._renderNoTraceLanding();let{elements:s,globalFunctionResults:a,aggregatedGeometry:l}=t;if(!s.length&&!a.length&&!l)return this._renderNoResultsLanding();if(this.state==="loading")return this._renderGettingResults();if(this.selectedFeature){let n=this._featuresComponentElement,u=n?.selectedFeature?[n.selectedFeature]:[this.selectedFeature];return r`<arcgis-features .referenceElement=${this.referenceElement} .features=${u} .view=${this.view} open .defaultPopupTemplateEnabled=${this._defaultPopupTemplateEnabled} @arcgisClose=${()=>this.selectedFeature=void 0} .autoDestroyDisabled=${this.autoDestroyDisabled} ${g(this._featuresRefChange)}></arcgis-features>`}let c=s.length>0&&!a.length&&!l;return this.hideFeatureResults&&c?this._renderFeaturesAreHiddenLanding():r`<calcite-flow>${c?null:r`<calcite-flow-item .selected=${!this.isElementsSelected}>${this._renderLanding(t)}</calcite-flow-item>`}<calcite-flow-item .heading=${this._messages.headings.features} .description=${this._messages.headings.totalFeatures.replace("{number}",this.numResults.toString())} .selected=${(c||this.isElementsSelected)&&!this.selectedLayer} @calciteFlowItemBack=${()=>this.isElementsSelected=!1}>${this._renderLayerList()}</calcite-flow-item><calcite-flow-item .heading=${this.selectedLayer?.title??void 0} .description=${this._messages.headings.totalFeatures.replace("{number}",this._featuresFromSelectedLayer.length.toString())} .selected=${!!this.selectedLayer} @calciteFlowItemBack=${()=>this.selectedLayer=void 0}>${this._renderFeaturesList()}</calcite-flow-item></calcite-flow>`}_renderGettingResults(){return r`<calcite-panel class="white-panel-background"><calcite-loader .label=${this._messages.gettingResults} .text=${this._messages.gettingResults}></calcite-loader></calcite-panel>`}_renderLanding(e){let{elements:t,globalFunctionResults:s,aggregatedGeometry:a}=e;return r`<calcite-panel class="white-panel-background">${this._renderTraceResultsHeading()}${a!=null?this._renderAggregatedGeometry(a):null}${a!=null&&!t.length?this._renderNoSelectableResults():null}${t.length>0?this.hideFeatureResults?this._renderFeaturesAreHidden():this._renderElementsResults():null}${s.length>0?this._renderFunctionsResults(s):null}</calcite-panel>`}_renderAggregatedGeometry(e){return r`<div class="aggregated-geometry-container"><arcgis-utility-network-aggregated-geometry .graphicsColor=${this.aggregatedGeometryGraphicsColor} .geometry=${e} .view=${this.view} @arcgisHideGraphicsChange=${this._handleHideGraphicsChange} auto-destroy-disabled ${g(this._aggregateGeometryRefChange)}></arcgis-utility-network-aggregated-geometry><calcite-swatch id=geometry-color-swatch .label=${this._messages.labels.aggregatedGeometryGraphicsColor} .color=${this.aggregatedGeometryGraphicsColor.toCss()} .disabled=${this._aggregatedGeometryDisabled}></calcite-swatch><calcite-popover .heading=${this._messages.headings.setColor} .label=${this._messages.headings.setColor} reference-element=geometry-color-swatch closable ${g(this._popoverRef)}><calcite-color-picker alpha-channel channels-disabled clearable hex-disabled saved-disabled .value=${this.aggregatedGeometryGraphicsColor} @calciteColorPickerChange=${t=>{let s=t.target.value;this.arcgisAggregatedGeometryGraphicsColorChange.emit(s)}} .disabled=${this._aggregatedGeometryDisabled}></calcite-color-picker></calcite-popover></div>`}_renderFeaturesAreHiddenLanding(){return r`<calcite-panel class="white-panel-background">${this._renderTraceResultsHeading()}${this._renderFeaturesAreHidden()}</calcite-panel>`}_renderFeaturesAreHidden(){return r`<div class="no-selectable-results">${this._messages.resultFeaturesAreHidden}</div>`}_renderNoSelectableResults(){return r`<div class="no-selectable-results">${this._messages.noSelectableFeatures}</div>`}_renderElementsResults(){return r`<calcite-list .label=${this._messages.headings.traceResultsGeneric}><calcite-list-item id=elements-list-item .label=${this._messages.headings.features} @calciteListItemSelect=${()=>this.isElementsSelected=!0}><calcite-chip .label=${this._messages.labels.numFeatures} scale=s slot=content-end>${this.numResults}</calcite-chip><calcite-icon icon=chevron-right slot=content-end></calcite-icon></calcite-list-item></calcite-list>`}_renderFunctionsResults(e){return r`<div class="functions-heading">${this._messages.headings.functions}</div><calcite-table .caption=${this._messages.labels.functionResults}>${e.filter(t=>t.networkAttributeName!=null&&t.result!=null).map(t=>r`<calcite-table-row><calcite-table-cell>${t.networkAttributeName}</calcite-table-cell><calcite-table-cell>${t.result}</calcite-table-cell></calcite-table-row>`)}</calcite-table>`}_renderLayerList(){let e=Array.from(this._layerIdToFeatures.entries()),t=Array.from(this._subtypeCodeToFeatures.entries()),s=e.concat(t).sort(this._compareByLayerTitle).map(this._renderLayerListItem);return this._elementsWithoutLayer.length>0&&s.push(this._renderUnknownListItem()),r`<calcite-list .label=${this._messages.labels.traceResultElementsByLayer} .loading=${this.state==="loading"}>${s}</calcite-list>`}_renderUnknownListItem(){return r`<calcite-list-item .label=${this._messages.unknown} disabled><calcite-chip .label=${this._messages.labels.numElements} slot=content-end scale=s>${this._elementsWithoutLayer.length}</calcite-chip></calcite-list-item>`}_renderFeaturesList(){return r`<calcite-list .label=${this._messages.headings.traceResultsGeneric}>${this._featuresFromSelectedLayer.map(this._renderFeatureListItem)}</calcite-list>`}_renderTraceResultsHeading(){return r`<div class="results-heading"><div class="results-heading-title">${this._messages.headings.traceResultsGeneric}</div>${this.traceConfigTitle?r`<div class="results-heading-subtitle">${this.traceConfigTitle}</div>`:null}</div>`}_renderErrorLanding(e){let t=e.message;switch(e.details?.raw?.extendedCode){case F.dirtyAreasDiscovered:t=this._messages.traceErrors.dirtyAreasDiscovered;break;case F.noValidControllers:t=this._messages.traceErrors.noValidControllers;break}return r`<calcite-panel class="white-panel-background">${this._renderTraceResultsHeading()}<div class="no-results-landing"><calcite-icon icon=exclamation-mark-triangle scale=l></calcite-icon><div class="no-results-heading">${this._messages.traceFailedHeading}</div><div class="no-results-description">${this._messages.traceFailedDescription}</div><div class="no-results-description">${t}</div></div></calcite-panel>`}_renderNoResultsLanding(){return r`<calcite-panel class="white-panel-background">${this._renderTraceResultsHeading()}<div class="no-results-landing"><calcite-icon icon=exclamation-mark-triangle scale=l></calcite-icon><div class="no-results-heading">${this._messages.noResultsHeading}</div><div class="no-results-description">${this._messages.noResultsDescription}</div></div></calcite-panel>`}_renderNoTraceLanding(){return r`<calcite-panel class="white-panel-background">${this._renderTraceResultsHeading()}<div class="no-results-landing"><calcite-icon icon=utility-network-trace scale=l></calcite-icon><div class="no-results-heading">${this._messages.noTraceConfigHeading}</div><div class="no-results-description">${this._messages.noTraceConfigDescription}</div></div></calcite-panel>`}};$("arcgis-utility-network-trace-results",y);return y},"applications/Components/featureUtils","Color","core/Error","Graphic","rest/support/FeatureSet",a)
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */
|
|
2
|
+
import a from"./TCB332AR.js";import{a as $,b as p}from"./7WLTT4K3.js";import{a as L}from"./B752UU56.js";import{a as C}from"./46LACOKN.js";import{g as T}from"./HFWMJJFD.js";import"./NJN3I6EV.js";import"./LB32PLWG.js";import{N as h,O as k,U as S,a as y,b as s,p as d,r as b,s as _,x as n}from"./BDUD457O.js";import"./3TTFCHAA.js";export default $arcgis.t(([{queryAllJSON:N},u,{watch:P},{substitute:F},I,U,A,v,E,D,{r:g}])=>{var M=y`:host{height:100%;flex-grow:1}calcite-flow{min-height:var(--arcgis-internal-panel-height-sm, 240px)}calcite-block-group{flex-grow:1;padding-bottom:var(--calcite-spacing-md);background-color:var(--calcite-color-foreground-1)}calcite-block{--calcite-block-content-space: 0;--calcite-block-border-color: transparent;margin:0}calcite-block calcite-select,calcite-block calcite-input{margin:0 var(--calcite-spacing-md)}calcite-block calcite-input-message{padding:var(--calcite-spacing-sm) var(--calcite-spacing-md) 0 var(--calcite-spacing-md)}calcite-block calcite-label:last-child{--calcite-label-margin-bottom: 0}calcite-notice{margin:var(--calcite-spacing-md)}#subnetwork-info-block{margin:var(--calcite-spacing-md) var(--calcite-spacing-md) 0 var(--calcite-spacing-md)}#results-limited-message{padding:var(--calcite-spacing-sm)}.inline-loader{--calcite-loader-spacing: var(--calcite-spacing-md)}.add-spatial-mode{display:flex;flex-direction:column;gap:var(--calcite-spacing-md);margin:var(--calcite-spacing-md)}.heading{color:var(--calcite-color-text-1);margin:0 0 var(--calcite-spacing-md) 0;font-size:var(--calcite-font-size);font-style:normal;font-weight:var(--calcite-font-weight-medium)}`,m=`utility-network-trace-inputs-sketch-${Date.now()}`,c=`utility-network-trace-inputs-flags-${Date.now()}`,x=20,f=class extends k{constructor(){super(...arguments),this._defaultPopupTemplateEnabled=!0,this._messages=C({blocking:!0}),this._layerIdToLayer=new Map,this._startingPoints=new u,this._barriers=new u,this._stoppingPoints=new u,this._subnetworkTraceTypes=new Set(["subnetwork","subnetwork-controller","upstream","downstream","isolation"]),this._removeDuplicateSubnetworkNames=(e,t,i)=>t===0||e.getAttribute("SUBNETWORKNAME")!==i[t-1].getAttribute("SUBNETWORKNAME"),this._hitTestPromise=null,this._featuresFromHitTest=[],this._displayLimit=20,this._traceLocationStartingRefChange=e=>{e&&(this._traceLocationStartingElement=e)},this._traceLocationBarrierRefChange=e=>{e&&(this._traceLocationBarrierElement=e)},this._traceLocationStoppingRefChange=e=>{e&&(this._traceLocationStoppingElement=e)},this._featuresComponentRefChange=e=>{e&&(this._featuresComponentElement=e)},this.compatibleSubnetworkNames=[],this.traceConfigurations=[],this._state="ready",this._exceedDisplayLimit=!1,this.autoDestroyDisabled=!1,this.mode="default",this.arcgisPropertyChange=T()("mode"),this.arcgisSelectedNamedTraceConfigurationChange=n(),this.arcgisTraceInputsChange=n(),this.arcgisTraceLocationSelectEnd=n(),this.arcgisTraceLocationSelectStart=n(),this.arcgisUtilityNetworkChange=n(),this.renderFeatureListItem=e=>{let{feature:t,label:i}=e;return s`<calcite-list-item .label=${i} @calciteListItemSelect=${()=>this._handleFeatureSelectChange(t)}><calcite-icon icon=chevron-right slot=content-end></calcite-icon></calcite-list-item>`}}static{this.properties={compatibleSubnetworkNames:16,subnetworksTable:16,traceConfigurations:16,utilityNetworks:16,_unTraceConfiguration:16,_state:16,_activeTraceLocationType:16,_selectedFeature:16,_exceedDisplayLimit:16,beforeTraceLocationSelectStart:0,view:0,selectedUtilityNetwork:0,selectedNamedTraceConfiguration:0,autoDestroyDisabled:5,unTraceConfiguration:32,referenceElement:1,mode:3,traceLocations:32}}static{this.styles=M}get isSubnetworkNameTraceSelected(){let e=this.selectedNamedTraceConfiguration?.traceType;return!!this.selectedNamedTraceConfiguration?.traceConfiguration?.subnetworkName&&e==="subnetwork"}get selectedSubnetworkName(){return this._unTraceConfiguration?.subnetworkName??void 0}set selectedSubnetworkName(e){this._unTraceConfiguration&&(this._unTraceConfiguration.subnetworkName=e)}get _allLayers(){let{view:e}=this;return e?.map?e.map.allLayers.toArray().concat(e.map.allTables.toArray()):[]}get showStartingPoints(){return!this.isSubnetworkNameTraceSelected}get showStoppingPoints(){let e=this.selectedNamedTraceConfiguration?.traceType;return e==="path"||e==="circuit"}get _subnetworkLayerIds(){let e=this.selectedUtilityNetwork?.dataElement?.domainNetworks;return e?e.map(t=>t.subnetworkLayerId).filter(t=>t!=null&&t>-1):[]}get unTraceConfiguration(){return this._unTraceConfiguration}get traceLocations(){let e=[],t=i=>{i.flagProperties.terminalConfiguration&&i.flagProperties.selectedTerminals?i.flagProperties.selectedTerminals.forEach(a=>{e.push(new A({type:i.traceLocation.type,isFilterBarrier:i.traceLocation.isFilterBarrier,globalId:i.traceLocation.globalId,percentAlong:i.traceLocation.percentAlong,terminalId:a}))}):e.push(i.traceLocation)};return this.showStartingPoints&&this._startingPoints.forEach(i=>t(i)),this._barriers.forEach(i=>t(i)),this.showStoppingPoints&&this._stoppingPoints.forEach(i=>t(i)),e}async destroy(){this._removeGraphicLayer(m),this._removeGraphicLayer(c),this._sketchViewModel?.cancel(),this._featuresComponentElement?.destroy(),this._traceLocationStartingElement?.destroy(),this._traceLocationBarrierElement?.destroy(),this._traceLocationStoppingElement?.destroy(),await this.manager.destroy()}load(){this.manager.onLifecycle(()=>[P(()=>this.view?.map,()=>{this._setupUtilityNetwork(),this._setupSketchViewModel()},{initial:!0})])}willUpdate(e){let{utilityNetworks:t,selectedUtilityNetwork:i}=this;(e.has("utilityNetworks")||!t||t.length===0||!i||!t?.includes(i))&&this._handleUtilityNetworksChange(),e.has("selectedUtilityNetwork")&&(this.arcgisUtilityNetworkChange.emit(),this._handleSelectedUtilityNetworkChange()),e.has("selectedNamedTraceConfiguration")&&(this.arcgisTraceInputsChange.emit(),this.arcgisSelectedNamedTraceConfigurationChange.emit(),this._handleTraceConfigChange()),e.has("selectedSubnetworkName")&&this.arcgisTraceInputsChange.emit()}disconnectedCallback(){super.disconnectedCallback(),this._layerIdToLayer.clear()}_clearTraceLocations(){this._getGraphicLayer(c)?.removeAll(),this._startingPoints.removeAll(),this._barriers.removeAll(),this._stoppingPoints.removeAll()}_createGraphicLayer(e){let{map:t}=this.view;if(!t?.findLayerById(e)){let i=new I({id:e,listMode:"hide",title:e});$(this.view,i)}}_getGraphicLayer(e){let{map:t}=this.view;if(t){let i=t.findLayerById(e);if(p(i))return t.reorder(i,t.layers.length-1),i}return null}_removeGraphicLayer(e){let{map:t}=this.view,i=t?.findLayerById(e);i&&p(i)&&t?.remove(i)}_setSnappingOption(){let{_sketchViewModel:e,_unLayers:t}=this;if(e&&t&&t.length>0){let i=new u;t.forEach(a=>{a.type==="subtype-group"?a.sublayers.forEach(r=>{i.add(new E({layer:r,enabled:!0}))}):i.add(new E({layer:a,enabled:!0}))}),e.snappingOptions={enabled:!0,featureEnabled:!0,featureSources:i}}}_initializeSketchViewModel(){let{view:e}=this,t=this._getGraphicLayer(m);return new D({layer:t,view:e})}_setupSketchViewModel(){this._createGraphicLayer(m),this._createGraphicLayer(c),this._sketchViewModel=this._initializeSketchViewModel(),this._setSnappingOption()}_clearSubnetworks(){this.selectedSubnetworkName=void 0,this.subnetworksTable=void 0,this.compatibleSubnetworkNames=[]}async _loadSubnetworksTable(){this.subnetworksTable||(this.subnetworksTable=await this.selectedUtilityNetwork?.loadSubnetworksTable())}async _querySubnetworks(){let{subnetworksTable:e}=this;if(!e)return;let t=e.createQuery();t.gdbVersion=this.selectedUtilityNetwork?.gdbVersion,t.where=this._getSubnetworkQueryWhereClause(),t.outFields=["SUBNETWORKNAME"],t.orderByFields=["SUBNETWORKNAME"];let i=v.fromJSON(await N(e,t));this.compatibleSubnetworkNames=i.features.filter(this._removeDuplicateSubnetworkNames).map(a=>a.getAttribute("SUBNETWORKNAME"))}_getSubnetworkQueryWhereClause(){let e=this._unTraceConfiguration,t=`DOMAINNETWORKNAME = '${e.domainNetworkName}'`,i=`TIERNAME = '${e.tierName}'`;return[t,i].join(" AND ")}async _handleSubnetworkTraceConfigChange(e){await this._loadSubnetworksTable(),await this._querySubnetworks();let{compatibleSubnetworkNames:t}=this;e.subnetworkName&&!t.some(i=>i===e.subnetworkName)&&(this.selectedSubnetworkName=t.at(0))}_selectTraceConfigurationByGuid(e){let t=this.selectedUtilityNetwork?.sharedNamedTraceConfigurations.find(i=>i.globalId===e);if(!t){d("error",this,"`traceConfig` not found in `selectedUtilityNetwork.sharedNamedTraceConfigurations`");return}this.selectedNamedTraceConfiguration=t}_handleTraceConfigChange(){let{selectedNamedTraceConfiguration:e}=this;if(!(e?.traceConfiguration instanceof U)){d("error",this,b("selectedNamedTraceConfiguration.traceConfiguration")),this._unTraceConfiguration=void 0;return}switch(this._unTraceConfiguration=e.traceConfiguration.clone(),e.traceType){case"subnetwork":this._state="loading",this._handleSubnetworkTraceConfigChange(this._unTraceConfiguration).finally(()=>this._state="ready");break}}async _handleSelectedUtilityNetworkChange(){await this.selectedUtilityNetwork?.load(),this._clearSubnetworks(),this._setupTraceConfigurations(),this._filterUnLayers(),this._clearTraceLocations()}_setupTraceConfigurations(){this._unTraceConfiguration=void 0,this.selectedNamedTraceConfiguration=void 0,this.traceConfigurations=this.selectedUtilityNetwork?.sharedNamedTraceConfigurations.filter(e=>e.traceType!=="path"&&e.traceType!=="circuit").sort((e,t)=>e.title.localeCompare(t.title))||[],this.selectedNamedTraceConfiguration=this.traceConfigurations.at(0)}_filterUnLayers(){let{selectedUtilityNetwork:e}=this;this._unLayers=new u(this._allLayers.filter(t=>e?.isUtilityLayer(t)&&!this._subnetworkLayerIds.includes(t.layerId))),this._setSnappingOption()}_handleUtilityNetworksChange(){let{utilityNetworks:e}=this;if(!e||e.length===0){this._state="error",d("error",this,_("utilityNetworks"));return}(!this.selectedUtilityNetwork||!e.includes(this.selectedUtilityNetwork))&&(this.selectedUtilityNetwork=e.at(0))}async _setupUtilityNetwork(){if(this.view?.map){let e=this.view.map;await e.load(),this.utilityNetworks=e.utilityNetworks||void 0}else this._state="disabled",d("error",this,"The property `view.map` is required to load utility networks but is missing.")}_handleTraceLocationSelectStart(e){if(e.stopPropagation(),this.arcgisTraceLocationSelectStart.emit(e.detail).defaultPrevented){e.preventDefault();return}this._activeTraceLocationType=e?.target?.traceLocationType,this.mode="add-spatial-instructions"}_getLayerByLayerId(e){if(e==null)return;let{_layerIdToLayer:t,_unLayers:i}=this;if(t.get(e))return t.get(e);if(!i)return;let a=i.find(r=>"layerId"in r&&r.layerId===e);return a&&t.set(e,a),a}async _queryFeatures(e,t){let i=e.createQuery();i.gdbVersion=this.selectedUtilityNetwork?.gdbVersion,i.objectIds=t.map(r=>r.getObjectId()),i.outFields=["*"];let{features:a}=v.fromJSON(await N(e,i));return a.forEach(r=>{r.layer=e.type==="subtype-group"?e.findSublayerForFeature(r):e,r.origin=r.layer;let o=r.layer;r.getEffectivePopupTemplate(this._defaultPopupTemplateEnabled)||(r.popupTemplate=o.createPopupTemplate())}),a}async _populateFeaturesWithLabel(e){let t=new Map;e.forEach(a=>{let r=a.layer?.type==="subtype-sublayer"?a.layer.parent:a.layer;if(r){let o=r.layerId,l=this._getLayerByLayerId(o);if(l){let w=t.get(l)||[];w.push(a),t.set(l,w)}}});let i=[];return await Promise.all(Array.from(t.keys()).map(async a=>{let r=t.get(a)??[],o=await this._queryFeatures(a,r);i.push(...o)})),await Promise.all(i.map(async a=>{let r=a.layer;if(r&&"getFeatureTitle"in r){let o=await r.getFeatureTitle(a)||g(a);return{feature:a,label:o}}return{feature:a,label:g(a)}}))}async _handleHitTestComplete(e){if(this._exceedDisplayLimit=e.length>this._displayLimit,this._featuresFromHitTest=await this._populateFeaturesWithLabel(e.slice(0,this._displayLimit)),this._featuresFromHitTest.length===0)return this._handleAddSpatialCancelClick(),await Promise.reject(Error("No features found"));if(this._featuresFromHitTest.length===1){let[{feature:t}]=this._featuresFromHitTest;this._selectedFeature=t,this.mode="add-spatial-feature"}else this.mode="add-spatial-feature-list";return this._hitTestPromise?.reject(),this._hitTestPromise=Promise.withResolvers(),await this._hitTestPromise.promise}_handleTraceLocationSelectEnd(e){e.stopPropagation(),this.arcgisTraceLocationSelectEnd.emit(),this._activeTraceLocationType=void 0,this.mode="default",this._handleAddSpatialCancelClick()}_handleAddSpatialCancelClick(e){e?.stopPropagation();let t=this._featuresComponentElement;t&&t.clear(),this._selectedFeature=void 0,this.mode="default",this._sketchViewModel?.cancel(),this._hitTestPromise?.reject(),this._hitTestPromise=null}_handleFeaturesClose(){this.mode="add-spatial-feature-list",this._selectedFeature=void 0}_handleAddSpatialAddClick(){let{_hitTestPromise:e,_featuresComponentElement:t}=this;if(e&&t){let i=t,a=i.selectedDrillInFeature??i.selectedFeature;if(!a)return;e.resolve(a),this._hitTestPromise=null}}_handleFeatureSelectChange(e){this._selectedFeature=e,this.mode="add-spatial-feature"}renderError(e,t=!1,i){return s`<calcite-notice .closable=${t} kind=danger open scale=s width=auto .icon=${i}><div slot=message>${e}</div></calcite-notice>`}renderLoader(){return s`<calcite-loader label=loading></calcite-loader>`}renderTraceSelection(){let{_messages:e,traceConfigurations:t}=this,i=e.labels.traceConfiguration;if(t.length===0)return this.renderError(e.errors.noTraceConfigurationError,!0);let a=L(t,r=>r.globalId,r=>s`<calcite-option .value=${r.globalId}>${r.title}</calcite-option>`);return s`<calcite-block .heading=${i} .label=${i} expanded><calcite-select .label=${i} .value=${this.selectedNamedTraceConfiguration?.globalId||void 0} @calciteSelectChange=${r=>{this._selectTraceConfigurationByGuid(r.target.value)}}>${a}</calcite-select></calcite-block>`}renderUtilityNetworkSelection(){let{_messages:e}=this,t=e.labels.utilityNetwork,i=this.utilityNetworks?.map(a=>s`<calcite-option .value=${a.id}>${a.title}</calcite-option>`);return s`<calcite-block .heading=${t} .label=${t} expanded><calcite-select .label=${t} .value=${this.selectedUtilityNetwork?.id} @calciteSelectChange=${a=>{this.selectedUtilityNetwork?.id!==a.target.value&&(this.selectedUtilityNetwork=this.utilityNetworks?.find(r=>r.id===a.target.value))}}>${i}</calcite-select></calcite-block>`}renderDefaultMode(){let{_messages:e,_state:t,mode:i}=this;return s`<calcite-flow-item .selected=${i==="default"}>${t==="disabled"?this.renderError(e.errors.noMapError):this.renderContent()}</calcite-flow-item>`}renderSpatialSelectInstructions(){let{_messages:e,_activeTraceLocationType:t,mode:i}=this,a=t==="starting-point"?e.labels.addSpatial.startingPoint:t==="barrier"?e.labels.addSpatial.barrier:e.labels.addSpatial.stoppingPoint;return s`<calcite-flow-item .selected=${i==="add-spatial-instructions"} .heading=${a} @calciteFlowItemBack=${r=>this._handleAddSpatialCancelClick(r)}><div class="add-spatial-mode"><div><h5 class="heading">${e.instructions.addSpatial.selectFeature.heading}</h5>${e.instructions.addSpatial.selectFeature.subheading}</div><div><h5 class="heading">${e.instructions.addSpatial.selectAssociatedFeature.heading}</h5>${e.instructions.addSpatial.selectAssociatedFeature.subheading}</div></div></calcite-flow-item>`}renderFeaturesList(e){return s`<calcite-list label="Feature list">${e.map(this.renderFeatureListItem)}</calcite-list>`}renderHitTestResults(){let{_messages:e,_activeTraceLocationType:t,_featuresFromHitTest:i,mode:a}=this,r=t==="starting-point"?e.labels.addSpatial.startingPoint:t==="barrier"?e.labels.addSpatial.barrier:e.labels.addSpatial.stoppingPoint;return s`<calcite-flow-item .selected=${a==="add-spatial-feature-list"} .heading=${r} @calciteFlowItemBack=${o=>this._handleAddSpatialCancelClick(o)}>${this.renderFeaturesList(i)}</calcite-flow-item>`}renderSelectedFeature(){let{_selectedFeature:e}=this;if(!e)return this.mode="default",null;let t=this._featuresComponentElement,i=t?.selectedFeature?[t.selectedFeature]:[e];return s`<arcgis-features .referenceElement=${this.referenceElement} .features=${i} .view=${this.view} .defaultPopupTemplateEnabled=${this._defaultPopupTemplateEnabled} open @arcgisClose=${()=>this._handleFeaturesClose()} .autoDestroyDisabled=${this.autoDestroyDisabled} ${h(this._featuresComponentRefChange)}></arcgis-features>`}renderAddSpatialFooter(){let{mode:e,_messages:t,selectedUtilityNetwork:i,_selectedFeature:a}=this,r=F(t.warnings.exceededDisplayLimit,{limit:this._displayLimit.toString()}),o=e==="add-spatial-feature-list"&&this._exceedDisplayLimit,l=a?!(i?.isUtilityLayer(a.layer)??!0):!0;return s`${o&&s`<calcite-input-message id=results-limited-message icon=exclamation-mark-circle status=idle>${r}</calcite-input-message>`||""}<calcite-button appearance=outline width=full @click=${()=>{this._handleAddSpatialCancelClick()}} slot=footer>${t.buttons.cancel}</calcite-button>${e==="add-spatial-feature"&&s`<calcite-button width=full slot=footer appearance=solid @click=${()=>{this._handleAddSpatialAddClick()}} .disabled=${l}>${t.buttons.add}</calcite-button>`||""}`}renderStartingPointSelection(){return s`<arcgis-utility-network-trace-location .view=${this.view} trace-location-type=starting-point .beforeTraceLocationSelectStart=${this.beforeTraceLocationSelectStart} @arcgisTraceLocationSelectStart=${this._handleTraceLocationSelectStart} @arcgisTraceLocationSelectEnd=${this._handleTraceLocationSelectEnd} @arcgisTraceLocationChange=${()=>this.arcgisTraceInputsChange.emit()} .sketchViewModel=${this._sketchViewModel} .utilityNetwork=${this.selectedUtilityNetwork} .filterLayers=${this._unLayers} .flagLayer=${this._getGraphicLayer(c)} .traceLocations=${this._startingPoints} .afterHitTest=${this._handleHitTestComplete.bind(this)} .autoDestroyDisabled=${this.autoDestroyDisabled} ${h(this._traceLocationStartingRefChange)}></arcgis-utility-network-trace-location>`}renderStoppingPointSelection(){return s`<arcgis-utility-network-trace-location .view=${this.view} trace-location-type=stopping-point .beforeTraceLocationSelectStart=${this.beforeTraceLocationSelectStart} @arcgisTraceLocationSelectStart=${this._handleTraceLocationSelectStart} @arcgisTraceLocationSelectEnd=${this._handleTraceLocationSelectEnd} @arcgisTraceLocationChange=${()=>this.arcgisTraceInputsChange.emit()} .sketchViewModel=${this._sketchViewModel} .utilityNetwork=${this.selectedUtilityNetwork} .filterLayers=${this._unLayers} .flagLayer=${this._getGraphicLayer(c)} .traceLocations=${this._stoppingPoints} .afterHitTest=${this._handleHitTestComplete.bind(this)} .autoDestroyDisabled=${this.autoDestroyDisabled} ${h(this._traceLocationStoppingRefChange)}></arcgis-utility-network-trace-location>`}renderBarrierSelection(){return s`<arcgis-utility-network-trace-location .view=${this.view} trace-location-type=barrier .beforeTraceLocationSelectStart=${this.beforeTraceLocationSelectStart} @arcgisTraceLocationSelectStart=${this._handleTraceLocationSelectStart} @arcgisTraceLocationSelectEnd=${this._handleTraceLocationSelectEnd} @arcgisTraceLocationChange=${()=>this.arcgisTraceInputsChange.emit()} .sketchViewModel=${this._sketchViewModel} .utilityNetwork=${this.selectedUtilityNetwork} .filterLayers=${this._unLayers} .flagLayer=${this._getGraphicLayer(c)} .traceLocations=${this._barriers} .afterHitTest=${this._handleHitTestComplete.bind(this)} .autoDestroyDisabled=${this.autoDestroyDisabled} ${h(this._traceLocationBarrierRefChange)}></arcgis-utility-network-trace-location>`}renderSubnetworkNameInput(){return s`<calcite-input clearable type=text .placeholder=${this._messages.instructions.enterSubnetworkName} max-length=64 .value=${this.selectedSubnetworkName} @calciteInputInput=${e=>this.selectedSubnetworkName=e.target.value}></calcite-input><calcite-input-message icon=exclamation-mark-triangle status=idle>${this._messages.labels.tooManySubnetworks}</calcite-input-message>`}renderSubnetworkSelectList(){return s`<calcite-select .label=${this._messages.labels.subnetworkName} .value=${this.selectedSubnetworkName} @calciteSelectChange=${e=>this.selectedSubnetworkName=e.target.value}>${this.compatibleSubnetworkNames.map(e=>s`<calcite-option .value=${e}>${e}</calcite-option>`)}</calcite-select>`}renderSubnetworkSelection(){let{compatibleSubnetworkNames:e}=this,t=this._messages.labels.subnetworkName;return this.isSubnetworkNameTraceSelected?this._state==="loading"?s`<calcite-loader class="inline-loader" label=loading scale=s></calcite-loader>`:e.length?s`<calcite-block .heading=${t} .label=${t} expanded>${e.length>x?this.renderSubnetworkNameInput():this.renderSubnetworkSelectList()}</calcite-block>`:this.renderError(this._messages.errors.noCompatibleSubnetworks,!1,"exclamation-mark-triangle"):null}renderSubnetworkInfo(){let{_messages:e,selectedNamedTraceConfiguration:t,_unTraceConfiguration:i}=this;return i&&t?.traceType&&this._subnetworkTraceTypes.has(t.traceType)?s`<calcite-block id=subnetwork-info-block expanded .label=${e.labels.subnetworkInfo}><arcgis-utility-network-subnetwork-info .namedTraceConfig=${t}></arcgis-utility-network-subnetwork-info></calcite-block>`:null}renderContent(){let{utilityNetworks:e}=this,t=this.selectedNamedTraceConfiguration?.traceConfiguration;if(!e||e.length===0)return this.renderError(this._messages.errors.noUtilityNetworkError);let i=s`${this.renderTraceSelection()}${this.renderSubnetworkInfo()}${this.renderSubnetworkSelection()}`,a=s`${this.showStartingPoints?this.renderStartingPointSelection():null}${this.showStoppingPoints?this.renderStoppingPointSelection():null}${this.renderBarrierSelection()}`;return s`<calcite-block-group .label=${this._messages.labels.traceInputs}>${e.length>1?this.renderUtilityNetworkSelection():null}${this.selectedUtilityNetwork?.loaded?i:this.renderLoader()}${t?a:null}</calcite-block-group>`}render(){let{mode:e}=this;return s`<calcite-panel>${e==="add-spatial-feature"?this.renderSelectedFeature():s`<calcite-flow>${this.renderDefaultMode()}${this.renderSpatialSelectInstructions()}${this.renderHitTestResults()}</calcite-flow>`}${e!=="default"?this.renderAddSpatialFooter():null}</calcite-panel>`}};S("arcgis-utility-network-trace-inputs",f);return f},"applications/Components/featureUtils","core/Collection","core/reactiveUtils","intl","layers/GraphicsLayer","networks/support/UNTraceConfiguration","rest/networks/support/TraceLocation","rest/support/FeatureSet","views/interactive/snapping/FeatureSnappingLayerSource","widgets/Sketch/SketchViewModel",a)
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */
|
|
2
|
+
import f from"./EAV2N3XM.js";import e from"./QH2WUE6T.js";import d from"./TJXR3SIG.js";import{g as l}from"./HFWMJJFD.js";import"./NJN3I6EV.js";import b from"./O5TDDX7K.js";import"./LB32PLWG.js";import{O as c,U as n,a,x as s}from"./BDUD457O.js";import"./3TTFCHAA.js";export default $arcgis.t(([{watch:h},p,m,{b:d},,,g])=>{var f=a`.esri-widget__heading{color:var(--calcite-color-text-2);margin:0 0 .5rem;font-weight:var(--calcite-font-weight-semibold)}h1.esri-widget__heading{font-size:var(--calcite-font-size-xl)}h2.esri-widget__heading{font-size:var(--calcite-font-size-md)}h3.esri-widget__heading,h4.esri-widget__heading,h5.esri-widget__heading,h6.esri-widget__heading{font-size:var(--calcite-font-size)}.esri-widget{box-sizing:border-box;color:var(--calcite-color-text-2);background-color:var(--calcite-color-foreground-1);font-size:var(--calcite-font-size);line-height:var(--calcite-font-line-height-relative-tight)}.esri-widget *,.esri-widget :before,.esri-widget :after{box-sizing:inherit}.esri-widget.esri-widget--disabled>*{opacity:.4;pointer-events:none}.esri-widget.esri-widget--compact{--esri-widget-padding-y: 0;--esri-widget-padding-x: 0}.esri-widget__anchor{color:var(--calcite-color-text-2)}.esri-widget__anchor:hover{color:var(--calcite-color-text-3)}.esri-widget__anchor:hover,.esri-widget__anchor:focus{text-decoration:underline}.esri-widget__anchor--disabled{opacity:.4;pointer-events:none}.esri-widget__header{background-color:var(--calcite-color-foreground-1);flex:1 0 100%;justify-content:space-between;align-items:center;width:100%;min-height:48px;padding:12px 0 12px 15px;display:flex}.esri-widget__heading{word-break:break-word}.esri-widget__header .esri-widget__heading{width:calc(100% - 48px);text-align:initial;color:var(--calcite-color-text-1);align-items:center;margin:0;padding:0;display:flex}.esri-widget__header-button{appearance:none;cursor:pointer;color:var(--calcite-color-text-2);background-color:var(--calcite-color-foreground-1);border:none;flex:0 0 48px;justify-content:center;align-self:stretch;align-items:center;width:48px;padding:0;display:flex}.esri-widget__footer{background-color:var(--calcite-color-foreground-1);justify-content:center;align-items:center;width:100%;min-height:48px;display:flex}.esri-widget__footer-pagination{color:var(--calcite-color-text-2);justify-content:space-between;align-items:center;display:flex}.esri-widget__footer-pagination-previous-button,.esri-widget__footer-pagination-next-button{cursor:pointer;background-color:var(--calcite-color-foreground-1);border:0;margin:0 7px;padding:12px 15px;transition:background-color .125s ease-in-out}.esri-widget__footer-pagination-previous-button:hover,.esri-widget__footer-pagination-previous-button:focus,.esri-widget__footer-pagination-next-button:hover,.esri-widget__footer-pagination-next-button:focus{color:var(--calcite-color-text-1);background-color:var(--calcite-color-foreground-1)}.esri-menu{visibility:hidden;z-index:1;background-clip:padding;background-color:var(--calcite-color-foreground-1);background-clip:padding-box;width:100%;max-height:0;margin:2px 0 0;padding:0;font-size:var(--calcite-font-size);line-height:var(--calcite-spacing-xl);position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 1px 2px #0000004d}.esri-menu .esri-menu__header{color:var(--calcite-color-text-inverse);background-color:var(--calcite-color-inverse);padding:6px 12px}.esri-menu__list{margin:0;padding:0;list-style:none}.esri-menu__list-item{cursor:pointer;border-top:1px solid #adadad4d;border-left:3px solid #0000;padding:.8em 1em}.esri-menu__list-item [class^=esri-icon-],.esri-menu__list-item [class*=" esri-icon-"]{padding-right:2.8px}.esri-menu__list-item:first-child{border-top:none}.esri-menu__list-item--focus,.esri-menu__list-item:hover,.esri-menu__list-item:focus{background-color:var(--calcite-color-foreground-1)}.esri-menu__list-item:active{background-color:var(--calcite-color-foreground-current)}.esri-menu__list-item--active,.esri-menu__list-item--active:hover,.esri-menu__list-item--active:focus{background-color:var(--calcite-color-foreground-1);border-left-color:var(--calcite-color-brand)}.esri-widget__table{border-collapse:collapse;color:var(--calcite-color-text-1);border:none;width:100%;line-height:var(--calcite-font-line-height-relative-tight)}.esri-widget__table tr:nth-child(odd){background-color:var(--calcite-color-transparent)}.esri-widget__table tr:nth-child(2n){background-color:var(--calcite-color-transparent-press)}.esri-widget__table tr a{color:var(--calcite-color-text-2)}.esri-widget__table tr a:hover,.esri-widget__table tr a:focus{color:var(--calcite-color-text-1)}.esri-widget__table tr td,.esri-widget__table tr th{vertical-align:top;word-break:break-word;padding:.5em .7em;font-size:var(--calcite-font-size-sm);font-weight:var(--calcite-font-weight-regular)}.esri-widget__table tr th{text-align:left;border-right:3px solid #0000000d;width:50%}.esri-widget__table tr td{width:50%}.esri-input{color:var(--calcite-color-text-1);background-color:var(--calcite-color-foreground-1);border:1px solid #959595;font-size:var(--calcite-font-size)}.esri-input::-ms-clear{display:none}.esri-input::placeholder{opacity:1;color:var(--calcite-color-text-2)}.esri-input:placeholder-shown{text-overflow:ellipsis}.esri-input[type=text],.esri-input[type=password],.esri-input[type=number]{height:32px;padding:0 .5em}calcite-combobox.esri-input{border:none}.esri-widget__content--empty{text-align:center;color:var(--calcite-color-border-input);flex-flow:column wrap;align-items:center;padding:18px 22px;display:flex}.esri-widget__content--empty h1.esri-widget__heading,.esri-widget__content--empty h2.esri-widget__heading,.esri-widget__content--empty h3.esri-widget__heading,.esri-widget__content--empty h4.esri-widget__heading,.esri-widget__content--empty h5.esri-widget__heading{font-weight:var(--calcite-font-weight-regular)}.esri-widget__content-illustration--empty{width:128px;padding:1rem 0}.esri-widget__content-icon--empty{width:32px;padding:.5rem 0}.esri-select{appearance:none;cursor:pointer;color:var(--calcite-color-text-2);background:var(--calcite-color-foreground-1) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-8 -8 32 32' width='32' height='32'%3E%3Cpath d='M8 11.207l-4-4V5.793l4 4 4-4v1.414z' fill='%23adadad' fillrule='nonzero'/%3E%3C/svg%3E") 100% no-repeat;border:1px solid #959595;border-radius:0;width:100%;height:32px;margin:0;padding:0 .5em;font-family:inherit;font-size:.85em;display:block}.esri-select[disabled]{cursor:auto}.esri-select::-ms-expand{display:none}.esri-disabled a,.esri-disabled [role=menu],.esri-disabled [role=checkbox],.esri-disabled [class^=esri-icon-],.esri-disabled [class*=" esri-icon-"]{color:var(--calcite-color-text-3)}.keynav-mode .esri-widget:focus,.keynav-mode .esri-widget :focus{z-index:1;outline-offset:2px;outline:2px solid #adadad}.esri-widget__loader-animation{border:.15em solid #adadad4d;border-top-color:var(--calcite-color-border-input);border-radius:100%;width:1em;height:1em;font-size:var(--calcite-font-size-md);animation:1.25s linear infinite esri-rotate;display:block;transform:translateZ(0)}:dir(rtl) .esri-widget__table th{text-align:right;border-left:3px solid #0000000d;border-right:none}:dir(rtl) .esri-select{background-position:0}:dir(rtl) .esri-menu__list-item{border-left:none;border-right:3px solid #0000}:dir(rtl) .esri-menu__list-item [class^=esri-icon-],:dir(rtl) .esri-menu__list-item [class*=" esri-icon-"]{padding-left:2px;padding-right:0}:dir(rtl) .esri-menu__list-item--active{border-right-color:var(--calcite-color-brand)}.esri-icon-font-fallback-text{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.esri-rotating{animation:1.25s linear infinite esri-rotate;transform:translateZ(0)}.esri-clearfix:before,.esri-clearfix:after{content:" ";display:table}.esri-clearfix:after{clear:both}.esri-interactive{cursor:pointer}.esri-hidden{display:none!important}.esri-invisible{visibility:hidden!important}.esri-offscreen{position:absolute;top:-999em;left:-999em}.esri-match-height{flex-direction:column;flex:auto;display:flex;overflow:hidden}.esri-search{flex-flow:row;justify-content:center;align-items:center;width:240px;display:flex}.esri-search__dropdown{--calcite-color-border-1: var(--calcite-color-border-input);--calcite-dropdown-width: 240px;width:31px}.esri-search__autocomplete{flex:1}.esri-search__container{flex-flow:row;flex:1 0 100%;align-items:stretch;display:flex;position:relative}.esri-search__form{flex-flow:row;flex:1 0;align-items:stretch;margin:0;padding:0;display:flex}.esri-search-result-renderer calcite-block,.esri-search-result-renderer calcite-block[expanded]{margin-block:0;border:0;margin-block-start:var(--calcite-spacing-md)}.esri-search__submit-button{position:absolute;margin:-1px;border-width:0;padding:0;width:1px;height:1px;overflow:hidden;white-space:nowrap;clip:rect(0,0,0,0)}:host{display:flex}.esri-directions{display:flex;flex:1 1 auto;overflow:hidden}.esri-directions calcite-flow-item{--calcite-color-background: var(--calcite-color-foreground-1)}.esri-directions calcite-flow{z-index:1;position:relative}.esri-directions__accordion{--calcite-accordion-border-color: transparent}.esri-directions__stop-container{--calcite-list-border-color: transparent;--calcite-list-background-color-hover: var(--calcite-color-foreground-1);margin-block-start:var(--calcite-spacing-sm);display:flex}.esri-directions__stop-list{flex:auto}.esri-directions__action-container{margin-top:var(--calcite-spacing-sm);margin-inline:var(--calcite-spacing-sm);display:flex}.esri-directions__add-stop-button{margin-inline-end:var(--calcite-spacing-xs)}.esri-directions__departure-time{--calcite-label-margin-bottom: 0}.esri-directions__departure-time-options{margin-bottom:var(--calcite-spacing-sm);display:flex}.esri-directions__departure-time-options calcite-input-date-picker,.esri-directions__departure-time-options calcite-input-time-picker{flex:1}.esri-directions__directions-header{line-height:var(--calcite-font-line-height-relative-snug);color:var(--calcite-color-text-3);font-size:var(--calcite-font-size--2);flex-direction:column;display:flex}.esri-directions__header-stops{gap:var(--calcite-spacing-base) var(--calcite-spacing-xxs);font-size:var(--calcite-font-size--1);grid-template-columns:auto 1fr;margin-block-end:var(--calcite-spacing-base);display:grid}.esri-directions__directions-header-stop-name{text-overflow:ellipsis;color:var(--calcite-color-text-1);font-weight:var(--calcite-font-weight-medium);overflow:hidden}.esri-directions__edit-footer{border-top:var(--calcite-border-width-sm) solid var(--calcite-color-border-3);padding:var(--calcite-spacing-md)}.esri-directions__edit-information-container{border-bottom:var(--calcite-border-width-sm) solid var(--calcite-color-border-3);background-color:var(--calcite-color-surface-1);padding:var(--calcite-spacing-md)}.esri-directions__edit-toolbar-container{margin:var(--calcite-spacing-md);flex-flow:column;align-items:flex-start;display:flex}.esri-directions__edit-toolbar{border-width:var(--calcite-border-width-sm);border-radius:var(--calcite-corner-radius-round);border-style:solid;border-color:var(--calcite-color-foreground-3);flex-flow:row;display:flex;overflow:hidden}.esri-directions__solve-route{border-inline-start:solid var(--calcite-border-width-sm) var(--calcite-color-border-3)}.esri-directions__flex-column{flex-direction:column;display:flex}.esri-directions__flex-row{flex-direction:row;display:flex}.esri-directions__label-emphasize{font-weight:var(--calcite-font-weight-medium)}.esri-directions__label-no-bottom-margin{--calcite-label-margin-bottom: 0}.esri-directions__margin-inline-medium{margin-inline:var(--calcite-spacing-md)}.esri-directions__padding-medium{padding:var(--calcite-spacing-md)}.esri-directions__route-item{margin:var(--calcite-spacing-md);border:var(--calcite-border-width-sm) solid var(--calcite-color-border-3);border-radius:var(--calcite-corner-radius-round);flex:1 0 auto;width:auto;margin-block-start:var(--calcite-spacing-sm);display:flex;overflow:hidden}.esri-directions__route-item-button{background-color:var(--calcite-color-foreground-1);padding:var(--calcite-spacing-sm) var(--calcite-spacing-md);text-align:unset;font-family:var(--calcite-font-family);border:none;flex:1 0 auto;align-items:center;margin:0;padding-inline-end:var(--calcite-spacing-xs);display:flex}.esri-directions__route-item-button:hover{background-color:var(--calcite-color-foreground-2);cursor:pointer}.esri-directions__route-item-button-content{flex-direction:column;flex:1 0 auto;display:flex}.esri-directions__route-item-label{line-height:var(--calcite-font-line-height-relative-snug);color:var(--calcite-color-text-1);font-size:var(--calcite-font-size-md);font-weight:var(--calcite-font-weight-medium)}.esri-directions__route-item-description{line-height:var(--calcite-font-line-height-relative-snug);color:var(--calcite-color-text-3);font-size:var(--calcite-font-size--2);font-weight:var(--calcite-font-weight-regular)}.esri-directions__optimize-section{--calcite-block-section-header-text-color: var(--calcite-color-text-1)}.esri-directions__optimize-switches{cursor:pointer;margin-inline-start:var(--calcite-spacing-md)}.esri-directions__panel-header-action{align-items:center;display:flex}.esri-directions__primary-flow-item{flex-flow:column;flex:auto;justify-content:flex-start;align-items:stretch;display:flex;overflow:visible}.esri-directions__primary-footer{border-top:var(--calcite-border-width-sm) solid var(--calcite-color-border-3);padding:var(--calcite-spacing-md)}.esri-directions__primary-footer-centered{border-top:var(--calcite-border-width-sm) solid var(--calcite-color-border-3);padding:var(--calcite-spacing-md);flex-flow:column wrap;align-items:center;display:flex}.esri-directions__primary-footer-loader{--calcite-loader-spacing: 0;margin-top:var(--calcite-spacing-md);margin-bottom:var(--calcite-spacing-md)}.esri-directions__save-error{flex-direction:column;align-items:center;display:flex}.esri-directions__save-error-icon{margin-top:calc(var(--calcite-spacing-lg) * 3);margin-bottom:var(--calcite-spacing-xxs);color:var(--calcite-color-status-danger)}.esri-directions__save-error-label{margin-inline:var(--calcite-spacing-sm)}.esri-directions__save-process-loader{padding-top:calc(var(--calcite-spacing-lg) * 3);padding-bottom:calc(var(--calcite-spacing-lg) * 2)}.esri-directions__selected-feature-container{margin-inline:var(--calcite-spacing-md);height:100px;overflow-y:auto}.esri-directions__separator{margin:var(--calcite-spacing-md) 0;background-color:var(--calcite-color-border-3);height:var(--calcite-border-width-sm)}.esri-directions__stop-item .esri-search{width:auto}.esri-directions__print-document{box-sizing:border-box;z-index:var(--calcite-z-index-overlay);background-color:var(--calcite-color-foreground-1);width:100%;height:100%;position:fixed;top:0;left:0;overflow-y:scroll}.esri-directions__print-body{padding-inline:var(--calcite-spacing-md);flex-direction:column;display:flex}.esri-directions__print-header{margin-bottom:var(--calcite-spacing-lg);border-block-end:var(--calcite-border-width-sm) solid var(--calcite-color-border-3);align-items:center;display:flex}.esri-directions__print-header-label{padding-block:var(--calcite-spacing-sm);line-height:var(--calcite-font-line-height-relative-snug);color:var(--calcite-color-text-3);font-size:var(--calcite-font-size--2);font-weight:var(--calcite-font-weight-bold);flex-direction:column;flex-grow:1;display:flex}.esri-directions__print-section{margin-top:var(--calcite-spacing-md);flex-direction:column;display:flex}.esri-directions__print-header-buttons{padding-inline-end:var(--calcite-spacing-md);display:flex}.esri-directions__print--avoid-page-break{break-inside:avoid}@media print{body.esri-directions__print-media{margin:0;padding:0}body.esri-directions__print-media>:not(div.esri-directions__print-document){display:none}}@media print{.esri-directions__print-document{height:auto;position:static;overflow:visible}.esri-directions__print--hide-on-print{display:none}}`,v=g(m),t="map-components:arcgis-directions",o=class extends c{constructor(){super(...arguments),this.widget=v(this),this.viewModel=this.widget.viewModel,this.view=this.widget.view,this.apiKey=this.widget.apiKey,this.autoDestroyDisabled=!1,this.goToOverride=this.widget.goToOverride,this.headingLevel=this.widget.headingLevel,this.hideLayerDetails=this.widget.visibleElements.layerDetails,this.hidePrintButton=this.widget.visibleElements.printButton,this.hideSaveAsButton=this.widget.visibleElements.saveAsButton,this.hideSaveButton=this.widget.visibleElements.saveButton,this.icon=this.widget.icon,this.label=this.widget.label,this.lastRoute=this.widget.lastRoute,this.layer=this.widget.layer,this.maxStops=this.widget.maxStops,this.searchProperties=this.widget.searchProperties,this.state=this.viewModel.state,this.unit=this.widget.unit,this.useDefaultRouteLayer=!1,this.arcgisPropertyChange=l()("lastRoute","state"),this.arcgisReady=s()}static{this.properties={view:0,apiKey:1,autoDestroyDisabled:5,autoSolveOnEditActive:5,goToOverride:0,headingLevel:9,hideLayerDetails:5,hidePrintButton:5,hideSaveAsButton:5,hideSaveButton:5,icon:1,label:1,lastRoute:32,layer:0,maxStops:9,referenceElement:1,routeLayerItemId:1,searchProperties:0,state:32,unit:1,useDefaultRouteLayer:5}}static{this.styles=f}get autoSolveOnEditActive(){return this.viewModel.autoSolveOn.includes("active")}set autoSolveOnEditActive(i){let{autoSolveOn:e}=this.viewModel;if(i)e.includes("active")||e.push("active");else{let r=e.indexOf("active");r!==-1&&e.splice(r,1)}}async destroy(){await this.manager.destroy()}async getDirections(){if(this.widget?.viewModel?.state!=="ready")throw new Error(`${t} - component not ready to get directions`);return await this.widget?.getDirections()}async save(){if(this.widget?.viewModel?.state!=="ready")throw new Error(`${t} - component not ready to save directions`);return await this.widget?.save()}async saveAs(i,e){if(this.widget?.viewModel?.state!=="ready")throw new Error(`${t} - component not ready to save directions as a Portal Item`);return await this.widget?.saveAs(i,e)}async zoomToRoute(){if(this.widget?.viewModel?.state!=="ready")throw new Error(`${t} - component not ready to zoom to route`);this.widget?.zoomToRoute()}willUpdate(i){if(i.has("routeLayerItemId")){let e=this.routeLayerItemId;if(d(e)&&!this.useDefaultRouteLayer){let{layer:r}=this;r&&this.widget.view?.map?.remove(r),this._setDefaultLayer()}else e&&this.widget&&(this.layer=new p({portalItem:{id:e}}),this.widget.view?.map?.add(this.layer))}i.has("useDefaultRouteLayer")&&this._setDefaultLayer()}async startEditing(){if(this.widget?.viewModel?.state!=="ready")throw new Error(`${t} - component not ready to start editing`);this.widget.viewModel.startEditing()}async stopEditing(){if(this.widget?.viewModel?.state!=="ready")throw new Error(`${t} - component not ready to stop editing`);this.widget.viewModel.stopEditing()}_setDefaultLayer(){this.useDefaultRouteLayer&&!this.routeLayerItemId&&(this.layer=new p,h(()=>this.widget.view,()=>this.widget.view?.map?.add(this.layer),{once:!0}))}};n("arcgis-directions",o);return o},"core/reactiveUtils","layers/RouteLayer","widgets/Directions",b,d,e,f)
|
package/dist/cdn/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */
|
|
2
|
-
import{C as e,T as t}from"./BDUD457O.js";import"./3TTFCHAA.js";var a=e(t,{"arcgis-area-measurement-2d":[()=>import("./EXSFSEK3.js"),"analysis:,autoDestroyDisabled,hideStartButton,hideUnitSelect,hideVisualization,icon,label,messages:,referenceElement,snappingOptions:,state:,unit,unitOptions:,view:;clear,destroy,start"],"arcgis-area-measurement-3d":[()=>import("./5HUNDZSE.js"),"analysis:,autoDestroyDisabled,hideStartButton,hideUnitSelect,hideVisualization,icon,label,messages:,referenceElement,state:,unit,unitOptions:,view:;clear,destroy,start"],"arcgis-attachments":[()=>import("./WMSKSUGI.js"),"attachmentInfos:,attachmentKeywords:,attachmentTypes:,autoDestroyDisabled,capabilities:,displayType,graphic:,hideAddButton,hideAddSubmitButton,hideCancelAddButton,hideCancelUpdateButton,hideDeleteButton,hideErrorMessage,hideProgressBar,hideUpdateButton,icon,label,referenceElement,state:,submitting:;destroy"],"arcgis-basemap-gallery":[()=>import("./XEKVZSQD.js"),"activeBasemap,autoDestroyDisabled,disabled,headingLevel,icon,label,messageOverrides:,messages:,referenceElement,source:,state:,view:;destroy"],"arcgis-basemap-gallery-item":[()=>import("./46PYSV4C.js"),"disabled,item:,itemIndex,messages:,viewModel:"],"arcgis-basemap-layer-list":[()=>import("./3RWP2MFY.js"),"autoDestroyDisabled,baseFilterPredicate:,baseFilterText,baseItems:,baseListItemCreatedFunction:,basemapTitle,catalogLayerList:,catalogOptions:,closed,collapsed,dragEnabled,editingTitle,filterPlaceholder,headingLevel,hideBaseLayers,hideHeading,hideReferenceLayers,hideStatusIndicators,icon,label,minFilterItems,referenceElement,referenceFilterPredicate:,referenceFilterText,referenceItems:,referenceListItemCreatedFunction:,selectedItems:,selectionMode,showCloseButton,showCollapseButton,showEditTitleButton,showErrors,showFilter,showTemporaryLayerIndicators,state:,view:,visibilityAppearance;destroy"],"arcgis-basemap-toggle":[()=>import("./AEQFRO7B.js"),"activeBasemap:,autoDestroyDisabled,icon,label,messageOverrides:,messages:,nextBasemap,referenceElement,showTitle,state:,view:;destroy,toggle"],"arcgis-bookmarks":[()=>import("./667Y5WZS.js"),"autoDestroyDisabled,bookmarks,closed,defaultCreateOptions:,defaultEditOptions:,disabled,dragEnabled,filterPlaceholder,filterText,goToOverride:,headingLevel,hideThumbnail,hideTime,icon,label,messageOverrides:,messages:,referenceElement,showAddBookmarkButton,showCloseButton,showCollapseButton,showEditBookmarkButton,showFilter,showHeading,state:,timeDisabled,view:;destroy,goTo"],"arcgis-building-explorer":[()=>import("./NCUVQ62D.js"),"autoDestroyDisabled,headingLevel,hideDisciplines,hideLevels,hidePhases,icon,label,layers:,level,levelDisabled:,levels:,messages:,phase,phaseDisabled:,phases:,referenceElement,view:;destroy"],"arcgis-building-discipline-tree":[()=>import("./AODIPCQO.js"),"layers:,messages:,toggleSiblingsVisibility"],"arcgis-building-level-picker":[()=>import("./5JF5N6II.js"),"level:,levelHeight:,levelsHeight:,messages:,numberOfLevels:"],"arcgis-building-level-item":[()=>import("./NIEHEX74.js"),"active,baseWidth,height,hovered,level,messages:,width"],"arcgis-building-phase-picker":[()=>import("./NKRZ2VLU.js"),"messages:,numberOfPhases:,phase:,phaseHeight:"],"arcgis-catalog-layer-list":[()=>import("./JEG2YAUH.js"),"autoDestroyDisabled,catalogItems:,catalogLayer:,closed,collapsed,filterPlaceholder,filterPredicate:,filterText,headingLevel,hideStatusIndicators,icon,label,listItemCreatedFunction:,minFilterItems,referenceElement,selectedItems:,selectionMode,showCloseButton,showCollapseButton,showErrors,showFilter,showHeading,showTemporaryLayerIndicators,state:,view:,visibilityAppearance;destroy"],"arcgis-compass":[()=>import("./PX7OQ23D.js"),"autoDestroyDisabled,goToOverride:,icon,label,messageOverrides:,messages:,orientation:,referenceElement,state:,view:,visualScale;destroy,reset"],"arcgis-coordinate-conversion":[()=>import("./IWN6U37Z.js"),"autoDestroyDisabled,conversions:,currentLocation:,expanded,formats:,goToOverride:,headingLevel,hideCaptureButton,hideExpandButton,hideInputButton,hideSettingsButton,icon,label,locationSymbol:,messages:,mode,multipleConversionsDisabled,orientation,referenceElement,state:,storageDisabled,storageType,view:;destroy,reverseConvert"],"arcgis-daylight":[()=>import("./UIQHTGAK.js"),"autoDestroyDisabled,currentSeason,dateOrSeason,dayPlaying,headingLevel,hideDatePicker,hideHeader,hidePlayButtons,hideShadowsToggle,hideSunLightingToggle,hideTimezone,icon,label,localDate,messages:,playSpeedMultiplier,referenceElement,timeSliderPosition,timeSliderSteps,utcOffset,view:,yearPlaying;destroy"],"arcgis-directional-pad":[()=>import("./XE7L75G7.js"),"autoDestroyDisabled,disabled,hideDirectionalButtons,icon,label,messageOverrides:,messages:,referenceElement,showRotationResetButton,showRotationSlider,state:,view:,visualScale;destroy"],"arcgis-directions":[()=>import("./U3P6MNLN.js"),"apiKey,autoDestroyDisabled,autoSolveOnEditActive,goToOverride:,headingLevel,hideLayerDetails,hidePrintButton,hideSaveAsButton,hideSaveButton,icon,label,lastRoute:,layer:,maxStops,referenceElement,routeLayerItemId,searchProperties:,state:,unit,useDefaultRouteLayer,view:;destroy,getDirections,save,saveAs,startEditing,stopEditing,zoomToRoute"],"arcgis-direct-line-measurement-3d":[()=>import("./WQZ44Y3Z.js"),"analysis:,autoDestroyDisabled,hideStartButton,hideUnitSelect,hideVisualization,icon,label,messages:,referenceElement,state:,unit,unitOptions:,view:;clear,destroy,start"],"arcgis-distance-measurement-2d":[()=>import("./SUUWINLA.js"),"analysis:,autoDestroyDisabled,hideStartButton,hideUnitSelect,hideVisualization,icon,label,messages:,referenceElement,snappingOptions:,state:,unit,unitOptions:,view:;clear,destroy,start"],"arcgis-editor":[()=>import("./LQA4IF5M.js"),"activeWorkflow:,autoDestroyDisabled,headingLevel,hideCreateFeaturesSection,hideEditFeaturesSection,hideLabelsToggle,hideMergeButton,hideSettingsMenu,hideSketch,hideSnappingControlsElementsEnabledToggle,hideSnappingControlsElementsFeatureEnabledToggle,hideSnappingControlsElementsLayerList,hideSnappingControlsElementsSelfEnabledToggle,hideSplitButton,hideTooltipsToggle,hideUndoRedoButtons,hideZoomToButton,icon,label,labelOptions:,layerInfos:,referenceElement,selectionManager:,showSnappingControlsElementsHeader,snappingOptions:,state:,supportingWidgetDefaults:,syncViewSelection,tooltipOptions:,useLegacyCreateTools,view:;cancelWorkflow,deleteFeatureFromWorkflow,destroy,startCreateFeaturesWorkflowAtFeatureCreation,startCreateFeaturesWorkflowAtFeatureTypeSelection,startUpdateWorkflowAtFeatureEdit,startUpdateWorkflowAtFeatureSelection,startUpdateWorkflowAtMultipleFeatureSelection;cancelSelectionTool"],"arcgis-elevation-profile":[()=>import("./23TQHX3R.js"),"_messages:,analysis:,autoDestroyDisabled,distanceUnit,distanceUnitOptions:,effectiveDisplayUnits:,elevationInfo:,elevationUnit,elevationUnitOptions:,feature:,geometry:,hideChart,hideClearButton,hideDistanceDisplayUnitSelect,hideElevationDisplayUnitSelect,hideLegend,hideSelectButton,hideSettingsButton,hideStartButton,hideUniformChartScalingToggle,hideVisualization,highlightDisabled,icon,indicatorRelativePosition:,label,messageOverrides:,profiles:,progress:,referenceElement,state:,uniformChartScaling,view:;clear,destroy,select,start,stop"],"arcgis-elevation-profile-legend":[()=>import("./DUSCPURL.js"),"effectiveDisplayUnits:,featureSelected,messages:,results:;destroy"],"arcgis-elevation-profile-legend-item":[()=>import("./ICCQCKZB.js"),"effectiveDisplayUnits:,expanded,featureSelected,hideCheckbox,messages:,result:;destroy"],"arcgis-elevation-profile-settings":[()=>import("./DV3AMXLQ.js"),"hideDistanceDisplayUnitSelect,hideElevationDisplayUnitSelect,hideUniformChartScalingToggle,messages:,uniformChartScaling,unitOptionsDistance:,unitOptionsElevation:,viewModel:;destroy"],"arcgis-elevation-profile-statistics":[()=>import("./4HVMKKUC.js"),"effectiveDisplayUnits:,messages:,result:;destroy"],"arcgis-expand":[()=>import("./EV3HXCIH.js"),"autoCollapse,autoDestroyDisabled,closeOnEscDisabled,collapseIcon,collapseTooltip,content,expanded,expandIcon,expandTooltip,focusTrapDisabled,group,icon,iconNumber,label,messageOverrides:,messages:,mode,placement,referenceElement,state:,topLayerDisabled,view:,visualScale;collapse,destroy,expand"],"arcgis-feature":[()=>import("./FHVJILOP.js"),"autoDestroyDisabled,chartAnimationDisabled,defaultPopupTemplateEnabled,flowItems:,graphic:,heading:,headingLevel,hideAttachmentsContent,hideContent,hideCustomContent,hideExpressionContent,hideFieldsContent,hideHeading,hideLastEditedInfo,hideMediaContent,hideTextContent,icon,isFeatureFromTable:,label,location:,map:,messageOverrides:,messages:,referenceElement,showRelationshipContent,showUtilityNetworkContent,spatialReference:,state:,timeZone,view:,viewModel:;destroy,nextMedia,previousMedia,setActiveMedia,updateGeometry"],"arcgis-feature-attachments":[()=>import("./L4QA437J.js"),"attachmentKeywords:,attachmentTypes:,description,displayType,graphic:,heading,headingLevel,messages:,orderByFields:"],"arcgis-feature-content":[()=>import("./SJJ4MLVA.js"),"creator,destroyer:,graphic:"],"arcgis-feature-element-info":[()=>import("./HVP4D5QA.js"),"description,heading,headingLevel"],"arcgis-feature-expression":[()=>import("./ZZ7EY45U.js"),"expressionInfo:,fieldInfoMap:,graphic:,headingLevel,interceptor:,location:,map:,messages:,spatialReference:,values:,view:"],"arcgis-feature-fields":[()=>import("./G7OKKTPN.js"),"description,expressionInfos:,fieldInfos:,graphic:,heading,headingLevel,isContentFieldInfos,layer:,messages:,values:"],"arcgis-feature-form":[()=>import("./VRC4A6UI.js"),"autoDestroyDisabled,disabled,editType,feature:,formTemplate:,groupDisplay,headingLevel,hideReadOnlyNotice,icon,label,layer:,map:,referenceElement,state:,timeZone;destroy,getValues,submit"],"arcgis-feature-media":[()=>import("./ZNKRUHBB.js"),"activeMediaInfo:,activeMediaInfoIndex,chartAnimationDisabled,description,fieldInfoMap:,formattedMediaInfoCount:,formattedMediaInfos:,formattedValues:,graphic:,heading,headingLevel,layer:,mediaInfos:,messages:,popupTemplate:,relatedInfos:,values:;;next,previous,setActiveMedia"],"arcgis-feature-relationship":[()=>import("./IOZAX7QH.js"),"activeCategory:,allItemsDescription:,autoDestroyDisabled,description,displayCount,featurePage,featuresPerPage,flowItems:,flowType,graphic:,heading,headingLevel,hideDescription,hideHeading,label,layer:,map:,messages:,orderByFields:,relationshipId,showAllEnabled,spatialReference:,timeZone,values:,view:;destroy"],"arcgis-feature-table":[()=>import("./7W7RNWBM.js"),"actionColumn:,actionColumnConfig:,activeFilters:,activeSortOrders:,allColumns:,allRelatedTablesVisible:,allVisibleColumns:,attachmentsColumns:,attachmentsEnabled,attachmentsViewOptions:,attributeTableTemplate:,autoDestroyDisabled,autoRefreshDisabled,autoSaveDisabled,canAddRelatedFeature:,columnPerformanceModeDisabled,columnReorderingDisabled,columns:,definitionExpression,description,disabled,editingEnabled,effectiveSize:,fieldColumns:,filterBySelectionEnabled,filterGeometry:,groupColumns:,hasContingentValues:,hasInvalidPendingEdits:,hasPendingEdits:,hiddenFields:,hideColumnDescriptions,hideColumnMenuItemsSortAscending,hideColumnMenuItemsSortDescending,hideColumnMenus,hideHeader,hideLayerDropdownIcons,hideMenu,hideMenuItemsClearSelection,hideMenuItemsDeleteSelection,hideMenuItemsExportSelectionToCsv,hideMenuItemsRefreshData,hideMenuItemsSelectedRecordsShowAllToggle,hideMenuItemsSelectedRecordsShowSelectedToggle,hideMenuItemsToggleColumns,hideMenuItemsZoomToSelection,hideProgress,hideSelectionColumn,hideTooltips,highlightDisabled,highlightIds:,icon,initialSize,isQueryingOrSyncing:,isSyncingAttachments:,label,layer:,layerItemId,layers:,layerUrl,layerView:,maxSize,menuConfig:,multipleSelectionDisabled,multipleSortEnabled,multipleSortPriority,navigationScale,noDataMessage,objectIds:,outFields:,pageCount:,pageIndex,pageSize,paginationEnabled,referenceElement,relatedRecordsEnabled,relatedTable:,relatedTables:,relationship:,relationshipColumns:,returnGeometryEnabled,returnMEnabled,returnZEnabled,rowHighlightIds:,selectionManager:,showLayerDropdown,size:,state:,supportsAddAttachments:,supportsAttachments:,supportsDeleteAttachments:,supportsResizeAttachments:,supportsUpdateAttachments:,syncTemplateOnChangesDisabled,syncViewSelection,tableController:,tableDisabled,tableParent:,tableTemplate:,tableTitle,timeExtent:,timeZone,view:,visibleColumns:;deleteSelection,destroy,discardPendingEdits,exportSelectionToCSV,findColumn,getFeatureStoreItemByObjectId,goToPage,hideColumn,nextPage,previousPage,refresh,refreshCellContent,savePendingEdits,scrollToBottom,scrollToIndex,scrollToLeft,scrollToRow,scrollToTop,showAllColumns,showColumn,sortColumn,toggleColumnVisibility,zoomToSelection;addPendingEdits"],"arcgis-feature-templates-legacy":[()=>import("./APV3AYJF.js"),"autoDestroyDisabled,disabledItemFunction:,enableListScroll,filterFunction:,filterText,groupBy,headingLevel,hideFilter,icon,items:,label,layers:,referenceElement,selectedItem:,selectionMode,state:,view:;destroy;select"],"arcgis-feature-utility-network-association-list":[()=>import("./VTWJOYZO.js"),"associatedFeatureCount:,associationViewModels:,autoDestroyDisabled,currentFeaturePage,description,displayCount,endIndex:,featuresPerPage,flowItems:,flowType,heading,map:,maxFeatureCount,messages:,parentFeatureViewModel:,referenceElement,selectedLayer:,showAllEnabled,spatialReference:,state,timeZone,tooltipReferenceMap:,view:;destroy"],"arcgis-feature-utility-network-associations":[()=>import("./HNDFLEFC.js"),"associationTypes:,autoDestroyDisabled,description,flowItems:,flowType,graphic:,heading,headingLevel,layer:,map:,messages:,parentFeatureViewModel:,referenceElement,source,spatialReference:,timeZone,view:;destroy"],"arcgis-features":[()=>import("./X7YUOD3X.js"),"actions:,active:,autoDestroyDisabled,chartAnimationDisabled,collapsed,content,defaultPopupTemplateEnabled,featureCount,featureMenuOpen,featureMenuTitle,featureNavigationTop,features:,featuresPerPage,featureViewModelAbilities:,goToOverride:,headerActions:,heading,headingLevel,hideActionBar,hideAttachmentsContent,hideCloseButton,hideContent,hideCustomContent,hideExpressionContent,hideFeatureListLayerTitle,hideFeatureMenuHeading,hideFeatureNavigation,hideFieldsContent,hideHeading,hideLastEditedInfo,hideMediaContent,hideRelationshipContent,hideSpinner,hideTextContent,hideUtilityNetworkContent,highlightDisabled,icon,includeDefaultActionsDisabled,initialDisplayMode,label,location:,map:,messageOverrides:,messages:,open,promises:,referenceElement,responsiveActionsEnabled,selectedDrillInFeature:,selectedFeature:,selectedFeatureComponent:,selectedFeatureIndex,showCollapseButton,spatialReference:,state:,timeZone,updateLocationEnabled,view:,viewModel:;clear,close,destroy,fetchFeatures,next,previous,setFocus,triggerAction"],"arcgis-floor-filter":[()=>import("./5FZ74RGF.js"),"autoDestroyDisabled,facility,goToOverride:,headingLevel,icon,label,level,longNames,messageOverrides:,messages:,referenceElement,site,view:;destroy,updateWebDocument"],"arcgis-fullscreen":[()=>import("./XLAV73BO.js"),"element,label,messageOverrides:,messages:,referenceElement,state,view:,visualScale"],"arcgis-grid-controls":[()=>import("./SRSSON6V.js"),"_messages:,autoDestroyDisabled,customColor,displayEnabled:,dynamicScaling,effectiveSpacingAfterDynamicScaling,gridColor,gridControlsEnabled:,gridOutOfScale,hideColorSelection,hideDynamicScaleToggle,hideGridEnabledToggle,hideGridSnapEnabledToggle,hideLineIntervalInput,hideNumericInputs,hideOutOfScaleWarning,hidePlacementButtons,hideRotateWithMapToggle,icon,interactivePlacementState,label,majorLineInterval,messageOverrides:,placementDisabled,referenceElement,rotateWithMap,rotation,snappingEnabled,snappingOptions:,spacing,theme,unit,view:;destroy;trySetDisplayEnabled"],"arcgis-histogram-range-slider":[()=>import("./CYHPOGKU.js"),"autoDestroyDisabled,average,barCreatedFunction:,bins:,dataLineCreatedFunction:,dataLines:,excludedBarColor,icon,includedBarColor,label,labelFormatFunction:,max,min,precision,rangeType,referenceElement,standardDeviation,standardDeviationCount,state:,values:;destroy,generateWhereClause"],"arcgis-home":[()=>import("./ZKB2DJMQ.js"),"autoDestroyDisabled,goToOverride:,icon,label,messageOverrides:,messages:,referenceElement,state:,view:,viewpoint:,visualScale;cancelGo,destroy,go"],"arcgis-layer-list":[()=>import("./AGWQDLNI.js"),"autoDestroyDisabled,catalogLayerList:,catalogOptions:,closed,collapsed,dragEnabled,filterPlaceholder,filterPredicate:,filterText,headingLevel,hideCatalogLayerList,hideStatusIndicators,icon,knowledgeGraphOptions:,label,listItemCreatedFunction:,minDragEnabledItems,minFilterItems,openedLayers:,operationalItems:,referenceElement,selectedItems:,selectionMode,showCloseButton,showCollapseButton,showErrors,showFilter,showHeading,showTemporaryLayerIndicators,state:,tableList:,view:,visibilityAppearance;destroy,triggerAction"],"arcgis-layer-list-item":[()=>import("./OPPTQDUJ.js"),"activeItem:,autoDestroyDisabled,canMove:,css:,displayMode,dragEnabled,handleAction:,handleCatalogOpen:,handlePanelOpen:,handleSelectedDragItemLayerUidChange:,handleTablesOpen:,handleTooltipReferenceChange:,hideCatalogLayerList,hideStatusIndicators,item:,layerTablesEnabled:,listModeDisabled,parent:,parentTitles:,rootGroupUid,selectedDragItemLayerUid,selectedItems:,selectionMode,showCloseButton,showCollapseButton,showErrors,showFilter,showHeading,showTemporaryLayerIndicators,showTemporaryTableIndicators,visibilityAppearance;destroy"],"arcgis-legend":[()=>import("./LGCAKLVB.js"),"activeLayerInfos:,autoDestroyDisabled,basemapLegendVisible,cardStyleLayout,headingLevel,hideLayersNotInCurrentView,icon,ignoreLayerVisibility,label,layerInfos:,legendStyle,loading,messageOverrides:,messages:,referenceElement,respectLayerDefinitionExpression,state:,view:;destroy"],"arcgis-legend-card-color-ramp":[()=>import("./XAM2764P.js"),"cssEffectFilter,legendElement:,messages:,opacity"],"arcgis-legend-card-element":[()=>import("./HIALRIA5.js"),"activeLayerInfo:,cssEffectFilter,headingLevel,layer:,legendElement:,messages:,stacked"],"arcgis-legend-card-size-ramp":[()=>import("./IGCGKXVQ.js"),"hasIndicators,legendElement:,messages:,opacity"],"arcgis-legend-card-univariate-above-and-below-ramp":[()=>import("./Z4BYNRYD.js"),"cssEffectFilter,legendElement:,messages:,opacity"],"arcgis-legend-card-univariate-color-size-ramp":[()=>import("./YPGLFMTV.js"),"cssEffectFilter,legendElement:,messages:,opacity"],"arcgis-legend-card-view":[()=>import("./DTLIZIOI.js"),"activeLayerInfos:,headingLevel,layout,messages:,type:,view:"],"arcgis-legend-classic-color-ramp":[()=>import("./QPCLA4EJ.js"),"legendElement:,messages:,opacity"],"arcgis-legend-classic-element":[()=>import("./BMITVMTW.js"),"cssEffectFilter,layer:,legendElement:,messages:"],"arcgis-legend-classic-size-ramp":[()=>import("./K3C4REJ2.js"),"legendElement:,messages:"],"arcgis-legend-classic-univariate-above-and-below-ramp":[()=>import("./RSXH2YEV.js"),"cssEffectFilter,legendElement:,messages:,opacity"],"arcgis-legend-classic-univariate-color-size-ramp":[()=>import("./YWYMFFO5.js"),"cssEffectFilter,legendElement:,messages:,opacity"],"arcgis-legend-classic-view":[()=>import("./2ELWNWRV.js"),"activeLayerInfos:,headingLevel,messages:,type:"],"arcgis-legend-relationship-ramp":[()=>import("./P7GCX7CN.js"),"cssEffectFilter,legendElement:,messages:,opacity"],"arcgis-legend-spike-ramp":[()=>import("./FSTB6YQB.js"),"legendElement:,messages:"],"arcgis-line-of-sight":[()=>import("./M6NRIDED.js"),"_messages:,analysis:,autoDestroyDisabled,hideContinueButton,hideDoneButton,hideStartButton,hideVisualization,icon,label,messageOverrides:,referenceElement,state:,view:;clear,continue,destroy,start,stop"],"arcgis-link-chart":[()=>import("./C3D6DL63.js"),"allLayerViews:,analyses:,animationsDisabled,aria:,attributionItems:,attributionMode,autoDestroyDisabled,background:,baseCypherQuery,basemap,basemapView:,canZoomIn:,canZoomOut:,center,constraints:,displayFilterDisabled,extent:,fatalError:,focusAreas:,graphics:,hideAttribution,highlights:,interacting:,itemId,layerViews:,loadErrorSources:,magnifier:,map:,navigating:,navigation:,padding:,popup:,popupComponentEnabled,popupDisabled,popupElement:,ready:,resizeAlign,resolution:,rotation,scale,selectionManager:,serviceUrl,spatialReference:,stationary:,suspended,theme:,timeExtent:,timeZone,updating:,view:,viewpoint:,zoom;closePopup,destroy,goTo,openPopup,tryFatalErrorRecovery,viewOnReady,whenAnalysisView,whenLayerView,zoomIn,zoomOut;toMap,toScreen"],"arcgis-link-chart-layout-switcher":[()=>import("./PAFLJ4T6.js"),"appearance,autoDestroyDisabled,closeOnSelectDisabled,icon,label,layout:,messageOverrides:,messages:,preventExtentUpdate,referenceElement,state:,view:;destroy,switchLayout"],"arcgis-link-chart-nonspatial-visibility-toggle":[()=>import("./N7SXGVEK.js"),"autoDestroyDisabled,icon,label,messageOverrides:,messages:,referenceElement,state:,view:,visualScale;destroy,switchNonspatialVisibility"],"arcgis-locate":[()=>import("./DS6FJ2ZR.js"),"autoDestroyDisabled,geolocationOptions:,goToLocationDisabled,goToOverride:,graphic:,icon,label,messageOverrides:,messages:,popupDisabled,referenceElement,scale,state:,view:,visualScale;cancelLocate,destroy,locate"],"arcgis-map":[()=>import("./KC37LMMM.js"),"allLayerViews:,analyses:,animationsDisabled,aria:,attributionItems:,attributionMode,autoDestroyDisabled,background:,basemap,basemapView:,canZoomIn:,canZoomOut:,center,constraints:,displayFilterDisabled,extent:,fatalError:,floors:,focusAreas:,gamepad:,graphics:,ground,hideAttribution,highlights:,interacting:,ipsInfo:,itemId,layerViews:,loadErrorSources:,magnifier:,map:,navigating:,navigation:,padding:,popup:,popupComponentEnabled,popupDisabled,popupElement:,ready:,resizeAlign,resolution:,rotation,scale,selectionManager:,spatialReference:,spatialReferenceLocked,stationary:,suspended,theme:,timeExtent:,timeZone,updating:,view:,viewpoint:,visibleArea:,zoom;closePopup,destroy,goTo,hitTest,openPopup,takeScreenshot,tryFatalErrorRecovery,viewOnReady,whenAnalysisView,whenLayerView,zoomIn,zoomOut;toMap,toScreen"],"arcgis-measurement":[()=>import("./FOZBLOPX.js"),"activeTool,activeWidget:,areaUnit,autoDestroyDisabled,icon,label,linearUnit,referenceElement,state:,view:;clear,destroy,startMeasurement"],"arcgis-navigation-toggle":[()=>import("./MSGBVT7B.js"),"_messages:,autoDestroyDisabled,icon,label,layout,messageOverrides:,navigationMode,referenceElement,state,view:,visualScale;destroy,toggle"],"arcgis-oriented-imagery-viewer":[()=>import("./5JHCBJB4.js"),"autoDestroyDisabled,currentCoverageVisible,dataCaptureEnabled,disabled,galleryOpened,icon,imageEnhancementToolActive,imageGalleryEnabled:,imageOverlaysOpened,isAdditionalCoverageVisible,isAdditionalPointSourcesVisible,label,layer:,mapImageConversionToolState,navigationToolActive,orientedImageryLayerItemId,preloadMedia,referenceElement,referencePoint:,view:;destroy"],"arcgis-paste":[()=>import("./UENUQ4KE.js"),"_messages:,activeFlowPage:,alwaysShowFeatureForm,autoDestroyDisabled,beforeApply:,clipboard:,closed,closeOnApply,hideErrorNotice,hideFooter,hideFooterCancelButton,hideHeaderCloseButton,hideTooltips,hideViewClipboard,highlightGroup,layerPermissionsCheck:,maximumFeatureCount,maximumFeatureCountWithComplexForms,pasteCommandsState:,pasteWithMultipleFeaturesEnabled,pasteWithMultipleLayersEnabled,referenceElement,selectedFeature:,supportedCommands,view:;cancelMoveClipboard,destroy,executePasteCommand,registerPasteCommand,reset,showClipboardItems,startMoveClipboard,writeChanges"],"arcgis-clipboard":[()=>import("./FGPK4XM4.js"),"_messages:,clipboard:,hideTooltips,maxShowCount,referenceElement,view:"],"arcgis-feature-image":[()=>import("./27PMZPVO.js"),"actualSymbol:,graphic:,heightInPixels,layer:,minWidth,tableSymbolIcon:,useTrueShape,widthInPixels"],"arcgis-feature-title":[()=>import("./KG3JO6AR.js"),"_messages:,graphic:,isNewFeature,layer:,noTitleLabel"],"arcgis-multi-feature-form":[()=>import("./XL5VSTUT.js"),"activeFeatureIndex,autoDestroyDisabled,disabled,editType,features:,groupDisplay,hasTooManyComplexFeatures,hasTooManyFeatures,headingLevel,icon,invalidFeatures:,label,maximumFeatureCount,maximumFeatureCountWithComplexForms,position,readOnly,referenceElement,status,submitHasBeenAttempted,timeZone,updating,valid,view:;destroy;getValues,goToFirstError,userChangesHaveMadeFeatureInvalid"],"arcgis-popup":[()=>import("./5YYDQKYB.js"),"actions:,active:,alignment,autoCloseEnabled,autoDestroyDisabled,collapsed,content,currentAlignment:,currentDockPosition:,defaultPopupTemplateEnabled,dockEnabled,dockOptions:,featureCount:,featureMenuOpen,featureMenuTitle,features:,goToOverride:,heading,headingLevel,hideActionBar,hideCloseButton,hideCollapseButton,hideFeatureListLayerTitle,hideFeatureMenuHeading,hideFeatureNavigation,hideHeading,hideSpinner,highlightDisabled,includeDefaultActionsDisabled,initialDisplayMode,label,location:,messageOverrides:,messages:,open,promises:,referenceElement,selectedDrillInFeature:,selectedFeature:,selectedFeatureComponent:,selectedFeatureIndex,state:,topLayerDisabled,updateLocationEnabled,view:;clear,destroy,fetchFeatures,handleViewClick,next,previous,setFocus,triggerAction"],"arcgis-presentation":[()=>import("./5YQWN4HC.js"),"_messages:,autoDestroyDisabled,keyboardNavigationEnabled,scale,slideId,view:;destroy"],"arcgis-print":[()=>import("./O3GU57ZF.js"),"allowedFormats,allowedFormatsForSaving,allowedLayouts,autoDestroyDisabled,autoPopulateAuthor,excludeDefaultTemplates,excludeOrganizationTemplates,exportedLinks:,extraParameters:,headingLevel,hideAdvancedOptions,hideFeatureAttributes,hideHeader,hideIncludeTables,icon,label,messageOverrides:,messages:,outSpatialReference:,portal:,printServiceUrl,referenceElement,showPrintAreaEnabled,showSaveAs,state:,templateCustomTextElements:,templateOptions:,view:;addPortalTemplate,destroy"],"arcgis-print-custom-text-elements":[()=>import("./MQNRWUJV.js"),"viewModel:"],"arcgis-print-dpi-input":[()=>import("./64XTP54A.js"),"messages:,viewModel:"],"arcgis-print-export-button":[()=>import("./NS6A57H7.js"),"fileName,messages:,selectExportsTab:,viewModel:"],"arcgis-print-exports-panel":[()=>import("./7DAFL3QP.js"),"allowedFormatsForSaving,arcgisSaveAs:,messages:,showSaveAs,viewModel:"],"arcgis-print-format-select":[()=>import("./5DS4JPW6.js"),"messages:,viewModel:"],"arcgis-print-layout-advanced-options":[()=>import("./5EZ4KU4A.js"),"autoPopulateAuthor,hideFeatureAttributes,hideIncludeTables,messages:,viewModel:"],"arcgis-print-layout-panel":[()=>import("./OOITGE5V.js"),"autoPopulateAuthor,hideAdvancedOptions,hideFeatureAttributes,hideIncludeTables,messages:,selectExportsTab:,showTemplateSelector:,viewModel:"],"arcgis-print-main-panel":[()=>import("./2LOKXZGA.js"),"allowedFormatsForSaving,arcgisSaveAs:,autoPopulateAuthor,hideAdvancedOptions,hideFeatureAttributes,hideIncludeTables,messages:,showSaveAs,showTemplateSelector:,viewModel:"],"arcgis-print-map-only-advanced-options":[()=>import("./DQRCKBRU.js"),"messages:,viewModel:"],"arcgis-print-map-only-panel":[()=>import("./5KNN577Y.js"),"hideAdvancedOptions,messages:,selectExportsTab:,viewModel:"],"arcgis-print-out-spatial-reference-input":[()=>import("./74J22H6S.js"),"messages:,templateOptions:,viewModel:"],"arcgis-print-preview-input":[()=>import("./JTUDL7ZD.js"),"messages:,viewModel:"],"arcgis-print-scale-section":[()=>import("./YLAOXZXB.js"),"messages:,viewModel:"],"arcgis-print-template-select":[()=>import("./CHQK4O2O.js"),"messages:,showTemplateSelector:,viewModel:"],"arcgis-print-template-selector":[()=>import("./UB6YWPE6.js"),"excludeOrganizationTemplates,hideTemplateSelector:,messages:,viewModel:"],"arcgis-reverse-geocode-list":[()=>import("./Q5LEXBSY.js"),"headingLevel,location:,messageOverrides:,messages:,portal:,reverseGeocodeResults:;destroy"],"arcgis-scale-bar":[()=>import("./7BPH252S.js"),"autoDestroyDisabled,barStyle,icon,label,messageOverrides:,messages:,referenceElement,unit,view:;destroy"],"arcgis-scale-range-slider":[()=>import("./T6LJGCEK.js"),"autoDestroyDisabled,disabled,hidePreview,hideScaleMenusMaxScaleMenu,hideScaleMenusMinScaleMenu,icon,label,layer:,maxScale,maxScaleLimit,minScale,minScaleLimit,mode,referenceElement,region,showWorldValue,state:,view:;destroy"],"arcgis-scene":[()=>import("./ZENXKKZU.js"),"allLayerViews:,alphaCompositingEnabled,analyses:,animationsDisabled,aria:,attributionItems:,attributionMode,autoDestroyDisabled,basemap,basemapView:,camera:,cameraFov,cameraHeading,cameraPosition,cameraTilt,canZoomIn:,canZoomOut:,center,clippingArea:,constraints:,displayFilterDisabled,environment:,extent:,fatalError:,floors:,focusAreas:,gamepad:,graphics:,ground,groundView:,hideAttribution,highlights:,interacting:,itemId,layerViews:,loadErrorSources:,magnifier:,map:,navigating:,navigation:,padding:,performanceInfo:,popup:,popupComponentEnabled,popupDisabled,popupElement:,qualityProfile,ready:,resolution:,scale,selectionManager:,spatialReference:,stationary:,suspended,theme:,timeExtent:,updating:,view:,viewingMode,viewpoint:,visibleArea:,zoom;closePopup,destroy,goTo,hitTest,openPopup,takeScreenshot,tryFatalErrorRecovery,viewOnReady,whenAnalysisView,whenLayerView,zoomIn,zoomOut;toMap,toScreen"],"arcgis-search":[()=>import("./VW43RPYP.js"),"activeMenu,activeSource:,activeSourceIndex,allPlaceholder,allSources:,autoDestroyDisabled,autoNavigateDisabled,autoSelectDisabled,defaultSources:,disabled,goToOverride:,icon,includeDefaultSourcesDisabled,label,locationDisabled,maxResults,maxSuggestions,messageOverrides:,messages:,minSuggestCharacters,popupDisabled,popupTemplate:,portal:,referenceElement,resultGraphic:,resultGraphicDisabled,results:,searchAllDisabled,searchTerm,selectedResult:,sources:,state:,suggestions:,suggestionsDisabled,topLayerDisabled,view:;destroy,search,setFocus,suggest;clear"],"arcgis-search-result-renderer":[()=>import("./K3WRWVQH.js"),"autoDestroyDisabled,messages:,viewModel:;destroy"],"arcgis-shadow-cast":[()=>import("./FKLSUEE4.js"),"analysis:,autoDestroyDisabled,date,discreteColor:,discreteInterval,endTimeOfDay,headingLevel,hideDatePicker,hideDiscreteColorPicker,hideDiscreteInterval,hideDiscreteOptions,hideMinDurationColorPicker,hideMinDurationContextColorPicker,hideMinDurationContextInterval,hideMinDurationContextOptions,hideMinDurationContextToggle,hideMinDurationOptions,hideMinDurationSlider,hideShadowDurationTooltip,hideTimeRangeSlider,hideTimezone,hideTotalDurationColorPicker,hideTotalDurationModeSelect,hideTotalDurationOptions,hideVisualization,hideVisualizationOptions,icon,label,maxMinDuration,messages:,minDuration,minDurationColor:,minDurationContextColor:,minDurationContextEnabled,minDurationContextInterval,minMinDuration,mode,referenceElement,startTimeOfDay,state:,totalDurationColor:,totalDurationMode,utcOffset,view:,visualScale;destroy,getDurationAtScreen"],"arcgis-shadow-cast-discrete-config":[()=>import("./BX4XQZE3.js"),"hideColorPicker,hideInterval,messages:,options:,scale"],"arcgis-shadow-cast-min-duration-config":[()=>import("./XUQOEMSH.js"),"hideColorPicker,hideContextColorPicker,hideContextInterval,hideContextOptions,hideContextToggle,hideSlider,maxMinDuration,messages:,minMinDuration,options:,scale"],"arcgis-shadow-cast-total-duration-config":[()=>import("./Q4HJ76OE.js"),"hideColorPicker,hideModeSelect,messages:,options:,scale"],"arcgis-sketch":[()=>import("./G44PNNZ4.js"),"activeTool,autoDestroyDisabled,availableCreateTools:,createGraphic:,creationMode,defaultCreateOptions:,defaultGraphicsLayerDisabled,defaultUpdateOptions:,hideCreateToolsCircle,hideCreateToolsMultipoint,hideCreateToolsPoint,hideCreateToolsPolygon,hideCreateToolsPolyline,hideCreateToolsRectangle,hideDeleteButton,hideDuplicateButton,hideLabelsToggle,hideSelectionCountLabel,hideSelectionToolsLassoSelection,hideSelectionToolsRectangleSelection,hideSettingsMenu,hideSnappingControls,hideSnappingControlsElementsEnabledToggle,hideSnappingControlsElementsFeatureEnabledToggle,hideSnappingControlsElementsLayerList,hideSnappingControlsElementsSelfEnabledToggle,hideTooltipsToggle,hideUndoRedoMenu,icon,label,labelOptions:,layer:,layout,pointSymbol:,polygonSymbol:,polylineSymbol:,referenceElement,showCreateToolsFreehandPolygon,showCreateToolsFreehandPolyline,showCreateToolsText,showSnappingControlsElementsHeader,snappingOptions:,state:,textSymbol:,toolbarKind,tooltipOptions:,updateGraphics:,useLegacyCreateTools,view:,visualScale;cancel,complete,create,delete,destroy,duplicate,redo,triggerUpdate,undo"],"arcgis-slice":[()=>import("./ITX6LJ6O.js"),"_messages:,analysis:,autoDestroyDisabled,excludedLayers:,excludeGroundSurface,headingLevel,hideStartButton,hideVisualization,icon,label,messageOverrides:,referenceElement,shape:,state:,tiltEnabled,view:;clear,destroy,start"],"arcgis-slider-binary-color-size-legacy":[()=>import("./BSZYRTSR.js"),"autoDestroyDisabled,handlesSyncedToPrimary,histogramConfig:,icon,inputFormatFunction:,inputParseFunction:,labelFormatFunction:,max,min,persistSizeRangeEnabled,precision,referenceElement,sliderStyle:,state:,stops:,zoomOptions:;destroy,updateFromRendererResult,updateRenderer"],"arcgis-slider-classed-color-legacy":[()=>import("./FXW2QMCP.js"),"autoDestroyDisabled,breaks:,histogramConfig:,icon,inputFormatFunction:,inputParseFunction:,labelFormatFunction:,max,min,precision,referenceElement,state:;destroy,updateClassBreakInfos,updateFromRendererResult"],"arcgis-slider-classed-size-legacy":[()=>import("./Z7KZKGZH.js"),"autoDestroyDisabled,breaks:,histogramConfig:,icon,inputFormatFunction:,inputParseFunction:,labelFormatFunction:,max,min,precision,referenceElement,sliderStyle:,state:;destroy,updateClassBreakInfos,updateFromRendererResult"],"arcgis-slider-color-legacy":[()=>import("./NVPDQFVK.js"),"autoDestroyDisabled,handlesSyncedToPrimary,histogramConfig:,icon,inputFormatFunction:,inputParseFunction:,labelFormatFunction:,max,min,precision,primaryHandleEnabled,referenceElement,stops:,zoomOptions:;destroy;updateFromRendererResult"],"arcgis-slider-color-size-legacy":[()=>import("./S5XIZMAX.js"),"autoDestroyDisabled,handlesSyncedToPrimary,histogramConfig:,icon,inputFormatFunction:,inputParseFunction:,labelFormatFunction:,max,min,persistSizeRangeEnabled,precision,primaryHandleEnabled,referenceElement,state:,stops:,zoomOptions:;destroy,updateFromRendererResult;updateVisualVariables"],"arcgis-slider-heatmap-legacy":[()=>import("./MIK35PDX.js"),"autoDestroyDisabled,icon,max:,min:,precision,referenceElement,state:,stops:;destroy"],"arcgis-slider-opacity-legacy":[()=>import("./BQUMWB3P.js"),"autoDestroyDisabled,histogramConfig:,icon,inputFormatFunction:,inputParseFunction:,labelFormatFunction:,max,min,precision,referenceElement,sliderStyle:,state:,stops:,zoomOptions:;destroy,updateFromVisualVariableResult"],"arcgis-slider-size-legacy":[()=>import("./7E3PHG6R.js"),"autoDestroyDisabled,histogramConfig:,icon,inputFormatFunction:,inputParseFunction:,labelFormatFunction:,max,min,precision,referenceElement,sliderStyle:,state:,stops:,zoomOptions:;destroy;updateFromRendererResult,updateVisualVariable"],"arcgis-snapping-controls":[()=>import("./NBS2JRKZ.js"),"autoDestroyDisabled,hideEnabledToggle,hideFeatureEnabledToggle,hideGridControls,hideGridControlsElementsColorSelection,hideGridControlsElementsDynamicScaleToggle,hideGridControlsElementsLineIntervalInput,hideGridControlsElementsNumericInputs,hideGridControlsElementsOutOfScaleWarning,hideGridControlsElementsPlacementButtons,hideGridControlsElementsRotateWithMapToggle,hideLayerList,hideSelfEnabledToggle,icon,label,referenceElement,showGridControlsElementsGridEnabledToggle,showHeader,snappingOptions:,state,view:;destroy"],"arcgis-spinner":[()=>import("./TO4AP4NZ.js"),"autoDestroyDisabled,label,location:,screenLocation:,trackLocation,view:;destroy"],"arcgis-color-select":[()=>import("./U4FOROQE.js"),"_messages:,color,label"],"arcgis-labeled-switch":[()=>import("./LGF6DK5V.js"),"checked,disabled,hint,hintIcon,hintKind,label;destroy"],"arcgis-measurement-content":[()=>import("./AHAR3YRD.js"),"hintLabel,items:,layout,state,unsupportedLabel"],"arcgis-time-of-day-slider":[()=>import("./KB6ZC3F2.js"),"disabled,endTime,label,messages:,mode,startTime,steps,visualScale"],"arcgis-utility-network-association-list":[()=>import("./YSACVRKP.js"),"associatedFeatureCount:,associationViewModels:,currentFeaturePage,featuresPerPage,maxFeatureCount,messages:,parentFeatureViewModel:,selectedLayer:,showAllEnabled,state,tooltipReferenceMap:"],"arcgis-webgl-error":[()=>import("./RTWFIBP2.js"),"_messages:,errorName"],"arcgis-swipe":[()=>import("./PEIVXKOI.js"),"autoDestroyDisabled,direction,disabled,endLayers:,hideDivider,hideHandle,icon,label,leadingLayers:,messageOverrides:,messages:,position,referenceElement,startLayers:,state:,swipePosition,trailingLayers:,view:;destroy"],"arcgis-table-list":[()=>import("./N2VUYFEK.js"),"autoDestroyDisabled,closed,collapsed,dragEnabled,filterPlaceholder,filterPredicate:,filterText,hideStatusIndicators,icon,label,listItemCreatedFunction:,map:,minDragEnabledItems,minFilterItems,referenceElement,selectedItems:,selectionMode,showCloseButton,showCollapseButton,showErrors,showFilter,showHeading,showTemporaryTableIndicators,state:,tableItems:,view:;destroy"],"arcgis-time-slider":[()=>import("./JPC5EARH.js"),"actions:,autoDestroyDisabled,disabled,effectiveStops:,fullTimeExtent:,icon,label,layout,loop,mode,playRate,referenceElement,state:,stops:,tickConfigs:,timeExtent:,timeVisible,timeZone,view:;applyTimeSliderSettings,destroy,next,play,previous,stop,updateWebDocument"],"arcgis-time-zone-label":[()=>import("./IIGVQFLD.js"),"_messages:,actionIcon,disabled,icon,label,messageOverrides:,referenceElement,state:,view:"],"arcgis-track":[()=>import("./QJPNEXAO.js"),"autoDestroyDisabled,error:,geolocationOptions:,goToLocationDisabled,goToOverride:,graphic:,icon,label,messageOverrides:,messages:,positionFilterFunction:,referenceElement,rotationDisabled,scale,state:,tracking:,view:,visualScale;destroy,start,stop"],"arcgis-unit-select":[()=>import("./GK27I2Y5.js"),"label,layout,messageOverrides:,options,selectLabel,value:;destroy"],"arcgis-utility-network-associations":[()=>import("./HCWAOP6D.js"),"autoDestroyDisabled,autoRefreshAssociationsDisabled,connectivityAssociationsLineSymbol:,hideConnectivityAssociationsSettingsColorPicker,hideConnectivityAssociationsSettingsStylePicker,hideConnectivityAssociationsSettingsWidthInput,hideStructuralAttachmentAssociationsSettingsColorPicker,hideStructuralAttachmentAssociationsSettingsStylePicker,hideStructuralAttachmentAssociationsSettingsWidthInput,icon,includeConnectivityAssociationsDisabled,includeStructuralAttachmentAssociationsDisabled,label,maxAllowableAssociations,maxAllowableAssociationsSliderMax,maxAllowableAssociationsSliderMin,maxAllowableAssociationsSliderStep,referenceElement,showArrowsConnectivity,showArrowsStructuralAttachment,showAssociationsEnabled,showConnectivityAssociationsSettingsArrowsToggle,showConnectivityAssociationsSettingsCapSelect,showMaxAllowableAssociationsSlider,showStructuralAttachmentAssociationsSettingsArrowsToggle,showStructuralAttachmentAssociationsSettingsCapSelect,structuralAttachmentAssociationsLineSymbol:,utilityNetwork:,view:;destroy"],"arcgis-utility-network-trace":[()=>import("./XILIHQ2Y.js"),"autoDestroyDisabled,defaultGraphicColor:,disabled,enableResultArea,flags:,icon,inputSettings:,label,referenceElement,resultAreaProperties:,selectedTraces:,selectOnCompleteDisabled,showGraphicsOnCompleteDisabled,showSelectionAttributesDisabled,state:,traceResults:,view:;checkCanTrace,confirmReset,destroy"],"arcgis-utility-network-trace-analysis":[()=>import("./JYFXOUAR.js"),"_messages:,aggregatedGeometryGraphicsColor:,autoDestroyDisabled,beforeTraceLocationSelectStart:,disableHighlightFeatureResults,hideFeatureResults,label,messageOverrides:,referenceElement,state:,traceResultFeatures:,view:;destroy"],"arcgis-utility-network-aggregated-geometry":[()=>import("./ZJH54CNE.js"),"_messages:,autoDestroyDisabled,geometry:,graphicsColor:,hideGraphics,view:;destroy"],"arcgis-utility-network-subnetwork-info":[()=>import("./5OZFNWAD.js"),"_messages:,namedTraceConfig:"],"arcgis-utility-network-trace-inputs":[()=>import("./CC4JKJPW.js"),"_messages:,autoDestroyDisabled,beforeTraceLocationSelectStart:,mode,referenceElement,selectedNamedTraceConfiguration:,selectedUtilityNetwork:,traceLocations:,unTraceConfiguration:,view:;destroy"],"arcgis-utility-network-trace-location":[()=>import("./LA4NAQGV.js"),"afterHitTest:,autoDestroyDisabled,beforeTraceLocationSelectStart:,filterLayers:,flagLayer:,messages:,sketchViewModel:,spatialTolerance,traceLocations:,traceLocationType,utilityNetwork:,view:;destroy"],"arcgis-utility-network-trace-location-list":[()=>import("./TPA4RUZY.js"),"_messages:,traceLocations:,traceLocationType"],"arcgis-utility-network-trace-results":[()=>import("./SRHN7R6A.js"),"_messages:,aggregatedGeometryGraphicsColor:,autoDestroyDisabled,featuresFromSelectedLayer:,hideFeatureResults,isElementsSelected,layers:,messageOverrides:,numResults:,referenceElement,selectedFeature:,selectedLayer:,state,traceConfigTitle,traceError:,traceResult:,traceResultFeatures:,utilityNetwork:,view:;destroy;clearAggregatedGeometryGraphics"],"arcgis-utility-network-validate-topology":[()=>import("./4Q2WOBXH.js"),"autoDestroyDisabled,extentToValidate,icon,label,referenceElement,state:,utilityNetwork:,view:;destroy"],"arcgis-value-picker-legacy":[()=>import("./CB36GREW.js"),"autoDestroyDisabled,canNext:,canPlay:,canPrevious:,caption,component:,hideNextButton,hidePlayButton,hidePreviousButton,icon,label,layout,loop,playRate,referenceElement,values:;destroy,next,pause,play,previous"],"arcgis-version-management":[()=>import("./MYJWBY4N.js"),"allowEditingDisabled,autoDestroyDisabled,closable,icon,initialVersionInfos:,label,messageOverrides:,messages:,mode,pageSize,referenceElement,state:,versioningStates:,view:;destroy"],"arcgis-version-management-service-item":[()=>import("./FOJRNP3B.js"),"serviceItemElementProps:"],"arcgis-version-management-version-list":[()=>import("./RO7BCT67.js"),"currentPage,selected,showBackButton,versionListElementProps:"],"arcgis-version-management-version-properties":[()=>import("./EHWPP2OD.js"),"selected,showBackButton,versionPropertiesElementProps:"],"arcgis-video":[()=>import("./S4DXV4PM.js"),"aria:,attributionMode,autoDestroyDisabled,layer:,map:,ready:,view:;destroy"],"arcgis-video-player":[()=>import("./YIABICX7.js"),"autoDestroyDisabled,followingMode,hideHeader,icon,inline,label,layer:,messageOverrides:,messages:,referenceElement,showFullscreenToggle,state:,view:;destroy"],"arcgis-video-player-action-bar":[()=>import("./UMQX5AKE.js"),"currentTime,duration,inline,messages:,toggleMetadata:,viewModel:"],"arcgis-video-player-actions-group":[()=>import("./GPUGICGT.js"),"inline,messages:,viewModel:"],"arcgis-video-player-controls-group":[()=>import("./RTXZGZRC.js"),"messages:,toggleMetadata:,viewModel:"],"arcgis-video-player-metadata":[()=>import("./DCF4XOHG.js"),"messages:,viewModel:"],"arcgis-video-player-settings":[()=>import("./QAGNYSNU.js"),"messages:,viewModel:"],"arcgis-video-player-slider":[()=>import("./IDBLPYXK.js"),"buffered,value,viewModel:"],"arcgis-volume-measurement":[()=>import("./3YF5ELCV.js"),"analysis:,areaDisplayUnit,areaDisplayUnitOptions:,autoDestroyDisabled,elevationDisplayUnit,elevationDisplayUnitOptions:,elevationInputUnit,elevationInputUnitOptions:,headingLevel,hideAreaDisplayUnitSelect,hideElevationDisplayUnitSelect,hideElevationInputUnitSelect,hideHeader,hideModeSelect,hidePerimeterDisplayUnitSelect,hideSettingsButton,hideStartButton,hideVisualization,hideVolumeDisplayUnitSelect,icon,label,messages:,mode,perimeterDisplayUnit,perimeterDisplayUnitOptions:,referenceElement,state:,view:,volumeDisplayUnit,volumeDisplayUnitOptions:;clear,destroy,start"],"arcgis-weather":[()=>import("./C5QG2S6I.js"),"autoDestroyDisabled,headingLevel,hideHeader,icon,label,messageOverrides:,messages:,referenceElement,state:,view:;destroy"],"arcgis-zoom":[()=>import("./S2L4RRRK.js"),"autoDestroyDisabled,icon,label,layout,messageOverrides:,messages:,referenceElement,state:,view:,visualScale;destroy,zoomIn,zoomOut"]});a({resourcesUrl:import.meta.url});var i=new CSSStyleSheet,___="url("+import.meta.resolve("./assets/");i.replaceSync('@layer{:not([hydrated]):is(arcgis-area-measurement-2d,arcgis-area-measurement-3d,arcgis-attachments,arcgis-basemap-gallery,arcgis-basemap-layer-list,arcgis-basemap-toggle,arcgis-bookmarks,arcgis-building-explorer,arcgis-catalog-layer-list,arcgis-compass,arcgis-coordinate-conversion,arcgis-daylight,arcgis-directional-pad,arcgis-directions,arcgis-direct-line-measurement-3d,arcgis-distance-measurement-2d,arcgis-editor,arcgis-elevation-profile,arcgis-expand,arcgis-feature,arcgis-feature-form,arcgis-feature-table,arcgis-feature-templates-legacy,arcgis-features,arcgis-floor-filter,arcgis-fullscreen,arcgis-grid-controls,arcgis-histogram-range-slider,arcgis-home,arcgis-layer-list,arcgis-legend,arcgis-line-of-sight,arcgis-link-chart,arcgis-link-chart-layout-switcher,arcgis-link-chart-nonspatial-visibility-toggle,arcgis-locate,arcgis-map,arcgis-measurement,arcgis-navigation-toggle,arcgis-oriented-imagery-viewer,arcgis-paste,arcgis-clipboard,arcgis-feature-image,arcgis-feature-title,arcgis-multi-feature-form,arcgis-popup,arcgis-presentation,arcgis-print,arcgis-reverse-geocode-list,arcgis-scale-bar,arcgis-scale-range-slider,arcgis-scene,arcgis-search,arcgis-search-result-renderer,arcgis-shadow-cast,arcgis-sketch,arcgis-slice,arcgis-slider-binary-color-size-legacy,arcgis-slider-classed-color-legacy,arcgis-slider-classed-size-legacy,arcgis-slider-color-legacy,arcgis-slider-color-size-legacy,arcgis-slider-heatmap-legacy,arcgis-slider-opacity-legacy,arcgis-slider-size-legacy,arcgis-snapping-controls,arcgis-color-select,arcgis-time-of-day-slider,arcgis-webgl-error,arcgis-swipe,arcgis-table-list,arcgis-time-slider,arcgis-time-zone-label,arcgis-track,arcgis-utility-network-associations,arcgis-utility-network-trace,arcgis-utility-network-trace-analysis,arcgis-utility-network-aggregated-geometry,arcgis-utility-network-subnetwork-info,arcgis-utility-network-trace-inputs,arcgis-utility-network-trace-location,arcgis-utility-network-trace-location-list,arcgis-utility-network-trace-results,arcgis-utility-network-validate-topology,arcgis-value-picker-legacy,arcgis-version-management,arcgis-video,arcgis-video-player,arcgis-volume-measurement,arcgis-weather,arcgis-zoom){visibility:hidden}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939.woff2) format("woff2");font-weight:300;font-style:normal;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02.woff2) format("woff2");font-weight:400;font-style:normal;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b9c5b839-db56-4419-8fcb-6ab661babb1d.woff2) format("woff2");font-weight:400;font-style:italic;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688.woff2) format("woff2");font-weight:500;font-style:normal;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7.woff2) format("woff2");font-weight:700;font-style:normal;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939-math.woff2) format("woff2");font-weight:300;font-style:normal;font-display:auto;unicode-range:U+2070-209F,U+20A0-20CF,U+2100-214F,U+22??}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02-math.woff2) format("woff2");font-weight:400;font-style:normal;font-display:auto;unicode-range:U+2070-209F,U+20A0-20CF,U+2100-214F,U+22??}@font-face{font-family:Avenir Next;src:'+___+'fonts/b9c5b839-db56-4419-8fcb-6ab661babb1d-math.woff2) format("woff2");font-weight:400;font-style:italic;font-display:auto;unicode-range:U+2070-209F,U+20A0-20CF,U+2100-214F,U+22??}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688-math.woff2) format("woff2");font-weight:500;font-style:normal;font-display:auto;unicode-range:U+2070-209F,U+20A0-20CF,U+2100-214F,U+22??}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7-math.woff2) format("woff2");font-weight:700;font-style:normal;font-display:auto;unicode-range:U+2070-209F,U+20A0-20CF,U+2100-214F,U+22??}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939-ext.woff2) format("woff2");font-weight:300;font-style:normal;unicode-range:U+100-17F,U+180-24F,U+250-2AF,U+2B0-2FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02-ext.woff2) format("woff2");font-weight:400;font-style:normal;unicode-range:U+100-17F,U+180-24F,U+250-2AF,U+2B0-2FF,U+300-36F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b9c5b839-db56-4419-8fcb-6ab661babb1d-ext.woff2) format("woff2");font-weight:400;font-style:italic;unicode-range:U+100-17F,U+180-24F,U+250-2AF,U+2B0-2FF,U+300-36F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688-ext.woff2) format("woff2");font-weight:500;font-style:normal;unicode-range:U+100-17F,U+180-24F,U+250-2AF,U+2B0-2FF,U+300-36F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7-ext.woff2) format("woff2");font-weight:700;font-style:normal;unicode-range:U+100-17F,U+180-24F,U+250-2AF,U+2B0-2FF,U+300-36F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939-greek.woff2) format("woff2");font-weight:300;font-style:normal;unicode-range:U+370-3FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02-greek.woff2) format("woff2");font-weight:400;font-style:normal;unicode-range:U+370-3FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b9c5b839-db56-4419-8fcb-6ab661babb1d-greek.woff2) format("woff2");font-weight:400;font-style:italic;unicode-range:U+370-3FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688-greek.woff2) format("woff2");font-weight:500;font-style:normal;unicode-range:U+370-3FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7-greek.woff2) format("woff2");font-weight:700;font-style:normal;unicode-range:U+370-3FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939-cyrillic.woff2) format("woff2");font-weight:300;font-style:normal;unicode-range:U+4??;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02-cyrillic.woff2) format("woff2");font-weight:400;font-style:normal;unicode-range:U+4??;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b9c5b839-db56-4419-8fcb-6ab661babb1d-cyrillic.woff2) format("woff2");font-weight:400;font-style:italic;unicode-range:U+4??;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688-cyrillic.woff2) format("woff2");font-weight:500;font-style:normal;unicode-range:U+4??;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7-cyrillic.woff2) format("woff2");font-weight:700;font-style:normal;unicode-range:U+4??;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939-georgian.woff2) format("woff2");font-weight:300;font-style:normal;unicode-range:U+10A0-10FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02-georgian.woff2) format("woff2");font-weight:400;font-style:normal;unicode-range:U+10A0-10FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688-georgian.woff2) format("woff2");font-weight:500;font-style:normal;unicode-range:U+10A0-10FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7-georgian.woff2) format("woff2");font-weight:700;font-style:normal;unicode-range:U+10A0-10FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939-arabic.woff2) format("woff2");font-weight:300;font-style:normal;unicode-range:U+6??,U+FB50-FDFF,U+FE70-FEFF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02-arabic.woff2) format("woff2");font-weight:400;font-style:normal;unicode-range:U+6??,U+FB50-FDFF,U+FE70-FEFF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688-arabic.woff2) format("woff2");font-weight:500;font-style:normal;unicode-range:U+6??,U+FB50-FDFF,U+FE70-FEFF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7-arabic.woff2) format("woff2");font-weight:700;font-style:normal;unicode-range:U+6??,U+FB50-FDFF,U+FE70-FEFF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939-hebrew.woff2) format("woff2");font-weight:300;font-style:normal;unicode-range:U+590-5FF,U+FB00-FB4F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02-hebrew.woff2) format("woff2");font-weight:400;font-style:normal;unicode-range:U+590-5FF,U+FB00-FB4F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b9c5b839-db56-4419-8fcb-6ab661babb1d-hebrew.woff2) format("woff2");font-weight:400;font-style:italic;unicode-range:U+590-5FF,U+FB00-FB4F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688-hebrew.woff2) format("woff2");font-weight:500;font-style:normal;unicode-range:U+590-5FF,U+FB00-FB4F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7-hebrew.woff2) format("woff2");font-weight:700;font-style:normal;unicode-range:U+590-5FF,U+FB00-FB4F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/94aa531e-7746-4df0-bb6e-349891f2eda5.woff2) format("woff2");font-weight:300;font-style:normal;unicode-range:U+900-97F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/3ae1e25e-3aa6-4061-a016-a079159f9d65.woff2) format("woff2");font-weight:400;font-style:normal;unicode-range:U+900-97F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/41331c3c-3759-4462-8695-33c9a21b6a5b.woff2) format("woff2");font-weight:500;font-style:normal;unicode-range:U+900-97F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/41331c3c-3759-4462-8695-33c9a21b6a5b.woff2) format("woff2");font-weight:700;font-style:normal;unicode-range:U+900-97F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939-thai.woff2) format("woff2");font-weight:300;font-style:normal;unicode-range:U+E00-E7F}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02-thai.woff2) format("woff2");font-weight:400;font-style:normal;unicode-range:U+E00-E7F}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688-thai.woff2) format("woff2");font-weight:500;font-style:normal;unicode-range:U+E00-E7F}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7-thai.woff2) format("woff2");font-weight:700;font-style:normal;unicode-range:U+E00-E7F}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939-vietnamese.woff2) format("woff2");font-weight:300;font-style:normal;font-display:auto;unicode-range:U+1E??}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02-vietnamese.woff2) format("woff2");font-weight:400;font-style:normal;font-display:auto;unicode-range:U+1E??}@font-face{font-family:Avenir Next;src:'+___+'fonts/b9c5b839-db56-4419-8fcb-6ab661babb1d-vietnamese.woff2) format("woff2");font-weight:400;font-style:italic;font-display:auto;unicode-range:U+1E??}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688-vietnamese.woff2) format("woff2");font-weight:500;font-style:normal;font-display:auto;unicode-range:U+1E??}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7-vietnamese.woff2) format("woff2");font-weight:700;font-style:normal;font-display:auto;unicode-range:U+1E??}}');document.adoptedStyleSheets=[...document.adoptedStyleSheets,i];window.$arcgis||Object.defineProperty(window,"$arcgis",{configurable:!1,enumerable:!0,writable:!1,value:{}}),((a,r)=>{a.t=(c,...x)=>Promise.all(x.map(x=>x.then?x:(!a?.forceESM&&a?.import||(x=>import(x+".js").then(m=>m.default??m)))("@arcgis/core/"+x))).then(c);r.p=a.t(([m])=>{r.t=m.trackAccess;r.o=m.createObservable;r.c=m.createTrackingTarget;r.r=m.runTracked},"applications/Components/reactiveUtils")})($arcgis,t)
|
|
2
|
+
import{C as e,T as t}from"./BDUD457O.js";import"./3TTFCHAA.js";var a=e(t,{"arcgis-area-measurement-2d":[()=>import("./EXSFSEK3.js"),"analysis:,autoDestroyDisabled,hideStartButton,hideUnitSelect,hideVisualization,icon,label,messages:,referenceElement,snappingOptions:,state:,unit,unitOptions:,view:;clear,destroy,start"],"arcgis-area-measurement-3d":[()=>import("./5HUNDZSE.js"),"analysis:,autoDestroyDisabled,hideStartButton,hideUnitSelect,hideVisualization,icon,label,messages:,referenceElement,state:,unit,unitOptions:,view:;clear,destroy,start"],"arcgis-attachments":[()=>import("./WMSKSUGI.js"),"attachmentInfos:,attachmentKeywords:,attachmentTypes:,autoDestroyDisabled,capabilities:,displayType,graphic:,hideAddButton,hideAddSubmitButton,hideCancelAddButton,hideCancelUpdateButton,hideDeleteButton,hideErrorMessage,hideProgressBar,hideUpdateButton,icon,label,referenceElement,state:,submitting:;destroy"],"arcgis-basemap-gallery":[()=>import("./XEKVZSQD.js"),"activeBasemap,autoDestroyDisabled,disabled,headingLevel,icon,label,messageOverrides:,messages:,referenceElement,source:,state:,view:;destroy"],"arcgis-basemap-gallery-item":[()=>import("./46PYSV4C.js"),"disabled,item:,itemIndex,messages:,viewModel:"],"arcgis-basemap-layer-list":[()=>import("./3RWP2MFY.js"),"autoDestroyDisabled,baseFilterPredicate:,baseFilterText,baseItems:,baseListItemCreatedFunction:,basemapTitle,catalogLayerList:,catalogOptions:,closed,collapsed,dragEnabled,editingTitle,filterPlaceholder,headingLevel,hideBaseLayers,hideHeading,hideReferenceLayers,hideStatusIndicators,icon,label,minFilterItems,referenceElement,referenceFilterPredicate:,referenceFilterText,referenceItems:,referenceListItemCreatedFunction:,selectedItems:,selectionMode,showCloseButton,showCollapseButton,showEditTitleButton,showErrors,showFilter,showTemporaryLayerIndicators,state:,view:,visibilityAppearance;destroy"],"arcgis-basemap-toggle":[()=>import("./AEQFRO7B.js"),"activeBasemap:,autoDestroyDisabled,icon,label,messageOverrides:,messages:,nextBasemap,referenceElement,showTitle,state:,view:;destroy,toggle"],"arcgis-bookmarks":[()=>import("./667Y5WZS.js"),"autoDestroyDisabled,bookmarks,closed,defaultCreateOptions:,defaultEditOptions:,disabled,dragEnabled,filterPlaceholder,filterText,goToOverride:,headingLevel,hideThumbnail,hideTime,icon,label,messageOverrides:,messages:,referenceElement,showAddBookmarkButton,showCloseButton,showCollapseButton,showEditBookmarkButton,showFilter,showHeading,state:,timeDisabled,view:;destroy,goTo"],"arcgis-building-explorer":[()=>import("./NCUVQ62D.js"),"autoDestroyDisabled,headingLevel,hideDisciplines,hideLevels,hidePhases,icon,label,layers:,level,levelDisabled:,levels:,messages:,phase,phaseDisabled:,phases:,referenceElement,view:;destroy"],"arcgis-building-discipline-tree":[()=>import("./AODIPCQO.js"),"layers:,messages:,toggleSiblingsVisibility"],"arcgis-building-level-picker":[()=>import("./5JF5N6II.js"),"level:,levelHeight:,levelsHeight:,messages:,numberOfLevels:"],"arcgis-building-level-item":[()=>import("./NIEHEX74.js"),"active,baseWidth,height,hovered,level,messages:,width"],"arcgis-building-phase-picker":[()=>import("./NKRZ2VLU.js"),"messages:,numberOfPhases:,phase:,phaseHeight:"],"arcgis-catalog-layer-list":[()=>import("./JEG2YAUH.js"),"autoDestroyDisabled,catalogItems:,catalogLayer:,closed,collapsed,filterPlaceholder,filterPredicate:,filterText,headingLevel,hideStatusIndicators,icon,label,listItemCreatedFunction:,minFilterItems,referenceElement,selectedItems:,selectionMode,showCloseButton,showCollapseButton,showErrors,showFilter,showHeading,showTemporaryLayerIndicators,state:,view:,visibilityAppearance;destroy"],"arcgis-compass":[()=>import("./PX7OQ23D.js"),"autoDestroyDisabled,goToOverride:,icon,label,messageOverrides:,messages:,orientation:,referenceElement,state:,view:,visualScale;destroy,reset"],"arcgis-coordinate-conversion":[()=>import("./IWN6U37Z.js"),"autoDestroyDisabled,conversions:,currentLocation:,expanded,formats:,goToOverride:,headingLevel,hideCaptureButton,hideExpandButton,hideInputButton,hideSettingsButton,icon,label,locationSymbol:,messages:,mode,multipleConversionsDisabled,orientation,referenceElement,state:,storageDisabled,storageType,view:;destroy,reverseConvert"],"arcgis-daylight":[()=>import("./UIQHTGAK.js"),"autoDestroyDisabled,currentSeason,dateOrSeason,dayPlaying,headingLevel,hideDatePicker,hideHeader,hidePlayButtons,hideShadowsToggle,hideSunLightingToggle,hideTimezone,icon,label,localDate,messages:,playSpeedMultiplier,referenceElement,timeSliderPosition,timeSliderSteps,utcOffset,view:,yearPlaying;destroy"],"arcgis-directional-pad":[()=>import("./XE7L75G7.js"),"autoDestroyDisabled,disabled,hideDirectionalButtons,icon,label,messageOverrides:,messages:,referenceElement,showRotationResetButton,showRotationSlider,state:,view:,visualScale;destroy"],"arcgis-directions":[()=>import("./YP2LBGBB.js"),"apiKey,autoDestroyDisabled,autoSolveOnEditActive,goToOverride:,headingLevel,hideLayerDetails,hidePrintButton,hideSaveAsButton,hideSaveButton,icon,label,lastRoute:,layer:,maxStops,referenceElement,routeLayerItemId,searchProperties:,state:,unit,useDefaultRouteLayer,view:;destroy,getDirections,save,saveAs,startEditing,stopEditing,zoomToRoute"],"arcgis-direct-line-measurement-3d":[()=>import("./WQZ44Y3Z.js"),"analysis:,autoDestroyDisabled,hideStartButton,hideUnitSelect,hideVisualization,icon,label,messages:,referenceElement,state:,unit,unitOptions:,view:;clear,destroy,start"],"arcgis-distance-measurement-2d":[()=>import("./SUUWINLA.js"),"analysis:,autoDestroyDisabled,hideStartButton,hideUnitSelect,hideVisualization,icon,label,messages:,referenceElement,snappingOptions:,state:,unit,unitOptions:,view:;clear,destroy,start"],"arcgis-editor":[()=>import("./LQA4IF5M.js"),"activeWorkflow:,autoDestroyDisabled,headingLevel,hideCreateFeaturesSection,hideEditFeaturesSection,hideLabelsToggle,hideMergeButton,hideSettingsMenu,hideSketch,hideSnappingControlsElementsEnabledToggle,hideSnappingControlsElementsFeatureEnabledToggle,hideSnappingControlsElementsLayerList,hideSnappingControlsElementsSelfEnabledToggle,hideSplitButton,hideTooltipsToggle,hideUndoRedoButtons,hideZoomToButton,icon,label,labelOptions:,layerInfos:,referenceElement,selectionManager:,showSnappingControlsElementsHeader,snappingOptions:,state:,supportingWidgetDefaults:,syncViewSelection,tooltipOptions:,useLegacyCreateTools,view:;cancelWorkflow,deleteFeatureFromWorkflow,destroy,startCreateFeaturesWorkflowAtFeatureCreation,startCreateFeaturesWorkflowAtFeatureTypeSelection,startUpdateWorkflowAtFeatureEdit,startUpdateWorkflowAtFeatureSelection,startUpdateWorkflowAtMultipleFeatureSelection;cancelSelectionTool"],"arcgis-elevation-profile":[()=>import("./23TQHX3R.js"),"_messages:,analysis:,autoDestroyDisabled,distanceUnit,distanceUnitOptions:,effectiveDisplayUnits:,elevationInfo:,elevationUnit,elevationUnitOptions:,feature:,geometry:,hideChart,hideClearButton,hideDistanceDisplayUnitSelect,hideElevationDisplayUnitSelect,hideLegend,hideSelectButton,hideSettingsButton,hideStartButton,hideUniformChartScalingToggle,hideVisualization,highlightDisabled,icon,indicatorRelativePosition:,label,messageOverrides:,profiles:,progress:,referenceElement,state:,uniformChartScaling,view:;clear,destroy,select,start,stop"],"arcgis-elevation-profile-legend":[()=>import("./DUSCPURL.js"),"effectiveDisplayUnits:,featureSelected,messages:,results:;destroy"],"arcgis-elevation-profile-legend-item":[()=>import("./ICCQCKZB.js"),"effectiveDisplayUnits:,expanded,featureSelected,hideCheckbox,messages:,result:;destroy"],"arcgis-elevation-profile-settings":[()=>import("./DV3AMXLQ.js"),"hideDistanceDisplayUnitSelect,hideElevationDisplayUnitSelect,hideUniformChartScalingToggle,messages:,uniformChartScaling,unitOptionsDistance:,unitOptionsElevation:,viewModel:;destroy"],"arcgis-elevation-profile-statistics":[()=>import("./4HVMKKUC.js"),"effectiveDisplayUnits:,messages:,result:;destroy"],"arcgis-expand":[()=>import("./EV3HXCIH.js"),"autoCollapse,autoDestroyDisabled,closeOnEscDisabled,collapseIcon,collapseTooltip,content,expanded,expandIcon,expandTooltip,focusTrapDisabled,group,icon,iconNumber,label,messageOverrides:,messages:,mode,placement,referenceElement,state:,topLayerDisabled,view:,visualScale;collapse,destroy,expand"],"arcgis-feature":[()=>import("./FHVJILOP.js"),"autoDestroyDisabled,chartAnimationDisabled,defaultPopupTemplateEnabled,flowItems:,graphic:,heading:,headingLevel,hideAttachmentsContent,hideContent,hideCustomContent,hideExpressionContent,hideFieldsContent,hideHeading,hideLastEditedInfo,hideMediaContent,hideTextContent,icon,isFeatureFromTable:,label,location:,map:,messageOverrides:,messages:,referenceElement,showRelationshipContent,showUtilityNetworkContent,spatialReference:,state:,timeZone,view:,viewModel:;destroy,nextMedia,previousMedia,setActiveMedia,updateGeometry"],"arcgis-feature-attachments":[()=>import("./L4QA437J.js"),"attachmentKeywords:,attachmentTypes:,description,displayType,graphic:,heading,headingLevel,messages:,orderByFields:"],"arcgis-feature-content":[()=>import("./SJJ4MLVA.js"),"creator,destroyer:,graphic:"],"arcgis-feature-element-info":[()=>import("./HVP4D5QA.js"),"description,heading,headingLevel"],"arcgis-feature-expression":[()=>import("./ZZ7EY45U.js"),"expressionInfo:,fieldInfoMap:,graphic:,headingLevel,interceptor:,location:,map:,messages:,spatialReference:,values:,view:"],"arcgis-feature-fields":[()=>import("./G7OKKTPN.js"),"description,expressionInfos:,fieldInfos:,graphic:,heading,headingLevel,isContentFieldInfos,layer:,messages:,values:"],"arcgis-feature-form":[()=>import("./VRC4A6UI.js"),"autoDestroyDisabled,disabled,editType,feature:,formTemplate:,groupDisplay,headingLevel,hideReadOnlyNotice,icon,label,layer:,map:,referenceElement,state:,timeZone;destroy,getValues,submit"],"arcgis-feature-media":[()=>import("./ZNKRUHBB.js"),"activeMediaInfo:,activeMediaInfoIndex,chartAnimationDisabled,description,fieldInfoMap:,formattedMediaInfoCount:,formattedMediaInfos:,formattedValues:,graphic:,heading,headingLevel,layer:,mediaInfos:,messages:,popupTemplate:,relatedInfos:,values:;;next,previous,setActiveMedia"],"arcgis-feature-relationship":[()=>import("./IOZAX7QH.js"),"activeCategory:,allItemsDescription:,autoDestroyDisabled,description,displayCount,featurePage,featuresPerPage,flowItems:,flowType,graphic:,heading,headingLevel,hideDescription,hideHeading,label,layer:,map:,messages:,orderByFields:,relationshipId,showAllEnabled,spatialReference:,timeZone,values:,view:;destroy"],"arcgis-feature-table":[()=>import("./7W7RNWBM.js"),"actionColumn:,actionColumnConfig:,activeFilters:,activeSortOrders:,allColumns:,allRelatedTablesVisible:,allVisibleColumns:,attachmentsColumns:,attachmentsEnabled,attachmentsViewOptions:,attributeTableTemplate:,autoDestroyDisabled,autoRefreshDisabled,autoSaveDisabled,canAddRelatedFeature:,columnPerformanceModeDisabled,columnReorderingDisabled,columns:,definitionExpression,description,disabled,editingEnabled,effectiveSize:,fieldColumns:,filterBySelectionEnabled,filterGeometry:,groupColumns:,hasContingentValues:,hasInvalidPendingEdits:,hasPendingEdits:,hiddenFields:,hideColumnDescriptions,hideColumnMenuItemsSortAscending,hideColumnMenuItemsSortDescending,hideColumnMenus,hideHeader,hideLayerDropdownIcons,hideMenu,hideMenuItemsClearSelection,hideMenuItemsDeleteSelection,hideMenuItemsExportSelectionToCsv,hideMenuItemsRefreshData,hideMenuItemsSelectedRecordsShowAllToggle,hideMenuItemsSelectedRecordsShowSelectedToggle,hideMenuItemsToggleColumns,hideMenuItemsZoomToSelection,hideProgress,hideSelectionColumn,hideTooltips,highlightDisabled,highlightIds:,icon,initialSize,isQueryingOrSyncing:,isSyncingAttachments:,label,layer:,layerItemId,layers:,layerUrl,layerView:,maxSize,menuConfig:,multipleSelectionDisabled,multipleSortEnabled,multipleSortPriority,navigationScale,noDataMessage,objectIds:,outFields:,pageCount:,pageIndex,pageSize,paginationEnabled,referenceElement,relatedRecordsEnabled,relatedTable:,relatedTables:,relationship:,relationshipColumns:,returnGeometryEnabled,returnMEnabled,returnZEnabled,rowHighlightIds:,selectionManager:,showLayerDropdown,size:,state:,supportsAddAttachments:,supportsAttachments:,supportsDeleteAttachments:,supportsResizeAttachments:,supportsUpdateAttachments:,syncTemplateOnChangesDisabled,syncViewSelection,tableController:,tableDisabled,tableParent:,tableTemplate:,tableTitle,timeExtent:,timeZone,view:,visibleColumns:;deleteSelection,destroy,discardPendingEdits,exportSelectionToCSV,findColumn,getFeatureStoreItemByObjectId,goToPage,hideColumn,nextPage,previousPage,refresh,refreshCellContent,savePendingEdits,scrollToBottom,scrollToIndex,scrollToLeft,scrollToRow,scrollToTop,showAllColumns,showColumn,sortColumn,toggleColumnVisibility,zoomToSelection;addPendingEdits"],"arcgis-feature-templates-legacy":[()=>import("./APV3AYJF.js"),"autoDestroyDisabled,disabledItemFunction:,enableListScroll,filterFunction:,filterText,groupBy,headingLevel,hideFilter,icon,items:,label,layers:,referenceElement,selectedItem:,selectionMode,state:,view:;destroy;select"],"arcgis-feature-utility-network-association-list":[()=>import("./VTWJOYZO.js"),"associatedFeatureCount:,associationViewModels:,autoDestroyDisabled,currentFeaturePage,description,displayCount,endIndex:,featuresPerPage,flowItems:,flowType,heading,map:,maxFeatureCount,messages:,parentFeatureViewModel:,referenceElement,selectedLayer:,showAllEnabled,spatialReference:,state,timeZone,tooltipReferenceMap:,view:;destroy"],"arcgis-feature-utility-network-associations":[()=>import("./HNDFLEFC.js"),"associationTypes:,autoDestroyDisabled,description,flowItems:,flowType,graphic:,heading,headingLevel,layer:,map:,messages:,parentFeatureViewModel:,referenceElement,source,spatialReference:,timeZone,view:;destroy"],"arcgis-features":[()=>import("./X7YUOD3X.js"),"actions:,active:,autoDestroyDisabled,chartAnimationDisabled,collapsed,content,defaultPopupTemplateEnabled,featureCount,featureMenuOpen,featureMenuTitle,featureNavigationTop,features:,featuresPerPage,featureViewModelAbilities:,goToOverride:,headerActions:,heading,headingLevel,hideActionBar,hideAttachmentsContent,hideCloseButton,hideContent,hideCustomContent,hideExpressionContent,hideFeatureListLayerTitle,hideFeatureMenuHeading,hideFeatureNavigation,hideFieldsContent,hideHeading,hideLastEditedInfo,hideMediaContent,hideRelationshipContent,hideSpinner,hideTextContent,hideUtilityNetworkContent,highlightDisabled,icon,includeDefaultActionsDisabled,initialDisplayMode,label,location:,map:,messageOverrides:,messages:,open,promises:,referenceElement,responsiveActionsEnabled,selectedDrillInFeature:,selectedFeature:,selectedFeatureComponent:,selectedFeatureIndex,showCollapseButton,spatialReference:,state:,timeZone,updateLocationEnabled,view:,viewModel:;clear,close,destroy,fetchFeatures,next,previous,setFocus,triggerAction"],"arcgis-floor-filter":[()=>import("./5FZ74RGF.js"),"autoDestroyDisabled,facility,goToOverride:,headingLevel,icon,label,level,longNames,messageOverrides:,messages:,referenceElement,site,view:;destroy,updateWebDocument"],"arcgis-fullscreen":[()=>import("./XLAV73BO.js"),"element,label,messageOverrides:,messages:,referenceElement,state,view:,visualScale"],"arcgis-grid-controls":[()=>import("./SRSSON6V.js"),"_messages:,autoDestroyDisabled,customColor,displayEnabled:,dynamicScaling,effectiveSpacingAfterDynamicScaling,gridColor,gridControlsEnabled:,gridOutOfScale,hideColorSelection,hideDynamicScaleToggle,hideGridEnabledToggle,hideGridSnapEnabledToggle,hideLineIntervalInput,hideNumericInputs,hideOutOfScaleWarning,hidePlacementButtons,hideRotateWithMapToggle,icon,interactivePlacementState,label,majorLineInterval,messageOverrides:,placementDisabled,referenceElement,rotateWithMap,rotation,snappingEnabled,snappingOptions:,spacing,theme,unit,view:;destroy;trySetDisplayEnabled"],"arcgis-histogram-range-slider":[()=>import("./CYHPOGKU.js"),"autoDestroyDisabled,average,barCreatedFunction:,bins:,dataLineCreatedFunction:,dataLines:,excludedBarColor,icon,includedBarColor,label,labelFormatFunction:,max,min,precision,rangeType,referenceElement,standardDeviation,standardDeviationCount,state:,values:;destroy,generateWhereClause"],"arcgis-home":[()=>import("./ZKB2DJMQ.js"),"autoDestroyDisabled,goToOverride:,icon,label,messageOverrides:,messages:,referenceElement,state:,view:,viewpoint:,visualScale;cancelGo,destroy,go"],"arcgis-layer-list":[()=>import("./AGWQDLNI.js"),"autoDestroyDisabled,catalogLayerList:,catalogOptions:,closed,collapsed,dragEnabled,filterPlaceholder,filterPredicate:,filterText,headingLevel,hideCatalogLayerList,hideStatusIndicators,icon,knowledgeGraphOptions:,label,listItemCreatedFunction:,minDragEnabledItems,minFilterItems,openedLayers:,operationalItems:,referenceElement,selectedItems:,selectionMode,showCloseButton,showCollapseButton,showErrors,showFilter,showHeading,showTemporaryLayerIndicators,state:,tableList:,view:,visibilityAppearance;destroy,triggerAction"],"arcgis-layer-list-item":[()=>import("./OPPTQDUJ.js"),"activeItem:,autoDestroyDisabled,canMove:,css:,displayMode,dragEnabled,handleAction:,handleCatalogOpen:,handlePanelOpen:,handleSelectedDragItemLayerUidChange:,handleTablesOpen:,handleTooltipReferenceChange:,hideCatalogLayerList,hideStatusIndicators,item:,layerTablesEnabled:,listModeDisabled,parent:,parentTitles:,rootGroupUid,selectedDragItemLayerUid,selectedItems:,selectionMode,showCloseButton,showCollapseButton,showErrors,showFilter,showHeading,showTemporaryLayerIndicators,showTemporaryTableIndicators,visibilityAppearance;destroy"],"arcgis-legend":[()=>import("./LGCAKLVB.js"),"activeLayerInfos:,autoDestroyDisabled,basemapLegendVisible,cardStyleLayout,headingLevel,hideLayersNotInCurrentView,icon,ignoreLayerVisibility,label,layerInfos:,legendStyle,loading,messageOverrides:,messages:,referenceElement,respectLayerDefinitionExpression,state:,view:;destroy"],"arcgis-legend-card-color-ramp":[()=>import("./XAM2764P.js"),"cssEffectFilter,legendElement:,messages:,opacity"],"arcgis-legend-card-element":[()=>import("./HIALRIA5.js"),"activeLayerInfo:,cssEffectFilter,headingLevel,layer:,legendElement:,messages:,stacked"],"arcgis-legend-card-size-ramp":[()=>import("./IGCGKXVQ.js"),"hasIndicators,legendElement:,messages:,opacity"],"arcgis-legend-card-univariate-above-and-below-ramp":[()=>import("./Z4BYNRYD.js"),"cssEffectFilter,legendElement:,messages:,opacity"],"arcgis-legend-card-univariate-color-size-ramp":[()=>import("./YPGLFMTV.js"),"cssEffectFilter,legendElement:,messages:,opacity"],"arcgis-legend-card-view":[()=>import("./DTLIZIOI.js"),"activeLayerInfos:,headingLevel,layout,messages:,type:,view:"],"arcgis-legend-classic-color-ramp":[()=>import("./QPCLA4EJ.js"),"legendElement:,messages:,opacity"],"arcgis-legend-classic-element":[()=>import("./BMITVMTW.js"),"cssEffectFilter,layer:,legendElement:,messages:"],"arcgis-legend-classic-size-ramp":[()=>import("./K3C4REJ2.js"),"legendElement:,messages:"],"arcgis-legend-classic-univariate-above-and-below-ramp":[()=>import("./RSXH2YEV.js"),"cssEffectFilter,legendElement:,messages:,opacity"],"arcgis-legend-classic-univariate-color-size-ramp":[()=>import("./YWYMFFO5.js"),"cssEffectFilter,legendElement:,messages:,opacity"],"arcgis-legend-classic-view":[()=>import("./2ELWNWRV.js"),"activeLayerInfos:,headingLevel,messages:,type:"],"arcgis-legend-relationship-ramp":[()=>import("./P7GCX7CN.js"),"cssEffectFilter,legendElement:,messages:,opacity"],"arcgis-legend-spike-ramp":[()=>import("./FSTB6YQB.js"),"legendElement:,messages:"],"arcgis-line-of-sight":[()=>import("./M6NRIDED.js"),"_messages:,analysis:,autoDestroyDisabled,hideContinueButton,hideDoneButton,hideStartButton,hideVisualization,icon,label,messageOverrides:,referenceElement,state:,view:;clear,continue,destroy,start,stop"],"arcgis-link-chart":[()=>import("./C3D6DL63.js"),"allLayerViews:,analyses:,animationsDisabled,aria:,attributionItems:,attributionMode,autoDestroyDisabled,background:,baseCypherQuery,basemap,basemapView:,canZoomIn:,canZoomOut:,center,constraints:,displayFilterDisabled,extent:,fatalError:,focusAreas:,graphics:,hideAttribution,highlights:,interacting:,itemId,layerViews:,loadErrorSources:,magnifier:,map:,navigating:,navigation:,padding:,popup:,popupComponentEnabled,popupDisabled,popupElement:,ready:,resizeAlign,resolution:,rotation,scale,selectionManager:,serviceUrl,spatialReference:,stationary:,suspended,theme:,timeExtent:,timeZone,updating:,view:,viewpoint:,zoom;closePopup,destroy,goTo,openPopup,tryFatalErrorRecovery,viewOnReady,whenAnalysisView,whenLayerView,zoomIn,zoomOut;toMap,toScreen"],"arcgis-link-chart-layout-switcher":[()=>import("./PAFLJ4T6.js"),"appearance,autoDestroyDisabled,closeOnSelectDisabled,icon,label,layout:,messageOverrides:,messages:,preventExtentUpdate,referenceElement,state:,view:;destroy,switchLayout"],"arcgis-link-chart-nonspatial-visibility-toggle":[()=>import("./N7SXGVEK.js"),"autoDestroyDisabled,icon,label,messageOverrides:,messages:,referenceElement,state:,view:,visualScale;destroy,switchNonspatialVisibility"],"arcgis-locate":[()=>import("./DS6FJ2ZR.js"),"autoDestroyDisabled,geolocationOptions:,goToLocationDisabled,goToOverride:,graphic:,icon,label,messageOverrides:,messages:,popupDisabled,referenceElement,scale,state:,view:,visualScale;cancelLocate,destroy,locate"],"arcgis-map":[()=>import("./KC37LMMM.js"),"allLayerViews:,analyses:,animationsDisabled,aria:,attributionItems:,attributionMode,autoDestroyDisabled,background:,basemap,basemapView:,canZoomIn:,canZoomOut:,center,constraints:,displayFilterDisabled,extent:,fatalError:,floors:,focusAreas:,gamepad:,graphics:,ground,hideAttribution,highlights:,interacting:,ipsInfo:,itemId,layerViews:,loadErrorSources:,magnifier:,map:,navigating:,navigation:,padding:,popup:,popupComponentEnabled,popupDisabled,popupElement:,ready:,resizeAlign,resolution:,rotation,scale,selectionManager:,spatialReference:,spatialReferenceLocked,stationary:,suspended,theme:,timeExtent:,timeZone,updating:,view:,viewpoint:,visibleArea:,zoom;closePopup,destroy,goTo,hitTest,openPopup,takeScreenshot,tryFatalErrorRecovery,viewOnReady,whenAnalysisView,whenLayerView,zoomIn,zoomOut;toMap,toScreen"],"arcgis-measurement":[()=>import("./FOZBLOPX.js"),"activeTool,activeWidget:,areaUnit,autoDestroyDisabled,icon,label,linearUnit,referenceElement,state:,view:;clear,destroy,startMeasurement"],"arcgis-navigation-toggle":[()=>import("./MSGBVT7B.js"),"_messages:,autoDestroyDisabled,icon,label,layout,messageOverrides:,navigationMode,referenceElement,state,view:,visualScale;destroy,toggle"],"arcgis-oriented-imagery-viewer":[()=>import("./5JHCBJB4.js"),"autoDestroyDisabled,currentCoverageVisible,dataCaptureEnabled,disabled,galleryOpened,icon,imageEnhancementToolActive,imageGalleryEnabled:,imageOverlaysOpened,isAdditionalCoverageVisible,isAdditionalPointSourcesVisible,label,layer:,mapImageConversionToolState,navigationToolActive,orientedImageryLayerItemId,preloadMedia,referenceElement,referencePoint:,view:;destroy"],"arcgis-paste":[()=>import("./UENUQ4KE.js"),"_messages:,activeFlowPage:,alwaysShowFeatureForm,autoDestroyDisabled,beforeApply:,clipboard:,closed,closeOnApply,hideErrorNotice,hideFooter,hideFooterCancelButton,hideHeaderCloseButton,hideTooltips,hideViewClipboard,highlightGroup,layerPermissionsCheck:,maximumFeatureCount,maximumFeatureCountWithComplexForms,pasteCommandsState:,pasteWithMultipleFeaturesEnabled,pasteWithMultipleLayersEnabled,referenceElement,selectedFeature:,supportedCommands,view:;cancelMoveClipboard,destroy,executePasteCommand,registerPasteCommand,reset,showClipboardItems,startMoveClipboard,writeChanges"],"arcgis-clipboard":[()=>import("./FGPK4XM4.js"),"_messages:,clipboard:,hideTooltips,maxShowCount,referenceElement,view:"],"arcgis-feature-image":[()=>import("./27PMZPVO.js"),"actualSymbol:,graphic:,heightInPixels,layer:,minWidth,tableSymbolIcon:,useTrueShape,widthInPixels"],"arcgis-feature-title":[()=>import("./KG3JO6AR.js"),"_messages:,graphic:,isNewFeature,layer:,noTitleLabel"],"arcgis-multi-feature-form":[()=>import("./XL5VSTUT.js"),"activeFeatureIndex,autoDestroyDisabled,disabled,editType,features:,groupDisplay,hasTooManyComplexFeatures,hasTooManyFeatures,headingLevel,icon,invalidFeatures:,label,maximumFeatureCount,maximumFeatureCountWithComplexForms,position,readOnly,referenceElement,status,submitHasBeenAttempted,timeZone,updating,valid,view:;destroy;getValues,goToFirstError,userChangesHaveMadeFeatureInvalid"],"arcgis-popup":[()=>import("./5YYDQKYB.js"),"actions:,active:,alignment,autoCloseEnabled,autoDestroyDisabled,collapsed,content,currentAlignment:,currentDockPosition:,defaultPopupTemplateEnabled,dockEnabled,dockOptions:,featureCount:,featureMenuOpen,featureMenuTitle,features:,goToOverride:,heading,headingLevel,hideActionBar,hideCloseButton,hideCollapseButton,hideFeatureListLayerTitle,hideFeatureMenuHeading,hideFeatureNavigation,hideHeading,hideSpinner,highlightDisabled,includeDefaultActionsDisabled,initialDisplayMode,label,location:,messageOverrides:,messages:,open,promises:,referenceElement,selectedDrillInFeature:,selectedFeature:,selectedFeatureComponent:,selectedFeatureIndex,state:,topLayerDisabled,updateLocationEnabled,view:;clear,destroy,fetchFeatures,handleViewClick,next,previous,setFocus,triggerAction"],"arcgis-presentation":[()=>import("./5YQWN4HC.js"),"_messages:,autoDestroyDisabled,keyboardNavigationEnabled,scale,slideId,view:;destroy"],"arcgis-print":[()=>import("./O3GU57ZF.js"),"allowedFormats,allowedFormatsForSaving,allowedLayouts,autoDestroyDisabled,autoPopulateAuthor,excludeDefaultTemplates,excludeOrganizationTemplates,exportedLinks:,extraParameters:,headingLevel,hideAdvancedOptions,hideFeatureAttributes,hideHeader,hideIncludeTables,icon,label,messageOverrides:,messages:,outSpatialReference:,portal:,printServiceUrl,referenceElement,showPrintAreaEnabled,showSaveAs,state:,templateCustomTextElements:,templateOptions:,view:;addPortalTemplate,destroy"],"arcgis-print-custom-text-elements":[()=>import("./MQNRWUJV.js"),"viewModel:"],"arcgis-print-dpi-input":[()=>import("./64XTP54A.js"),"messages:,viewModel:"],"arcgis-print-export-button":[()=>import("./NS6A57H7.js"),"fileName,messages:,selectExportsTab:,viewModel:"],"arcgis-print-exports-panel":[()=>import("./7DAFL3QP.js"),"allowedFormatsForSaving,arcgisSaveAs:,messages:,showSaveAs,viewModel:"],"arcgis-print-format-select":[()=>import("./5DS4JPW6.js"),"messages:,viewModel:"],"arcgis-print-layout-advanced-options":[()=>import("./5EZ4KU4A.js"),"autoPopulateAuthor,hideFeatureAttributes,hideIncludeTables,messages:,viewModel:"],"arcgis-print-layout-panel":[()=>import("./OOITGE5V.js"),"autoPopulateAuthor,hideAdvancedOptions,hideFeatureAttributes,hideIncludeTables,messages:,selectExportsTab:,showTemplateSelector:,viewModel:"],"arcgis-print-main-panel":[()=>import("./2LOKXZGA.js"),"allowedFormatsForSaving,arcgisSaveAs:,autoPopulateAuthor,hideAdvancedOptions,hideFeatureAttributes,hideIncludeTables,messages:,showSaveAs,showTemplateSelector:,viewModel:"],"arcgis-print-map-only-advanced-options":[()=>import("./DQRCKBRU.js"),"messages:,viewModel:"],"arcgis-print-map-only-panel":[()=>import("./5KNN577Y.js"),"hideAdvancedOptions,messages:,selectExportsTab:,viewModel:"],"arcgis-print-out-spatial-reference-input":[()=>import("./74J22H6S.js"),"messages:,templateOptions:,viewModel:"],"arcgis-print-preview-input":[()=>import("./JTUDL7ZD.js"),"messages:,viewModel:"],"arcgis-print-scale-section":[()=>import("./YLAOXZXB.js"),"messages:,viewModel:"],"arcgis-print-template-select":[()=>import("./CHQK4O2O.js"),"messages:,showTemplateSelector:,viewModel:"],"arcgis-print-template-selector":[()=>import("./UB6YWPE6.js"),"excludeOrganizationTemplates,hideTemplateSelector:,messages:,viewModel:"],"arcgis-reverse-geocode-list":[()=>import("./Q5LEXBSY.js"),"headingLevel,location:,messageOverrides:,messages:,portal:,reverseGeocodeResults:;destroy"],"arcgis-scale-bar":[()=>import("./7BPH252S.js"),"autoDestroyDisabled,barStyle,icon,label,messageOverrides:,messages:,referenceElement,unit,view:;destroy"],"arcgis-scale-range-slider":[()=>import("./T6LJGCEK.js"),"autoDestroyDisabled,disabled,hidePreview,hideScaleMenusMaxScaleMenu,hideScaleMenusMinScaleMenu,icon,label,layer:,maxScale,maxScaleLimit,minScale,minScaleLimit,mode,referenceElement,region,showWorldValue,state:,view:;destroy"],"arcgis-scene":[()=>import("./ZENXKKZU.js"),"allLayerViews:,alphaCompositingEnabled,analyses:,animationsDisabled,aria:,attributionItems:,attributionMode,autoDestroyDisabled,basemap,basemapView:,camera:,cameraFov,cameraHeading,cameraPosition,cameraTilt,canZoomIn:,canZoomOut:,center,clippingArea:,constraints:,displayFilterDisabled,environment:,extent:,fatalError:,floors:,focusAreas:,gamepad:,graphics:,ground,groundView:,hideAttribution,highlights:,interacting:,itemId,layerViews:,loadErrorSources:,magnifier:,map:,navigating:,navigation:,padding:,performanceInfo:,popup:,popupComponentEnabled,popupDisabled,popupElement:,qualityProfile,ready:,resolution:,scale,selectionManager:,spatialReference:,stationary:,suspended,theme:,timeExtent:,updating:,view:,viewingMode,viewpoint:,visibleArea:,zoom;closePopup,destroy,goTo,hitTest,openPopup,takeScreenshot,tryFatalErrorRecovery,viewOnReady,whenAnalysisView,whenLayerView,zoomIn,zoomOut;toMap,toScreen"],"arcgis-search":[()=>import("./VW43RPYP.js"),"activeMenu,activeSource:,activeSourceIndex,allPlaceholder,allSources:,autoDestroyDisabled,autoNavigateDisabled,autoSelectDisabled,defaultSources:,disabled,goToOverride:,icon,includeDefaultSourcesDisabled,label,locationDisabled,maxResults,maxSuggestions,messageOverrides:,messages:,minSuggestCharacters,popupDisabled,popupTemplate:,portal:,referenceElement,resultGraphic:,resultGraphicDisabled,results:,searchAllDisabled,searchTerm,selectedResult:,sources:,state:,suggestions:,suggestionsDisabled,topLayerDisabled,view:;destroy,search,setFocus,suggest;clear"],"arcgis-search-result-renderer":[()=>import("./K3WRWVQH.js"),"autoDestroyDisabled,messages:,viewModel:;destroy"],"arcgis-shadow-cast":[()=>import("./FKLSUEE4.js"),"analysis:,autoDestroyDisabled,date,discreteColor:,discreteInterval,endTimeOfDay,headingLevel,hideDatePicker,hideDiscreteColorPicker,hideDiscreteInterval,hideDiscreteOptions,hideMinDurationColorPicker,hideMinDurationContextColorPicker,hideMinDurationContextInterval,hideMinDurationContextOptions,hideMinDurationContextToggle,hideMinDurationOptions,hideMinDurationSlider,hideShadowDurationTooltip,hideTimeRangeSlider,hideTimezone,hideTotalDurationColorPicker,hideTotalDurationModeSelect,hideTotalDurationOptions,hideVisualization,hideVisualizationOptions,icon,label,maxMinDuration,messages:,minDuration,minDurationColor:,minDurationContextColor:,minDurationContextEnabled,minDurationContextInterval,minMinDuration,mode,referenceElement,startTimeOfDay,state:,totalDurationColor:,totalDurationMode,utcOffset,view:,visualScale;destroy,getDurationAtScreen"],"arcgis-shadow-cast-discrete-config":[()=>import("./BX4XQZE3.js"),"hideColorPicker,hideInterval,messages:,options:,scale"],"arcgis-shadow-cast-min-duration-config":[()=>import("./XUQOEMSH.js"),"hideColorPicker,hideContextColorPicker,hideContextInterval,hideContextOptions,hideContextToggle,hideSlider,maxMinDuration,messages:,minMinDuration,options:,scale"],"arcgis-shadow-cast-total-duration-config":[()=>import("./Q4HJ76OE.js"),"hideColorPicker,hideModeSelect,messages:,options:,scale"],"arcgis-sketch":[()=>import("./G44PNNZ4.js"),"activeTool,autoDestroyDisabled,availableCreateTools:,createGraphic:,creationMode,defaultCreateOptions:,defaultGraphicsLayerDisabled,defaultUpdateOptions:,hideCreateToolsCircle,hideCreateToolsMultipoint,hideCreateToolsPoint,hideCreateToolsPolygon,hideCreateToolsPolyline,hideCreateToolsRectangle,hideDeleteButton,hideDuplicateButton,hideLabelsToggle,hideSelectionCountLabel,hideSelectionToolsLassoSelection,hideSelectionToolsRectangleSelection,hideSettingsMenu,hideSnappingControls,hideSnappingControlsElementsEnabledToggle,hideSnappingControlsElementsFeatureEnabledToggle,hideSnappingControlsElementsLayerList,hideSnappingControlsElementsSelfEnabledToggle,hideTooltipsToggle,hideUndoRedoMenu,icon,label,labelOptions:,layer:,layout,pointSymbol:,polygonSymbol:,polylineSymbol:,referenceElement,showCreateToolsFreehandPolygon,showCreateToolsFreehandPolyline,showCreateToolsText,showSnappingControlsElementsHeader,snappingOptions:,state:,textSymbol:,toolbarKind,tooltipOptions:,updateGraphics:,useLegacyCreateTools,view:,visualScale;cancel,complete,create,delete,destroy,duplicate,redo,triggerUpdate,undo"],"arcgis-slice":[()=>import("./ITX6LJ6O.js"),"_messages:,analysis:,autoDestroyDisabled,excludedLayers:,excludeGroundSurface,headingLevel,hideStartButton,hideVisualization,icon,label,messageOverrides:,referenceElement,shape:,state:,tiltEnabled,view:;clear,destroy,start"],"arcgis-slider-binary-color-size-legacy":[()=>import("./BSZYRTSR.js"),"autoDestroyDisabled,handlesSyncedToPrimary,histogramConfig:,icon,inputFormatFunction:,inputParseFunction:,labelFormatFunction:,max,min,persistSizeRangeEnabled,precision,referenceElement,sliderStyle:,state:,stops:,zoomOptions:;destroy,updateFromRendererResult,updateRenderer"],"arcgis-slider-classed-color-legacy":[()=>import("./FXW2QMCP.js"),"autoDestroyDisabled,breaks:,histogramConfig:,icon,inputFormatFunction:,inputParseFunction:,labelFormatFunction:,max,min,precision,referenceElement,state:;destroy,updateClassBreakInfos,updateFromRendererResult"],"arcgis-slider-classed-size-legacy":[()=>import("./Z7KZKGZH.js"),"autoDestroyDisabled,breaks:,histogramConfig:,icon,inputFormatFunction:,inputParseFunction:,labelFormatFunction:,max,min,precision,referenceElement,sliderStyle:,state:;destroy,updateClassBreakInfos,updateFromRendererResult"],"arcgis-slider-color-legacy":[()=>import("./NVPDQFVK.js"),"autoDestroyDisabled,handlesSyncedToPrimary,histogramConfig:,icon,inputFormatFunction:,inputParseFunction:,labelFormatFunction:,max,min,precision,primaryHandleEnabled,referenceElement,stops:,zoomOptions:;destroy;updateFromRendererResult"],"arcgis-slider-color-size-legacy":[()=>import("./S5XIZMAX.js"),"autoDestroyDisabled,handlesSyncedToPrimary,histogramConfig:,icon,inputFormatFunction:,inputParseFunction:,labelFormatFunction:,max,min,persistSizeRangeEnabled,precision,primaryHandleEnabled,referenceElement,state:,stops:,zoomOptions:;destroy,updateFromRendererResult;updateVisualVariables"],"arcgis-slider-heatmap-legacy":[()=>import("./MIK35PDX.js"),"autoDestroyDisabled,icon,max:,min:,precision,referenceElement,state:,stops:;destroy"],"arcgis-slider-opacity-legacy":[()=>import("./BQUMWB3P.js"),"autoDestroyDisabled,histogramConfig:,icon,inputFormatFunction:,inputParseFunction:,labelFormatFunction:,max,min,precision,referenceElement,sliderStyle:,state:,stops:,zoomOptions:;destroy,updateFromVisualVariableResult"],"arcgis-slider-size-legacy":[()=>import("./7E3PHG6R.js"),"autoDestroyDisabled,histogramConfig:,icon,inputFormatFunction:,inputParseFunction:,labelFormatFunction:,max,min,precision,referenceElement,sliderStyle:,state:,stops:,zoomOptions:;destroy;updateFromRendererResult,updateVisualVariable"],"arcgis-snapping-controls":[()=>import("./NBS2JRKZ.js"),"autoDestroyDisabled,hideEnabledToggle,hideFeatureEnabledToggle,hideGridControls,hideGridControlsElementsColorSelection,hideGridControlsElementsDynamicScaleToggle,hideGridControlsElementsLineIntervalInput,hideGridControlsElementsNumericInputs,hideGridControlsElementsOutOfScaleWarning,hideGridControlsElementsPlacementButtons,hideGridControlsElementsRotateWithMapToggle,hideLayerList,hideSelfEnabledToggle,icon,label,referenceElement,showGridControlsElementsGridEnabledToggle,showHeader,snappingOptions:,state,view:;destroy"],"arcgis-spinner":[()=>import("./TO4AP4NZ.js"),"autoDestroyDisabled,label,location:,screenLocation:,trackLocation,view:;destroy"],"arcgis-color-select":[()=>import("./U4FOROQE.js"),"_messages:,color,label"],"arcgis-labeled-switch":[()=>import("./LGF6DK5V.js"),"checked,disabled,hint,hintIcon,hintKind,label;destroy"],"arcgis-measurement-content":[()=>import("./AHAR3YRD.js"),"hintLabel,items:,layout,state,unsupportedLabel"],"arcgis-time-of-day-slider":[()=>import("./KB6ZC3F2.js"),"disabled,endTime,label,messages:,mode,startTime,steps,visualScale"],"arcgis-utility-network-association-list":[()=>import("./YSACVRKP.js"),"associatedFeatureCount:,associationViewModels:,currentFeaturePage,featuresPerPage,maxFeatureCount,messages:,parentFeatureViewModel:,selectedLayer:,showAllEnabled,state,tooltipReferenceMap:"],"arcgis-webgl-error":[()=>import("./RTWFIBP2.js"),"_messages:,errorName"],"arcgis-swipe":[()=>import("./PEIVXKOI.js"),"autoDestroyDisabled,direction,disabled,endLayers:,hideDivider,hideHandle,icon,label,leadingLayers:,messageOverrides:,messages:,position,referenceElement,startLayers:,state:,swipePosition,trailingLayers:,view:;destroy"],"arcgis-table-list":[()=>import("./N2VUYFEK.js"),"autoDestroyDisabled,closed,collapsed,dragEnabled,filterPlaceholder,filterPredicate:,filterText,hideStatusIndicators,icon,label,listItemCreatedFunction:,map:,minDragEnabledItems,minFilterItems,referenceElement,selectedItems:,selectionMode,showCloseButton,showCollapseButton,showErrors,showFilter,showHeading,showTemporaryTableIndicators,state:,tableItems:,view:;destroy"],"arcgis-time-slider":[()=>import("./JPC5EARH.js"),"actions:,autoDestroyDisabled,disabled,effectiveStops:,fullTimeExtent:,icon,label,layout,loop,mode,playRate,referenceElement,state:,stops:,tickConfigs:,timeExtent:,timeVisible,timeZone,view:;applyTimeSliderSettings,destroy,next,play,previous,stop,updateWebDocument"],"arcgis-time-zone-label":[()=>import("./IIGVQFLD.js"),"_messages:,actionIcon,disabled,icon,label,messageOverrides:,referenceElement,state:,view:"],"arcgis-track":[()=>import("./QJPNEXAO.js"),"autoDestroyDisabled,error:,geolocationOptions:,goToLocationDisabled,goToOverride:,graphic:,icon,label,messageOverrides:,messages:,positionFilterFunction:,referenceElement,rotationDisabled,scale,state:,tracking:,view:,visualScale;destroy,start,stop"],"arcgis-unit-select":[()=>import("./GK27I2Y5.js"),"label,layout,messageOverrides:,options,selectLabel,value:;destroy"],"arcgis-utility-network-associations":[()=>import("./HCWAOP6D.js"),"autoDestroyDisabled,autoRefreshAssociationsDisabled,connectivityAssociationsLineSymbol:,hideConnectivityAssociationsSettingsColorPicker,hideConnectivityAssociationsSettingsStylePicker,hideConnectivityAssociationsSettingsWidthInput,hideStructuralAttachmentAssociationsSettingsColorPicker,hideStructuralAttachmentAssociationsSettingsStylePicker,hideStructuralAttachmentAssociationsSettingsWidthInput,icon,includeConnectivityAssociationsDisabled,includeStructuralAttachmentAssociationsDisabled,label,maxAllowableAssociations,maxAllowableAssociationsSliderMax,maxAllowableAssociationsSliderMin,maxAllowableAssociationsSliderStep,referenceElement,showArrowsConnectivity,showArrowsStructuralAttachment,showAssociationsEnabled,showConnectivityAssociationsSettingsArrowsToggle,showConnectivityAssociationsSettingsCapSelect,showMaxAllowableAssociationsSlider,showStructuralAttachmentAssociationsSettingsArrowsToggle,showStructuralAttachmentAssociationsSettingsCapSelect,structuralAttachmentAssociationsLineSymbol:,utilityNetwork:,view:;destroy"],"arcgis-utility-network-trace":[()=>import("./XILIHQ2Y.js"),"autoDestroyDisabled,defaultGraphicColor:,disabled,enableResultArea,flags:,icon,inputSettings:,label,referenceElement,resultAreaProperties:,selectedTraces:,selectOnCompleteDisabled,showGraphicsOnCompleteDisabled,showSelectionAttributesDisabled,state:,traceResults:,view:;checkCanTrace,confirmReset,destroy"],"arcgis-utility-network-trace-analysis":[()=>import("./JYFXOUAR.js"),"_messages:,aggregatedGeometryGraphicsColor:,autoDestroyDisabled,beforeTraceLocationSelectStart:,disableHighlightFeatureResults,hideFeatureResults,label,messageOverrides:,referenceElement,state:,traceResultFeatures:,view:;destroy"],"arcgis-utility-network-aggregated-geometry":[()=>import("./7OJESD5U.js"),"_messages:,autoDestroyDisabled,geometry:,graphicsColor:,hideGraphics,view:;destroy"],"arcgis-utility-network-subnetwork-info":[()=>import("./5OZFNWAD.js"),"_messages:,namedTraceConfig:"],"arcgis-utility-network-trace-inputs":[()=>import("./R3UMLKV7.js"),"_messages:,autoDestroyDisabled,beforeTraceLocationSelectStart:,mode,referenceElement,selectedNamedTraceConfiguration:,selectedUtilityNetwork:,traceLocations:,unTraceConfiguration:,view:;destroy"],"arcgis-utility-network-trace-location":[()=>import("./LA4NAQGV.js"),"afterHitTest:,autoDestroyDisabled,beforeTraceLocationSelectStart:,filterLayers:,flagLayer:,messages:,sketchViewModel:,spatialTolerance,traceLocations:,traceLocationType,utilityNetwork:,view:;destroy"],"arcgis-utility-network-trace-location-list":[()=>import("./TPA4RUZY.js"),"_messages:,traceLocations:,traceLocationType"],"arcgis-utility-network-trace-results":[()=>import("./ISVOJLBX.js"),"_messages:,aggregatedGeometryGraphicsColor:,autoDestroyDisabled,featuresFromSelectedLayer:,hideFeatureResults,isElementsSelected,layers:,messageOverrides:,numResults:,referenceElement,selectedFeature:,selectedLayer:,state,traceConfigTitle,traceError:,traceResult:,traceResultFeatures:,utilityNetwork:,view:;destroy;clearAggregatedGeometryGraphics"],"arcgis-utility-network-validate-topology":[()=>import("./4Q2WOBXH.js"),"autoDestroyDisabled,extentToValidate,icon,label,referenceElement,state:,utilityNetwork:,view:;destroy"],"arcgis-value-picker-legacy":[()=>import("./CB36GREW.js"),"autoDestroyDisabled,canNext:,canPlay:,canPrevious:,caption,component:,hideNextButton,hidePlayButton,hidePreviousButton,icon,label,layout,loop,playRate,referenceElement,values:;destroy,next,pause,play,previous"],"arcgis-version-management":[()=>import("./MYJWBY4N.js"),"allowEditingDisabled,autoDestroyDisabled,closable,icon,initialVersionInfos:,label,messageOverrides:,messages:,mode,pageSize,referenceElement,state:,versioningStates:,view:;destroy"],"arcgis-version-management-service-item":[()=>import("./FOJRNP3B.js"),"serviceItemElementProps:"],"arcgis-version-management-version-list":[()=>import("./RO7BCT67.js"),"currentPage,selected,showBackButton,versionListElementProps:"],"arcgis-version-management-version-properties":[()=>import("./EHWPP2OD.js"),"selected,showBackButton,versionPropertiesElementProps:"],"arcgis-video":[()=>import("./S4DXV4PM.js"),"aria:,attributionMode,autoDestroyDisabled,layer:,map:,ready:,view:;destroy"],"arcgis-video-player":[()=>import("./YIABICX7.js"),"autoDestroyDisabled,followingMode,hideHeader,icon,inline,label,layer:,messageOverrides:,messages:,referenceElement,showFullscreenToggle,state:,view:;destroy"],"arcgis-video-player-action-bar":[()=>import("./UMQX5AKE.js"),"currentTime,duration,inline,messages:,toggleMetadata:,viewModel:"],"arcgis-video-player-actions-group":[()=>import("./GPUGICGT.js"),"inline,messages:,viewModel:"],"arcgis-video-player-controls-group":[()=>import("./RTXZGZRC.js"),"messages:,toggleMetadata:,viewModel:"],"arcgis-video-player-metadata":[()=>import("./DCF4XOHG.js"),"messages:,viewModel:"],"arcgis-video-player-settings":[()=>import("./QAGNYSNU.js"),"messages:,viewModel:"],"arcgis-video-player-slider":[()=>import("./IDBLPYXK.js"),"buffered,value,viewModel:"],"arcgis-volume-measurement":[()=>import("./3YF5ELCV.js"),"analysis:,areaDisplayUnit,areaDisplayUnitOptions:,autoDestroyDisabled,elevationDisplayUnit,elevationDisplayUnitOptions:,elevationInputUnit,elevationInputUnitOptions:,headingLevel,hideAreaDisplayUnitSelect,hideElevationDisplayUnitSelect,hideElevationInputUnitSelect,hideHeader,hideModeSelect,hidePerimeterDisplayUnitSelect,hideSettingsButton,hideStartButton,hideVisualization,hideVolumeDisplayUnitSelect,icon,label,messages:,mode,perimeterDisplayUnit,perimeterDisplayUnitOptions:,referenceElement,state:,view:,volumeDisplayUnit,volumeDisplayUnitOptions:;clear,destroy,start"],"arcgis-weather":[()=>import("./C5QG2S6I.js"),"autoDestroyDisabled,headingLevel,hideHeader,icon,label,messageOverrides:,messages:,referenceElement,state:,view:;destroy"],"arcgis-zoom":[()=>import("./S2L4RRRK.js"),"autoDestroyDisabled,icon,label,layout,messageOverrides:,messages:,referenceElement,state:,view:,visualScale;destroy,zoomIn,zoomOut"]});a({resourcesUrl:import.meta.url});var i=new CSSStyleSheet,___="url("+import.meta.resolve("./assets/");i.replaceSync('@layer{:not([hydrated]):is(arcgis-area-measurement-2d,arcgis-area-measurement-3d,arcgis-attachments,arcgis-basemap-gallery,arcgis-basemap-layer-list,arcgis-basemap-toggle,arcgis-bookmarks,arcgis-building-explorer,arcgis-catalog-layer-list,arcgis-compass,arcgis-coordinate-conversion,arcgis-daylight,arcgis-directional-pad,arcgis-directions,arcgis-direct-line-measurement-3d,arcgis-distance-measurement-2d,arcgis-editor,arcgis-elevation-profile,arcgis-expand,arcgis-feature,arcgis-feature-form,arcgis-feature-table,arcgis-feature-templates-legacy,arcgis-features,arcgis-floor-filter,arcgis-fullscreen,arcgis-grid-controls,arcgis-histogram-range-slider,arcgis-home,arcgis-layer-list,arcgis-legend,arcgis-line-of-sight,arcgis-link-chart,arcgis-link-chart-layout-switcher,arcgis-link-chart-nonspatial-visibility-toggle,arcgis-locate,arcgis-map,arcgis-measurement,arcgis-navigation-toggle,arcgis-oriented-imagery-viewer,arcgis-paste,arcgis-clipboard,arcgis-feature-image,arcgis-feature-title,arcgis-multi-feature-form,arcgis-popup,arcgis-presentation,arcgis-print,arcgis-reverse-geocode-list,arcgis-scale-bar,arcgis-scale-range-slider,arcgis-scene,arcgis-search,arcgis-search-result-renderer,arcgis-shadow-cast,arcgis-sketch,arcgis-slice,arcgis-slider-binary-color-size-legacy,arcgis-slider-classed-color-legacy,arcgis-slider-classed-size-legacy,arcgis-slider-color-legacy,arcgis-slider-color-size-legacy,arcgis-slider-heatmap-legacy,arcgis-slider-opacity-legacy,arcgis-slider-size-legacy,arcgis-snapping-controls,arcgis-color-select,arcgis-time-of-day-slider,arcgis-webgl-error,arcgis-swipe,arcgis-table-list,arcgis-time-slider,arcgis-time-zone-label,arcgis-track,arcgis-utility-network-associations,arcgis-utility-network-trace,arcgis-utility-network-trace-analysis,arcgis-utility-network-aggregated-geometry,arcgis-utility-network-subnetwork-info,arcgis-utility-network-trace-inputs,arcgis-utility-network-trace-location,arcgis-utility-network-trace-location-list,arcgis-utility-network-trace-results,arcgis-utility-network-validate-topology,arcgis-value-picker-legacy,arcgis-version-management,arcgis-video,arcgis-video-player,arcgis-volume-measurement,arcgis-weather,arcgis-zoom){visibility:hidden}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939.woff2) format("woff2");font-weight:300;font-style:normal;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02.woff2) format("woff2");font-weight:400;font-style:normal;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b9c5b839-db56-4419-8fcb-6ab661babb1d.woff2) format("woff2");font-weight:400;font-style:italic;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688.woff2) format("woff2");font-weight:500;font-style:normal;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7.woff2) format("woff2");font-weight:700;font-style:normal;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939-math.woff2) format("woff2");font-weight:300;font-style:normal;font-display:auto;unicode-range:U+2070-209F,U+20A0-20CF,U+2100-214F,U+22??}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02-math.woff2) format("woff2");font-weight:400;font-style:normal;font-display:auto;unicode-range:U+2070-209F,U+20A0-20CF,U+2100-214F,U+22??}@font-face{font-family:Avenir Next;src:'+___+'fonts/b9c5b839-db56-4419-8fcb-6ab661babb1d-math.woff2) format("woff2");font-weight:400;font-style:italic;font-display:auto;unicode-range:U+2070-209F,U+20A0-20CF,U+2100-214F,U+22??}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688-math.woff2) format("woff2");font-weight:500;font-style:normal;font-display:auto;unicode-range:U+2070-209F,U+20A0-20CF,U+2100-214F,U+22??}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7-math.woff2) format("woff2");font-weight:700;font-style:normal;font-display:auto;unicode-range:U+2070-209F,U+20A0-20CF,U+2100-214F,U+22??}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939-ext.woff2) format("woff2");font-weight:300;font-style:normal;unicode-range:U+100-17F,U+180-24F,U+250-2AF,U+2B0-2FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02-ext.woff2) format("woff2");font-weight:400;font-style:normal;unicode-range:U+100-17F,U+180-24F,U+250-2AF,U+2B0-2FF,U+300-36F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b9c5b839-db56-4419-8fcb-6ab661babb1d-ext.woff2) format("woff2");font-weight:400;font-style:italic;unicode-range:U+100-17F,U+180-24F,U+250-2AF,U+2B0-2FF,U+300-36F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688-ext.woff2) format("woff2");font-weight:500;font-style:normal;unicode-range:U+100-17F,U+180-24F,U+250-2AF,U+2B0-2FF,U+300-36F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7-ext.woff2) format("woff2");font-weight:700;font-style:normal;unicode-range:U+100-17F,U+180-24F,U+250-2AF,U+2B0-2FF,U+300-36F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939-greek.woff2) format("woff2");font-weight:300;font-style:normal;unicode-range:U+370-3FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02-greek.woff2) format("woff2");font-weight:400;font-style:normal;unicode-range:U+370-3FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b9c5b839-db56-4419-8fcb-6ab661babb1d-greek.woff2) format("woff2");font-weight:400;font-style:italic;unicode-range:U+370-3FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688-greek.woff2) format("woff2");font-weight:500;font-style:normal;unicode-range:U+370-3FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7-greek.woff2) format("woff2");font-weight:700;font-style:normal;unicode-range:U+370-3FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939-cyrillic.woff2) format("woff2");font-weight:300;font-style:normal;unicode-range:U+4??;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02-cyrillic.woff2) format("woff2");font-weight:400;font-style:normal;unicode-range:U+4??;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b9c5b839-db56-4419-8fcb-6ab661babb1d-cyrillic.woff2) format("woff2");font-weight:400;font-style:italic;unicode-range:U+4??;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688-cyrillic.woff2) format("woff2");font-weight:500;font-style:normal;unicode-range:U+4??;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7-cyrillic.woff2) format("woff2");font-weight:700;font-style:normal;unicode-range:U+4??;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939-georgian.woff2) format("woff2");font-weight:300;font-style:normal;unicode-range:U+10A0-10FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02-georgian.woff2) format("woff2");font-weight:400;font-style:normal;unicode-range:U+10A0-10FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688-georgian.woff2) format("woff2");font-weight:500;font-style:normal;unicode-range:U+10A0-10FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7-georgian.woff2) format("woff2");font-weight:700;font-style:normal;unicode-range:U+10A0-10FF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939-arabic.woff2) format("woff2");font-weight:300;font-style:normal;unicode-range:U+6??,U+FB50-FDFF,U+FE70-FEFF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02-arabic.woff2) format("woff2");font-weight:400;font-style:normal;unicode-range:U+6??,U+FB50-FDFF,U+FE70-FEFF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688-arabic.woff2) format("woff2");font-weight:500;font-style:normal;unicode-range:U+6??,U+FB50-FDFF,U+FE70-FEFF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7-arabic.woff2) format("woff2");font-weight:700;font-style:normal;unicode-range:U+6??,U+FB50-FDFF,U+FE70-FEFF;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939-hebrew.woff2) format("woff2");font-weight:300;font-style:normal;unicode-range:U+590-5FF,U+FB00-FB4F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02-hebrew.woff2) format("woff2");font-weight:400;font-style:normal;unicode-range:U+590-5FF,U+FB00-FB4F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b9c5b839-db56-4419-8fcb-6ab661babb1d-hebrew.woff2) format("woff2");font-weight:400;font-style:italic;unicode-range:U+590-5FF,U+FB00-FB4F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688-hebrew.woff2) format("woff2");font-weight:500;font-style:normal;unicode-range:U+590-5FF,U+FB00-FB4F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7-hebrew.woff2) format("woff2");font-weight:700;font-style:normal;unicode-range:U+590-5FF,U+FB00-FB4F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/94aa531e-7746-4df0-bb6e-349891f2eda5.woff2) format("woff2");font-weight:300;font-style:normal;unicode-range:U+900-97F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/3ae1e25e-3aa6-4061-a016-a079159f9d65.woff2) format("woff2");font-weight:400;font-style:normal;unicode-range:U+900-97F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/41331c3c-3759-4462-8695-33c9a21b6a5b.woff2) format("woff2");font-weight:500;font-style:normal;unicode-range:U+900-97F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/41331c3c-3759-4462-8695-33c9a21b6a5b.woff2) format("woff2");font-weight:700;font-style:normal;unicode-range:U+900-97F;font-display:auto}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939-thai.woff2) format("woff2");font-weight:300;font-style:normal;unicode-range:U+E00-E7F}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02-thai.woff2) format("woff2");font-weight:400;font-style:normal;unicode-range:U+E00-E7F}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688-thai.woff2) format("woff2");font-weight:500;font-style:normal;unicode-range:U+E00-E7F}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7-thai.woff2) format("woff2");font-weight:700;font-style:normal;unicode-range:U+E00-E7F}@font-face{font-family:Avenir Next;src:'+___+'fonts/b8b15cdf-85d1-4120-8daa-48863d803939-vietnamese.woff2) format("woff2");font-weight:300;font-style:normal;font-display:auto;unicode-range:U+1E??}@font-face{font-family:Avenir Next;src:'+___+'fonts/09ab0626-bb45-4650-acc8-0182d693df02-vietnamese.woff2) format("woff2");font-weight:400;font-style:normal;font-display:auto;unicode-range:U+1E??}@font-face{font-family:Avenir Next;src:'+___+'fonts/b9c5b839-db56-4419-8fcb-6ab661babb1d-vietnamese.woff2) format("woff2");font-weight:400;font-style:italic;font-display:auto;unicode-range:U+1E??}@font-face{font-family:Avenir Next;src:'+___+'fonts/12f4c786-0bef-4a48-b7c0-eebaa7591688-vietnamese.woff2) format("woff2");font-weight:500;font-style:normal;font-display:auto;unicode-range:U+1E??}@font-face{font-family:Avenir Next;src:'+___+'fonts/0c8a5d21-8a14-4451-8145-695071809cb7-vietnamese.woff2) format("woff2");font-weight:700;font-style:normal;font-display:auto;unicode-range:U+1E??}}');document.adoptedStyleSheets=[...document.adoptedStyleSheets,i];window.$arcgis||Object.defineProperty(window,"$arcgis",{configurable:!1,enumerable:!0,writable:!1,value:{}}),((a,r)=>{a.t=(c,...x)=>Promise.all(x.map(x=>x.then?x:(!a?.forceESM&&a?.import||(x=>import(x+".js").then(m=>m.default??m)))("@arcgis/core/"+x))).then(c);r.p=a.t(([m])=>{r.t=m.trackAccess;r.o=m.createObservable;r.c=m.createTrackingTarget;r.r=m.runTracked},"applications/Components/reactiveUtils")})($arcgis,t)
|