@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.63 kB
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.32/esri/copyright.txt for details.
*/
import"./AttributeTableAttachmentElement.js";import"./AttributeTableFieldElement.js";import{_ as e}from"../../chunks/tslib.es6.js";import{clone as t}from"../../core/lang.js";import{property as r}from"../../core/accessorSupport/decorators/property.js";import{cast as s}from"../../core/accessorSupport/decorators/cast.js";import{reader as o}from"../../core/accessorSupport/decorators/reader.js";import{subclass as l}from"../../core/accessorSupport/decorators/subclass.js";import{writer as p}from"../../core/accessorSupport/decorators/writer.js";import m from"./AttributeTableElement.js";import{ensureType as i,fromJSON as n,toJSON as a,buildTypeMaps as c}from"../support/tablesUtils.js";import"./AttributeTableRelationshipElement.js";var u;let b=u=class extends m{constructor(e){super(e),this.elements=null,this.type="group"}castElements(e){return i(e,d,!1)}readElements(e,t){return n(t.attributeTableElements,d,!1)}writeElements(e,t){t.attributeTableElements=a(e,d,!1)}clone(){return new u({description:this.description,elements:t(this.elements),label:this.label})}};e([r({json:{write:!0}})],b.prototype,"elements",void 0),e([s("elements")],b.prototype,"castElements",null),e([o("elements",["attributeTableElements"])],b.prototype,"readElements",null),e([p("elements")],b.prototype,"writeElements",null),e([r({type:String,json:{read:!1,write:!0}})],b.prototype,"type",void 0),b=u=e([l("esri.tables.elements.AttributeTableGroupElement")],b);const d=c(b),j=b;export{j as default};