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("exports ../../../chunks/tslib.es6 ../../../core/handleUtils ../../../core/Promise ../../../core/accessorSupport/decorators/property ../../../core/has ../../../core/Logger ../../../core/RandomLCG ../../../core/accessorSupport/decorators/subclass".split(" "),function(e,b,f,g,c,k,l,m,h){e.AnalysisView3D=a=>{a=class extends g.EsriPromiseMixin(a){constructor(){super(...arguments);this.parent=null;this._userInteractive=!1;this._interactiveViewModelCount=0}get interactive(){return 0<this._interactiveViewModelCount||
this._userInteractive}set interactive(d){this._userInteractive=d}get updating(){return!1}get visible(){return null!=this.parent?this.parent.visible&&!this.parent.suspended:!0}set visible(d){this._overrideIfSome("visible",d)}forceInteractiveForViewModel(){this._interactiveViewModelCount++;return f.makeHandle(()=>this._interactiveViewModelCount--)}};b.__decorate([c.property({constructOnly:!0})],a.prototype,"parent",void 0);b.__decorate([c.property({constructOnly:!0})],a.prototype,"view",void 0);b.__decorate([c.property({type:Boolean})],
a.prototype,"interactive",null);b.__decorate([c.property()],a.prototype,"_userInteractive",void 0);b.__decorate([c.property({readOnly:!0})],a.prototype,"updating",null);b.__decorate([c.property()],a.prototype,"visible",null);b.__decorate([c.property()],a.prototype,"_interactiveViewModelCount",void 0);return a=b.__decorate([h.subclass("esri.views.3d.analysis.AnalysisView3D")],a)};Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});