{"version":3,"sources":["node_modules/@arcgis/core/layers/support/source/MapLayerSource.js","node_modules/@arcgis/core/layers/support/source/QueryTableDataSource.js","node_modules/@arcgis/core/layers/support/source/RasterDataSource.js","node_modules/@arcgis/core/layers/support/source/TableDataSource.js","node_modules/@arcgis/core/layers/support/source/DataLayerSource.js"],"sourcesContent":["/*\nAll material copyright ESRI, All Rights Reserved, unless otherwise specified.\nSee https://js.arcgis.com/4.28/esri/copyright.txt for details.\n*/\nimport { _ as r } from \"../../../chunks/tslib.es6.js\";\nimport { JSONSupport as o } from \"../../../core/JSONSupport.js\";\nimport { property as e } from \"../../../core/accessorSupport/decorators/property.js\";\nimport { Integer as s } from \"../../../core/accessorSupport/ensureType.js\";\nimport \"../../../core/arrayUtils.js\";\nimport \"../../../core/has.js\";\nimport { enumeration as t } from \"../../../core/accessorSupport/decorators/enumeration.js\";\nimport { subclass as p } from \"../../../core/accessorSupport/decorators/subclass.js\";\nvar a;\nlet c = a = class extends o {\n constructor(r) {\n super(r), this.type = \"map-layer\";\n }\n clone() {\n const {\n mapLayerId: r,\n gdbVersion: o\n } = this;\n return new a({\n mapLayerId: r,\n gdbVersion: o\n });\n }\n};\nr([t({\n mapLayer: \"map-layer\"\n})], c.prototype, \"type\", void 0), r([e({\n type: s,\n json: {\n write: !0\n }\n})], c.prototype, \"mapLayerId\", void 0), r([e({\n type: String,\n json: {\n write: !0\n }\n})], c.prototype, \"gdbVersion\", void 0), c = a = r([p(\"esri.layers.support.source.MapLayerSource\")], c);\nexport { c as MapLayerSource };","/*\nAll material copyright ESRI, All Rights Reserved, unless otherwise specified.\nSee https://js.arcgis.com/4.28/esri/copyright.txt for details.\n*/\nimport { _ as e } from \"../../../chunks/tslib.es6.js\";\nimport \"../../../geometry.js\";\nimport { JSONSupport as r } from \"../../../core/JSONSupport.js\";\nimport { property as o } from \"../../../core/accessorSupport/decorators/property.js\";\nimport \"../../../core/accessorSupport/ensureType.js\";\nimport \"../../../core/arrayUtils.js\";\nimport \"../../../core/has.js\";\nimport { enumeration as t } from \"../../../core/accessorSupport/decorators/enumeration.js\";\nimport { subclass as p } from \"../../../core/accessorSupport/decorators/subclass.js\";\nimport s from \"../../../geometry/SpatialReference.js\";\nimport { featureGeometryTypeKebabDictionary as i } from \"../../../geometry/support/typeUtils.js\";\nvar c;\nlet a = c = class extends r {\n constructor(e) {\n super(e), this.type = \"query-table\";\n }\n clone() {\n const {\n workspaceId: e,\n query: r,\n oidFields: o,\n spatialReference: t,\n geometryType: p\n } = this,\n s = {\n workspaceId: e,\n query: r,\n oidFields: o,\n spatialReference: t?.clone() ?? void 0,\n geometryType: p\n };\n return new c(s);\n }\n};\ne([t({\n queryTable: \"query-table\"\n})], a.prototype, \"type\", void 0), e([o({\n type: String,\n json: {\n write: !0\n }\n})], a.prototype, \"workspaceId\", void 0), e([o({\n type: String,\n json: {\n write: !0\n }\n})], a.prototype, \"query\", void 0), e([o({\n type: String,\n json: {\n write: !0\n }\n})], a.prototype, \"oidFields\", void 0), e([o({\n type: s,\n json: {\n write: !0\n }\n})], a.prototype, \"spatialReference\", void 0), e([t(i)], a.prototype, \"geometryType\", void 0), a = c = e([p(\"esri.layers.support.source.QueryTableDataSource\")], a);\nexport { a as QueryTableDataSource };","/*\nAll material copyright ESRI, All Rights Reserved, unless otherwise specified.\nSee https://js.arcgis.com/4.28/esri/copyright.txt for details.\n*/\nimport { _ as r } from \"../../../chunks/tslib.es6.js\";\nimport { JSONSupport as o } from \"../../../core/JSONSupport.js\";\nimport { property as e } from \"../../../core/accessorSupport/decorators/property.js\";\nimport \"../../../core/accessorSupport/ensureType.js\";\nimport \"../../../core/arrayUtils.js\";\nimport \"../../../core/has.js\";\nimport { enumeration as t } from \"../../../core/accessorSupport/decorators/enumeration.js\";\nimport { subclass as s } from \"../../../core/accessorSupport/decorators/subclass.js\";\nvar p;\nlet a = p = class extends o {\n constructor(r) {\n super(r), this.type = \"raster\";\n }\n clone() {\n const {\n workspaceId: r,\n dataSourceName: o\n } = this;\n return new p({\n workspaceId: r,\n dataSourceName: o\n });\n }\n};\nr([t({\n raster: \"raster\"\n})], a.prototype, \"type\", void 0), r([e({\n type: String,\n json: {\n write: !0\n }\n})], a.prototype, \"dataSourceName\", void 0), r([e({\n type: String,\n json: {\n write: !0\n }\n})], a.prototype, \"workspaceId\", void 0), a = p = r([s(\"esri.layers.support.source.RasterDataSource\")], a);\nexport { a as RasterDataSource };","/*\nAll material copyright ESRI, All Rights Reserved, unless otherwise specified.\nSee https://js.arcgis.com/4.28/esri/copyright.txt for details.\n*/\nimport { _ as r } from \"../../../chunks/tslib.es6.js\";\nimport { JSONSupport as o } from \"../../../core/JSONSupport.js\";\nimport { property as e } from \"../../../core/accessorSupport/decorators/property.js\";\nimport \"../../../core/accessorSupport/ensureType.js\";\nimport \"../../../core/arrayUtils.js\";\nimport \"../../../core/has.js\";\nimport { enumeration as t } from \"../../../core/accessorSupport/decorators/enumeration.js\";\nimport { subclass as s } from \"../../../core/accessorSupport/decorators/subclass.js\";\nvar p;\nlet a = p = class extends o {\n constructor(r) {\n super(r), this.type = \"table\";\n }\n clone() {\n const {\n workspaceId: r,\n gdbVersion: o,\n dataSourceName: e\n } = this;\n return new p({\n workspaceId: r,\n gdbVersion: o,\n dataSourceName: e\n });\n }\n};\nr([t({\n table: \"table\"\n})], a.prototype, \"type\", void 0), r([e({\n type: String,\n json: {\n write: !0\n }\n})], a.prototype, \"workspaceId\", void 0), r([e({\n type: String,\n json: {\n write: !0\n }\n})], a.prototype, \"gdbVersion\", void 0), r([e({\n type: String,\n json: {\n write: !0\n }\n})], a.prototype, \"dataSourceName\", void 0), a = p = r([s(\"esri.layers.support.source.TableDataSource\")], a);\nexport { a as TableDataSource };","/*\nAll material copyright ESRI, All Rights Reserved, unless otherwise specified.\nSee https://js.arcgis.com/4.28/esri/copyright.txt for details.\n*/\nimport { _ as e } from \"../../../chunks/tslib.es6.js\";\nimport { strict as r } from \"../../../core/jsonMap.js\";\nimport { JSONSupport as o } from \"../../../core/JSONSupport.js\";\nimport { property as t } from \"../../../core/accessorSupport/decorators/property.js\";\nimport { cast as a } from \"../../../core/accessorSupport/decorators/cast.js\";\nimport { enumeration as s } from \"../../../core/accessorSupport/decorators/enumeration.js\";\nimport { reader as p } from \"../../../core/accessorSupport/decorators/reader.js\";\nimport { subclass as l } from \"../../../core/accessorSupport/decorators/subclass.js\";\nimport { ensureType as c, ensureOneOfType as i } from \"../../../core/accessorSupport/ensureType.js\";\nimport { createTypeReader as u } from \"../../../core/accessorSupport/extensions/serializableProperty/reader.js\";\nimport n from \"../Field.js\";\nimport { MapLayerSource as y } from \"./MapLayerSource.js\";\nimport { QueryTableDataSource as b } from \"./QueryTableDataSource.js\";\nimport { RasterDataSource as S } from \"./RasterDataSource.js\";\nimport { TableDataSource as f } from \"./TableDataSource.js\";\nvar d, m;\nconst T = r()({\n esriLeftInnerJoin: \"left-inner-join\",\n esriLeftOuterJoin: \"left-outer-join\"\n});\nlet j = d = class extends o {\n constructor(e) {\n super(e), this.type = \"join-table\";\n }\n readLeftTableSource(e, r, o) {\n return g()(e, r, o);\n }\n castLeftTableSource(e) {\n return i(L(), e);\n }\n readRightTableSource(e, r, o) {\n return g()(e, r, o);\n }\n castRightTableSource(e) {\n return i(L(), e);\n }\n clone() {\n const {\n leftTableKey: e,\n rightTableKey: r,\n leftTableSource: o,\n rightTableSource: t,\n joinType: a\n } = this,\n s = {\n leftTableKey: e,\n rightTableKey: r,\n leftTableSource: o?.clone() ?? void 0,\n rightTableSource: t?.clone() ?? void 0,\n joinType: a\n };\n return new d(s);\n }\n};\ne([s({\n joinTable: \"join-table\"\n})], j.prototype, \"type\", void 0), e([t({\n type: String,\n json: {\n write: !0\n }\n})], j.prototype, \"leftTableKey\", void 0), e([t({\n type: String,\n json: {\n write: !0\n }\n})], j.prototype, \"rightTableKey\", void 0), e([t({\n json: {\n write: !0\n }\n})], j.prototype, \"leftTableSource\", void 0), e([p(\"leftTableSource\")], j.prototype, \"readLeftTableSource\", null), e([a(\"leftTableSource\")], j.prototype, \"castLeftTableSource\", null), e([t({\n json: {\n write: !0\n }\n})], j.prototype, \"rightTableSource\", void 0), e([p(\"rightTableSource\")], j.prototype, \"readRightTableSource\", null), e([a(\"rightTableSource\")], j.prototype, \"castRightTableSource\", null), e([s(T)], j.prototype, \"joinType\", void 0), j = d = e([l(\"esri.layers.support.source.JoinTableDataSource\")], j);\nlet h = null;\nfunction g() {\n return h || (h = u({\n types: L()\n })), h;\n}\nlet v = null;\nfunction L() {\n return v || (v = {\n key: \"type\",\n base: null,\n typeMap: {\n \"data-layer\": K,\n \"map-layer\": y\n }\n }), v;\n}\nconst w = {\n key: \"type\",\n base: null,\n typeMap: {\n \"join-table\": j,\n \"query-table\": b,\n raster: S,\n table: f\n }\n};\nlet K = m = class extends o {\n constructor(e) {\n super(e), this.type = \"data-layer\";\n }\n clone() {\n const {\n fields: e,\n dataSource: r\n } = this;\n return new m({\n fields: e,\n dataSource: r\n });\n }\n};\ne([s({\n dataLayer: \"data-layer\"\n})], K.prototype, \"type\", void 0), e([t({\n type: [n],\n json: {\n write: !0\n }\n})], K.prototype, \"fields\", void 0), e([t({\n types: w,\n json: {\n write: !0\n }\n})], K.prototype, \"dataSource\", void 0), K = m = e([l(\"esri.layers.support.source.DataLayerSource\")], K), K.from = c(K);\nexport { K as DataLayerSource, j as JoinTableDataSource };"],"mappings":"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","names":["c","o","c","a","e","o","p","s","f","a","o","p","a","o","e","d","T","e","o","a","s","c","y"],"x_google_ignoreList":[0,1,2,3,4]}