ShadowCastVisibleElements.js 1003 B

12345
  1. /*
  2. All material copyright ESRI, All Rights Reserved, unless otherwise specified.
  3. See https://js.arcgis.com/4.25/esri/copyright.txt for details.
  4. */
  5. import{_ as o}from"../../chunks/tslib.es6.js";import t from"../../core/Accessor.js";import{property as r}from"../../core/accessorSupport/decorators/property.js";import"../../core/arrayUtils.js";import"../../core/accessorSupport/ensureType.js";import{subclass as e}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}};o([r()],s.prototype,"timeRangeSlider",void 0),o([r()],s.prototype,"timezone",void 0),o([r()],s.prototype,"datePicker",void 0),o([r()],s.prototype,"visualizationOptions",void 0),o([r()],s.prototype,"colorPicker",void 0),o([r()],s.prototype,"tooltip",void 0),s=o([e("esri.widgets.ShadowCast.ShadowCastVisibleElements")],s);const i=s;export{i as default};