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.4 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/JSONSupport ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/RandomLCG ../../core/accessorSupport/decorators/reader ../../core/accessorSupport/decorators/subclass ../../core/accessorSupport/decorators/writer ./labelUtils".split(" "),function(b,a,e,n,p,q,h,k,l,g){var f;a=f=class extends a.JSONSupport{constructor(){super(...arguments);this.value=this.title=this.expression=null}readExpression(c,d){return d.value?g.convertTemplatedStringToArcade(d.value):
c}writeExpression(c,d,m){null!=this.value&&(c=g.convertTemplatedStringToArcade(this.value));null!=c&&(d[m]=c)}clone(){return new f({expression:this.expression,title:this.title,value:this.value})}};b.__decorate([e.property({type:String,json:{write:{writerEnsuresNonNull:!0}}})],a.prototype,"expression",void 0);b.__decorate([h.reader("expression",["expression","value"])],a.prototype,"readExpression",null);b.__decorate([l.writer("expression")],a.prototype,"writeExpression",null);b.__decorate([e.property({type:String,
json:{write:!0,origins:{"web-scene":{write:!1}}}})],a.prototype,"title",void 0);b.__decorate([e.property({json:{read:!1,write:!1}})],a.prototype,"value",void 0);return a=f=b.__decorate([k.subclass("esri.layers.support.LabelExpressionInfo")],a)});