@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.48 kB
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.33/esri/copyright.txt for details.
*/
import{_ as o}from"../../chunks/tslib.es6.js";import t from"../../core/Accessor.js";import{property as e}from"../../core/accessorSupport/decorators/property.js";import"../../core/has.js";import"../../core/Logger.js";import"../../core/RandomLCG.js";import{subclass as r}from"../../core/accessorSupport/decorators/subclass.js";let s=class extends t{constructor(){super(...arguments),this.timeRangeSlider=!0,this.timezone=!0,this.datePicker=!0,this.visualizationOptions=!0,this.colorPicker=!0,this.tooltip=!0,this.thresholdContext=!0,this.thresholdContextToggle=!0,this.thresholdContextTimeInterval=!0,this.thresholdContextColor=!0}};o([e({type:Boolean})],s.prototype,"timeRangeSlider",void 0),o([e({type:Boolean})],s.prototype,"timezone",void 0),o([e({type:Boolean})],s.prototype,"datePicker",void 0),o([e({type:Boolean})],s.prototype,"visualizationOptions",void 0),o([e({type:Boolean})],s.prototype,"colorPicker",void 0),o([e({type:Boolean})],s.prototype,"tooltip",void 0),o([e({type:Boolean})],s.prototype,"thresholdContext",void 0),o([e({type:Boolean})],s.prototype,"thresholdContextToggle",void 0),o([e({type:Boolean})],s.prototype,"thresholdContextTimeInterval",void 0),o([e({type:Boolean})],s.prototype,"thresholdContextColor",void 0),s=o([r("esri.widgets.ShadowCast.ShadowCastVisibleElements")],s);const i=s;export{i as default};