Custom Gis Application with Arcgis Javascript API with modern layouting
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

6 lines
1.3 KiB

// All material copyright Esri, All Rights Reserved, unless otherwise specified.
// See https://js.arcgis.com/4.30/esri/copyright.txt for details.
//>>built
define("../../chunks/tslib.es6 ../../core/jsonMap ../../core/JSONSupport ../../core/accessorSupport/decorators/property ../../core/accessorSupport/ensureType ../../core/RandomLCG ../../core/has ../../core/accessorSupport/decorators/subclass".split(" "),function(c,b,a,e,g,k,l,h){var f;b=new b.JSONMap({slider:"slider",picker:"picker"});a=f=class extends a.JSONSupport{constructor(d){super(d);this.stopInterval=this.numStops=this.interactionMode=null}clone(){return new f({interactionMode:this.interactionMode,
numStops:this.numStops,stopInterval:this.stopInterval})}};c.__decorate([e.property({type:b.apiValues,nonNullable:!0,json:{type:b.jsonValues,default:null,read:{reader:b.read},write:{isRequired:!0,writer:b.write}}})],a.prototype,"interactionMode",void 0);c.__decorate([e.property({type:g.Integer,json:{read:{source:"numberOfStops"},write:{target:"numberOfStops",overridePolicy(){const d=null!=this.stopInterval;return{enabled:!d,isRequired:!d}}}}})],a.prototype,"numStops",void 0);c.__decorate([e.property({type:Number,
json:{write:{overridePolicy(){return{isRequired:null==this.numStops}}}}})],a.prototype,"stopInterval",void 0);return a=f=c.__decorate([h.subclass("esri.webdoc.widgets.Range")],a)});