12345 |
- /*
- All material copyright ESRI, All Rights Reserved, unless otherwise specified.
- See https://js.arcgis.com/4.25/esri/copyright.txt for details.
- */
- import{_ as o}from"../../chunks/tslib.es6.js";import{ClonableMixin as e}from"../../core/Clonable.js";import{JSONMap as r}from"../../core/jsonMap.js";import{JSONSupport as s}from"../../core/JSONSupport.js";import{property as t}from"../../core/accessorSupport/decorators/property.js";import"../../core/arrayUtils.js";import"../../core/accessorSupport/ensureType.js";import{subclass as p}from"../../core/accessorSupport/decorators/subclass.js";import i from"./ExpressionInfo.js";const c=new r({deviceLocation:"device-location"});let a=class extends(e(s)){constructor(o){super(o),this.filterExpression=null,this.type="device-location"}};o([t({type:i,json:{write:!0}})],a.prototype,"filterExpression",void 0),o([t({type:c.apiValues,readOnly:!0,json:{type:c.jsonValues,read:c.read,write:c.write}})],a.prototype,"type",void 0),a=o([p("esri.webdoc.geotriggersInfo.DeviceLocationFeed")],a);const n=a;export{n as default};
|