// All material copyright Esri, All Rights Reserved, unless otherwise specified. // See https://js.arcgis.com/4.30/esri/copyright.txt for details. //>>built define("../../chunks/tslib.es6 ../../core/lang ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/accessorSupport/decorators/subclass ./Element ../../popup/support/RelatedRecordsInfoFieldOrder".split(" "),function(b,e,c,a,l,f,g,h){var d;a=d=class extends g{constructor(k){super(k);this.displayCount=null;this.displayType="list";this.relationshipId=this.orderByFields=this.editableExpression=null;this.type="relationship"}clone(){return new d({description:this.description, displayCount:this.displayCount,displayType:this.displayType,editableExpression:this.editableExpression,label:this.label,orderByFields:e.clone(this.orderByFields),relationshipId:this.relationshipId,visibilityExpression:this.visibilityExpression})}};b.__decorate([c.property({type:Number,json:{write:!0}})],a.prototype,"displayCount",void 0);b.__decorate([c.property({type:["list"],json:{write:!0}})],a.prototype,"displayType",void 0);b.__decorate([c.property({type:String,json:{write:!0}})],a.prototype, "editableExpression",void 0);b.__decorate([c.property({type:[h],json:{write:!0}})],a.prototype,"orderByFields",void 0);b.__decorate([c.property({type:Number,json:{write:!0}})],a.prototype,"relationshipId",void 0);b.__decorate([c.property({type:["relationship"],json:{read:!1,write:!0}})],a.prototype,"type",void 0);return a=d=b.__decorate([f.subclass("esri.form.elements.RelationshipElement")],a)});