@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.07 kB
JavaScript
/*
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/Clonable.js";import t from"../../core/JSONSupport.js";import{property as e}from"../../core/accessorSupport/decorators/property.js";import{Integer as s}from"../../core/accessorSupport/ensureType.js";import"../../core/has.js";import"../../core/RandomLCG.js";import{enumeration as p}from"../../core/accessorSupport/decorators/enumeration.js";import{subclass as a}from"../../core/accessorSupport/decorators/subclass.js";import{dateFormatJSONMap as i}from"../../intl/date.js";let c=class extends(r.ClonableMixin(t)){constructor(o){super(o),this.dateFormat=null,this.digitSeparator=!1,this.places=null}};o([p(i)],c.prototype,"dateFormat",void 0),o([e({type:Boolean,json:{write:!0}})],c.prototype,"digitSeparator",void 0),o([e({type:s,json:{write:!0}})],c.prototype,"places",void 0),c=o([a("esri.popup.support.FieldInfoFormat")],c);const m=c;export{m as default};