{"version":3,"sources":["node_modules/@arcgis/core/layers/support/FeatureFilter.js","node_modules/@arcgis/core/layers/support/FeatureEffect.js"],"sourcesContent":["/*\nAll material copyright ESRI, All Rights Reserved, unless otherwise specified.\nSee https://js.arcgis.com/4.31/esri/copyright.txt for details.\n*/\nimport { _ as e } from \"../../chunks/tslib.es6.js\";\nimport { geometryTypes as t } from \"../../geometry.js\";\nimport { JSONMap as i } from \"../../core/jsonMap.js\";\nimport { JSONSupport as r } from \"../../core/JSONSupport.js\";\nimport { clone as s } from \"../../core/lang.js\";\nimport { property as o } from \"../../core/accessorSupport/decorators/property.js\";\nimport \"../../core/has.js\";\nimport \"../../core/Logger.js\";\nimport { subclass as n } from \"../../core/accessorSupport/decorators/subclass.js\";\nimport l from \"../../rest/support/Query.js\";\nimport a from \"../../time/TimeExtent.js\";\nvar p;\nconst c = new i({\n esriSpatialRelIntersects: \"intersects\",\n esriSpatialRelContains: \"contains\",\n esriSpatialRelCrosses: \"crosses\",\n esriSpatialRelDisjoint: \"disjoint\",\n esriSpatialRelEnvelopeIntersects: \"envelope-intersects\",\n esriSpatialRelIndexIntersects: \"index-intersects\",\n esriSpatialRelOverlaps: \"overlaps\",\n esriSpatialRelTouches: \"touches\",\n esriSpatialRelWithin: \"within\",\n esriSpatialRelRelation: \"relation\"\n }),\n m = new i({\n esriSRUnit_Meter: \"meters\",\n esriSRUnit_Kilometer: \"kilometers\",\n esriSRUnit_Foot: \"feet\",\n esriSRUnit_StatuteMile: \"miles\",\n esriSRUnit_NauticalMile: \"nautical-miles\",\n esriSRUnit_USNauticalMile: \"us-nautical-miles\"\n });\nlet u = p = class extends r {\n constructor(e) {\n super(e), this.where = null, this.geometry = null, this.spatialRelationship = \"intersects\", this.distance = void 0, this.objectIds = null, this.units = null, this.timeExtent = null;\n }\n createQuery(e = {}) {\n const {\n where: t,\n geometry: i,\n spatialRelationship: r,\n timeExtent: o,\n objectIds: n,\n units: a,\n distance: p\n } = this;\n return new l({\n geometry: s(i),\n objectIds: s(n),\n spatialRelationship: r,\n timeExtent: s(o),\n where: t,\n units: a,\n distance: p,\n ...e\n });\n }\n clone() {\n const {\n where: e,\n geometry: t,\n spatialRelationship: i,\n timeExtent: r,\n objectIds: o,\n units: n,\n distance: l\n } = this;\n return new p({\n geometry: s(t),\n objectIds: s(o),\n spatialRelationship: i,\n timeExtent: s(r),\n where: e,\n units: n,\n distance: l\n });\n }\n};\ne([o({\n type: String,\n json: {\n write: !0\n }\n})], u.prototype, \"where\", void 0), e([o({\n types: t,\n json: {\n write: !0\n }\n})], u.prototype, \"geometry\", void 0), e([o({\n type: c.apiValues,\n json: {\n name: \"spatialRel\",\n read: {\n reader: c.read\n },\n write: {\n allowNull: !1,\n writer: c.write,\n overridePolicy() {\n return {\n enabled: null != this.geometry\n };\n }\n }\n }\n})], u.prototype, \"spatialRelationship\", void 0), e([o({\n type: Number,\n json: {\n write: {\n overridePolicy(e) {\n return {\n enabled: null != e && null != this.geometry\n };\n }\n }\n }\n})], u.prototype, \"distance\", void 0), e([o({\n type: [Number],\n json: {\n write: !0\n }\n})], u.prototype, \"objectIds\", void 0), e([o({\n type: m.apiValues,\n json: {\n read: m.read,\n write: {\n writer: m.write,\n overridePolicy(e) {\n return {\n enabled: null != e && null != this.geometry\n };\n }\n }\n }\n})], u.prototype, \"units\", void 0), e([o({\n type: a,\n json: {\n write: !0\n }\n})], u.prototype, \"timeExtent\", void 0), u = p = e([n(\"esri.layers.support.FeatureFilter\")], u);\nconst d = u;\nexport { d as default };","/*\nAll material copyright ESRI, All Rights Reserved, unless otherwise specified.\nSee https://js.arcgis.com/4.31/esri/copyright.txt for details.\n*/\nimport { _ as e } from \"../../chunks/tslib.es6.js\";\nimport r from \"../../core/Error.js\";\nimport { JSONSupport as t } from \"../../core/JSONSupport.js\";\nimport { setDeepValue as l } from \"../../core/object.js\";\nimport { property as i } from \"../../core/accessorSupport/decorators/property.js\";\nimport \"../../core/has.js\";\nimport \"../../core/Logger.js\";\nimport \"../../core/RandomLCG.js\";\nimport { subclass as o } from \"../../core/accessorSupport/decorators/subclass.js\";\nimport { read as s, write as c } from \"../effects/jsonUtils.js\";\nimport u from \"./FeatureFilter.js\";\nvar d;\nconst f = {\n read: {\n reader: s\n },\n write: {\n writer: c,\n overridePolicy() {\n return {\n allowNull: null != this.excludedEffect,\n isRequired: null == this.excludedEffect\n };\n }\n }\n },\n n = {\n read: {\n reader: s\n },\n write: {\n writer: c,\n overridePolicy() {\n return {\n allowNull: null != this.includedEffect,\n isRequired: null == this.includedEffect\n };\n }\n }\n },\n a = {\n name: \"showExcludedLabels\",\n default: !0\n };\nlet p = d = class extends t {\n constructor(e) {\n super(e), this.filter = null, this.includedEffect = null, this.excludedEffect = null, this.excludedLabelsVisible = !1;\n }\n write(e, t) {\n const l = super.write(e, t);\n if (t?.origin) {\n if (l.filter) {\n const e = Object.keys(l.filter);\n if (e.length > 1 || \"where\" !== e[0]) return t.messages?.push(new r(\"web-document-write:unsupported-feature-effect\", \"Invalid feature effect 'filter'. A filter can only contain a 'where' property\", {\n layer: t.layer,\n effect: this\n })), null;\n }\n if (\"showExcludedLabels\" in l) return t.messages?.push(new r(\"web-document-write:unsupported-feature-effect\", \"Invalid value for property 'excludedLabelsVisible' which should always be 'true'\", {\n layer: t.layer,\n effect: this\n })), null;\n }\n return l;\n }\n clone() {\n return new d({\n filter: null != this.filter ? this.filter.clone() : null,\n includedEffect: this.includedEffect,\n excludedEffect: this.excludedEffect,\n excludedLabelsVisible: this.excludedLabelsVisible\n });\n }\n};\ne([i({\n type: u,\n json: {\n write: {\n allowNull: !0,\n writer(e, r, t, i) {\n const o = e?.write({}, i);\n o && 0 !== Object.keys(o).length ? l(t, o, r) : l(t, null, r);\n }\n }\n }\n})], p.prototype, \"filter\", void 0), e([i({\n json: {\n read: s,\n write: {\n writer: c,\n allowNull: !0\n },\n origins: {\n \"web-map\": f,\n \"portal-item\": f\n }\n }\n})], p.prototype, \"includedEffect\", void 0), e([i({\n json: {\n read: s,\n write: {\n writer: c,\n allowNull: !0\n },\n origins: {\n \"web-map\": n,\n \"portal-item\": n\n }\n }\n})], p.prototype, \"excludedEffect\", void 0), e([i({\n type: Boolean,\n json: {\n write: !0,\n name: \"showExcludedLabels\",\n origins: {\n \"web-map\": a,\n \"portal-item\": a\n }\n }\n})], p.prototype, \"excludedLabelsVisible\", void 0), p = d = e([o(\"esri.layers.support.FeatureEffect\")], p);\nconst w = p;\nexport { w as default };"],"mappings":"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","names":["p","c","n","m","u","f","t","i","r","o","a","b","__spreadValues","l","d","d","f","n","a","t","e","s","r","m","i","o","w"],"x_google_ignoreList":[0,1]}