CustomTemplate.js 1.0 KB

12345
  1. /*
  2. All material copyright ESRI, All Rights Reserved, unless otherwise specified.
  3. See https://js.arcgis.com/4.25/esri/copyright.txt for details.
  4. */
  5. import{_ as o}from"../../chunks/tslib.es6.js";import{JSONSupport as t}from"../../core/JSONSupport.js";import{property as r}from"../../core/accessorSupport/decorators/property.js";import"../../core/arrayUtils.js";import"../../core/accessorSupport/ensureType.js";import{subclass as s}from"../../core/accessorSupport/decorators/subclass.js";import{fromJSON as e}from"../../rest/support/fileFormat.js";import{fromJSON as p}from"../../rest/support/layoutTemplate.js";let i=class extends t{constructor(o){super(o),this.description=null,this.format=null,this.label=null,this.layout=null,this.layoutOptions=null}};o([r()],i.prototype,"description",void 0),o([r({json:{read:e}})],i.prototype,"format",void 0),o([r()],i.prototype,"label",void 0),o([r({json:{read:p}})],i.prototype,"layout",void 0),o([r()],i.prototype,"layoutOptions",void 0),i=o([s("esri.widgets.Print.CustomTemplate")],i);const l=i;export{l as default};