UNPKG

@doegis/core

Version:

DOE GIS API

3 lines (1 loc) 1.08 kB
import{_ as o}from"../../chunks/tslib.es6.js";import{JSONSupport as r}from"../../core/JSONSupport.js";import{clone as e}from"../../core/lang.js";import{property as s}from"../../core/accessorSupport/decorators/property.js";import"../../core/accessorSupport/ensureType.js";import{subclass as t}from"../../core/accessorSupport/decorators/subclass.js";import{AuthoringInfoClassBreakInfo as i}from"./AuthoringInfoClassBreakInfo.js";var n;let p=n=class extends r{constructor(o){super(o),this.field="",this.normalizationField="",this.label="",this.classBreakInfos=[]}clone(){return new n({field:this.field,normalizationField:this.normalizationField,label:this.label,classBreakInfos:e(this.classBreakInfos)})}};o([s({type:String,json:{write:!0}})],p.prototype,"field",void 0),o([s({type:String,json:{write:!0}})],p.prototype,"normalizationField",void 0),o([s({type:String,json:{write:!0}})],p.prototype,"label",void 0),o([s({type:[i],json:{write:!0}})],p.prototype,"classBreakInfos",void 0),p=n=o([t("esri.renderers.support.AuthoringInfoFieldInfo")],p);export{p as AuthoringInfoFieldInfo};