/* All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://js.arcgis.com/4.25/esri/copyright.txt for details. */ import{_ as o}from"../chunks/tslib.es6.js";import e from"../Viewpoint.js";import r from"../core/Accessor.js";import{clone as t}from"../core/lang.js";import{property as s}from"../core/accessorSupport/decorators/property.js";import"../core/accessorSupport/ensureType.js";import{subclass as p}from"../core/accessorSupport/decorators/subclass.js";import i from"../geometry/SpatialReference.js";import n from"../webdoc/RangeInfo.js";import a from"./background/ColorBackground.js";var c;let l=c=class extends r{constructor(o){super(o),this.background=null,this.rangeInfo=null,this.spatialReference=null,this.viewpoint=null}clone(){return new c(t({background:this.background,rangeInfo:this.rangeInfo,spatialReference:this.spatialReference,viewpoint:this.viewpoint}))}};o([s({type:a})],l.prototype,"background",void 0),o([s({type:n})],l.prototype,"rangeInfo",void 0),o([s({type:i})],l.prototype,"spatialReference",void 0),o([s({type:e})],l.prototype,"viewpoint",void 0),l=c=o([p("esri.webmap.InitialViewProperties")],l);const m=l;export{m as default};