// All material copyright Esri, All Rights Reserved, unless otherwise specified. // See https://js.arcgis.com/4.30/esri/copyright.txt for details. //>>built require({cache:{"esri/support/actions/actionUtils":function(){define(["exports","../../intl","../../intl/substitute"],function(f,c,g){f.getActionIcon=function(r){if(r.icon)return r.icon;if(!("image"in r&&r.image||r.className))return"question"};f.getActionStyles=function(r){return r?{backgroundImage:`url(${r})`}:{}};f.substituteActionImage=function({action:r,feature:A}){A=A?.attributes;return(r="image"in r?r.image:void 0)&&A?g.substitute(r,A):r??""};Object.defineProperty(f,Symbol.toStringTag,{value:"Module"})})}, "esri/widgets/LayerList/css":function(){define(["exports"],function(f){f.css={base:"esri-layer-list",actionMenu:"esri-layer-list__action-menu",actionGroup:"esri-layer-list__action-group",filterNoResults:"esri-layer-list__filter-no-results",item:"esri-layer-list__item",itemActive:"esri-layer-list__item--active",itemContent:"esri-layer-list__item-content",itemContentBottom:"esri-layer-list__item-content-bottom",itemMessage:"esri-layer-list__item-message",itemInvisible:"esri-layer-list__item--invisible", itemActionIcon:"esri-layer-list__item-action-icon",itemActionImage:"esri-layer-list__item-action-image",itemTemporaryIcon:"esri-layer-list__item-temporary-icon",itemTableIcon:"esri-layer-list__item-table-icon",itemCatalogIcon:"esri-layer-list__item-catalog-icon",statusIndicator:"esri-layer-list__status-indicator",publishing:"esri-layer-list__publishing",updating:"esri-layer-list__updating",connectionStatus:"esri-layer-list__connection-status",connectionStatusConnected:"esri-layer-list__connection-status--connected", visibleToggle:"esri-layer-list__visible-toggle",visibleIcon:"esri-layer-list__visible-icon"};Object.defineProperty(f,Symbol.toStringTag,{value:"Module"})})},"esri/widgets/LayerList/LayerListViewModel":function(){define("../../chunks/tslib.es6 ../../core/Collection ../../core/Evented ../../core/reactiveUtils ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/RandomLCG ../../core/accessorSupport/decorators/subclass ./ListItem ./support/layerListUtils".split(" "), function(f,c,g,r,A,u,d,y,l,I,L){const O=c.ofType(I);c=class extends g.EventedAccessor{constructor(n){super(n);this.checkPublishStatusEnabled=!1;this.listItemCreatedFunction=null;this.listModeDisabled=!1;this.operationalItems=new O;this.view=null}initialize(){this.addHandles([r.watch(()=>!0===this.view?.ready,()=>this._viewHandles(),r.initial),r.watch(()=>[this.listItemCreatedFunction,this.checkPublishStatusEnabled,this.listModeDisabled],()=>this._recompileList())],"view")}destroy(){this._removeAllItems(); this.view=null}get state(){const {view:n}=this;return n?.ready?"ready":n?"loading":"disabled"}get totalItems(){return this.operationalItems.flatten(n=>n.children).length}triggerAction(n,v){n&&!n.disabled&&this.emit("trigger-action",{action:n,item:v})}moveListItem(n,v,e,p){const w=n?.layer;if(w&&"subtype-sublayer"!==w.type&&"sublayer"!==w.type){var H=this.view?.map?.layers,B=v?L.getItemLayers(v):H;H=e?L.getItemLayers(e):H;if(B&&H){var {operationalItems:h}=this,q=e?.children||h;p=H.length-p;n.parent= e||null;(v?.children||h).remove(n);B.remove(w);q.includes(n)||q.add(n,p);H.includes(w)||H.add(w,p);this._compileList()}}}_createLayerViewHandles(n){this.removeHandles("layer-views");this._compileList();n&&this.addHandles(n.on("change",()=>this._compileList()),"layer-views")}_createMapLayerHandles(n){this.removeHandles("map-layers");this._compileList();n&&this.addHandles(n.on("change",()=>this._compileList()),"map-layers")}_createListItem(n){const {view:v,listItemCreatedFunction:e,checkPublishStatusEnabled:p, listModeDisabled:w}=this;return new I({checkPublishStatusEnabled:p,listModeDisabled:w,layer:n,listItemCreatedFunction:e,view:v})}_removeAllItems(){this.operationalItems.destroyAll()}_getViewableLayers(n){return n?this.listModeDisabled?n:n.filter(v=>"hide"!==L.findLayerListMode(v)):void 0}_watchLayersListMode(n){this.removeHandles("layer-list-mode");n&&!this.listModeDisabled&&this.addHandles(r.watch(()=>n.filter(v=>"listMode"in v).map(v=>v.listMode).toArray(),()=>this._compileList()),"layer-list-mode")}_compileList(){var n= this.view?.map?.layers;this._watchLayersListMode(n);n=this._getViewableLayers(n);n?.length?(this._createNewItems(n),this._removeItems(n),this._sortItems(n)):this._removeAllItems()}_createNewItems(n){const {operationalItems:v}=this;n.forEach(e=>{v.some(p=>p.layer===e)||v.add(this._createListItem(e))})}_removeItems(n){const {operationalItems:v}=this,e=[];v.forEach(p=>{p&&n&&n.includes(p.layer)||e.push(p)});v.destroyMany(e)}_sortItems(n){const {operationalItems:v}=this;v.sort((e,p)=>{e=n.indexOf(e.layer); p=n.indexOf(p.layer);return e>p?-1:e
this.view?.map?.allLayers,v=>this._createMapLayerHandles(v),r.initial),r.watch(()=>this.view?.allLayerViews,v=>this._createLayerViewHandles(v),r.initial)],"view-layers"):this._removeAllItems()}};f.__decorate([A.property()],c.prototype,"checkPublishStatusEnabled",
void 0);f.__decorate([A.property()],c.prototype,"listItemCreatedFunction",void 0);f.__decorate([A.property({nonNullable:!0})],c.prototype,"listModeDisabled",void 0);f.__decorate([A.property({type:O})],c.prototype,"operationalItems",void 0);f.__decorate([A.property({readOnly:!0})],c.prototype,"state",null);f.__decorate([A.property()],c.prototype,"totalItems",null);f.__decorate([A.property()],c.prototype,"view",void 0);return c=f.__decorate([l.subclass("esri.widgets.LayerList.LayerListViewModel")],
c)})},"esri/widgets/LayerList/ListItem":function(){define("../../chunks/tslib.es6 ../../core/Accessor ../../core/arrayUtils ../../core/Collection ../../core/Identifiable ../../core/reactiveUtils ../../core/accessorSupport/decorators/property ../../core/accessorSupport/decorators/cast ../../core/has ../../core/accessorSupport/decorators/subclass ../../core/accessorSupport/get ../../support/actions/ActionBase ../../support/actions/ActionButton ../../support/actions/ActionSlider ../../support/actions/ActionToggle ./ListItemPanel ./support/layerListUtils".split(" "),
function(f,c,g,r,A,u,d,y,l,I,L,O,n,v,e,p,w){var H;l=r.ofType({key:"type",defaultKeyValue:"button",base:O,typeMap:{button:n,toggle:e,slider:v}});const B=r.ofType(l);c=H=class extends A.IdentifiableMixin(c){constructor(h){super(h);this.actionsSections=new B;this.checkPublishStatusEnabled=this.actionsOpen=!1;this.children=new (r.ofType(H));this.childrenSortable=!0;this.hidden=!1;this.listItemCreatedFunction=this.layer=null;this.open=this.listModeDisabled=!1;this.view=this.parent=this.panel=null}initialize(){this.addHandles([u.watch(()=>
[this.layer,this.layer?.listMode,this.listModeDisabled],()=>this._watchLayerProperties(this.layer),u.initial),u.watch(()=>this.checkPublishStatusEnabled,h=>this._updateChildrenPublishing(h),u.initial),u.watch(()=>this.view,h=>this._updateChildrenView(h),u.initial),u.watch(()=>this.panel,h=>this._setListItemOnPanel(h),u.initial)]);"function"===typeof this.listItemCreatedFunction&&this.listItemCreatedFunction.call(null,{item:this})}destroy(){this.panel?.destroy();this.children.destroyAll();this.view=
null}get connectionStatus(){const {layerView:h,publishing:q}=this;if(!q&&h&&"connectionStatus"in h)return h.connectionStatus}get error(){return this.layer?.loadError}get incompatible(){const {layerView:h}=this;return h&&"spatialReferenceSupported"in h?!h.spatialReferenceSupported:!1}get layerView(){const {layer:h,view:q}=this;if(!h||!q||"sublayer"===h.type)return null;const F="subtype-sublayer"===h.type?h.parent:h;return q.allLayerViews.find(M=>M.layer===F)??null}castPanel(h){this.panel?.open&&!h.hasOwnProperty("open")&&
(h.open=!0);return h?new p(h):null}get sortable(){return"knowledge-graph-sublayer"===this.layer?.type?!1:this._get("sortable")}set sortable(h){this._set("sortable",h)}get title(){const h=L.get(this,"layer.layer");return(!h||h&&L.get(this,"layer.layer.loaded"))&&L.get(this,"layer.title")||L.get(this,"layer.attributes.title")||""}set title(h){this._override("title",h)}get publishing(){const {layer:h,checkPublishStatusEnabled:q}=this;return q&&h&&"publishingInfo"in h&&"publishing"===h.publishingInfo?.status}get updating(){const {layerView:h,
connectionStatus:q,layer:F,publishing:M}=this;return M||q?!1:h?h.updating:"loading"===F?.loadStatus||!1}get visible(){return this.layer?.visible}set visible(h){const q=this.layer;q&&(q.visible=h)}get visibleAtCurrentScale(){return this.layerView?.visibleAtCurrentScale??!0}get visibleAtCurrentTimeExtent(){return this.layerView?.visibleAtCurrentTimeExtent??!0}get visibilityMode(){return w.findLayerVisibilityMode(this.layer)}clone(){return new H({actionsSections:this.actionsSections.clone(),actionsOpen:this.actionsOpen,
checkPublishStatusEnabled:this.checkPublishStatusEnabled,children:this.children.clone(),childrenSortable:this.childrenSortable,hidden:this.hidden,layer:this.layer,listItemCreatedFunction:this.listItemCreatedFunction,listModeDisabled:this.listModeDisabled,open:this.open,panel:this.panel,parent:this.parent,sortable:this.sortable,title:this.title,view:this.view,visible:this.visible})}_setListItemOnPanel(h){h&&(h.listItem=this)}_updateChildrenPublishing(h){const q=this.children;q&&q.forEach(F=>F.checkPublishStatusEnabled=
h)}_updateChildrenView(h){const q=this.children;q&&q.forEach(F=>F.view=h)}_createChildren(h){const {listModeDisabled:q,children:F}=this;h=h.filter(M=>!F.some(S=>S.layer===M));F.addMany(this._createChildItems(h,q))}_destroyChildren(h){const {children:q}=this,F=q.filter(M=>!h.includes(M.layer));q.destroyMany(F)}_sortChildren(h){this.children.sort((q,F)=>h.indexOf(F.layer)-h.indexOf(q.layer))}_destroyAllChildren(){this.removeHandles("child-list-mode");this.children.destroyAll()}_watchChildLayerListMode(h){this.removeHandles("child-list-mode");
this.listModeDisabled||this.addHandles(h.toArray().map(q=>u.watch(()=>q.listMode,()=>this._compileChildren(h))),"child-list-mode")}_compileChildren(h){const q=this.listModeDisabled?h:h?.filter(F=>"hide"!==w.findLayerListMode(F));q?.length?(this._createChildren(q),this._destroyChildren(q),this._sortChildren(q),this._watchChildLayerListMode(h)):this._destroyAllChildren()}_watchSublayerChanges(h){h&&this.addHandles(h.on("change",()=>this._compileChildren(h)),"layer")}_initializeChildLayers(h){this._compileChildren(h);
this._watchSublayerChanges(h)}_createChildItems(h,q){return h.map(F=>q||w.canDisplayLayer(F)?new H({layer:F,checkPublishStatusEnabled:this.checkPublishStatusEnabled,listItemCreatedFunction:this.listItemCreatedFunction,listModeDisabled:this.listModeDisabled,parent:this,view:this.view}):null).filter(g.isSome).reverse()}_watchLayerProperties(h){this.removeHandles("layer");this.removeHandles("child-list-mode");if(h)if("hide-children"===(!this.listModeDisabled&&w.findLayerListMode(h)))this.children.destroyAll();
else{var q=w.getNormalizedChildLayerProperty(h);q&&this.addHandles(u.watch(()=>h[q],F=>{h.hasOwnProperty(q)&&this._initializeChildLayers(F)},u.initial),"layer")}}};f.__decorate([d.property({type:B})],c.prototype,"actionsSections",void 0);f.__decorate([d.property()],c.prototype,"actionsOpen",void 0);f.__decorate([d.property()],c.prototype,"checkPublishStatusEnabled",void 0);f.__decorate([d.property({type:r})],c.prototype,"children",void 0);f.__decorate([d.property()],c.prototype,"childrenSortable",
void 0);f.__decorate([d.property({readOnly:!0})],c.prototype,"connectionStatus",null);f.__decorate([d.property({readOnly:!0})],c.prototype,"error",null);f.__decorate([d.property()],c.prototype,"hidden",void 0);f.__decorate([d.property({readOnly:!0})],c.prototype,"incompatible",null);f.__decorate([d.property()],c.prototype,"layer",void 0);f.__decorate([d.property({readOnly:!0})],c.prototype,"layerView",null);f.__decorate([d.property()],c.prototype,"listItemCreatedFunction",void 0);f.__decorate([d.property({nonNullable:!0})],
c.prototype,"listModeDisabled",void 0);f.__decorate([d.property()],c.prototype,"open",void 0);f.__decorate([d.property({type:p})],c.prototype,"panel",void 0);f.__decorate([y.cast("panel")],c.prototype,"castPanel",null);f.__decorate([d.property()],c.prototype,"parent",void 0);f.__decorate([d.property({value:!0})],c.prototype,"sortable",null);f.__decorate([d.property()],c.prototype,"title",null);f.__decorate([d.property({readOnly:!0})],c.prototype,"publishing",null);f.__decorate([d.property({readOnly:!0})],
c.prototype,"updating",null);f.__decorate([d.property()],c.prototype,"view",void 0);f.__decorate([d.property()],c.prototype,"visible",null);f.__decorate([d.property({readOnly:!0})],c.prototype,"visibleAtCurrentScale",null);f.__decorate([d.property({readOnly:!0})],c.prototype,"visibleAtCurrentTimeExtent",null);f.__decorate([d.property({readOnly:!0})],c.prototype,"visibilityMode",null);return c=H=f.__decorate([I.subclass("esri.widgets.LayerList.ListItem")],c)})},"esri/support/actions/ActionSlider":function(){define("../../chunks/tslib.es6 ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/RandomLCG ../../core/accessorSupport/decorators/subclass ./ActionBase".split(" "),
function(f,c,g,r,A,u,d){var y;g=y=class extends d{constructor(l){super(l);this.displayValueEnabled=!1;this.max=1;this.min=0;this.step=.1;this.type="slider";this.value=null}clone(){return new y({active:this.active,className:this.className,disabled:this.disabled,id:this.id,indicator:this.indicator,title:this.title,visible:this.visible,displayValueEnabled:this.displayValueEnabled,max:this.max,min:this.min,step:this.step,value:this.value})}};f.__decorate([c.property()],g.prototype,"displayValueEnabled",
void 0);f.__decorate([c.property()],g.prototype,"max",void 0);f.__decorate([c.property()],g.prototype,"min",void 0);f.__decorate([c.property()],g.prototype,"step",void 0);f.__decorate([c.property()],g.prototype,"value",void 0);return g=y=f.__decorate([u.subclass("esri.support.actions.ActionSlider")],g)})},"esri/widgets/LayerList/ListItemPanel":function(){define("require ../../chunks/tslib.es6 ../../core/Identifiable ../../core/maybe ../../core/reactiveUtils ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/RandomLCG ../../core/accessorSupport/decorators/subclass ../Widget ./support/layerListUtils ../support/widget ../support/jsxFactory".split(" "),
function(f,c,g,r,A,u,d,y,l,I,L,O,n,v){g=class extends g.IdentifiableMixin(L){constructor(e,p){super(e,p);this.content=this.className=this._legend=null;this.flowEnabled=!1;this.listItem=this.image=null;this.open=!1;this.visible=!0}initialize(){this.addHandles([A.watch(()=>this._canCreateLegend,()=>this._createLegend(),A.initial),A.watch(()=>[this._legend,this._legendOptions],()=>this._updateLegend(),A.initial)])}destroy(){this._legend=r.destroyMaybe(this._legend)}get _canCreateLegend(){const {content:e,
listItem:p}=this;return p?"legend"===e?!0:null!=e&&(Array.isArray(e)?e.includes("legend"):!1):!1}get _legendOptions(){const {listItem:e,_legendLayerInfo:p}=this,w=e?.view;return p&&w?{view:w,layerInfos:[p]}:{}}get _legendLayerInfo(){const e=this.listItem?.layer;if(!e||"subtype-sublayer"===e.type)return null;var p=O.isSublayer(e)?e:null;const w=e?.parent;return(p=null!=w&&"type"in w&&"map-image"===w.type?p?.source:null)&&w?{layer:w,title:"",sublayerIds:[p.mapLayerId]}:{layer:e,title:""}}get disabled(){const {listItem:e,
_legend:p,content:w}=this;return e?Array.isArray(w)&&1this._toggleVisibility(a,b),scale:"s",slot:C?"actions-start":"actions-end",text:G,title:G},C?null:t.tsx("calcite-icon",{class:this.classes({[e.css.visibleIcon]:"exclusive"!==z&&x}),icon:E,scale:"s"}))}_renderPanel(a){return!a?.open||a.disabled||
a.flowEnabled?null:t.tsx("div",{class:e.css.itemContentBottom,key:`content-panel-${a.uid}`,slot:"content-bottom"},a.render())}_renderPanelAction(a){if(!a?.visible)return null;const {open:b,title:k,disabled:m}=a;return t.tsx("calcite-action",{active:b,appearance:"transparent",disabled:m,icon:n.getActionIcon(a),key:`action-${a.uid}`,onclick:()=>this._togglePanel(a),scale:"s",slot:"actions-end",text:k??"",title:k??void 0},this._renderFallbackIcon(a))}_renderActionsSections(a,b){const k=this.messagesCommon.options;
return t.tsx("calcite-action-menu",{appearance:"transparent",class:e.css.actionMenu,key:"item-action-menu",label:this.messagesCommon.menu,open:a.actionsOpen,overlayPositioning:"fixed",placement:"bottom-end",scale:"s",slot:"actions-end",onCalciteActionMenuOpen:m=>a.actionsOpen=m.target.open},t.tsx("calcite-action",{appearance:"transparent",icon:"ellipsis",scale:"s",slot:"trigger",text:k,title:k}),b.toArray().map((m,x)=>this._renderActionSection(a,m,x)))}_renderActionSection(a,b,k){return t.tsx("calcite-action-group",
{class:e.css.actionGroup,key:`action-section-${k}`},b.toArray().map(m=>this._renderAction({item:a,action:m,textEnabled:!0})))}_renderFallbackIcon(a){const {className:b,icon:k}=a;if(k)return null;a="image"in a?a.image:void 0;const m={[e.css.itemActionIcon]:!!b,[e.css.itemActionImage]:!!a};b&&(m[b]=!0);return a||b?t.tsx("span",{"aria-hidden":"true",class:this.classes(e.css.itemActionIcon,m),key:"icon",styles:n.getActionStyles(a)}):null}_renderAction(a){const {item:b,action:k,textEnabled:m}=a;if(!k)return null;
const {active:x,disabled:z,title:E,type:C,indicator:G}=k;return t.tsx("calcite-action",{active:"toggle"===C?k.value:!1,appearance:"transparent",disabled:z,icon:n.getActionIcon(k),indicator:G,key:`action-${k.uid}`,loading:x,onclick:()=>this._triggerAction(b,k),scale:"s",slot:m?void 0:"actions-end",text:E??"",textEnabled:m,title:E??void 0},this._renderFallbackIcon(k))}_setTooltipReference(a,b){this._tooltipReferenceMap.set(b.layer.uid,a)}_removeTooltipReference(a){this._tooltipReferenceMap.delete(a.layer.uid)}_moveLayerFromChildList({toEl:a,
fromEl:b,dragEl:k,newIndex:m}){k=B.getItem(k);a=B.getItem(a);b=B.getItem(b);this.viewModel.moveListItem(k,b,a,m)}_handleCalciteListDragEnd(a){const {fromEl:b,dragEl:k,oldIndex:m}=a;b.insertBefore(k,b.children[m])}_sortLayers(a,b){a&&(a.group===this._rootGroupUid?B.sortLayersToIds(this.view?.map?.layers,b):(a=B.getItem(a))&&B.sortChildLayersToIds(a,b))}_getSingleAction(a){return a.reduce(b=>b).find(b=>b&&("button"===b.type||"toggle"===b.type))}_filterActions(a){return a.map(b=>b.filter(k=>k.visible))}_countActions(a){return a.reduce((b,
k)=>b+k.length,0)}_triggerAction(a,b){b&&a&&("toggle"===b.type&&(b.value=!b.value),this.triggerAction(b,a))}_handleCalciteListChange(a){const {selectionMode:b,selectedItems:k}=this;"none"!==b&&(a=a.target.selectedItems.map(m=>B.getItem(m)).filter(Boolean),k.removeAll(),k.addMany(a))}_handleCalciteListItemToggle(a,b){a.stopPropagation();b.open=a.target.open}_focusSelectedDragEl(a,b){this._selectedDragItemLayerUid===b.layer.uid&&requestAnimationFrame(()=>a?.setFocus())}_handleCalciteListItemDragHandleChange(a,
b){a.stopPropagation();this._selectedDragItemLayerUid=a.target.dragSelected?b.layer.uid:null}_handleCalciteListItemSelect(a,b,k){B.getItem(a.target)===b&&"none"===this.selectionMode&&"inherited"!==k?.visibilityMode&&this._toggleVisibility(b,k)}_togglePanel(a){a.open=!a.open;a.open&&(this._focusPanelFlowItem=!0)}_toggleVisibility(a,b){!a||"exclusive"===b?.visibilityMode&&a.visible||(a.visible=!a.visible)}};c.__decorate([l.property()],g.prototype,"_activeItem",void 0);c.__decorate([l.property()],g.prototype,
"_tooltipReferenceMap",void 0);c.__decorate([l.property()],g.prototype,"_focusRootFlowItem",void 0);c.__decorate([l.property()],g.prototype,"_focusPanelFlowItem",void 0);c.__decorate([l.property()],g.prototype,"_focusTableListFlowItem",void 0);c.__decorate([l.property()],g.prototype,"_focusCatalogFlowItem",void 0);c.__decorate([l.property()],g.prototype,"_totalItems",null);c.__decorate([l.property()],g.prototype,"_dragEnabled",null);c.__decorate([l.property()],g.prototype,"_filterEnabled",null);c.__decorate([l.property({readOnly:!0})],
g.prototype,"catalogLayerList",void 0);c.__decorate([l.property()],g.prototype,"catalogOptions",void 0);c.__decorate([l.property()],g.prototype,"collapsed",void 0);c.__decorate([l.property()],g.prototype,"dragEnabled",void 0);c.__decorate([l.property()],g.prototype,"filterPlaceholder",void 0);c.__decorate([l.property()],g.prototype,"filterText",void 0);c.__decorate([l.property()],g.prototype,"headingLevel",void 0);c.__decorate([l.property()],g.prototype,"icon",null);c.__decorate([l.property()],g.prototype,
"knowledgeGraphOptions",void 0);c.__decorate([l.property()],g.prototype,"label",null);c.__decorate([l.property()],g.prototype,"listItemCanGiveFunction",void 0);c.__decorate([l.property()],g.prototype,"listItemCanReceiveFunction",void 0);c.__decorate([l.property()],g.prototype,"listItemCreatedFunction",null);c.__decorate([l.property(),M.messageBundle("esri/widgets/LayerList/t9n/LayerList")],g.prototype,"messages",void 0);c.__decorate([l.property(),M.messageBundle("esri/t9n/common")],g.prototype,"messagesCommon",
void 0);c.__decorate([l.property()],g.prototype,"minDragEnabledItems",void 0);c.__decorate([l.property()],g.prototype,"minFilterItems",void 0);c.__decorate([l.property()],g.prototype,"multipleSelectionEnabled",null);c.__decorate([l.property()],g.prototype,"openCatalogItem",void 0);c.__decorate([l.property()],g.prototype,"openTableListItem",void 0);c.__decorate([l.property()],g.prototype,"operationalItems",null);c.__decorate([l.property()],g.prototype,"selectionEnabled",null);c.__decorate([l.property()],
g.prototype,"selectedItems",void 0);c.__decorate([l.property()],g.prototype,"selectionMode",void 0);c.__decorate([l.property({readOnly:!0})],g.prototype,"tableList",void 0);c.__decorate([l.property()],g.prototype,"view",null);c.__decorate([S.vmEvent("trigger-action"),l.property({type:p})],g.prototype,"viewModel",void 0);c.__decorate([l.property()],g.prototype,"visibilityAppearance",void 0);c.__decorate([l.property({type:w,nonNullable:!0})],g.prototype,"visibleElements",void 0);return g=c.__decorate([O.subclass("esri.widgets.LayerList")],
g)});