{"version":3,"sources":["node_modules/@arcgis/core/portal/timeUnitKebabDictionary.js","node_modules/@arcgis/core/time/TimeInterval.js","node_modules/@arcgis/core/layers/support/TimeInfo.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 { strict as s } from \"../core/jsonMap.js\";\nconst e = s()({\n esriTimeUnitsMilliseconds: \"milliseconds\",\n esriTimeUnitsSeconds: \"seconds\",\n esriTimeUnitsMinutes: \"minutes\",\n esriTimeUnitsHours: \"hours\",\n esriTimeUnitsDays: \"days\",\n esriTimeUnitsWeeks: \"weeks\",\n esriTimeUnitsMonths: \"months\",\n esriTimeUnitsYears: \"years\",\n esriTimeUnitsDecades: \"decades\",\n esriTimeUnitsCenturies: \"centuries\",\n esriTimeUnitsUnknown: void 0\n});\nexport { e as timeUnitKebabDictionary };","/*\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 o } from \"../chunks/tslib.es6.js\";\nimport { ClonableMixin as r } from \"../core/Clonable.js\";\nimport { JSONSupport as t } from \"../core/JSONSupport.js\";\nimport { convertTime as e } from \"../core/timeUtils.js\";\nimport { property as s } from \"../core/accessorSupport/decorators/property.js\";\nimport \"../core/has.js\";\nimport \"../core/Logger.js\";\nimport \"../core/RandomLCG.js\";\nimport { enumeration as i } from \"../core/accessorSupport/decorators/enumeration.js\";\nimport { subclass as p } from \"../core/accessorSupport/decorators/subclass.js\";\nimport { timeUnitKebabDictionary as c } from \"../portal/timeUnitKebabDictionary.js\";\nlet m = class extends r(t) {\n constructor(o) {\n super(o), this.unit = \"milliseconds\", this.value = 0;\n }\n toMilliseconds() {\n return e(this.value, this.unit, \"milliseconds\");\n }\n};\no([i(c, {\n nonNullable: !0\n})], m.prototype, \"unit\", void 0), o([s({\n type: Number,\n json: {\n write: !0\n },\n nonNullable: !0\n})], m.prototype, \"value\", void 0), m = o([p(\"esri.time.TimeInterval\")], m);\nconst l = m;\nexport { l 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 t } from \"../../chunks/tslib.es6.js\";\nimport { ClonableMixin as e } from \"../../core/Clonable.js\";\nimport { JSONSupport as r } from \"../../core/JSONSupport.js\";\nimport { property as l } from \"../../core/accessorSupport/decorators/property.js\";\nimport \"../../core/has.js\";\nimport \"../../core/Logger.js\";\nimport \"../../core/RandomLCG.js\";\nimport { reader as o } from \"../../core/accessorSupport/decorators/reader.js\";\nimport { subclass as i } from \"../../core/accessorSupport/decorators/subclass.js\";\nimport { writer as n } from \"../../core/accessorSupport/decorators/writer.js\";\nimport a from \"../../time/TimeExtent.js\";\nimport s from \"../../time/TimeInterval.js\";\nimport { timeZoneProperty as m } from \"../../time/timeZoneUtils.js\";\nfunction p(t, e) {\n return s.fromJSON({\n value: t,\n unit: e\n });\n}\nlet u = class extends e(r) {\n constructor(t) {\n super(t), this.cumulative = !1, this.endField = null, this.fullTimeExtent = null, this.hasLiveData = !1, this.interval = null, this.startField = null, this.timeZone = null, this.trackIdField = null, this.useTime = !0, this.stops = null;\n }\n readFullTimeExtent(t, e) {\n return e.timeExtent && Array.isArray(e.timeExtent) && 2 === e.timeExtent.length ? a.fromArray(e.timeExtent) : null;\n }\n writeFullTimeExtent(t, e) {\n null != t?.start && null != t.end ? e.timeExtent = t.toArray() : e.timeExtent = null;\n }\n readInterval(t, e) {\n return e.timeInterval && e.timeIntervalUnits ? p(e.timeInterval, e.timeIntervalUnits) : e.defaultTimeInterval && e.defaultTimeIntervalUnits ? p(e.defaultTimeInterval, e.defaultTimeIntervalUnits) : null;\n }\n writeInterval(t, e) {\n e.timeInterval = t?.toJSON().value ?? null, e.timeIntervalUnits = t?.toJSON().unit ?? null;\n }\n};\nt([l({\n type: Boolean,\n json: {\n name: \"exportOptions.timeDataCumulative\",\n write: !0\n }\n})], u.prototype, \"cumulative\", void 0), t([l({\n type: String,\n json: {\n name: \"endTimeField\",\n write: {\n enabled: !0,\n allowNull: !0\n }\n }\n})], u.prototype, \"endField\", void 0), t([l({\n type: a,\n json: {\n write: {\n enabled: !0,\n allowNull: !0\n }\n }\n})], u.prototype, \"fullTimeExtent\", void 0), t([o(\"fullTimeExtent\", [\"timeExtent\"])], u.prototype, \"readFullTimeExtent\", null), t([n(\"fullTimeExtent\")], u.prototype, \"writeFullTimeExtent\", null), t([l({\n type: Boolean,\n json: {\n write: !0\n }\n})], u.prototype, \"hasLiveData\", void 0), t([l({\n type: s,\n json: {\n write: {\n enabled: !0,\n allowNull: !0\n }\n }\n})], u.prototype, \"interval\", void 0), t([o(\"interval\", [\"timeInterval\", \"timeIntervalUnits\", \"defaultTimeInterval\", \"defaultTimeIntervalUnits\"])], u.prototype, \"readInterval\", null), t([n(\"interval\")], u.prototype, \"writeInterval\", null), t([l({\n type: String,\n json: {\n name: \"startTimeField\",\n write: {\n enabled: !0,\n allowNull: !0\n }\n }\n})], u.prototype, \"startField\", void 0), t([l(m(\"timeReference\", !0))], u.prototype, \"timeZone\", void 0), t([l({\n type: String,\n json: {\n write: {\n enabled: !0,\n allowNull: !0\n }\n }\n})], u.prototype, \"trackIdField\", void 0), t([l({\n type: Boolean,\n json: {\n name: \"exportOptions.useTime\",\n write: !0\n }\n})], u.prototype, \"useTime\", void 0), t([l({\n type: [Date],\n json: {\n read: !1\n }\n})], u.prototype, \"stops\", void 0), u = t([i(\"esri.layers.support.TimeInfo\")], u);\nconst d = u;\nexport { d as default };"],"mappings":"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","names":["e","i","m","i","f","o","r","e","a","l","p","t","e","l","u","i","f","r","m","o","c","a","d"],"x_google_ignoreList":[0,1,2]}