@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.78 kB
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.32/esri/copyright.txt for details.
*/
import{_ as o}from"../../chunks/tslib.es6.js";import e from"../../core/Accessor.js";import{property as t}from"../../core/accessorSupport/decorators/property.js";import"../../core/has.js";import"../../core/Logger.js";import"../../core/RandomLCG.js";import{subclass as l}from"../../core/accessorSupport/decorators/subclass.js";import s from"./ColumnMenuVisibleElements.js";import n from"./TableMenuVisibleElements.js";let r=class extends e{constructor(o){super(o),this.columnDescriptions=!0,this.columnMenus=!0,this.columnMenuItems=new s,this.close=!1,this.header=!0,this.layerDropdown=!1,this.layerDropdownIcons=!0,this.menu=!0,this.menuItems=new n,this.progress=!0,this.selectionColumn=!0,this.tooltips=!0}};o([t({type:Boolean,nonNullable:!0})],r.prototype,"columnDescriptions",void 0),o([t({type:Boolean,nonNullable:!0})],r.prototype,"columnMenus",void 0),o([t({type:s,nonNullable:!0})],r.prototype,"columnMenuItems",void 0),o([t({type:Boolean,nonNullable:!0})],r.prototype,"close",void 0),o([t({type:Boolean,nonNullable:!0})],r.prototype,"header",void 0),o([t({type:Boolean,nonNullable:!0})],r.prototype,"layerDropdown",void 0),o([t({type:Boolean,nonNullable:!0})],r.prototype,"layerDropdownIcons",void 0),o([t({type:Boolean,nonNullable:!0})],r.prototype,"menu",void 0),o([t({type:n,nonNullable:!0})],r.prototype,"menuItems",void 0),o([t({type:Boolean,nonNullable:!0})],r.prototype,"progress",void 0),o([t({type:Boolean,nonNullable:!0})],r.prototype,"selectionColumn",void 0),o([t({type:Boolean,nonNullable:!0})],r.prototype,"tooltips",void 0),r=o([l("esri.widgets.FeatureTable.VisibleElements")],r);const p=r;export{p as default};