UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

6 lines (5 loc) 1.23 kB
/* All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://js.arcgis.com/4.33/esri/copyright.txt for details. */ import{_ as o}from"../../chunks/tslib.es6.js";import 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/has.js";import"../../core/Logger.js";import{subclass as t}from"../../core/accessorSupport/decorators/subclass.js";import{AuthoringInfoClassBreakInfo as i}from"./AuthoringInfoClassBreakInfo.js";var n;let a=n=class extends r{constructor(o){super(o),this.field="",this.normalizationField="",this.label="",this.classBreakInfos=new Array}clone(){return new n({field:this.field,normalizationField:this.normalizationField,label:this.label,classBreakInfos:e(this.classBreakInfos)})}};o([s({type:String,json:{write:!0}})],a.prototype,"field",void 0),o([s({type:String,json:{write:!0}})],a.prototype,"normalizationField",void 0),o([s({type:String,json:{write:!0}})],a.prototype,"label",void 0),o([s({type:[i],json:{write:!0}})],a.prototype,"classBreakInfos",void 0),a=n=o([t("esri.renderers.support.AuthoringInfoFieldInfo")],a);export{a as AuthoringInfoFieldInfo};