ThresholdOptions.js 982 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 r from"../../Color.js";import s from"../../core/Accessor.js";import{convertTime as e}from"../../core/timeUtils.js";import{property as t}from"../../core/accessorSupport/decorators/property.js";import"../../core/arrayUtils.js";import"../../core/accessorSupport/ensureType.js";import{subclass as i}from"../../core/accessorSupport/decorators/subclass.js";let p=class extends s{constructor(){super(...arguments),this.color=new r([255,0,0,.7]),this.value=e(4,"hours","milliseconds"),this.minValue=0,this.maxValue=e(8,"hours","milliseconds")}};o([t({type:r})],p.prototype,"color",void 0),o([t()],p.prototype,"value",void 0),o([t()],p.prototype,"minValue",void 0),o([t()],p.prototype,"maxValue",void 0),p=o([i("esri.widgets.ShadowCast.ThresholdOptions")],p);const c=p;export{c as default};