// 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/screenUtils ../core/accessorSupport/decorators/property ../core/has ../core/Logger ../core/RandomLCG ../core/accessorSupport/decorators/subclass".split(" "),function(b,a,d,c,g,h,k,e){a=class extends a{constructor(f){super(f);this.factor=1.5;this.offset=d.createScreenPoint(0,0);this.position=null;this.size=120;this.maskUrl=null;this.maskEnabled=!0;this.overlayUrl=null;this.visible=this.overlayEnabled=!0}get version(){this.commitProperty("factor"); this.commitProperty("offset");this.commitProperty("position");this.commitProperty("visible");this.commitProperty("size");this.commitProperty("maskUrl");this.commitProperty("maskEnabled");this.commitProperty("overlayUrl");this.commitProperty("overlayEnabled");return(this._get("version")||0)+1}};b.__decorate([c.property({type:Number})],a.prototype,"factor",void 0);b.__decorate([c.property({nonNullable:!0})],a.prototype,"offset",void 0);b.__decorate([c.property()],a.prototype,"position",void 0);b.__decorate([c.property({type:Number, range:{min:0}})],a.prototype,"size",void 0);b.__decorate([c.property()],a.prototype,"maskUrl",void 0);b.__decorate([c.property()],a.prototype,"maskEnabled",void 0);b.__decorate([c.property()],a.prototype,"overlayUrl",void 0);b.__decorate([c.property()],a.prototype,"overlayEnabled",void 0);b.__decorate([c.property({readOnly:!0})],a.prototype,"version",null);b.__decorate([c.property({type:Boolean})],a.prototype,"visible",void 0);return a=b.__decorate([e.subclass("esri.views.Magnifier")],a)});