12345 |
- /*
- All material copyright ESRI, All Rights Reserved, unless otherwise specified.
- See https://js.arcgis.com/4.25/esri/copyright.txt for details.
- */
- import{_ as r}from"../../chunks/tslib.es6.js";import{JSONSupport as e}from"../../core/JSONSupport.js";import{clone as o}from"../../core/lang.js";import{property as s}from"../../core/accessorSupport/decorators/property.js";import{Integer as t}from"../../core/accessorSupport/ensureType.js";import{subclass as i}from"../../core/accessorSupport/decorators/subclass.js";import p from"./SearchLayerField.js";var c;let a=c=class extends e{constructor(r){super(r),this.field=null,this.id=null,this.subLayer=null}clone(){return new c(o({field:this.field,id:this.id,subLayer:this.subLayer}))}};r([s({type:p,json:{write:{isRequired:!0}}})],a.prototype,"field",void 0),r([s({type:String,json:{write:{isRequired:!0}}})],a.prototype,"id",void 0),r([s({type:t,json:{write:!0}})],a.prototype,"subLayer",void 0),a=c=r([i("esri.webdoc.applicationProperties.SearchLayer")],a);const u=a;export{u as default};
|