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.6 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/Accessor ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/RandomLCG ../../core/accessorSupport/decorators/subclass".split(" "),function(b,a,c,f,g,h,e){a=class extends a{constructor(d){super(d);this.visibilityExpressionExecutor=this.type=this.timeZone=this.layer=this.feature=this.element=null}get description(){return this.element?.description}get evaluatedVisibilityExpression(){const {visibilityExpressionExecutor:d}=
this;return null!=d?!!d.lastEvaluatedValue:null}get label(){return this.element?.label}get updating(){return!1}get visible(){return null!=this.evaluatedVisibilityExpression?this.evaluatedVisibilityExpression:null!=this.element}};b.__decorate([c.property({readOnly:!0})],a.prototype,"description",null);b.__decorate([c.property({constructOnly:!0})],a.prototype,"element",void 0);b.__decorate([c.property()],a.prototype,"evaluatedVisibilityExpression",null);b.__decorate([c.property()],a.prototype,"feature",
void 0);b.__decorate([c.property()],a.prototype,"label",null);b.__decorate([c.property()],a.prototype,"layer",void 0);b.__decorate([c.property()],a.prototype,"timeZone",void 0);b.__decorate([c.property()],a.prototype,"type",void 0);b.__decorate([c.property()],a.prototype,"updating",null);b.__decorate([c.property()],a.prototype,"visible",null);b.__decorate([c.property()],a.prototype,"visibilityExpressionExecutor",void 0);return a=b.__decorate([e.subclass("esri.widgets.FeatureForm.InputBase")],a)});