@uwrl/qc-utils 0.0.19 → 0.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/dist/index.d.ts +4 -0
  2. package/dist/index.js +1471 -1273
  3. package/dist/index.umd.cjs +14 -14
  4. package/dist/models/dataSource.d.ts +173 -0
  5. package/dist/models/index.d.ts +2 -0
  6. package/dist/models/payload.d.ts +24 -0
  7. package/dist/models/settings.d.ts +65 -0
  8. package/dist/models/timestamp.d.ts +150 -0
  9. package/dist/services/__tests__/createPatchObject.spec.d.ts +1 -0
  10. package/dist/services/__tests__/requestInterceptor.spec.d.ts +1 -0
  11. package/dist/services/__tests__/responseInterceptor.spec.d.ts +1 -0
  12. package/dist/services/api.d.ts +147 -0
  13. package/dist/services/apiMethods.d.ts +8 -0
  14. package/dist/services/createPatchObject.d.ts +17 -0
  15. package/dist/services/getCSRFToken.d.ts +1 -0
  16. package/dist/services/index.d.ts +6 -0
  17. package/dist/services/requestInterceptor.d.ts +12 -0
  18. package/dist/services/responseInterceptor.d.ts +2 -0
  19. package/dist/types/index.d.ts +406 -0
  20. package/dist/utils/__tests__/ellapsed-time.spec.d.ts +1 -0
  21. package/dist/utils/__tests__/format.spec.d.ts +1 -0
  22. package/dist/utils/__tests__/notifications.spec.d.ts +1 -0
  23. package/dist/utils/__tests__/observations.spec.d.ts +1 -0
  24. package/dist/utils/ellapsed-time.d.ts +4 -0
  25. package/dist/utils/format.d.ts +4 -0
  26. package/dist/utils/index.d.ts +7 -0
  27. package/dist/utils/notifications.d.ts +46 -0
  28. package/dist/utils/observations.d.ts +5 -0
  29. package/dist/utils/plotting/__tests__/calibration.spec.d.ts +16 -0
  30. package/dist/utils/plotting/__tests__/mock.d.ts +4 -0
  31. package/dist/utils/plotting/__tests__/observation-record-paths.spec.d.ts +21 -0
  32. package/dist/utils/plotting/__tests__/observation-record.spec.d.ts +1 -0
  33. package/dist/utils/plotting/__tests__/operation-cores.spec.d.ts +12 -0
  34. package/dist/utils/plotting/__tests__/script.spec.d.ts +1 -0
  35. package/dist/utils/plotting/__tests__/workerMocks.d.ts +119 -0
  36. package/dist/utils/plotting/__tests__/workers.spec.d.ts +18 -0
  37. package/dist/utils/plotting/add-data.worker.d.ts +1 -0
  38. package/dist/utils/plotting/calibration.d.ts +99 -0
  39. package/dist/utils/plotting/change-values.worker.d.ts +1 -0
  40. package/dist/utils/plotting/change.worker.d.ts +1 -0
  41. package/dist/utils/plotting/delete-data.worker.d.ts +1 -0
  42. package/dist/utils/plotting/drift-correction.worker.d.ts +1 -0
  43. package/dist/utils/plotting/fill-gaps.worker.d.ts +1 -0
  44. package/dist/utils/plotting/find-gaps.worker.d.ts +1 -0
  45. package/dist/utils/plotting/interpolate.worker.d.ts +1 -0
  46. package/dist/utils/plotting/observation-record.d.ts +363 -0
  47. package/dist/utils/plotting/operation-cores.d.ts +139 -0
  48. package/dist/utils/plotting/persistence.worker.d.ts +1 -0
  49. package/dist/utils/plotting/rate-of-change.worker.d.ts +1 -0
  50. package/dist/utils/plotting/script.d.ts +67 -0
  51. package/dist/utils/plotting/shift-datetimes.worker.d.ts +1 -0
  52. package/dist/utils/plotting/value-threshold.worker.d.ts +1 -0
  53. package/package.json +3 -2
@@ -1,15 +1,15 @@
1
- (function(m,O){typeof exports=="object"&&typeof module<"u"?O(exports):typeof define=="function"&&define.amd?define(["exports"],O):(m=typeof globalThis<"u"?globalThis:m||self,O(m["@uwrl/qc-utils"]={}))})(this,(function(m){"use strict";var O=(e=>(e.SECOND="s",e.MINUTE="m",e.HOUR="h",e.DAY="D",e.WEEK="W",e.MONTH="M",e.YEAR="Y",e))(O||{}),E=(e=>(e.ADD_POINTS="ADD_POINTS",e.CHANGE_VALUES="CHANGE_VALUES",e.ASSIGN_VALUES_BULK="ASSIGN_VALUES_BULK",e.DELETE_POINTS="DELETE_POINTS",e.DRIFT_CORRECTION="DRIFT_CORRECTION",e.INTERPOLATE="INTERPOLATE",e.SHIFT_DATETIMES="SHIFT_DATETIMES",e.ASSIGN_DATETIMES_BULK="ASSIGN_DATETIMES_BULK",e.FILL_GAPS="FILL_GAPS",e))(E||{}),v=(e=>(e.FIND_GAPS="FIND_GAPS",e.PERSISTENCE="PERSISTENCE",e.CHANGE="CHANGE",e.RATE_OF_CHANGE="RATE_OF_CHANGE",e.VALUE_THRESHOLD="VALUE_THRESHOLD",e.DATETIME_RANGE="DATETIME_RANGE",e.SELECTION="SELECTION",e))(v||{}),x=(e=>(e.LT="Less than",e.LTE="Less than or equal to",e.GT="Greater than",e.GTE="Greater than or equal to",e.E="Equal",e))(x||{}),ze=(e=>(e.ADD="ADD",e.SUB="SUB",e.MULT="MULT",e.DIV="DIV",e.ASSIGN="ASSIGN",e))(ze||{}),Xe=(e=>(e.LT="Less than",e.LTE="Less than or equal to",e.GT="Greater than",e.GTE="Greater than or equal to",e.E="Equal",e))(Xe||{});class Ve{id;thingId;link;frequency;path;datastreamIds;publicResource;constructor(){this.id="",this.thingId="",this.link="",this.frequency=null,this.path="HydroShare",this.datastreamIds=[],this.publicResource=!1}}class Vt extends Ve{resourceTitle;resourceAbstract;resourceKeywords;constructor(){super(),this.resourceTitle=void 0,this.resourceAbstract=void 0,this.resourceKeywords=void 0}}class qe{latitude;longitude;elevation_m;elevationDatum;state;county;country;constructor(){this.elevationDatum="WGS84",this.state="",this.county="",this.country=""}}class qt{id;workspaceId;name;location=new qe;tags;hydroShareArchive;siteType;samplingFeatureCode;isPrivate;description;samplingFeatureType;dataDisclaimer;constructor(){this.id="",this.workspaceId="",this.name="",this.tags=[],this.siteType="",this.samplingFeatureCode="",this.isPrivate=!1,this.description="",this.samplingFeatureType="Site",this.dataDisclaimer=""}}class Jt{id;workspaceId;name;description;thingId;observationType;resultType;status;sampledMedium;noDataValue;aggregationStatistic;unitId;observedPropertyId;sensorId;processingLevelId;isPrivate;isVisible;phenomenonBeginTime;phenomenonEndTime;intendedTimeSpacing;intendedTimeSpacingUnit;timeAggregationInterval;timeAggregationIntervalUnit;dataSourceId;valueCount;constructor(t){this.id="",this.workspaceId="",this.name="",this.description="",this.thingId=t||"",this.observationType="OM_Measurement",this.resultType="Time Series Coverage",this.sampledMedium="",this.noDataValue=-9999,this.aggregationStatistic="",this.unitId="",this.observedPropertyId="",this.sensorId="",this.processingLevelId="",this.timeAggregationInterval=null,this.timeAggregationIntervalUnit="seconds",this.isPrivate=!0,this.isVisible=!0,this.valueCount=0}}class Kt{id;workspaceId;name;symbol;definition;type;constructor(){this.id="",this.workspaceId="",this.name="",this.symbol="",this.definition="",this.type=""}}class Qt{id;workspaceId;name;description;manufacturer;model;methodType;methodCode;methodLink;encodingType;modelLink;constructor(){this.id="",this.workspaceId="",this.name="",this.description="",this.manufacturer="",this.model="",this.methodType="Instrument Deployment",this.methodCode="",this.methodLink="",this.encodingType="application/json",this.modelLink=""}}class Zt{id;workspaceId;name;definition;description;type;code;constructor(){this.id="",this.workspaceId="",this.name="",this.definition="",this.description="",this.type="Hydrology",this.code=""}}class er{id;workspaceId;code;definition;explanation;constructor(){this.id="",this.workspaceId="",this.code="",this.definition="",this.explanation=""}}class tr{id;workspaceId;code;description;constructor(){this.id="",this.workspaceId="",this.code="",this.description=""}}class rr{name;code;type;description;link;constructor(){}}class nr{id;email;password;firstName;middleName;lastName;phone;address;organization;type;link;accountType;hydroShareConnected;constructor(){this.id="",this.email="",this.password="",this.firstName="",this.middleName="",this.lastName="",this.phone="",this.address="",this.type="",this.link="",this.accountType="standard",this.hydroShareConnected=!1}}class sr{id;name;iconLink;signupEnabled;connectEnabled;constructor(){this.id="",this.name="",this.iconLink="",this.signupEnabled=!0,this.connectEnabled=!0}}var Je=(e=>(e.Global="*",e.View="view",e.Create="create",e.Edit="edit",e.Delete="delete",e))(Je||{}),Ke=(e=>(e.Global="*",e.Workspace="Workspace",e.Collaborator="Collaborator",e.Thing="Thing",e.Datastream="Datastream",e.Sensor="Sensor",e.Unit="Unit",e.ObservedProperty="ObservedProperty",e.ProcessingLevel="ProcessingLevel",e.Observation="Observation",e))(Ke||{});class ar{id="";key="";name="";description="";isActive=!0;expiresAt="";createdAt="";lastUsed="";workspaceId="";role=null;constructor(t){Object.assign(this,t)}}class or{id;name;isPrivate;owner;collaboratorRole;pendingTransferTo;constructor(){this.id="",this.name="",this.isPrivate=!1,this.owner=null,this.collaboratorRole=null,this.pendingTransferTo=null}}class ir{user;role;constructor(){this.user={phone:"",address:"",link:"",type:"",name:"",email:"",organizationName:""},this.role={name:"",description:"",id:"",isApikeyRole:!1,isUserRole:!1,workspaceId:"",permissions:[]}}}function ge(){const e="csrftoken=",r=decodeURIComponent(document.cookie).split(";");for(const n of r){const s=n.trim();if(s.startsWith(e))return s.substring(e.length)}return null}function me(e){let t=e.headers?{...e.headers}:{},r;return e.body!==void 0&&(r=typeof e.body=="string"||e.body instanceof FormData?e.body:JSON.stringify(e.body)),t["X-CSRFToken"]=ge()||"",{...e,headers:t,body:r,credentials:"omit"}}function Qe(e){if(Array.isArray(e?.errors)&&e.errors.length&&(e=e.errors[0]),typeof e!="object"||e===null)return"An unknown error occurred.";const t=["message","detail","error"];for(const r of t)if(e[r])return e[r];return"An unknown error occurred."}async function we(e){if(e.headers.get("Content-Length")==="0"||e.statusText==="No Content")return null;const t=e.headers.get("content-type")||"";let r=null;if(t.includes("application/json"))try{r=await e.json()}catch(s){console.error("Failed to parse error JSON:",s)}else if(t.includes("text/csv"))try{r=await e.blob()}catch(s){console.error("Failed to parse error JSON:",s)}if(e.ok||e.status===401)return r;const n={status:e.status,message:Qe(r)};throw console.error("API response not OK:",n.message),n}var be=function(e,t){return be=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(r[s]=n[s])},be(e,t)};function ne(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");be(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}function Se(e){var t=typeof Symbol=="function"&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Ee(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var n=r.call(e),s,o=[],a;try{for(;(t===void 0||t-- >0)&&!(s=n.next()).done;)o.push(s.value)}catch(i){a={error:i}}finally{try{s&&!s.done&&(r=n.return)&&r.call(n)}finally{if(a)throw a.error}}return o}function ke(e,t,r){if(r||arguments.length===2)for(var n=0,s=t.length,o;n<s;n++)(o||!(n in t))&&(o||(o=Array.prototype.slice.call(t,0,n)),o[n]=t[n]);return e.concat(o||Array.prototype.slice.call(t))}typeof SuppressedError=="function"&&SuppressedError;function P(e){return typeof e=="function"}function Ze(e){var t=function(n){Error.call(n),n.stack=new Error().stack},r=e(t);return r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r}var ve=Ze(function(e){return function(r){e(this),this.message=r?r.length+` errors occurred during unsubscription:
1
+ (function(w,U){typeof exports=="object"&&typeof module<"u"?U(exports):typeof define=="function"&&define.amd?define(["exports"],U):(w=typeof globalThis<"u"?globalThis:w||self,U(w["@uwrl/qc-utils"]={}))})(this,(function(w){"use strict";var U=(e=>(e.SECOND="s",e.MINUTE="m",e.HOUR="h",e.DAY="D",e.WEEK="W",e.MONTH="M",e.YEAR="Y",e))(U||{}),v=(e=>(e.ADD_POINTS="ADD_POINTS",e.CHANGE_VALUES="CHANGE_VALUES",e.ASSIGN_VALUES_BULK="ASSIGN_VALUES_BULK",e.DELETE_POINTS="DELETE_POINTS",e.DRIFT_CORRECTION="DRIFT_CORRECTION",e.INTERPOLATE="INTERPOLATE",e.SHIFT_DATETIMES="SHIFT_DATETIMES",e.ASSIGN_DATETIMES_BULK="ASSIGN_DATETIMES_BULK",e.FILL_GAPS="FILL_GAPS",e))(v||{}),T=(e=>(e.FIND_GAPS="FIND_GAPS",e.PERSISTENCE="PERSISTENCE",e.CHANGE="CHANGE",e.RATE_OF_CHANGE="RATE_OF_CHANGE",e.VALUE_THRESHOLD="VALUE_THRESHOLD",e.DATETIME_RANGE="DATETIME_RANGE",e.SELECTION="SELECTION",e))(T||{}),H=(e=>(e.LT="Less than",e.LTE="Less than or equal to",e.GT="Greater than",e.GTE="Greater than or equal to",e.E="Equal",e))(H||{}),Ve=(e=>(e.ADD="ADD",e.SUB="SUB",e.MULT="MULT",e.DIV="DIV",e.ASSIGN="ASSIGN",e))(Ve||{}),qe=(e=>(e.LT="Less than",e.LTE="Less than or equal to",e.GT="Greater than",e.GTE="Greater than or equal to",e.E="Equal",e))(qe||{});class Je{id;thingId;link;frequency;path;datastreamIds;publicResource;constructor(){this.id="",this.thingId="",this.link="",this.frequency=null,this.path="HydroShare",this.datastreamIds=[],this.publicResource=!1}}class Qt extends Je{resourceTitle;resourceAbstract;resourceKeywords;constructor(){super(),this.resourceTitle=void 0,this.resourceAbstract=void 0,this.resourceKeywords=void 0}}class Qe{latitude;longitude;elevation_m;elevationDatum;state;county;country;constructor(){this.elevationDatum="WGS84",this.state="",this.county="",this.country=""}}class Kt{id;workspaceId;name;location=new Qe;tags;hydroShareArchive;siteType;samplingFeatureCode;isPrivate;description;samplingFeatureType;dataDisclaimer;constructor(){this.id="",this.workspaceId="",this.name="",this.tags=[],this.siteType="",this.samplingFeatureCode="",this.isPrivate=!1,this.description="",this.samplingFeatureType="Site",this.dataDisclaimer=""}}class Zt{id;workspaceId;name;description;thingId;observationType;resultType;status;sampledMedium;noDataValue;aggregationStatistic;unitId;observedPropertyId;sensorId;processingLevelId;isPrivate;isVisible;phenomenonBeginTime;phenomenonEndTime;intendedTimeSpacing;intendedTimeSpacingUnit;timeAggregationInterval;timeAggregationIntervalUnit;dataSourceId;valueCount;constructor(t){this.id="",this.workspaceId="",this.name="",this.description="",this.thingId=t||"",this.observationType="OM_Measurement",this.resultType="Time Series Coverage",this.sampledMedium="",this.noDataValue=-9999,this.aggregationStatistic="",this.unitId="",this.observedPropertyId="",this.sensorId="",this.processingLevelId="",this.timeAggregationInterval=null,this.timeAggregationIntervalUnit="seconds",this.isPrivate=!0,this.isVisible=!0,this.valueCount=0}}class er{id;workspaceId;name;symbol;definition;type;constructor(){this.id="",this.workspaceId="",this.name="",this.symbol="",this.definition="",this.type=""}}class tr{id;workspaceId;name;description;manufacturer;model;methodType;methodCode;methodLink;encodingType;modelLink;constructor(){this.id="",this.workspaceId="",this.name="",this.description="",this.manufacturer="",this.model="",this.methodType="Instrument Deployment",this.methodCode="",this.methodLink="",this.encodingType="application/json",this.modelLink=""}}class rr{id;workspaceId;name;definition;description;type;code;constructor(){this.id="",this.workspaceId="",this.name="",this.definition="",this.description="",this.type="Hydrology",this.code=""}}class nr{id;workspaceId;code;definition;explanation;constructor(){this.id="",this.workspaceId="",this.code="",this.definition="",this.explanation=""}}class sr{id;workspaceId;code;description;constructor(){this.id="",this.workspaceId="",this.code="",this.description=""}}class or{name;code;type;description;link;constructor(){}}class ar{id;email;password;firstName;middleName;lastName;phone;address;organization;type;link;accountType;hydroShareConnected;constructor(){this.id="",this.email="",this.password="",this.firstName="",this.middleName="",this.lastName="",this.phone="",this.address="",this.type="",this.link="",this.accountType="standard",this.hydroShareConnected=!1}}class ir{id;name;iconLink;signupEnabled;connectEnabled;constructor(){this.id="",this.name="",this.iconLink="",this.signupEnabled=!0,this.connectEnabled=!0}}var Ke=(e=>(e.Global="*",e.View="view",e.Create="create",e.Edit="edit",e.Delete="delete",e))(Ke||{}),Ze=(e=>(e.Global="*",e.Workspace="Workspace",e.Collaborator="Collaborator",e.Thing="Thing",e.Datastream="Datastream",e.Sensor="Sensor",e.Unit="Unit",e.ObservedProperty="ObservedProperty",e.ProcessingLevel="ProcessingLevel",e.Observation="Observation",e))(Ze||{});class cr{id="";key="";name="";description="";isActive=!0;expiresAt="";createdAt="";lastUsed="";workspaceId="";role=null;constructor(t){Object.assign(this,t)}}class lr{id;name;isPrivate;owner;collaboratorRole;pendingTransferTo;constructor(){this.id="",this.name="",this.isPrivate=!1,this.owner=null,this.collaboratorRole=null,this.pendingTransferTo=null}}class ur{user;role;constructor(){this.user={phone:"",address:"",link:"",type:"",name:"",email:"",organizationName:""},this.role={name:"",description:"",id:"",isApikeyRole:!1,isUserRole:!1,workspaceId:"",permissions:[]}}}function we(){const e="csrftoken=",r=decodeURIComponent(document.cookie).split(";");for(const n of r){const s=n.trim();if(s.startsWith(e))return s.substring(e.length)}return null}function be(e){let t=e.headers?{...e.headers}:{},r;return e.body!==void 0&&(r=typeof e.body=="string"||e.body instanceof FormData?e.body:JSON.stringify(e.body)),t["X-CSRFToken"]=we()||"",{...e,headers:t,body:r,credentials:"omit"}}function et(e){if(Array.isArray(e?.errors)&&e.errors.length&&(e=e.errors[0]),typeof e!="object"||e===null)return"An unknown error occurred.";const t=["message","detail","error"];for(const r of t)if(e[r])return e[r];return"An unknown error occurred."}async function Se(e){if(e.headers.get("Content-Length")==="0"||e.statusText==="No Content")return null;const t=e.headers.get("content-type")||"";let r=null;if(t.includes("application/json"))try{r=await e.json()}catch(s){console.error("Failed to parse error JSON:",s)}else if(t.includes("text/csv"))try{r=await e.blob()}catch(s){console.error("Failed to parse error JSON:",s)}if(e.ok||e.status===401)return r;const n={status:e.status,message:et(r)};throw console.error("API response not OK:",n.message),n}var Ee=function(e,t){return Ee=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(r[s]=n[s])},Ee(e,t)};function ae(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Ee(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}function ve(e){var t=typeof Symbol=="function"&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function ke(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var n=r.call(e),s,o=[],a;try{for(;(t===void 0||t-- >0)&&!(s=n.next()).done;)o.push(s.value)}catch(i){a={error:i}}finally{try{s&&!s.done&&(r=n.return)&&r.call(n)}finally{if(a)throw a.error}}return o}function _e(e,t,r){if(r||arguments.length===2)for(var n=0,s=t.length,o;n<s;n++)(o||!(n in t))&&(o||(o=Array.prototype.slice.call(t,0,n)),o[n]=t[n]);return e.concat(o||Array.prototype.slice.call(t))}typeof SuppressedError=="function"&&SuppressedError;function B(e){return typeof e=="function"}function tt(e){var t=function(n){Error.call(n),n.stack=new Error().stack},r=e(t);return r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r}var Ae=tt(function(e){return function(r){e(this),this.message=r?r.length+` errors occurred during unsubscription:
2
2
  `+r.map(function(n,s){return s+1+") "+n.toString()}).join(`
3
- `):"",this.name="UnsubscriptionError",this.errors=r}});function _e(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var se=(function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,r,n,s,o;if(!this.closed){this.closed=!0;var a=this._parentage;if(a)if(this._parentage=null,Array.isArray(a))try{for(var i=Se(a),l=i.next();!l.done;l=i.next()){var f=l.value;f.remove(this)}}catch(h){t={error:h}}finally{try{l&&!l.done&&(r=i.return)&&r.call(i)}finally{if(t)throw t.error}}else a.remove(this);var u=this.initialTeardown;if(P(u))try{u()}catch(h){o=h instanceof ve?h.errors:[h]}var p=this._finalizers;if(p){this._finalizers=null;try{for(var g=Se(p),y=g.next();!y.done;y=g.next()){var d=y.value;try{rt(d)}catch(h){o=o??[],h instanceof ve?o=ke(ke([],Ee(o)),Ee(h.errors)):o.push(h)}}}catch(h){n={error:h}}finally{try{y&&!y.done&&(s=g.return)&&s.call(g)}finally{if(n)throw n.error}}}if(o)throw new ve(o)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)rt(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(r=this._finalizers)!==null&&r!==void 0?r:[]).push(t)}},e.prototype._hasParent=function(t){var r=this._parentage;return r===t||Array.isArray(r)&&r.includes(t)},e.prototype._addParent=function(t){var r=this._parentage;this._parentage=Array.isArray(r)?(r.push(t),r):r?[r,t]:t},e.prototype._removeParent=function(t){var r=this._parentage;r===t?this._parentage=null:Array.isArray(r)&&_e(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&_e(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=(function(){var t=new e;return t.closed=!0,t})(),e})(),et=se.EMPTY;function tt(e){return e instanceof se||e&&"closed"in e&&P(e.remove)&&P(e.add)&&P(e.unsubscribe)}function rt(e){P(e)?e():e.unsubscribe()}var cr={Promise:void 0},lr={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];return setTimeout.apply(void 0,ke([e,t],Ee(r)))},clearTimeout:function(e){return clearTimeout(e)},delegate:void 0};function ur(e){lr.setTimeout(function(){throw e})}function nt(){}function ae(e){e()}var st=(function(e){ne(t,e);function t(r){var n=e.call(this)||this;return n.isStopped=!1,r?(n.destination=r,tt(r)&&r.add(n)):n.destination=dr,n}return t.create=function(r,n,s){return new Ae(r,n,s)},t.prototype.next=function(r){this.isStopped||this._next(r)},t.prototype.error=function(r){this.isStopped||(this.isStopped=!0,this._error(r))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(r){this.destination.next(r)},t.prototype._error=function(r){try{this.destination.error(r)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t})(se),hr=(function(){function e(t){this.partialObserver=t}return e.prototype.next=function(t){var r=this.partialObserver;if(r.next)try{r.next(t)}catch(n){oe(n)}},e.prototype.error=function(t){var r=this.partialObserver;if(r.error)try{r.error(t)}catch(n){oe(n)}else oe(t)},e.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(r){oe(r)}},e})(),Ae=(function(e){ne(t,e);function t(r,n,s){var o=e.call(this)||this,a;return P(r)||!r?a={next:r??void 0,error:n??void 0,complete:s??void 0}:a=r,o.destination=new hr(a),o}return t})(st);function oe(e){ur(e)}function fr(e){throw e}var dr={closed:!0,next:nt,error:fr,complete:nt},pr=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})();function yr(e){return e}function gr(e){return e.length===0?yr:e.length===1?e[0]:function(r){return e.reduce(function(n,s){return s(n)},r)}}var at=(function(){function e(t){t&&(this._subscribe=t)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(t,r,n){var s=this,o=wr(t)?t:new Ae(t,r,n);return ae(function(){var a=s,i=a.operator,l=a.source;o.add(i?i.call(o,l):l?s._subscribe(o):s._trySubscribe(o))}),o},e.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(r){t.error(r)}},e.prototype.forEach=function(t,r){var n=this;return r=ot(r),new r(function(s,o){var a=new Ae({next:function(i){try{t(i)}catch(l){o(l),a.unsubscribe()}},error:o,complete:s});n.subscribe(a)})},e.prototype._subscribe=function(t){var r;return(r=this.source)===null||r===void 0?void 0:r.subscribe(t)},e.prototype[pr]=function(){return this},e.prototype.pipe=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return gr(t)(this)},e.prototype.toPromise=function(t){var r=this;return t=ot(t),new t(function(n,s){var o;r.subscribe(function(a){return o=a},function(a){return s(a)},function(){return n(o)})})},e.create=function(t){return new e(t)},e})();function ot(e){var t;return(t=e??cr.Promise)!==null&&t!==void 0?t:Promise}function mr(e){return e&&P(e.next)&&P(e.error)&&P(e.complete)}function wr(e){return e&&e instanceof st||mr(e)&&tt(e)}var br=Ze(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),it=(function(e){ne(t,e);function t(){var r=e.call(this)||this;return r.closed=!1,r.currentObservers=null,r.observers=[],r.isStopped=!1,r.hasError=!1,r.thrownError=null,r}return t.prototype.lift=function(r){var n=new ct(this,this);return n.operator=r,n},t.prototype._throwIfClosed=function(){if(this.closed)throw new br},t.prototype.next=function(r){var n=this;ae(function(){var s,o;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var a=Se(n.currentObservers),i=a.next();!i.done;i=a.next()){var l=i.value;l.next(r)}}catch(f){s={error:f}}finally{try{i&&!i.done&&(o=a.return)&&o.call(a)}finally{if(s)throw s.error}}}})},t.prototype.error=function(r){var n=this;ae(function(){if(n._throwIfClosed(),!n.isStopped){n.hasError=n.isStopped=!0,n.thrownError=r;for(var s=n.observers;s.length;)s.shift().error(r)}})},t.prototype.complete=function(){var r=this;ae(function(){if(r._throwIfClosed(),!r.isStopped){r.isStopped=!0;for(var n=r.observers;n.length;)n.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var r;return((r=this.observers)===null||r===void 0?void 0:r.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(r){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,r)},t.prototype._subscribe=function(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)},t.prototype._innerSubscribe=function(r){var n=this,s=this,o=s.hasError,a=s.isStopped,i=s.observers;return o||a?et:(this.currentObservers=null,i.push(r),new se(function(){n.currentObservers=null,_e(i,r)}))},t.prototype._checkFinalizedStatuses=function(r){var n=this,s=n.hasError,o=n.thrownError,a=n.isStopped;s?r.error(o):a&&r.complete()},t.prototype.asObservable=function(){var r=new at;return r.source=this,r},t.create=function(r,n){return new ct(r,n)},t})(at),ct=(function(e){ne(t,e);function t(r,n){var s=e.call(this)||this;return s.destination=r,s.source=n,s}return t.prototype.next=function(r){var n,s;(s=(n=this.destination)===null||n===void 0?void 0:n.next)===null||s===void 0||s.call(n,r)},t.prototype.error=function(r){var n,s;(s=(n=this.destination)===null||n===void 0?void 0:n.error)===null||s===void 0||s.call(n,r)},t.prototype.complete=function(){var r,n;(n=(r=this.destination)===null||r===void 0?void 0:r.complete)===null||n===void 0||n.call(r)},t.prototype._subscribe=function(r){var n,s;return(s=(n=this.source)===null||n===void 0?void 0:n.subscribe(r))!==null&&s!==void 0?s:et},t})(it);const Le=3e3;var Te=(e=>(e.Warning="warning",e.Success="success",e.Error="error",e.Info="info",e))(Te||{}),$e=(e=>(e.Success="mdi-checkbox-marked-circle",e.Warning="mdi-alert",e.Error="mdi-alert-circle",e.Info="mdi-information",e.None="none",e))($e||{}),Re=(e=>(e.Warning="Warning",e.Success="Success",e.Error="Error",e.Info="Info",e))(Re||{}),lt=(e=>(e.Center="center",e.Left="left",e.Right="right",e.Bottom="bottom",e.Top="top",e))(lt||{});class ut{constructor(t="",r="info",n="none",s="Info",o=Le,a="center",i=!1){this.message=t,this.color=r,this.icon=n,this.title=s,this.timeout=o,this.position=a,this.visible=i}}class ht{static subject=new it;static get snack$(){return this.subject.asObservable()}static createSnackbar(t,r){this.subject.next(new ut(t,Te[r],$e[r],Re[r],Le,"bottom",!0))}static success(t){this.createSnackbar(t,"Success")}static warn(t){this.createSnackbar(t,"Warning")}static error(t){this.createSnackbar(t,"Error")}static info(t){this.createSnackbar(t,"Info")}}function Ie(e,t){const r={};for(let n in t)if(Array.isArray(t[n]))JSON.stringify(e[n])!==JSON.stringify(t[n])&&(r[n]=t[n]);else if(e[n]&&typeof e[n]=="object"&&t[n]&&typeof t[n]=="object"){const s=Ie(e[n],t[n]);Object.keys(s).length>0&&(r[n]=s)}else JSON.stringify(e[n])!==JSON.stringify(t[n])&&(r[n]=t[n]);return r}function Sr(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Oe,ft;function Er(){if(ft)return Oe;ft=1;class e{constructor(n){this.value=n,this.next=void 0}}class t{constructor(){this.clear()}enqueue(n){const s=new e(n);this._head?(this._tail.next=s,this._tail=s):(this._head=s,this._tail=s),this._size++}dequeue(){const n=this._head;if(n)return this._head=this._head.next,this._size--,n.value}clear(){this._head=void 0,this._tail=void 0,this._size=0}get size(){return this._size}*[Symbol.iterator](){let n=this._head;for(;n;)yield n.value,n=n.next}}return Oe=t,Oe}var Ue,dt;function kr(){if(dt)return Ue;dt=1;const e=Er();return Ue=r=>{if(!((Number.isInteger(r)||r===1/0)&&r>0))throw new TypeError("Expected `concurrency` to be a number from 1 and up");const n=new e;let s=0;const o=()=>{s--,n.size>0&&n.dequeue()()},a=async(f,u,...p)=>{s++;const g=(async()=>f(...p))();u(g);try{await g}catch{}o()},i=(f,u,...p)=>{n.enqueue(a.bind(null,f,u,...p)),(async()=>(await Promise.resolve(),s<r&&n.size>0&&n.dequeue()()))()},l=(f,...u)=>new Promise(p=>{i(f,p,...u)});return Object.defineProperties(l,{activeCount:{get:()=>s},pendingCount:{get:()=>n.size},clearQueue:{value:()=>{n.clear()}}}),l},Ue}var vr=kr();const G=Sr(vr)(10),_r=1e3;async function V(e,t){const r=me(t);try{const n=await fetch(e,r);return await we(n)}catch(n){throw n instanceof TypeError&&ht.error("Network error. Please check your connection."),n}}const c={async fetch(e,t={}){return t.method="GET",await G(()=>V(e,t))},async patch(e,t,r=null,n={}){if(n.method="PATCH",n.body=r?Ie(r,t):t,Object.keys(n.body).length!==0)return await G(()=>V(e,n))},async post(e,t=void 0,r={}){return r.method="POST",r.body=t,await G(()=>V(e,r))},async put(e,t=void 0,r={}){return r.method="PUT",r.body=t,await G(()=>V(e,r))},async delete(e,t=void 0,r={}){return r.method="DELETE",r.body=t,await G(()=>V(e,r))},async paginatedFetch(e,t){const r=t??_r,n=e.includes("?")?"&":"?",s=`${e}${n}page_size=${r}&page=1`,o=me({method:"GET"}),a=await G(()=>fetch(s,o)),i=Number(a.headers.get("x-total-pages"))||1,f=[...await we(a)];for(let u=2;u<=i;u++){const p=`${e}${n}page_size=${r}&page=${u}`,g=await G(()=>V(p,{method:"GET"}));f.push(...g)}return f}},pt={HTTP:{type:"HTTP",sourceUri:"",placeholderVariables:[]},local:{type:"local",sourceUri:"",placeholderVariables:[]}},yt={JSON:{type:"JSON",timestamp:{key:"",format:"ISO8601",timezoneMode:"embeddedOffset"},JMESPath:""},CSV:{type:"CSV",timestamp:{key:"",format:"ISO8601",timezoneMode:"embeddedOffset"},headerRow:1,dataStartRow:2,delimiter:",",identifierType:"name"}},gt={HydroServer:{type:"HydroServer"}};class Ar{name="";settings={type:"SDL",extractor:JSON.parse(JSON.stringify(pt.local)),transformer:JSON.parse(JSON.stringify(yt.CSV)),loader:JSON.parse(JSON.stringify(gt.HydroServer)),payloads:[]};id="";workspaceId="";orchestrationSystem={id:"",name:"",workspaceId:"",type:""};schedule={interval:15,intervalUnits:"minutes"};status={paused:!0};datastreams=[];constructor(t){Object.assign(this,t)}switchExtractor(t){this.settings.extractor=JSON.parse(JSON.stringify(pt[t]))}switchTransformer(t){this.settings.transformer=JSON.parse(JSON.stringify(yt[t]))}switchLoader(t){this.settings.loader=JSON.parse(JSON.stringify(gt[t]))}}function mt(e){return{name:e.name,settings:e.settings,workspaceId:e.workspaceId,orchestrationSystemId:e.orchestrationSystem.id,schedule:e.schedule,status:e.status}}const C="https://lro.hydroserver.org/api",ie=`${C}/auth`,F=`${ie}/browser/account`,ce=`${ie}/browser/session`,Q=`${ie}/browser/provider`,R=`${C}/data/workspaces`,Me=`${C}/data/roles`,I=`${C}/data/datastreams`,j=`${C}/data/sensors`,_=`${C}/data/things`,Ce=`${_}/tags`,q=`${C}/data/orchestration-systems`,B=`${C}/data/data-sources`,Y=`${C}/data/observed-properties`,J=`${C}/data/processing-levels`,Z=`${C}/data/result-qualifiers`,H=`${C}/data/units`,Lr=(e,t,r,n,s)=>{let o=`${I}/${e}/observations?format=column`;return o+=`&order_by=phenomenonTime&page_size=${t}`,o+=`&phenomenon_time_min=${encodeURIComponent(r)}`,n&&(o+=`&phenomenon_time_max=${encodeURIComponent(n)}`),s&&(o+=`&page=${s}`),o},Tr={fetchSession:async()=>c.fetch(`${ce}`),login:async(e,t)=>c.post(`${ce}`,{email:e,password:t}),logout:async()=>c.delete(`${ce}`),fetchUser:async()=>c.fetch(`${F}`),signup:async e=>c.post(`${F}`,e),updateUser:async(e,t)=>c.patch(`${F}`,e,t),deleteUser:async()=>c.delete(`${F}`),sendVerificationEmail:async e=>c.put(`${F}/email/verify`,{email:e}),verifyEmailWithCode:async e=>c.post(`${F}/email/verify`,{key:e}),requestPasswordReset:async e=>c.post(`${F}/password/request`,{email:e}),resetPassword:async(e,t)=>c.post(`${F}/password/reset`,{key:e,password:t}),fetchWorkspaces:async()=>c.paginatedFetch(`${R}`),fetchAssociatedWorkspaces:async()=>c.paginatedFetch(`${R}?is_associated=true`),fetchWorkspace:async e=>c.fetch(`${R}/${e}`),createWorkspace:async e=>c.post(R,e),updateWorkspace:async(e,t=null)=>c.patch(`${R}/${e.id}`,e,t),deleteWorkspace:async e=>c.delete(`${R}/${e}`),transferWorkspace:async(e,t)=>c.post(`${R}/${e}/transfer`,{newOwner:t}),acceptWorkspaceTransfer:async e=>c.put(`${R}/${e}/transfer`),rejectWorkspaceTransfer:async e=>c.delete(`${R}/${e}/transfer`),getCollaboratorRoles:async e=>c.paginatedFetch(`${Me}?is_user_role=true`),getAPIKeyRoles:async e=>c.paginatedFetch(`${Me}?is_apikey_role=true`),getRole:async e=>c.fetch(`${Me}/${e}`),getCollaborators:async e=>c.paginatedFetch(`${R}/${e}/collaborators`),addCollaborator:async(e,t,r)=>c.post(`${R}/${e}/collaborators`,{email:t,roleId:r}),updateCollaboratorRole:async(e,t,r)=>c.put(`${R}/${e}/collaborators`,{email:t,roleId:r}),removeCollaborator:async(e,t)=>c.delete(`${R}/${e}/collaborators`,{email:t}),fetchApiKeys:async e=>c.paginatedFetch(`${R}/${e}/api-keys?expand_related=true`),fetchApiKey:async(e,t)=>c.fetch(`${R}/${e}/api-keys/${t}?expand_related=true`),createApiKey:async e=>c.post(`${R}/${e.workspaceId}/api-keys?expand_related=true`,{name:e.name,description:e.description,isActive:!0,roleId:e.role.id}),updateApiKey:async(e,t)=>c.patch(`${R}/${e.workspaceId}/api-keys/${e.id}?expand_related=true`,{name:e.name,description:e.description,isActive:!0,roleId:e.role.id},t&&{name:t.name,description:t.description,isActive:!0,roleId:t.role.id}),regenerateApiKey:async(e,t)=>c.put(`${R}/${e}/api-keys/${t}/regenerate?expand_related=true`),deleteApiKey:async(e,t)=>c.delete(`${R}/${e}/api-keys/${t}`),fetchConnectedProviders:async()=>c.fetch(`${Q}/connections`),providerRedirect:(e,t,r)=>{const n={provider:e,callback_url:t,process:r},s=ge(),o=document.createElement("form");if(o.method="POST",o.action=`${Q}/redirect`,s){const a=document.createElement("input");a.type="hidden",a.name="csrfmiddlewaretoken",a.value=s,o.appendChild(a)}for(const a in n){const i=document.createElement("input");i.type="hidden",i.name=a,i.value=n[a]||"",o.appendChild(i)}document.body.appendChild(o),o.submit()},providerSignup:async e=>c.post(`${Q}/signup`,e),deleteProvider:async(e,t)=>c.delete(`${Q}/connections`,{provider:e,account:t}),createUnit:async e=>c.post(H,e),fetchUnits:async()=>c.paginatedFetch(`${H}`),fetchWorkspaceUnits:async e=>c.paginatedFetch(`${H}?workspace_id=${e}`),updateUnit:async(e,t=null)=>c.patch(`${H}/${e.id}`,e,t),deleteUnit:async e=>c.delete(`${H}/${e}`),getUnit:async e=>c.fetch(`${H}/${e}`),removeThingOwner:async(e,t)=>c.patch(`${_}/${e}/ownership`,{email:t,removeOwner:!0}),addSecondaryOwner:async(e,t)=>c.patch(`${_}/${e}/ownership`,{email:t,makeOwner:!0}),transferPrimaryOwnership:async(e,t)=>c.patch(`${_}/${e}/ownership`,{email:t,transferPrimary:!0}),createThing:async e=>c.post(_,e),fetchThings:async()=>c.paginatedFetch(`${_}`),fetchThingsForWorkspace:async e=>c.paginatedFetch(`${_}?workspace_id=${e}`),fetchOwnedThings:async()=>c.paginatedFetch(`${_}?owned_only=true`),fetchThing:async e=>c.fetch(`${_}/${e}`),updateThing:async e=>c.patch(`${_}/${e.id}`,e),updateThingPrivacy:async(e,t)=>c.patch(`${_}/${e}`,{isPrivate:t}),deleteThing:async e=>c.delete(`${_}/${e}`),fetchMetadataForThingOwner:async e=>c.paginatedFetch(`${_}/${e}/metadata?include_assignable_metadata=true`),fetchMetadataForThing:async e=>c.fetch(`${_}/${e}/metadata`),uploadSitePhotos:async(e,t)=>c.post(`${_}/${e}/photos`,t),fetchSitePhotos:async e=>c.paginatedFetch(`${_}/${e}/photos`),deleteSitePhoto:async(e,t)=>c.delete(`${_}/${e}/photos`,{name:t}),createSiteTag:async(e,t)=>c.post(`${_}/${e}/tags`,t),editSiteTag:async(e,t)=>c.put(`${_}/${e}/tags`,t),fetchSiteTags:async e=>c.fetch(`${_}/${e}/tags`),fetchUsersSiteTags:async()=>c.fetch(`${Ce}`),deleteSiteTag:async(e,t)=>c.delete(`${_}/${e}/tags`,t),fetchWorkspaceTags:async e=>c.fetch(`${Ce}/keys?workspace_id=${e}`),createHydroShareArchive:async e=>c.post(`${_}/${e.thingId}/archive`,e),updateHydroShareArchive:async(e,t)=>c.patch(`${_}/${e.thingId}/archive`,e,t),fetchHydroShareArchive:async e=>c.fetch(`${_}/${e}/archive`),deleteHydroShareArchive:async e=>c.delete(`${_}/${e}/archive`),archiveToHydroShare:async e=>c.post(`${_}/${e}/archive/trigger`),createDatastream:async e=>c.post(I,e),fetchDatastreams:async e=>{const t=[];if(e)for(const[n,s]of Object.entries(e))t.push(`${encodeURIComponent(n)}=${encodeURIComponent(s)}`);const r=t.length?`?${t.join("&")}`:"";return c.paginatedFetch(`${I}${r}`)},fetchDatastreamsForThing:async e=>c.paginatedFetch(`${I}?thing_id=${e}`),fetchExpandedDatastreamsForThing:async e=>c.paginatedFetch(`${I}?thing_id=${e}&expand_related=true`),fetchDatastreamsForDataSource:async e=>c.paginatedFetch(`${I}?data_source_id=${e}`),fetchDatastream:async e=>c.fetch(`${I}/${e}`),fetchDatastreamExpanded:async e=>c.fetch(`${I}/${e}?expand_related=true`),fetchUsersDatastreams:async()=>c.paginatedFetch(`${I}?exclude_unowned=true`),updateDatastream:async(e,t=null)=>c.patch(`${I}/${e.id}`,e,t),deleteDatastream:async e=>c.delete(`${I}/${e}`),downloadDatastreamCSV:async e=>c.fetch(`${I}/${e}/csv`),createObservedProperty:async e=>c.post(Y,e),fetchObservedProperty:async e=>c.fetch(`${Y}/${e}`),fetchObservedProperties:async()=>c.paginatedFetch(`${Y}`),fetchWorkspaceObservedProperties:async e=>c.paginatedFetch(`${Y}?workspace_id=${e}`),updateObservedProperty:async(e,t=null)=>c.patch(`${Y}/${e.id}`,e,t),deleteObservedProperty:async e=>c.delete(`${Y}/${e}`),createProcessingLevel:async e=>c.post(J,e),fetchProcessingLevels:async()=>c.paginatedFetch(`${J}`),fetchProcessingLevel:async e=>c.fetch(`${J}/${e}`),fetchWorkspaceProcessingLevels:async e=>c.paginatedFetch(`${J}?workspace_id=${e}`),updateProcessingLevel:async(e,t=null)=>c.patch(`${J}/${e.id}`,e,t),deleteProcessingLevel:async e=>c.delete(`${J}/${e}`),createSensor:async e=>c.post(j,e),fetchSensors:async()=>c.paginatedFetch(`${j}`),fetchSensor:async e=>c.fetch(`${j}/${e}`),fetchWorkspaceSensors:async e=>c.paginatedFetch(`${j}?workspace_id=${e}`),updateSensor:async(e,t=null)=>c.patch(`${j}/${e.id}`,e,t),deleteSensor:async e=>c.delete(`${j}/${e}`),createResultQualifier:async e=>c.post(Z,e),fetchResultQualifiers:async()=>c.paginatedFetch(`${Z}`),fetchWorkspaceResultQualifiers:async e=>c.paginatedFetch(`${Z}?workspace_id=${e}`),updateResultQualifier:async(e,t=null)=>c.patch(`${Z}/${e.id}`,e,t),deleteResultQualifier:async e=>c.delete(`${Z}/${e}`),createOrchestrationSystem:async e=>c.post(q,e),fetchOrchestrationSystems:async()=>c.paginatedFetch(q),fetchWorkspaceOrchestrationSystems:async e=>c.paginatedFetch(`${q}?workspace_id=${e}`),fetchOrchestrationSystem:async e=>c.fetch(`${q}/${e}`),updateOrchestrationSystem:async(e,t)=>c.patch(`${q}/${e}`,t),deleteOrchestrationSystem:async e=>c.delete(`${q}/${e}`),createDataSource:async e=>c.post(`${B}?expand_related=true`,mt(e)),fetchDataSources:async()=>c.paginatedFetch(`${B}?expand_related=true`),fetchWorkspaceDataSources:async e=>c.paginatedFetch(`${B}?workspace_id=${e}&expand_related=true`),fetchDataSource:async e=>c.fetch(`${B}/${e}?expand_related=true`),updateDataSource:async e=>c.patch(`${B}/${e.id}?expand_related=true`,mt(e)),updateDataSourcePartial:async e=>c.patch(`${B}/${e.id}?expand_related=true`,e),deleteDataSource:async e=>c.delete(`${B}/${e}`),linkDatastreamToDataSource:async(e,t)=>c.post(`${B}/${e}/datastreams/${t}`),unlinkDatastreamFromDataSource:async(e,t)=>c.delete(`${B}/${e}/datastreams/${t}`),fetchObservations:async e=>c.fetch(e),deleteObservationsForDatastream:async e=>c.post(`${I}/${e}/observations/bulk-delete`,{phenomenonTimeStart:null,phenomenonTimeEnd:null}),fetchUserTypes:async()=>c.fetch(`${F}/user-types`),fetchOrganizationTypes:async()=>c.fetch(`${F}/organization-types`),fetchSiteTypes:async()=>c.fetch(`${_}/site-types`),fetchSamplingFeatureTypes:async()=>c.paginatedFetch(`${_}/sampling-feature-types`),fetchSensorEncodingTypes:async()=>c.paginatedFetch(`${j}/encoding-types`),fetchMethodTypes:async()=>c.paginatedFetch(`${j}/method-types`),fetchVariableTypes:async()=>c.paginatedFetch(`${Y}/variable-types`),fetchUnitTypes:async()=>c.paginatedFetch(`${H}/types`),fetchDatastreamStatuses:async()=>c.paginatedFetch(`${I}/statuses`),fetchDatastreamAggregations:async()=>c.paginatedFetch(`${I}/aggregation-statistics`),fetchSampledMediums:async()=>c.paginatedFetch(`${I}/sampled-mediums`)};class $r{name="";mappings=[];extractorVariables={};constructor(t){Object.assign(this,t)}}const wt=1,le=wt*60,De=le*60,Fe=De*24,Rr=Fe*7,Ir=De*30,Or=Fe*365,ee={[O.SECOND]:wt,[O.MINUTE]:le,[O.HOUR]:De,[O.DAY]:Fe,[O.WEEK]:Rr,[O.MONTH]:Ir,[O.YEAR]:Or},Ur=e=>e.toLocaleString(void 0,{year:"numeric",month:"short",day:"2-digit",hour:"2-digit",hour12:!1,minute:"2-digit",second:"2-digit"}),Mr=e=>{let t,r;e>=le*1e3?(t=e/(le*1e3),r="m"):e>=1e3?(t=e/1e3,r="s"):(t=e,r="ms");let n;return r==="ms"?n=Math.round(t).toString():n=t.toFixed(2),`${n} ${r}`},ue=async(e,t)=>{t&&console.info(t);const r=performance.now(),n=await e(),s=performance.now();console.info(` Done in ${(s-r).toFixed(2)} ms`);const o=+(s-r);return{response:n,duration:o}};function Cr(e,t){const r=new Date(e);return r.setHours(r.getHours()-t),r.toISOString()}const te=(e,t)=>{let r=0,n=e.length;for(;r<n;){const s=r+n>>1;e[s]<t?r=s+1:n=s}return r},he=(e,t)=>{let r=0,n=e.length;for(;r<n;){const s=r+n>>1;e[s]>t?n=s:r=s+1}return r-1},bt=`(function(){"use strict";function c(n,s,a,u,f,l,y,o){let r=0,e=o;for(let t=l;t<=y;t++)r<a.length&&t===a[r]?r++:(u[e]=n[t],f[e]=s[t],e++);return e-o}self.onmessage=n=>{const{bufferX:s,bufferY:a,outputBufferX:u,outputBufferY:f,start:l,end:y,deleteSegment:o,startTarget:r}=n.data,e=new Float64Array(s),t=new Float32Array(a),A=new Float64Array(u),g=new Float32Array(f);c(e,t,o,A,g,l,y,r),self.postMessage("Done")}})();
4
- `,St=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",bt],{type:"text/javascript;charset=utf-8"});function Dr(e){let t;try{if(t=St&&(self.URL||self.webkitURL).createObjectURL(St),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(bt),{name:e?.name})}}const Et=`(function(){"use strict";function F(n,l,a,o,s,y,g,f,i,w,A){let e=0,t=f;for(let r=y;r<=g;r++)if(o[t]=n[r],s[t]=l[r],t++,e<a.length&&r===a[e][0]){const u=a[e][0],c=a[e][1],d=n[u],h=n[c],m=l[u],D=l[c],x=h-d,P=D-m;let p=d+i;for(;p<h;)o[t]=p,s[t]=w?m+(p-d)*P/x:A,t++,p+=i;e++}return t-f}self.onmessage=n=>{const{bufferX:l,bufferY:a,outputBufferX:o,outputBufferY:s,start:y,end:g,gapsSegment:f,startTarget:i,fillDelta:w,interpolate:A,fillValue:e}=n.data,t=new Float64Array(l),r=new Float32Array(a),u=new Float64Array(o),c=new Float32Array(s);F(t,r,f,u,c,y,g,i,w,A,e),self.postMessage("Done")}})();
5
- `,kt=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Et],{type:"text/javascript;charset=utf-8"});function Fr(e){let t;try{if(t=kt&&(self.URL||self.webkitURL).createObjectURL(kt),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Et),{name:e?.name})}}const vt=`(function(){"use strict";function g(o,n,c){for(let s=0;s<c.length;s++){const{indexes:t,lowerIdx:l,upperIdx:r}=c[s],i=o[l],f=n[l],a=o[r],d=n[r],p=a-i,w=d-f;if(p===0){for(let e=0;e<t.length;e++)n[t[e]]=f;continue}for(let e=0;e<t.length;e++){const u=t[e];n[u]=f+(o[u]-i)*w/p}}}self.onmessage=o=>{const{bufferX:n,bufferY:c,groups:s}=o.data,t=new Float64Array(n),l=new Float32Array(c);g(t,l,s),self.postMessage("Done")}})();
6
- `,_t=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",vt],{type:"text/javascript;charset=utf-8"});function Pr(e){let t;try{if(t=_t&&(self.URL||self.webkitURL).createObjectURL(_t),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(vt),{name:e?.name})}}const At=`(function(){"use strict";self.onmessage=r=>{const{bufferX:s,bufferY:o,jobs:a}=r.data,f=new Float64Array(s),n=new Float32Array(o);for(let e=0;e<a.length;e++){const{chunkStart:c,chunkEnd:l,startDatetime:u,value:i,extent:y}=a[e];for(let t=c;t<l;t++)n[t]=n[t]+i*((f[t]-u)/y)}self.postMessage("Done")}})();
7
- `,Lt=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",At],{type:"text/javascript;charset=utf-8"});function Br(e){let t;try{if(t=Lt&&(self.URL||self.webkitURL).createObjectURL(Lt),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(At),{name:e?.name})}}const Tt=`(function(){"use strict";function u(f,o,a,n,l,c,s,i){let r=c,e=0,t=i;const w=a.length;for(;r<s&&e<w;){const y=a[e][0];f[r]<=y?(n[t]=f[r],l[t]=o[r],r++):(n[t]=y,l[t]=a[e][1],e++),t++}for(;r<s;)n[t]=f[r],l[t]=o[r],r++,t++;for(;e<w;)n[t]=a[e][0],l[t]=a[e][1],e++,t++;return t-i}self.onmessage=f=>{const{bufferX:o,bufferY:a,outputBufferX:n,outputBufferY:l,origStart:c,origEnd:s,insertions:i,outStart:r}=f.data,e=new Float64Array(o),t=new Float32Array(a),w=new Float64Array(n),y=new Float32Array(l);u(e,t,i,w,y,c,s,r),self.postMessage("Done")}})();
8
- `,$t=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Tt],{type:"text/javascript;charset=utf-8"});function Nr(e){let t;try{if(t=$t&&(self.URL||self.webkitURL).createObjectURL($t),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Tt),{name:e?.name})}}const Rt=`(function(){"use strict";self.onmessage=i=>{const{bufferX:c,bufferY:g,outputBufferX:d,outputBufferY:y,indexes:n,outStart:r,amount:f,isMonth:Y,isYear:h,deltaMs:w}=i.data,s=new Float64Array(c),a=new Float32Array(g),l=new Float64Array(d),u=new Float32Array(y);if(Y)for(let t=0;t<n.length;t++){const e=n[t],o=new Date(s[e]);o.setMonth(o.getMonth()+f),l[r+t]=o.getTime(),u[r+t]=a[e]}else if(h)for(let t=0;t<n.length;t++){const e=n[t],o=new Date(s[e]);o.setFullYear(o.getFullYear()+f),l[r+t]=o.getTime(),u[r+t]=a[e]}else for(let t=0;t<n.length;t++){const e=n[t];l[r+t]=s[e]+w,u[r+t]=a[e]}self.postMessage("Done")}})();
9
- `,It=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Rt],{type:"text/javascript;charset=utf-8"});function jr(e){let t;try{if(t=It&&(self.URL||self.webkitURL).createObjectURL(It),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Rt),{name:e?.name})}}const Ot=`(function(){"use strict";function a(e,t,o,c){const n=[];let r=e[t];for(let s=t+1;s<=o;s++){const f=e[s];f-r>c&&n.push(s-1,s),r=f}return n}self.onmessage=e=>{const{bufferX:t,start:o,endInclusive:c,threshold:n}=e.data,r=new Float64Array(t);self.postMessage(a(r,o,c,n))}})();
10
- `,Ut=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Ot],{type:"text/javascript;charset=utf-8"});function Wr(e){let t;try{if(t=Ut&&(self.URL||self.webkitURL).createObjectURL(Ut),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Ot),{name:e?.name})}}const Mt=`(function(){"use strict";function c(u,s,t){const n=[];if(s>=t)return n;let e=s,o=u[s];for(let r=s+1;r<t;r++){const f=u[r];f!==o&&(n.push(e,r-e,o),e=r,o=f)}return n.push(e,t-e,o),n}self.onmessage=u=>{const{bufferY:s,start:t,end:n}=u.data,e=new Float32Array(s);self.postMessage(c(e,t,n))}})();
11
- `,Ct=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Mt],{type:"text/javascript;charset=utf-8"});function xr(e){let t;try{if(t=Ct&&(self.URL||self.webkitURL).createObjectURL(Ct),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Mt),{name:e?.name})}}const Dt=`(function(){"use strict";function o(s,i,t,n,l){const f=[];if(n==="Less than")for(let e=i;e<t;e++)s[e]-s[e-1]<l&&f.push(e);else if(n==="Less than or equal to")for(let e=i;e<t;e++)s[e]-s[e-1]<=l&&f.push(e);else if(n==="Greater than")for(let e=i;e<t;e++)s[e]-s[e-1]>l&&f.push(e);else if(n==="Greater than or equal to")for(let e=i;e<t;e++)s[e]-s[e-1]>=l&&f.push(e);else if(n==="Equal")for(let e=i;e<t;e++)s[e]-s[e-1]==l&&f.push(e);return f}self.onmessage=s=>{const{bufferY:i,start:t,end:n,comparator:l,value:f}=s.data,e=new Float32Array(i);self.postMessage(o(e,t,n,l,f))}})();
12
- `,Ft=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Dt],{type:"text/javascript;charset=utf-8"});function Gr(e){let t;try{if(t=Ft&&(self.URL||self.webkitURL).createObjectURL(Ft),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Dt),{name:e?.name})}}const Pt=`(function(){"use strict";function l(t,i,n,o,h){const f=[];if(o==="Less than")for(let e=i;e<n;e++){const s=t[e-1];(t[e]-s)/Math.abs(s)<h&&f.push(e)}else if(o==="Less than or equal to")for(let e=i;e<n;e++){const s=t[e-1];(t[e]-s)/Math.abs(s)<=h&&f.push(e)}else if(o==="Greater than")for(let e=i;e<n;e++){const s=t[e-1];(t[e]-s)/Math.abs(s)>h&&f.push(e)}else if(o==="Greater than or equal to")for(let e=i;e<n;e++){const s=t[e-1];(t[e]-s)/Math.abs(s)>=h&&f.push(e)}else if(o==="Equal")for(let e=i;e<n;e++){const s=t[e-1];(t[e]-s)/Math.abs(s)==h&&f.push(e)}return f}self.onmessage=t=>{const{bufferY:i,start:n,end:o,comparator:h,value:f}=t.data,e=new Float32Array(i);self.postMessage(l(e,n,o,h,f))}})();
13
- `,Bt=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Pt],{type:"text/javascript;charset=utf-8"});function Yr(e){let t;try{if(t=Bt&&(self.URL||self.webkitURL).createObjectURL(Bt),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Pt),{name:e?.name})}}const Nt=`(function(){"use strict";function k(i,l,u,r,c){const f=[],b=r.length;for(let a=l;a<u;a++){const t=i[a];let e=!1;for(let n=0;n<b;n++){const o=r[n],s=c[n];if(o===0){if(t<s){e=!0;break}}else if(o===1){if(t<=s){e=!0;break}}else if(o===2){if(t>s){e=!0;break}}else if(o===3){if(t>=s){e=!0;break}}else if(t==s){e=!0;break}}e&&f.push(a)}return f}self.onmessage=i=>{const{bufferY:l,start:u,end:r,ops:c,values:f}=i.data,b=new Float32Array(l);self.postMessage(k(b,u,r,c,f))}})();
14
- `,jt=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Nt],{type:"text/javascript;charset=utf-8"});function Pe(e){let t;try{if(t=jt&&(self.URL||self.webkitURL).createObjectURL(jt),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Nt),{name:e?.name})}}const Wt=`(function(){"use strict";function e(l,t,o,s){const c=t.length;if(o==="ADD")for(let f=0;f<c;f++)l[t[f]]=l[t[f]]+s;else if(o==="SUB")for(let f=0;f<c;f++)l[t[f]]=l[t[f]]-s;else if(o==="MULT")for(let f=0;f<c;f++)l[t[f]]=l[t[f]]*s;else if(o==="DIV")for(let f=0;f<c;f++)l[t[f]]=l[t[f]]/s;else if(o==="ASSIGN")for(let f=0;f<c;f++)l[t[f]]=s}self.onmessage=l=>{const{bufferY:t,indexes:o,operator:s,value:c}=l.data,f=new Float32Array(t);e(f,o,s,c),self.postMessage("Done")}})();
15
- `,xt=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Wt],{type:"text/javascript;charset=utf-8"});function Hr(e){let t;try{if(t=xt&&(self.URL||self.webkitURL).createObjectURL(xt),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Wt),{name:e?.name})}}function Gt(e,t,r,n,s){const o=[],a=n.length;for(let i=t;i<r;i++){const l=e[i];let f=!1;for(let u=0;u<a;u++){const p=n[u],g=s[u];if(p===0){if(l<g){f=!0;break}}else if(p===1){if(l<=g){f=!0;break}}else if(p===2){if(l>g){f=!0;break}}else if(p===3){if(l>=g){f=!0;break}}else if(l==g){f=!0;break}}f&&o.push(i)}return o}function zr(e,t,r,n,s){const o=[];if(n==="Less than")for(let a=t;a<r;a++)e[a]-e[a-1]<s&&o.push(a);else if(n==="Less than or equal to")for(let a=t;a<r;a++)e[a]-e[a-1]<=s&&o.push(a);else if(n==="Greater than")for(let a=t;a<r;a++)e[a]-e[a-1]>s&&o.push(a);else if(n==="Greater than or equal to")for(let a=t;a<r;a++)e[a]-e[a-1]>=s&&o.push(a);else if(n==="Equal")for(let a=t;a<r;a++)e[a]-e[a-1]==s&&o.push(a);return o}function Xr(e,t,r,n,s){const o=[];if(n==="Less than")for(let a=t;a<r;a++){const i=e[a-1];(e[a]-i)/Math.abs(i)<s&&o.push(a)}else if(n==="Less than or equal to")for(let a=t;a<r;a++){const i=e[a-1];(e[a]-i)/Math.abs(i)<=s&&o.push(a)}else if(n==="Greater than")for(let a=t;a<r;a++){const i=e[a-1];(e[a]-i)/Math.abs(i)>s&&o.push(a)}else if(n==="Greater than or equal to")for(let a=t;a<r;a++){const i=e[a-1];(e[a]-i)/Math.abs(i)>=s&&o.push(a)}else if(n==="Equal")for(let a=t;a<r;a++){const i=e[a-1];(e[a]-i)/Math.abs(i)==s&&o.push(a)}return o}function Vr(e,t,r,n){const s=[];let o=e[t];for(let a=t+1;a<=r;a++){const i=e[a];i-o>n&&s.push(a-1,a),o=i}return s}function qr(e,t,r){const n=[];if(t>=r)return n;let s=t,o=e[t];for(let a=t+1;a<r;a++){const i=e[a];i!==o&&(n.push(s,a-s,o),s=a,o=i)}return n.push(s,r-s,o),n}function Jr(e,t,r,n,s,o,a,i,l,f,u){let p=0,g=i;for(let y=o;y<=a;y++)if(n[g]=e[y],s[g]=t[y],g++,p<r.length&&y===r[p][0]){const d=r[p][0],h=r[p][1],S=e[d],b=e[h],w=t[d],k=t[h],L=b-S,T=k-w;let $=S+l;for(;$<b;)n[g]=$,s[g]=f?w+($-S)*T/L:u,g++,$+=l;p++}return g-i}function Kr(e,t,r,n,s,o,a,i){let l=o,f=0,u=i;const p=r.length;for(;l<a&&f<p;){const g=r[f][0];e[l]<=g?(n[u]=e[l],s[u]=t[l],l++):(n[u]=g,s[u]=r[f][1],f++),u++}for(;l<a;)n[u]=e[l],s[u]=t[l],l++,u++;for(;f<p;)n[u]=r[f][0],s[u]=r[f][1],f++,u++;return u-i}function Qr(e,t,r,n,s,o,a,i){let l=0,f=i;for(let u=o;u<=a;u++)l<r.length&&u===r[l]?l++:(n[f]=e[u],s[f]=t[u],f++);return f-i}function Zr(e,t,r,n){const s=r.length,o=new Array(s);if(n.isMonth)for(let a=0;a<s;a++){const i=r[a],l=new Date(e[i]);l.setMonth(l.getMonth()+n.amount),o[a]=[l.getTime(),t[i]]}else if(n.isYear)for(let a=0;a<s;a++){const i=r[a],l=new Date(e[i]);l.setFullYear(l.getFullYear()+n.amount),o[a]=[l.getTime(),t[i]]}else for(let a=0;a<s;a++){const i=r[a];o[a]=[e[i]+n.deltaMs,t[i]]}return o}function en(e,t,r){for(let n=0;n<r.length;n++){const{indexes:s,lowerIdx:o,upperIdx:a}=r[n],i=e[o],l=t[o],f=e[a],u=t[a],p=f-i,g=u-l;if(p===0){for(let y=0;y<s.length;y++)t[s[y]]=l;continue}for(let y=0;y<s.length;y++){const d=s[y];t[d]=l+(e[d]-i)*g/p}}}function tn(e,t,r){for(let n=0;n<r.length;n++){const s=r[n][0],o=r[n][1],a=r[n][2];if(o<=s)continue;const i=e[s],l=e[o]-i;if(l!==0)for(let f=s;f<o;f++)t[f]=t[f]+a*((e[f]-i)/l)}}function Yt(e,t,r,n){const s=t.length;if(r==="ADD")for(let o=0;o<s;o++)e[t[o]]=e[t[o]]+n;else if(r==="SUB")for(let o=0;o<s;o++)e[t[o]]=e[t[o]]-n;else if(r==="MULT")for(let o=0;o<s;o++)e[t[o]]=e[t[o]]*n;else if(r==="DIV")for(let o=0;o<s;o++)e[t[o]]=e[t[o]]/n;else if(r==="ASSIGN")for(let o=0;o<s;o++)e[t[o]]=n}const Be="qc-utils:calibration:v1",rn=720*60*60*1e3,fe=5e4,de=2e5,pe={spawnOverheadMs:50,inlineThroughput:5e4,workerThroughput:8e4,hwConcurrency:4,measuredAt:0,userAgent:"default"};let U=hn()??pe,Ne=null,re=null;const je=new Set,We={[v.VALUE_THRESHOLD]:{mode:"calibrated",weight:1,rationale:"O(n) single-pass scan; baseline reference"},[v.CHANGE]:{mode:"calibrated",weight:1.1,rationale:"O(n) with one subtraction per step"},[v.RATE_OF_CHANGE]:{mode:"calibrated",weight:1.4,rationale:"O(n) with division + abs per step"},[v.FIND_GAPS]:{mode:"calibrated",weight:.9,rationale:"O(n) on X only, mostly empty output"},[v.PERSISTENCE]:{mode:"calibrated",weight:1.3,rationale:"O(n) + chunk-boundary stitch"},[v.DATETIME_RANGE]:{mode:"always-inline",weight:0,rationale:"O(log n) binary search; never worth the worker hop"},[v.SELECTION]:{mode:"always-inline",weight:0,rationale:"Pure history bookkeeping"},[E.CHANGE_VALUES]:{mode:"calibrated",weight:.7,rationale:"O(k) in-place arithmetic on selection"},[E.ASSIGN_VALUES_BULK]:{mode:"always-inline",weight:0,rationale:"Single tight loop, already inline"},[E.ASSIGN_DATETIMES_BULK]:{mode:"always-inline",weight:0,rationale:"Composes delete+add which handle their own dispatch"},[E.INTERPOLATE]:{mode:"calibrated",weight:1.5,rationale:"Linear interp per consecutive group; in-place writes"},[E.DRIFT_CORRECTION]:{mode:"calibrated",weight:1.2,rationale:"O(range total) in-place math; one pass per range"},[E.SHIFT_DATETIMES]:{mode:"calibrated",weight:1.1,rationale:"O(k) per-point shift math; inline skips SAB allocation"},[E.ADD_POINTS]:{mode:"calibrated",weight:1.8,rationale:"Single merge pass over Y/X + insertions; fresh SAB per call"},[E.DELETE_POINTS]:{mode:"calibrated",weight:1.4,rationale:"Single skip-on-delete pass over Y/X; fresh SAB per call"},[E.FILL_GAPS]:{mode:"calibrated",weight:1.3,rationale:"Single copy-with-fills pass; fresh SAB sized to newLength"}};function D(e,t){const r=We[e];if(!r)return{useWorker:!0,predictedInlineMs:1/0,predictedWorkerMs:0,reason:"unknown op; keeping default worker path"};if(r.mode==="always-inline")return{useWorker:!1,predictedInlineMs:0,predictedWorkerMs:0,reason:r.rationale};if(typeof SharedArrayBuffer>"u")return{useWorker:!1,predictedInlineMs:0,predictedWorkerMs:1/0,reason:"SharedArrayBuffer unavailable; forced inline"};if(r.mode==="always-worker")return{useWorker:!0,predictedInlineMs:1/0,predictedWorkerMs:0,reason:r.rationale};const n=nn(e,t);if(n<=0)return{useWorker:!1,predictedInlineMs:0,predictedWorkerMs:U.spawnOverheadMs,reason:"zero work units"};const s=Math.max(1,Math.min(t.parallelism??U.hwConcurrency,U.hwConcurrency)),o=r.weight*n/U.inlineThroughput,a=U.spawnOverheadMs+r.weight*n/(U.workerThroughput*s),i=o>a;return{useWorker:i,predictedInlineMs:o,predictedWorkerMs:a,reason:i?`worker faster (${a.toFixed(1)} vs ${o.toFixed(1)} ms)`:`inline faster (${o.toFixed(1)} vs ${a.toFixed(1)} ms)`}}function nn(e,t){switch(e){case E.CHANGE_VALUES:case E.INTERPOLATE:case E.SHIFT_DATETIMES:case E.DRIFT_CORRECTION:return t.selectionSize??0;case E.DELETE_POINTS:return(t.selectionSize??0)+t.datasetSize*.25;case E.ADD_POINTS:{const r=Math.max(1,Math.log2(Math.max(t.datasetSize,2)));return t.datasetSize+(t.selectionSize??0)*r}default:return t.datasetSize}}function sn(e){return je.add(e),()=>je.delete(e)}function an(){return U}function on(){return Ne}function cn(){return Object.keys(We).map(e=>({op:e,...We[e]}))}function ln(){U=pe,Ne=null;try{localStorage.removeItem(Be)}catch{}}async function un(e={}){if(typeof window>"u"||!(e.force||U.measuredAt===0||Date.now()-U.measuredAt>rn))return U;if(re)await re;else{re=Ht().finally(()=>{re=null});const r=await re;U=r,fn(r),Ne=r;for(const n of je)n(U)}return U}async function Ht(){if(!(typeof SharedArrayBuffer<"u"))return{...pe,measuredAt:Date.now(),userAgent:navigator.userAgent,hwConcurrency:navigator.hardwareConcurrency||pe.hwConcurrency,sharedArrayBufferAvailable:!1,samples:{spawnRoundtripMs:[],inlineScanMs:[],workerScanMs:[]}};const t=navigator.hardwareConcurrency||4,r=new Float32Array(fe);for(let h=0;h<fe;h++)r[h]=Math.sin(h);const n=await xe(3,()=>{const h=performance.now();return Gt(r,0,fe,[2],[.5]),performance.now()-h}),s=Ge(n),o=fe/Math.max(s,.001),a=new SharedArrayBuffer(256*Float32Array.BYTES_PER_ELEMENT),i=await xe(3,async()=>{const h=performance.now();return await new Promise(S=>{const b=new Pe;b.onmessage=()=>{b.terminate(),S()},b.postMessage({bufferY:a,start:0,end:256,ops:[2],values:[.5]})}),performance.now()-h}),l=Ge(i),f=new SharedArrayBuffer(de*Float32Array.BYTES_PER_ELEMENT),u=new Float32Array(f);for(let h=0;h<de;h++)u[h]=Math.sin(h);const p=await xe(3,async()=>{const h=performance.now();return await new Promise(S=>{const b=new Pe;b.onmessage=()=>{b.terminate(),S()},b.postMessage({bufferY:f,start:0,end:de,ops:[2],values:[.5]})}),performance.now()-h}),g=Math.max(Ge(p)-l,.1),y=de/g;return{spawnOverheadMs:l,inlineThroughput:o,workerThroughput:y,hwConcurrency:t,measuredAt:Date.now(),userAgent:navigator.userAgent,sharedArrayBufferAvailable:!0,samples:{spawnRoundtripMs:i,inlineScanMs:n,workerScanMs:p}}}async function xe(e,t){const r=[];for(let n=0;n<e;n++)await new Promise(s=>setTimeout(s,0)),r.push(await t());return r}function Ge(e){if(!e.length)return 0;const t=[...e].sort((n,s)=>n-s),r=Math.floor(t.length/2);return t.length%2?t[r]:(t[r-1]+t[r])/2}function hn(){if(typeof localStorage>"u")return null;try{const e=localStorage.getItem(Be);if(!e)return null;const t=JSON.parse(e);return!t||typeof t.spawnOverheadMs!="number"?null:t}catch{return null}}function fn(e){if(!(typeof localStorage>"u"))try{const t={spawnOverheadMs:e.spawnOverheadMs,inlineThroughput:e.inlineThroughput,workerThroughput:e.workerThroughput,hwConcurrency:e.hwConcurrency,measuredAt:e.measuredAt,userAgent:e.userAgent};localStorage.setItem(Be,JSON.stringify(t))}catch{}}const K=20*1e3,dn=1024,pn=["date","value","qualifier"];class yn{dataset={dimensions:pn,source:{x:new Float64Array(new SharedArrayBuffer(K*Float64Array.BYTES_PER_ELEMENT,{maxByteLength:K*Float64Array.BYTES_PER_ELEMENT})),y:new Float32Array(new SharedArrayBuffer(K*Float32Array.BYTES_PER_ELEMENT,{maxByteLength:K*Float32Array.BYTES_PER_ELEMENT}))}};history=[];redoStack=[];_isReplaying=!1;_pendingExecutionMode="inline";loadingTime=null;isLoading=!0;rawData;constructor(t){this.history=[],this.rawData=t,this.loadData(this.rawData)}async loadData(t){if(!t)return;this.isLoading=!0;const r=await ue(()=>{this._growBuffer(t.datetimes.length),this._resizeTo(t.datetimes.length),this.dataX.set(t.datetimes),this.dataY.set(t.dataValues)});this.loadingTime=r.duration,this.history.length=0,this.isLoading=!1}get dataX(){return this.dataset.source.x}get dataY(){return this.dataset.source.y}_resizeTo(t){this.dataset.source.x=new Float64Array(this.dataset.source.x.buffer).subarray(0,t),this.dataset.source.y=new Float32Array(this.dataset.source.y.buffer).subarray(0,t)}_growBuffer(t){const r=t*Float64Array.BYTES_PER_ELEMENT;let n=this.dataX.buffer.byteLength;for(;r>n;)n+=K*Float64Array.BYTES_PER_ELEMENT;if(n*Float64Array.BYTES_PER_ELEMENT>this.dataX.buffer.maxByteLength){const s=new SharedArrayBuffer(this.dataX.buffer.byteLength,{maxByteLength:n*Float64Array.BYTES_PER_ELEMENT}),o=new SharedArrayBuffer(this.dataY.buffer.byteLength,{maxByteLength:n*Float32Array.BYTES_PER_ELEMENT}),a=new Float64Array(s),i=new Float32Array(o);a.set(this.dataX),i.set(this.dataY),this.dataset.source.x=a,this.dataset.source.y=i}this.dataX.buffer.byteLength<t*Float64Array.BYTES_PER_ELEMENT&&(this.dataX.buffer.grow(t*Float64Array.BYTES_PER_ELEMENT),this.dataY.buffer.grow(t*Float32Array.BYTES_PER_ELEMENT))}async reload(){this.loadingTime=null,this.isLoading=!0,this.history.length=0,await this.loadData(this.rawData)}async reloadHistory(t){const r=this.history.slice(0,t+1);return this.redoStack.length=0,await this.reload(),await this.dispatch(r.map(n=>[n.method,...n.args||[]]))}async removeHistoryItem(t){const r=[...this.history];return r.splice(t,1),this.redoStack.length=0,await this.reload(),await this.dispatch(r.map(n=>[n.method,...n.args||[]]))}async undo(){if(!this.history.length)return[];const t=this.history[this.history.length-1],r=this.history.slice(0,-1);await this.reload(),this.redoStack.push(t),this._isReplaying=!0;try{return await this.dispatch(r.map(n=>[n.method,...n.args||[]]))}finally{this._isReplaying=!1}}async redo(){if(!this.redoStack.length)return[];const t=this.redoStack.pop();this._isReplaying=!0;try{return await this.dispatch([[t.method,...t.args||[]]])}finally{this._isReplaying=!1}}get beginTime(){return this.dataset.source.x.length?new Date(this.dataset.source.x[0]):null}get endTime(){return this.dataset.source.x.length?new Date(this.dataset.source.x[this.dataset.source.x.length-1]):null}async dispatchAction(t,...r){const n={[E.ADD_POINTS]:this._addDataPoints,[E.CHANGE_VALUES]:this._changeValues,[E.ASSIGN_VALUES_BULK]:this._assignValuesBulk,[E.DELETE_POINTS]:this._deleteDataPoints,[E.DRIFT_CORRECTION]:this._driftCorrection,[E.INTERPOLATE]:this._interpolate,[E.SHIFT_DATETIMES]:this._shift,[E.ASSIGN_DATETIMES_BULK]:this._assignDatetimesBulk,[E.FILL_GAPS]:this._fillGaps},s={[E.ADD_POINTS]:"mdi-plus",[E.CHANGE_VALUES]:"mdi-pencil",[E.ASSIGN_VALUES_BULK]:"mdi-pencil",[E.DELETE_POINTS]:"mdi-trash-can",[E.DRIFT_CORRECTION]:"mdi-chart-sankey",[E.INTERPOLATE]:"mdi-transit-connection-horizontal",[E.SHIFT_DATETIMES]:"mdi-calendar",[E.ASSIGN_DATETIMES_BULK]:"mdi-calendar",[E.FILL_GAPS]:"mdi-keyboard-space"};let o=[];try{this._isReplaying||(this.redoStack.length=0);const a={method:t,args:r,icon:s[t],isLoading:!0};this.history.push(a);const i=this.history.length-1;this._pendingExecutionMode="inline";const l=await ue(async()=>await n[t].apply(this,r));o=l.response;const f=this.history[i];f&&(f.duration=l.duration,f.executionMode=this._pendingExecutionMode,f.isLoading=!1)}catch(a){console.log(`Failed to execute operation: ${t} with arguments: `,r),console.log(a)}return o}async dispatch(t,...r){const n=async(s,o)=>v[s]?await this.dispatchFilter(s,...o):await this.dispatchAction(s,...o);if(Array.isArray(t)){let s=[];for(let o=0;o<t.length;o++){const a=t[o][0],i=t[o].slice(1,t[o].length);s=await n(a,i)}return s}else return await n(t,r)}async dispatchFilter(t,...r){const n={[v.FIND_GAPS]:this._findGaps,[v.VALUE_THRESHOLD]:this._valueThreshold,[v.DATETIME_RANGE]:this._datetimeRange,[v.PERSISTENCE]:this._persistence,[v.CHANGE]:this._change,[v.RATE_OF_CHANGE]:this._rateOfChange,[v.SELECTION]:this._selection},s={[v.FIND_GAPS]:"mdi-plus",[v.PERSISTENCE]:"mdi-plus",[v.CHANGE]:"mdi-plus",[v.RATE_OF_CHANGE]:"mdi-plus",[v.VALUE_THRESHOLD]:"mdi-plus",[v.DATETIME_RANGE]:"mdi-plus",[v.SELECTION]:"mdi-plus"};let o=[];try{this._isReplaying||(this.redoStack.length=0);const a={method:t,args:r,icon:s[t],isLoading:!0},i=this.history[this.history.length-1];let l;v[i?.method]?(l=this.history.length-1,this.history[l]=a):(this.history.push(a),l=this.history.length-1),this._pendingExecutionMode="inline";const f=await ue(async()=>await n[t].apply(this,r));o=f.response;const u=this.history[l];u&&(u.duration=f.duration,u.executionMode=this._pendingExecutionMode,u.selected=f.response,u.isLoading=!1)}catch(a){console.log(`Failed to execute filter operation: ${t} with arguments: `,r),console.log(a)}return o}async _changeValues(t,r){const n=this.history[this.history.length-2]?.selected;if(!n||n.length===0)return[];const s=n.length;if(!D(E.CHANGE_VALUES,{datasetSize:this.dataset.source.y.length,selectionSize:s}).useWorker||s<dn)return Yt(this.dataY,n,t,r),[];this._pendingExecutionMode="worker";const a=Math.min(navigator.hardwareConcurrency||1,s),i=Math.ceil(s/a),l=[],f=[];for(let u=0;u<a;u++){const p=u*i,g=Math.min((u+1)*i,s);if(p>=g)break;const y=n.slice(p,g);f.push(new Promise(d=>{const h=new Hr;l.push(h),h.postMessage({bufferY:this.dataY.buffer,indexes:y,operator:t,value:r}),h.onmessage=S=>{d(S.data)}}))}return await Promise.all(f),l.forEach(u=>u.terminate()),[]}_applyOperatorInPlace(t,r,n){Yt(this.dataY,t,r,n)}async _assignValuesBulk(t){const r=this.history[this.history.length-2]?.selected;if(!r||!r.length||!t?.length)return[];const n=Math.min(r.length,t.length),s=this.dataY;for(let o=0;o<n;o++)s[r[o]]=t[o];return[]}async _assignDatetimesBulk(t){const r=this.history[this.history.length-2]?.selected;if(!r||!r.length||!t?.length)return[];const n=Math.min(r.length,t.length),s=new Array(n),o=new Array(n);for(let a=0;a<n;a++)s[a]=[t[a],this.dataY[r[a]]],o[a]=r[a];return o.sort((a,i)=>a-i),await this._deleteDataPoints(o),await this._addDataPoints(s),[]}async _interpolate(t){const r=this._getConsecutiveGroups(t);if(r.length===0||r[0].length===0)return;const n=this.dataset.source.y.length,s=r.map(u=>({indexes:u,lowerIdx:Math.max(0,u[0]-1),upperIdx:Math.min(n-1,u[u.length-1]+1)}));if(!D(E.INTERPOLATE,{datasetSize:n,selectionSize:t.length}).useWorker){en(this.dataX,this.dataY,s);return}this._pendingExecutionMode="worker";const a=Math.min(navigator.hardwareConcurrency||1,s.length),i=Math.ceil(s.length/a),l=[],f=[];for(let u=0;u<a;u++){const p=s.slice(u*i,(u+1)*i);if(p.length===0)break;f.push(new Promise(g=>{const y=new Pr;l.push(y),y.postMessage({bufferX:this.dataX.buffer,bufferY:this.dataY.buffer,groups:p}),y.onmessage=d=>{g(d.data)}}))}await Promise.all(f),l.forEach(u=>u.terminate())}async _shift(t,r,n){if(t.length===0)return;const s=n===O.MONTH,o=n===O.YEAR,a=!s&&!o?r*ee[n]*1e3:0,i=t.length;if(!D(E.SHIFT_DATETIMES,{datasetSize:this.dataset.source.x.length,selectionSize:i}).useWorker){const w=Zr(this.dataX,this.dataY,t,{amount:r,isMonth:s,isYear:o,deltaMs:a});await this._deleteDataPoints(t),await this._addDataPoints(w);return}this._pendingExecutionMode="worker";const f=new SharedArrayBuffer(i*Float64Array.BYTES_PER_ELEMENT),u=new SharedArrayBuffer(i*Float32Array.BYTES_PER_ELEMENT),p=Math.min(navigator.hardwareConcurrency||1,i),g=Math.ceil(i/p),y=[],d=[];for(let w=0;w<p;w++){const k=w*g,L=Math.min((w+1)*g,i);if(k>=L)break;const T=t.slice(k,L);d.push(new Promise($=>{const M=new jr;y.push(M),M.postMessage({bufferX:this.dataX.buffer,bufferY:this.dataY.buffer,outputBufferX:f,outputBufferY:u,indexes:T,outStart:k,amount:r,isMonth:s,isYear:o,deltaMs:a}),M.onmessage=z=>{$(z.data)}}))}await Promise.all(d),y.forEach(w=>w.terminate());const h=new Float64Array(f),S=new Float32Array(u),b=new Array(i);for(let w=0;w<i;w++)b[w]=[h[w],S[w]];await this._deleteDataPoints(t),await this._addDataPoints(b)}async _fillGaps(t,r,n,s,o){const a=this.dataX.length;if(a===0)return;const i=t[0]*ee[t[1]]*1e3,l=r[0]*ee[r[1]]*1e3,f=o?.[0]??0,u=o?.[1]??a-1,p=this.dataX,g=[],y=[];let d=0;for(let A=f+1;A<=u;A++)if(p[A]-p[A-1]>i){let N=0,X=p[A-1]+l;for(;X<p[A];)N++,X+=l;N>0&&(g.push([A-1,A]),y.push(N),d+=N)}if(d===0)return;const h=a+d,S=h*Float64Array.BYTES_PER_ELEMENT,b=h*Float32Array.BYTES_PER_ELEMENT,w=new SharedArrayBuffer(S,{maxByteLength:Math.max(this.dataX.buffer.maxByteLength,S)}),k=new SharedArrayBuffer(b,{maxByteLength:Math.max(this.dataY.buffer.maxByteLength,b)});if(!D(E.FILL_GAPS,{datasetSize:a,selectionSize:d}).useWorker){const A=new Float64Array(w),W=new Float32Array(k);Jr(this.dataX,this.dataY,g,A,W,0,a-1,0,l,n,s),this.dataset.source.x=A,this.dataset.source.y=W,this._resizeTo(h);return}this._pendingExecutionMode="worker";const T=navigator.hardwareConcurrency||1,$=Math.ceil(a/T),M=[];let z=0;for(let A=0;A<T;A++){const W=A*$,N=Math.min((A+1)*$-1,a-1),X=[];let ye=0;for(;z<g.length&&g[z][0]<=N;)X.push(g[z]),ye+=y[z],z++;M.push({start:W,end:N,gapsSegment:X,fillsInSegment:ye})}const Ye=new Array(T).fill(0);for(let A=1;A<T;A++)Ye[A]=Ye[A-1]+M[A-1].fillsInSegment;const zt=[],Xt=[];for(let A=0;A<T;A++){const{start:W,end:N,gapsSegment:X}=M[A],ye=W+Ye[A];Xt.push(new Promise(gn=>{const He=new Fr;zt.push(He),He.postMessage({bufferX:this.dataX.buffer,bufferY:this.dataY.buffer,outputBufferX:w,outputBufferY:k,start:W,end:N,gapsSegment:X,startTarget:ye,fillDelta:l,interpolate:n,fillValue:s}),He.onmessage=mn=>{gn(mn.data)}}))}await Promise.all(Xt),zt.forEach(A=>A.terminate()),this.dataset.source.x=new Float64Array(w),this.dataset.source.y=new Float32Array(k),this._resizeTo(h)}async _deleteDataPoints(t){const r=this.dataX.length,n=r-t.length;if(!D(E.DELETE_POINTS,{datasetSize:r,selectionSize:t.length}).useWorker){const y=new SharedArrayBuffer(this.dataX.buffer.byteLength,{maxByteLength:this.dataX.buffer.maxByteLength}),d=new SharedArrayBuffer(this.dataY.buffer.byteLength,{maxByteLength:this.dataY.buffer.maxByteLength}),h=new Float64Array(y),S=new Float32Array(d);Qr(this.dataX,this.dataY,t,h,S,0,r-1,0),this.dataset.source.x=h,this.dataset.source.y=S,this._resizeTo(n);return}this._pendingExecutionMode="worker";const o=navigator.hardwareConcurrency||1,a=Math.ceil(this.dataX.length/o),i=[],l=[];for(let y=0;y<o;y++){const d=y*a,h=Math.min((y+1)*a-1,this.dataX.length-1),S=te(t,d),b=he(t,h),w=t.slice(S,b+1);l.push({start:d,end:h,deleteSegment:w})}const f=new Array(o).fill(0);for(let y=1;y<o;y++)f[y]=f[y-1]+l[y-1].deleteSegment.length;const u=[],p=new SharedArrayBuffer(this.dataX.buffer.byteLength,{maxByteLength:this.dataX.buffer.maxByteLength}),g=new SharedArrayBuffer(this.dataY.buffer.byteLength,{maxByteLength:this.dataY.buffer.maxByteLength});for(let y=0;y<o;y++){const{start:d,end:h,deleteSegment:S}=l[y],b=d-f[y];u.push(new Promise(w=>{const k=new Dr;i.push(k),k.postMessage({bufferX:this.dataX.buffer,bufferY:this.dataY.buffer,outputBufferX:p,outputBufferY:g,start:d,end:h,deleteSegment:S,startTarget:b}),k.onmessage=L=>{w(L.data)}}))}await Promise.all(u),i.forEach(y=>y.terminate()),this.dataset.source.x=new Float64Array(p),this.dataset.source.y=new Float32Array(g),this._resizeTo(n)}async _driftCorrection(t){if(!t||t.length===0)return;const r=this.dataset.source.x,n=navigator.hardwareConcurrency||1;let s=0;for(const[p,g]of t)g>p&&(s+=g-p);if(!D(E.DRIFT_CORRECTION,{datasetSize:r.length,selectionSize:s}).useWorker){tn(r,this.dataY,t);return}this._pendingExecutionMode="worker";const a=[];for(const[p,g,y]of t){if(g<=p)continue;const d=r[p],h=r[g]-d;if(h===0)continue;const S=g-p,b=Math.max(1,Math.ceil(S/n));for(let w=p;w<g;w+=b)a.push({chunkStart:w,chunkEnd:Math.min(w+b,g),startDatetime:d,value:y,extent:h})}if(a.length===0)return;const i=Math.min(n,a.length),l=Array.from({length:i},()=>[]);a.forEach((p,g)=>l[g%i].push(p));const f=[],u=[];for(const p of l)p.length!==0&&u.push(new Promise(g=>{const y=new Br;f.push(y),y.postMessage({bufferX:this.dataX.buffer,bufferY:this.dataY.buffer,jobs:p}),y.onmessage=d=>{g(d.data)}}));await Promise.all(u),f.forEach(p=>p.terminate())}_getConsecutiveGroups(t){const r=[[]];return t.reduce((n,s)=>{const o=n[n.length-1];return!o.length||s==o[o.length-1]+1?o.push(s):n.push([s]),n},r),r}async _addDataPoints(t){if(t.length===0)return;const r=this.dataX.length,n=r+t.length;t.sort((d,h)=>d[0]-h[0]);const s=n*Float64Array.BYTES_PER_ELEMENT,o=n*Float32Array.BYTES_PER_ELEMENT,a=new SharedArrayBuffer(s,{maxByteLength:Math.max(this.dataX.buffer.maxByteLength,s)}),i=new SharedArrayBuffer(o,{maxByteLength:Math.max(this.dataY.buffer.maxByteLength,o)});if(!D(E.ADD_POINTS,{datasetSize:r,selectionSize:t.length}).useWorker){const d=new Float64Array(a),h=new Float32Array(i);Kr(this.dataX,this.dataY,t,d,h,0,r,0),this.dataset.source.x=d,this.dataset.source.y=h,this._resizeTo(n);return}this._pendingExecutionMode="worker";const f=t.map(d=>he(this.dataX,d[0])+1),u=Math.max(1,Math.min(navigator.hardwareConcurrency||1,Math.max(r,1))),p=Math.ceil(Math.max(r,1)/u),g=[],y=[];for(let d=0;d<u;d++){const h=d*p,S=Math.min((d+1)*p,r),b=te(f,h),w=d===u-1?t.length:te(f,S),k=t.slice(b,w),L=h+b;h>=S&&k.length===0||y.push(new Promise(T=>{const $=new Nr;g.push($),$.postMessage({bufferX:this.dataX.buffer,bufferY:this.dataY.buffer,outputBufferX:a,outputBufferY:i,origStart:h,origEnd:S,insertions:k,outStart:L}),$.onmessage=M=>{T(M.data)}}))}await Promise.all(y),g.forEach(d=>d.terminate()),this.dataset.source.x=new Float64Array(a),this.dataset.source.y=new Float32Array(i),this._resizeTo(n)}async _valueThreshold(t){const r=Object.keys(t);if(r.length===0)return[];const n={[x.LT]:0,[x.LTE]:1,[x.GT]:2,[x.GTE]:3,[x.E]:4},s=r.map(h=>n[h]??4),o=r.map(h=>t[h]),a=this.dataset.source.y,i=a.length;if(i===0)return[];if(!D(v.VALUE_THRESHOLD,{datasetSize:i}).useWorker)return Gt(a,0,i,s,o);this._pendingExecutionMode="worker";const f=Math.min(navigator.hardwareConcurrency||1,i),u=Math.ceil(i/f),p=[],g=[];for(let h=0;h<f;h++){const S=h*u,b=Math.min((h+1)*u,i);if(S>=b)break;g.push(new Promise(w=>{const k=new Pe;p.push(k),k.postMessage({bufferY:this.dataY.buffer,start:S,end:b,ops:s,values:o}),k.onmessage=L=>{w(L.data)}}))}const y=await Promise.all(g);p.forEach(h=>h.terminate());const d=[];for(let h=0;h<y.length;h++){const S=y[h];for(let b=0;b<S.length;b++)d.push(S[b])}return d}async _rateOfChange(t,r){const n=this.dataset.source.y;if(n.length<2)return[];const s=1,o=n.length,a=o-s;if(!D(v.RATE_OF_CHANGE,{datasetSize:n.length}).useWorker)return Xr(n,s,o,t,r);this._pendingExecutionMode="worker";const l=Math.min(navigator.hardwareConcurrency||1,a),f=Math.ceil(a/l),u=[],p=[];for(let d=0;d<l;d++){const h=s+d*f,S=Math.min(s+(d+1)*f,o);if(h>=S)break;p.push(new Promise(b=>{const w=new Yr;u.push(w),w.postMessage({bufferY:this.dataY.buffer,start:h,end:S,comparator:t,value:r}),w.onmessage=k=>{b(k.data)}}))}const g=await Promise.all(p);u.forEach(d=>d.terminate());const y=[];for(let d=0;d<g.length;d++){const h=g[d];for(let S=0;S<h.length;S++)y.push(h[S])}return y}async _datetimeRange(t,r){const n=this.dataset.source.x,s=n.length;if(s===0)return[];const o=t==null?0:te(n,t),a=r==null?s-1:he(n,r);if(o>a)return[];const i=new Array(a-o+1);for(let l=o;l<=a;l++)i[l-o]=l;return i}async _selection(t){return(!t||!t.length)&&this.history.pop(),t}async _change(t,r){const n=this.dataset.source.y;if(n.length<2)return[];const s=1,o=n.length,a=o-s;if(!D(v.CHANGE,{datasetSize:n.length}).useWorker)return zr(n,s,o,t,r);this._pendingExecutionMode="worker";const l=Math.min(navigator.hardwareConcurrency||1,a),f=Math.ceil(a/l),u=[],p=[];for(let d=0;d<l;d++){const h=s+d*f,S=Math.min(s+(d+1)*f,o);if(h>=S)break;p.push(new Promise(b=>{const w=new Gr;u.push(w),w.postMessage({bufferY:this.dataY.buffer,start:h,end:S,comparator:t,value:r}),w.onmessage=k=>{b(k.data)}}))}const g=await Promise.all(p);u.forEach(d=>d.terminate());const y=[];for(let d=0;d<g.length;d++){const h=g[d];for(let S=0;S<h.length;S++)y.push(h[S])}return y}async _findGaps(t,r,n){const s=this.dataset.source.x;let o=0,a=s.length;if(n?.[0]&&n?.[1]&&(o=n[0],a=n[1]),a<=o)return[];const i=t*ee[r]*1e3;if(!D(v.FIND_GAPS,{datasetSize:a-o}).useWorker){const S=Vr(s,o,a-1,i),b=new Set;for(let w=0;w<S.length;w++)b.add(S[w]);return[...b]}this._pendingExecutionMode="worker";const f=a-o,u=Math.min(navigator.hardwareConcurrency||1,f),p=Math.ceil(f/u),g=[],y=[];for(let S=0;S<u;S++){const b=o+S*p,w=Math.min(o+(S+1)*p,a);if(b>=w)break;y.push(new Promise(k=>{const L=new Wr;g.push(L),L.postMessage({bufferX:this.dataX.buffer,start:b,endInclusive:w,threshold:i}),L.onmessage=T=>{k(T.data)}}))}const d=await Promise.all(y);g.forEach(S=>S.terminate());const h=new Set;for(let S=0;S<d.length;S++){const b=d[S];for(let w=0;w<b.length;w++)h.add(b[w])}return[...h]}async _persistence(t,r){const n=this.dataset.source.y;let s=0,o=n.length;if(r?.[0]&&r?.[1]&&(s=r[0],o=r[1]),o<=s)return[];const a=o-s;if(!D(v.PERSISTENCE,{datasetSize:a}).useWorker){const b=qr(n,s,o),w=[];for(let k=0;k<b.length;k+=3){const L=b[k],T=b[k+1];if(T>=t)for(let $=0;$<T;$++)w.push(L+$)}return w}this._pendingExecutionMode="worker";const l=Math.min(navigator.hardwareConcurrency||1,a),f=Math.ceil(a/l),u=[],p=[];for(let b=0;b<l;b++){const w=s+b*f,k=Math.min(s+(b+1)*f,o);if(w>=k)break;p.push(new Promise(L=>{const T=new xr;u.push(T),T.postMessage({bufferY:this.dataY.buffer,start:w,end:k}),T.onmessage=$=>{L($.data)}}))}const g=await Promise.all(p);u.forEach(b=>b.terminate());const y=[],d=[],h=[];for(let b=0;b<g.length;b++){const w=g[b];for(let k=0;k<w.length;k+=3){const L=w[k],T=w[k+1],$=w[k+2],M=y.length-1;M>=0&&h[M]===$&&y[M]+d[M]===L?d[M]+=T:(y.push(L),d.push(T),h.push($))}}const S=[];for(let b=0;b<y.length;b++){const w=d[b];if(w>=t){const k=y[b];for(let L=0;L<w;L++)S.push(k+L)}}return S}}m.ACCOUNT_BASE=F,m.AUTH_BASE=ie,m.ApiKey=ar,m.BASE_URL=C,m.Collaborator=ir,m.DEFAULT_SNACK_DURATION=Le,m.DataSource=Ar,m.Datastream=Jt,m.EnumEditOperations=E,m.EnumFilterOperations=v,m.FilterOperation=x,m.HydroShareArchive=Ve,m.INCREASE_AMOUNT=K,m.Location=qe,m.LogicalOperation=Xe,m.OAuthProvider=sr,m.ObservationRecord=yn,m.ObservedProperty=Zt,m.Operator=ze,m.Organization=rr,m.PROVIDER_BASE=Q,m.Payload=$r,m.PermissionAction=Je,m.PermissionResource=Ke,m.Position=lt,m.PostHydroShareArchive=Vt,m.ProcessingLevel=er,m.ResultQualifier=tr,m.SESSION_BASE=ce,m.Sensor=Qt,m.Snack=ut,m.SnackColor=Te,m.SnackIcon=$e,m.SnackTitle=Re,m.Snackbar=ht,m.TAG_BASE=Ce,m.THINGS_BASE=_,m.Thing=qt,m.TimeUnit=O,m.Unit=Kt,m.User=nr,m.Workspace=or,m.api=Tr,m.apiMethods=c,m.clearCalibration=ln,m.createPatchObject=Ie,m.ensureCalibration=un,m.extractErrorMessage=Qe,m.findFirstGreaterOrEqual=te,m.findLastLessOrEqual=he,m.formatDate=Ur,m.formatDuration=Mr,m.getCSRFToken=ge,m.getCalibration=an,m.getLastBenchmarkDetail=on,m.getObservationsEndpoint=Lr,m.getOperationTable=cn,m.measureEllapsedTime=ue,m.onCalibrationChange=sn,m.requestInterceptor=me,m.responseInterceptor=we,m.runBenchmarks=Ht,m.shouldUseWorker=D,m.subtractHours=Cr,m.timeUnitMultipliers=ee,Object.defineProperty(m,Symbol.toStringTag,{value:"Module"})}));
3
+ `):"",this.name="UnsubscriptionError",this.errors=r}});function Te(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var ie=(function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,r,n,s,o;if(!this.closed){this.closed=!0;var a=this._parentage;if(a)if(this._parentage=null,Array.isArray(a))try{for(var i=ve(a),l=i.next();!l.done;l=i.next()){var f=l.value;f.remove(this)}}catch(u){t={error:u}}finally{try{l&&!l.done&&(r=i.return)&&r.call(i)}finally{if(t)throw t.error}}else a.remove(this);var h=this.initialTeardown;if(B(h))try{h()}catch(u){o=u instanceof Ae?u.errors:[u]}var y=this._finalizers;if(y){this._finalizers=null;try{for(var p=ve(y),g=p.next();!g.done;g=p.next()){var d=g.value;try{st(d)}catch(u){o=o??[],u instanceof Ae?o=_e(_e([],ke(o)),ke(u.errors)):o.push(u)}}}catch(u){n={error:u}}finally{try{g&&!g.done&&(s=p.return)&&s.call(p)}finally{if(n)throw n.error}}}if(o)throw new Ae(o)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)st(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(r=this._finalizers)!==null&&r!==void 0?r:[]).push(t)}},e.prototype._hasParent=function(t){var r=this._parentage;return r===t||Array.isArray(r)&&r.includes(t)},e.prototype._addParent=function(t){var r=this._parentage;this._parentage=Array.isArray(r)?(r.push(t),r):r?[r,t]:t},e.prototype._removeParent=function(t){var r=this._parentage;r===t?this._parentage=null:Array.isArray(r)&&Te(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&Te(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=(function(){var t=new e;return t.closed=!0,t})(),e})(),rt=ie.EMPTY;function nt(e){return e instanceof ie||e&&"closed"in e&&B(e.remove)&&B(e.add)&&B(e.unsubscribe)}function st(e){B(e)?e():e.unsubscribe()}var hr={Promise:void 0},fr={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];return setTimeout.apply(void 0,_e([e,t],ke(r)))},clearTimeout:function(e){return clearTimeout(e)},delegate:void 0};function dr(e){fr.setTimeout(function(){throw e})}function ot(){}function ce(e){e()}var at=(function(e){ae(t,e);function t(r){var n=e.call(this)||this;return n.isStopped=!1,r?(n.destination=r,nt(r)&&r.add(n)):n.destination=gr,n}return t.create=function(r,n,s){return new Le(r,n,s)},t.prototype.next=function(r){this.isStopped||this._next(r)},t.prototype.error=function(r){this.isStopped||(this.isStopped=!0,this._error(r))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(r){this.destination.next(r)},t.prototype._error=function(r){try{this.destination.error(r)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t})(ie),pr=(function(){function e(t){this.partialObserver=t}return e.prototype.next=function(t){var r=this.partialObserver;if(r.next)try{r.next(t)}catch(n){le(n)}},e.prototype.error=function(t){var r=this.partialObserver;if(r.error)try{r.error(t)}catch(n){le(n)}else le(t)},e.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(r){le(r)}},e})(),Le=(function(e){ae(t,e);function t(r,n,s){var o=e.call(this)||this,a;return B(r)||!r?a={next:r??void 0,error:n??void 0,complete:s??void 0}:a=r,o.destination=new pr(a),o}return t})(at);function le(e){dr(e)}function yr(e){throw e}var gr={closed:!0,next:ot,error:yr,complete:ot},mr=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})();function wr(e){return e}function br(e){return e.length===0?wr:e.length===1?e[0]:function(r){return e.reduce(function(n,s){return s(n)},r)}}var it=(function(){function e(t){t&&(this._subscribe=t)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(t,r,n){var s=this,o=Er(t)?t:new Le(t,r,n);return ce(function(){var a=s,i=a.operator,l=a.source;o.add(i?i.call(o,l):l?s._subscribe(o):s._trySubscribe(o))}),o},e.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(r){t.error(r)}},e.prototype.forEach=function(t,r){var n=this;return r=ct(r),new r(function(s,o){var a=new Le({next:function(i){try{t(i)}catch(l){o(l),a.unsubscribe()}},error:o,complete:s});n.subscribe(a)})},e.prototype._subscribe=function(t){var r;return(r=this.source)===null||r===void 0?void 0:r.subscribe(t)},e.prototype[mr]=function(){return this},e.prototype.pipe=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return br(t)(this)},e.prototype.toPromise=function(t){var r=this;return t=ct(t),new t(function(n,s){var o;r.subscribe(function(a){return o=a},function(a){return s(a)},function(){return n(o)})})},e.create=function(t){return new e(t)},e})();function ct(e){var t;return(t=e??hr.Promise)!==null&&t!==void 0?t:Promise}function Sr(e){return e&&B(e.next)&&B(e.error)&&B(e.complete)}function Er(e){return e&&e instanceof at||Sr(e)&&nt(e)}var vr=tt(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),lt=(function(e){ae(t,e);function t(){var r=e.call(this)||this;return r.closed=!1,r.currentObservers=null,r.observers=[],r.isStopped=!1,r.hasError=!1,r.thrownError=null,r}return t.prototype.lift=function(r){var n=new ut(this,this);return n.operator=r,n},t.prototype._throwIfClosed=function(){if(this.closed)throw new vr},t.prototype.next=function(r){var n=this;ce(function(){var s,o;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var a=ve(n.currentObservers),i=a.next();!i.done;i=a.next()){var l=i.value;l.next(r)}}catch(f){s={error:f}}finally{try{i&&!i.done&&(o=a.return)&&o.call(a)}finally{if(s)throw s.error}}}})},t.prototype.error=function(r){var n=this;ce(function(){if(n._throwIfClosed(),!n.isStopped){n.hasError=n.isStopped=!0,n.thrownError=r;for(var s=n.observers;s.length;)s.shift().error(r)}})},t.prototype.complete=function(){var r=this;ce(function(){if(r._throwIfClosed(),!r.isStopped){r.isStopped=!0;for(var n=r.observers;n.length;)n.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var r;return((r=this.observers)===null||r===void 0?void 0:r.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(r){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,r)},t.prototype._subscribe=function(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)},t.prototype._innerSubscribe=function(r){var n=this,s=this,o=s.hasError,a=s.isStopped,i=s.observers;return o||a?rt:(this.currentObservers=null,i.push(r),new ie(function(){n.currentObservers=null,Te(i,r)}))},t.prototype._checkFinalizedStatuses=function(r){var n=this,s=n.hasError,o=n.thrownError,a=n.isStopped;s?r.error(o):a&&r.complete()},t.prototype.asObservable=function(){var r=new it;return r.source=this,r},t.create=function(r,n){return new ut(r,n)},t})(it),ut=(function(e){ae(t,e);function t(r,n){var s=e.call(this)||this;return s.destination=r,s.source=n,s}return t.prototype.next=function(r){var n,s;(s=(n=this.destination)===null||n===void 0?void 0:n.next)===null||s===void 0||s.call(n,r)},t.prototype.error=function(r){var n,s;(s=(n=this.destination)===null||n===void 0?void 0:n.error)===null||s===void 0||s.call(n,r)},t.prototype.complete=function(){var r,n;(n=(r=this.destination)===null||r===void 0?void 0:r.complete)===null||n===void 0||n.call(r)},t.prototype._subscribe=function(r){var n,s;return(s=(n=this.source)===null||n===void 0?void 0:n.subscribe(r))!==null&&s!==void 0?s:rt},t})(lt);const $e=3e3;var Re=(e=>(e.Warning="warning",e.Success="success",e.Error="error",e.Info="info",e))(Re||{}),Ie=(e=>(e.Success="mdi-checkbox-marked-circle",e.Warning="mdi-alert",e.Error="mdi-alert-circle",e.Info="mdi-information",e.None="none",e))(Ie||{}),Oe=(e=>(e.Warning="Warning",e.Success="Success",e.Error="Error",e.Info="Info",e))(Oe||{}),ht=(e=>(e.Center="center",e.Left="left",e.Right="right",e.Bottom="bottom",e.Top="top",e))(ht||{});class ft{constructor(t="",r="info",n="none",s="Info",o=$e,a="center",i=!1){this.message=t,this.color=r,this.icon=n,this.title=s,this.timeout=o,this.position=a,this.visible=i}}class dt{static subject=new lt;static get snack$(){return this.subject.asObservable()}static createSnackbar(t,r){this.subject.next(new ft(t,Re[r],Ie[r],Oe[r],$e,"bottom",!0))}static success(t){this.createSnackbar(t,"Success")}static warn(t){this.createSnackbar(t,"Warning")}static error(t){this.createSnackbar(t,"Error")}static info(t){this.createSnackbar(t,"Info")}}function Ue(e,t){const r={};for(let n in t)if(Array.isArray(t[n]))JSON.stringify(e[n])!==JSON.stringify(t[n])&&(r[n]=t[n]);else if(e[n]&&typeof e[n]=="object"&&t[n]&&typeof t[n]=="object"){const s=Ue(e[n],t[n]);Object.keys(s).length>0&&(r[n]=s)}else JSON.stringify(e[n])!==JSON.stringify(t[n])&&(r[n]=t[n]);return r}function kr(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Me,pt;function _r(){if(pt)return Me;pt=1;class e{constructor(n){this.value=n,this.next=void 0}}class t{constructor(){this.clear()}enqueue(n){const s=new e(n);this._head?(this._tail.next=s,this._tail=s):(this._head=s,this._tail=s),this._size++}dequeue(){const n=this._head;if(n)return this._head=this._head.next,this._size--,n.value}clear(){this._head=void 0,this._tail=void 0,this._size=0}get size(){return this._size}*[Symbol.iterator](){let n=this._head;for(;n;)yield n.value,n=n.next}}return Me=t,Me}var Ce,yt;function Ar(){if(yt)return Ce;yt=1;const e=_r();return Ce=r=>{if(!((Number.isInteger(r)||r===1/0)&&r>0))throw new TypeError("Expected `concurrency` to be a number from 1 and up");const n=new e;let s=0;const o=()=>{s--,n.size>0&&n.dequeue()()},a=async(f,h,...y)=>{s++;const p=(async()=>f(...y))();h(p);try{await p}catch{}o()},i=(f,h,...y)=>{n.enqueue(a.bind(null,f,h,...y)),(async()=>(await Promise.resolve(),s<r&&n.size>0&&n.dequeue()()))()},l=(f,...h)=>new Promise(y=>{i(f,y,...h)});return Object.defineProperties(l,{activeCount:{get:()=>s},pendingCount:{get:()=>n.size},clearQueue:{value:()=>{n.clear()}}}),l},Ce}var Tr=Ar();const z=kr(Tr)(10),Lr=1e3;async function Q(e,t){const r=be(t);try{const n=await fetch(e,r);return await Se(n)}catch(n){throw n instanceof TypeError&&dt.error("Network error. Please check your connection."),n}}const c={async fetch(e,t={}){return t.method="GET",await z(()=>Q(e,t))},async patch(e,t,r=null,n={}){if(n.method="PATCH",n.body=r?Ue(r,t):t,Object.keys(n.body).length!==0)return await z(()=>Q(e,n))},async post(e,t=void 0,r={}){return r.method="POST",r.body=t,await z(()=>Q(e,r))},async put(e,t=void 0,r={}){return r.method="PUT",r.body=t,await z(()=>Q(e,r))},async delete(e,t=void 0,r={}){return r.method="DELETE",r.body=t,await z(()=>Q(e,r))},async paginatedFetch(e,t){const r=t??Lr,n=e.includes("?")?"&":"?",s=`${e}${n}page_size=${r}&page=1`,o=be({method:"GET"}),a=await z(()=>fetch(s,o)),i=Number(a.headers.get("x-total-pages"))||1,f=[...await Se(a)];for(let h=2;h<=i;h++){const y=`${e}${n}page_size=${r}&page=${h}`,p=await z(()=>Q(y,{method:"GET"}));f.push(...p)}return f}},gt={HTTP:{type:"HTTP",sourceUri:"",placeholderVariables:[]},local:{type:"local",sourceUri:"",placeholderVariables:[]}},mt={JSON:{type:"JSON",timestamp:{key:"",format:"ISO8601",timezoneMode:"embeddedOffset"},JMESPath:""},CSV:{type:"CSV",timestamp:{key:"",format:"ISO8601",timezoneMode:"embeddedOffset"},headerRow:1,dataStartRow:2,delimiter:",",identifierType:"name"}},wt={HydroServer:{type:"HydroServer"}};class $r{name="";settings={type:"SDL",extractor:JSON.parse(JSON.stringify(gt.local)),transformer:JSON.parse(JSON.stringify(mt.CSV)),loader:JSON.parse(JSON.stringify(wt.HydroServer)),payloads:[]};id="";workspaceId="";orchestrationSystem={id:"",name:"",workspaceId:"",type:""};schedule={interval:15,intervalUnits:"minutes"};status={paused:!0};datastreams=[];constructor(t){Object.assign(this,t)}switchExtractor(t){this.settings.extractor=JSON.parse(JSON.stringify(gt[t]))}switchTransformer(t){this.settings.transformer=JSON.parse(JSON.stringify(mt[t]))}switchLoader(t){this.settings.loader=JSON.parse(JSON.stringify(wt[t]))}}function bt(e){return{name:e.name,settings:e.settings,workspaceId:e.workspaceId,orchestrationSystemId:e.orchestrationSystem.id,schedule:e.schedule,status:e.status}}const D="https://lro.hydroserver.org/api",ue=`${D}/auth`,N=`${ue}/browser/account`,he=`${ue}/browser/session`,te=`${ue}/browser/provider`,R=`${D}/data/workspaces`,De=`${D}/data/roles`,O=`${D}/data/datastreams`,x=`${D}/data/sensors`,_=`${D}/data/things`,Fe=`${_}/tags`,K=`${D}/data/orchestration-systems`,j=`${D}/data/data-sources`,X=`${D}/data/observed-properties`,Z=`${D}/data/processing-levels`,re=`${D}/data/result-qualifiers`,V=`${D}/data/units`,Rr=(e,t,r,n,s)=>{let o=`${O}/${e}/observations?format=column`;return o+=`&order_by=phenomenonTime&page_size=${t}`,o+=`&phenomenon_time_min=${encodeURIComponent(r)}`,n&&(o+=`&phenomenon_time_max=${encodeURIComponent(n)}`),s&&(o+=`&page=${s}`),o},Ir={fetchSession:async()=>c.fetch(`${he}`),login:async(e,t)=>c.post(`${he}`,{email:e,password:t}),logout:async()=>c.delete(`${he}`),fetchUser:async()=>c.fetch(`${N}`),signup:async e=>c.post(`${N}`,e),updateUser:async(e,t)=>c.patch(`${N}`,e,t),deleteUser:async()=>c.delete(`${N}`),sendVerificationEmail:async e=>c.put(`${N}/email/verify`,{email:e}),verifyEmailWithCode:async e=>c.post(`${N}/email/verify`,{key:e}),requestPasswordReset:async e=>c.post(`${N}/password/request`,{email:e}),resetPassword:async(e,t)=>c.post(`${N}/password/reset`,{key:e,password:t}),fetchWorkspaces:async()=>c.paginatedFetch(`${R}`),fetchAssociatedWorkspaces:async()=>c.paginatedFetch(`${R}?is_associated=true`),fetchWorkspace:async e=>c.fetch(`${R}/${e}`),createWorkspace:async e=>c.post(R,e),updateWorkspace:async(e,t=null)=>c.patch(`${R}/${e.id}`,e,t),deleteWorkspace:async e=>c.delete(`${R}/${e}`),transferWorkspace:async(e,t)=>c.post(`${R}/${e}/transfer`,{newOwner:t}),acceptWorkspaceTransfer:async e=>c.put(`${R}/${e}/transfer`),rejectWorkspaceTransfer:async e=>c.delete(`${R}/${e}/transfer`),getCollaboratorRoles:async e=>c.paginatedFetch(`${De}?is_user_role=true`),getAPIKeyRoles:async e=>c.paginatedFetch(`${De}?is_apikey_role=true`),getRole:async e=>c.fetch(`${De}/${e}`),getCollaborators:async e=>c.paginatedFetch(`${R}/${e}/collaborators`),addCollaborator:async(e,t,r)=>c.post(`${R}/${e}/collaborators`,{email:t,roleId:r}),updateCollaboratorRole:async(e,t,r)=>c.put(`${R}/${e}/collaborators`,{email:t,roleId:r}),removeCollaborator:async(e,t)=>c.delete(`${R}/${e}/collaborators`,{email:t}),fetchApiKeys:async e=>c.paginatedFetch(`${R}/${e}/api-keys?expand_related=true`),fetchApiKey:async(e,t)=>c.fetch(`${R}/${e}/api-keys/${t}?expand_related=true`),createApiKey:async e=>c.post(`${R}/${e.workspaceId}/api-keys?expand_related=true`,{name:e.name,description:e.description,isActive:!0,roleId:e.role.id}),updateApiKey:async(e,t)=>c.patch(`${R}/${e.workspaceId}/api-keys/${e.id}?expand_related=true`,{name:e.name,description:e.description,isActive:!0,roleId:e.role.id},t&&{name:t.name,description:t.description,isActive:!0,roleId:t.role.id}),regenerateApiKey:async(e,t)=>c.put(`${R}/${e}/api-keys/${t}/regenerate?expand_related=true`),deleteApiKey:async(e,t)=>c.delete(`${R}/${e}/api-keys/${t}`),fetchConnectedProviders:async()=>c.fetch(`${te}/connections`),providerRedirect:(e,t,r)=>{const n={provider:e,callback_url:t,process:r},s=we(),o=document.createElement("form");if(o.method="POST",o.action=`${te}/redirect`,s){const a=document.createElement("input");a.type="hidden",a.name="csrfmiddlewaretoken",a.value=s,o.appendChild(a)}for(const a in n){const i=document.createElement("input");i.type="hidden",i.name=a,i.value=n[a]||"",o.appendChild(i)}document.body.appendChild(o),o.submit()},providerSignup:async e=>c.post(`${te}/signup`,e),deleteProvider:async(e,t)=>c.delete(`${te}/connections`,{provider:e,account:t}),createUnit:async e=>c.post(V,e),fetchUnits:async()=>c.paginatedFetch(`${V}`),fetchWorkspaceUnits:async e=>c.paginatedFetch(`${V}?workspace_id=${e}`),updateUnit:async(e,t=null)=>c.patch(`${V}/${e.id}`,e,t),deleteUnit:async e=>c.delete(`${V}/${e}`),getUnit:async e=>c.fetch(`${V}/${e}`),removeThingOwner:async(e,t)=>c.patch(`${_}/${e}/ownership`,{email:t,removeOwner:!0}),addSecondaryOwner:async(e,t)=>c.patch(`${_}/${e}/ownership`,{email:t,makeOwner:!0}),transferPrimaryOwnership:async(e,t)=>c.patch(`${_}/${e}/ownership`,{email:t,transferPrimary:!0}),createThing:async e=>c.post(_,e),fetchThings:async()=>c.paginatedFetch(`${_}`),fetchThingsForWorkspace:async e=>c.paginatedFetch(`${_}?workspace_id=${e}`),fetchOwnedThings:async()=>c.paginatedFetch(`${_}?owned_only=true`),fetchThing:async e=>c.fetch(`${_}/${e}`),updateThing:async e=>c.patch(`${_}/${e.id}`,e),updateThingPrivacy:async(e,t)=>c.patch(`${_}/${e}`,{isPrivate:t}),deleteThing:async e=>c.delete(`${_}/${e}`),fetchMetadataForThingOwner:async e=>c.paginatedFetch(`${_}/${e}/metadata?include_assignable_metadata=true`),fetchMetadataForThing:async e=>c.fetch(`${_}/${e}/metadata`),uploadSitePhotos:async(e,t)=>c.post(`${_}/${e}/photos`,t),fetchSitePhotos:async e=>c.paginatedFetch(`${_}/${e}/photos`),deleteSitePhoto:async(e,t)=>c.delete(`${_}/${e}/photos`,{name:t}),createSiteTag:async(e,t)=>c.post(`${_}/${e}/tags`,t),editSiteTag:async(e,t)=>c.put(`${_}/${e}/tags`,t),fetchSiteTags:async e=>c.fetch(`${_}/${e}/tags`),fetchUsersSiteTags:async()=>c.fetch(`${Fe}`),deleteSiteTag:async(e,t)=>c.delete(`${_}/${e}/tags`,t),fetchWorkspaceTags:async e=>c.fetch(`${Fe}/keys?workspace_id=${e}`),createHydroShareArchive:async e=>c.post(`${_}/${e.thingId}/archive`,e),updateHydroShareArchive:async(e,t)=>c.patch(`${_}/${e.thingId}/archive`,e,t),fetchHydroShareArchive:async e=>c.fetch(`${_}/${e}/archive`),deleteHydroShareArchive:async e=>c.delete(`${_}/${e}/archive`),archiveToHydroShare:async e=>c.post(`${_}/${e}/archive/trigger`),createDatastream:async e=>c.post(O,e),fetchDatastreams:async e=>{const t=[];if(e)for(const[n,s]of Object.entries(e))t.push(`${encodeURIComponent(n)}=${encodeURIComponent(s)}`);const r=t.length?`?${t.join("&")}`:"";return c.paginatedFetch(`${O}${r}`)},fetchDatastreamsForThing:async e=>c.paginatedFetch(`${O}?thing_id=${e}`),fetchExpandedDatastreamsForThing:async e=>c.paginatedFetch(`${O}?thing_id=${e}&expand_related=true`),fetchDatastreamsForDataSource:async e=>c.paginatedFetch(`${O}?data_source_id=${e}`),fetchDatastream:async e=>c.fetch(`${O}/${e}`),fetchDatastreamExpanded:async e=>c.fetch(`${O}/${e}?expand_related=true`),fetchUsersDatastreams:async()=>c.paginatedFetch(`${O}?exclude_unowned=true`),updateDatastream:async(e,t=null)=>c.patch(`${O}/${e.id}`,e,t),deleteDatastream:async e=>c.delete(`${O}/${e}`),downloadDatastreamCSV:async e=>c.fetch(`${O}/${e}/csv`),createObservedProperty:async e=>c.post(X,e),fetchObservedProperty:async e=>c.fetch(`${X}/${e}`),fetchObservedProperties:async()=>c.paginatedFetch(`${X}`),fetchWorkspaceObservedProperties:async e=>c.paginatedFetch(`${X}?workspace_id=${e}`),updateObservedProperty:async(e,t=null)=>c.patch(`${X}/${e.id}`,e,t),deleteObservedProperty:async e=>c.delete(`${X}/${e}`),createProcessingLevel:async e=>c.post(Z,e),fetchProcessingLevels:async()=>c.paginatedFetch(`${Z}`),fetchProcessingLevel:async e=>c.fetch(`${Z}/${e}`),fetchWorkspaceProcessingLevels:async e=>c.paginatedFetch(`${Z}?workspace_id=${e}`),updateProcessingLevel:async(e,t=null)=>c.patch(`${Z}/${e.id}`,e,t),deleteProcessingLevel:async e=>c.delete(`${Z}/${e}`),createSensor:async e=>c.post(x,e),fetchSensors:async()=>c.paginatedFetch(`${x}`),fetchSensor:async e=>c.fetch(`${x}/${e}`),fetchWorkspaceSensors:async e=>c.paginatedFetch(`${x}?workspace_id=${e}`),updateSensor:async(e,t=null)=>c.patch(`${x}/${e.id}`,e,t),deleteSensor:async e=>c.delete(`${x}/${e}`),createResultQualifier:async e=>c.post(re,e),fetchResultQualifiers:async()=>c.paginatedFetch(`${re}`),fetchWorkspaceResultQualifiers:async e=>c.paginatedFetch(`${re}?workspace_id=${e}`),updateResultQualifier:async(e,t=null)=>c.patch(`${re}/${e.id}`,e,t),deleteResultQualifier:async e=>c.delete(`${re}/${e}`),createOrchestrationSystem:async e=>c.post(K,e),fetchOrchestrationSystems:async()=>c.paginatedFetch(K),fetchWorkspaceOrchestrationSystems:async e=>c.paginatedFetch(`${K}?workspace_id=${e}`),fetchOrchestrationSystem:async e=>c.fetch(`${K}/${e}`),updateOrchestrationSystem:async(e,t)=>c.patch(`${K}/${e}`,t),deleteOrchestrationSystem:async e=>c.delete(`${K}/${e}`),createDataSource:async e=>c.post(`${j}?expand_related=true`,bt(e)),fetchDataSources:async()=>c.paginatedFetch(`${j}?expand_related=true`),fetchWorkspaceDataSources:async e=>c.paginatedFetch(`${j}?workspace_id=${e}&expand_related=true`),fetchDataSource:async e=>c.fetch(`${j}/${e}?expand_related=true`),updateDataSource:async e=>c.patch(`${j}/${e.id}?expand_related=true`,bt(e)),updateDataSourcePartial:async e=>c.patch(`${j}/${e.id}?expand_related=true`,e),deleteDataSource:async e=>c.delete(`${j}/${e}`),linkDatastreamToDataSource:async(e,t)=>c.post(`${j}/${e}/datastreams/${t}`),unlinkDatastreamFromDataSource:async(e,t)=>c.delete(`${j}/${e}/datastreams/${t}`),fetchObservations:async e=>c.fetch(e),deleteObservationsForDatastream:async e=>c.post(`${O}/${e}/observations/bulk-delete`,{phenomenonTimeStart:null,phenomenonTimeEnd:null}),fetchUserTypes:async()=>c.fetch(`${N}/user-types`),fetchOrganizationTypes:async()=>c.fetch(`${N}/organization-types`),fetchSiteTypes:async()=>c.fetch(`${_}/site-types`),fetchSamplingFeatureTypes:async()=>c.paginatedFetch(`${_}/sampling-feature-types`),fetchSensorEncodingTypes:async()=>c.paginatedFetch(`${x}/encoding-types`),fetchMethodTypes:async()=>c.paginatedFetch(`${x}/method-types`),fetchVariableTypes:async()=>c.paginatedFetch(`${X}/variable-types`),fetchUnitTypes:async()=>c.paginatedFetch(`${V}/types`),fetchDatastreamStatuses:async()=>c.paginatedFetch(`${O}/statuses`),fetchDatastreamAggregations:async()=>c.paginatedFetch(`${O}/aggregation-statistics`),fetchSampledMediums:async()=>c.paginatedFetch(`${O}/sampled-mediums`)};class Or{name="";mappings=[];extractorVariables={};constructor(t){Object.assign(this,t)}}const St=1,fe=St*60,Pe=fe*60,Ne=Pe*24,Ur=Ne*7,Mr=Pe*30,Cr=Ne*365,ne={[U.SECOND]:St,[U.MINUTE]:fe,[U.HOUR]:Pe,[U.DAY]:Ne,[U.WEEK]:Ur,[U.MONTH]:Mr,[U.YEAR]:Cr},Dr=e=>e.toLocaleString(void 0,{year:"numeric",month:"short",day:"2-digit",hour:"2-digit",hour12:!1,minute:"2-digit",second:"2-digit"}),Fr=e=>{let t,r;e>=fe*1e3?(t=e/(fe*1e3),r="m"):e>=1e3?(t=e/1e3,r="s"):(t=e,r="ms");let n;return r==="ms"?n=Math.round(t).toString():n=t.toFixed(2),`${n} ${r}`},de=async(e,t)=>{t&&console.info(t);const r=performance.now(),n=await e(),o=+(performance.now()-r);return{response:n,duration:o}};function Pr(e,t){const r=new Date(e);return r.setHours(r.getHours()-t),r.toISOString()}const G=(e,t)=>{let r=0,n=e.length;for(;r<n;){const s=r+n>>1;e[s]<t?r=s+1:n=s}return r},q=(e,t)=>{let r=0,n=e.length;for(;r<n;){const s=r+n>>1;e[s]>t?n=s:r=s+1}return r-1},Et=`(function(){"use strict";function c(n,s,a,u,f,l,y,o){let r=0,e=o;for(let t=l;t<=y;t++)r<a.length&&t===a[r]?r++:(u[e]=n[t],f[e]=s[t],e++);return e-o}self.onmessage=n=>{const{bufferX:s,bufferY:a,outputBufferX:u,outputBufferY:f,start:l,end:y,deleteSegment:o,startTarget:r}=n.data,e=new Float64Array(s),t=new Float32Array(a),A=new Float64Array(u),g=new Float32Array(f);c(e,t,o,A,g,l,y,r),self.postMessage("Done")}})();
4
+ `,vt=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Et],{type:"text/javascript;charset=utf-8"});function Nr(e){let t;try{if(t=vt&&(self.URL||self.webkitURL).createObjectURL(vt),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Et),{name:e?.name})}}const kt=`(function(){"use strict";function F(n,l,a,o,s,y,g,f,i,w,A){let e=0,t=f;for(let r=y;r<=g;r++)if(o[t]=n[r],s[t]=l[r],t++,e<a.length&&r===a[e][0]){const u=a[e][0],c=a[e][1],d=n[u],h=n[c],m=l[u],D=l[c],x=h-d,P=D-m;let p=d+i;for(;p<h;)o[t]=p,s[t]=w?m+(p-d)*P/x:A,t++,p+=i;e++}return t-f}self.onmessage=n=>{const{bufferX:l,bufferY:a,outputBufferX:o,outputBufferY:s,start:y,end:g,gapsSegment:f,startTarget:i,fillDelta:w,interpolate:A,fillValue:e}=n.data,t=new Float64Array(l),r=new Float32Array(a),u=new Float64Array(o),c=new Float32Array(s);F(t,r,f,u,c,y,g,i,w,A,e),self.postMessage("Done")}})();
5
+ `,_t=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",kt],{type:"text/javascript;charset=utf-8"});function Br(e){let t;try{if(t=_t&&(self.URL||self.webkitURL).createObjectURL(_t),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(kt),{name:e?.name})}}const At=`(function(){"use strict";function g(o,n,c){for(let s=0;s<c.length;s++){const{indexes:t,lowerIdx:l,upperIdx:r}=c[s],i=o[l],f=n[l],a=o[r],d=n[r],p=a-i,w=d-f;if(p===0){for(let e=0;e<t.length;e++)n[t[e]]=f;continue}for(let e=0;e<t.length;e++){const u=t[e];n[u]=f+(o[u]-i)*w/p}}}self.onmessage=o=>{const{bufferX:n,bufferY:c,groups:s}=o.data,t=new Float64Array(n),l=new Float32Array(c);g(t,l,s),self.postMessage("Done")}})();
6
+ `,Tt=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",At],{type:"text/javascript;charset=utf-8"});function jr(e){let t;try{if(t=Tt&&(self.URL||self.webkitURL).createObjectURL(Tt),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(At),{name:e?.name})}}const Lt=`(function(){"use strict";self.onmessage=r=>{const{bufferX:s,bufferY:o,jobs:a}=r.data,f=new Float64Array(s),n=new Float32Array(o);for(let e=0;e<a.length;e++){const{chunkStart:c,chunkEnd:l,startDatetime:u,value:i,extent:y}=a[e];for(let t=c;t<l;t++)n[t]=n[t]+i*((f[t]-u)/y)}self.postMessage("Done")}})();
7
+ `,$t=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Lt],{type:"text/javascript;charset=utf-8"});function Wr(e){let t;try{if(t=$t&&(self.URL||self.webkitURL).createObjectURL($t),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Lt),{name:e?.name})}}const Rt=`(function(){"use strict";function u(f,o,a,n,l,c,s,i){let r=c,e=0,t=i;const w=a.length;for(;r<s&&e<w;){const y=a[e][0];f[r]<=y?(n[t]=f[r],l[t]=o[r],r++):(n[t]=y,l[t]=a[e][1],e++),t++}for(;r<s;)n[t]=f[r],l[t]=o[r],r++,t++;for(;e<w;)n[t]=a[e][0],l[t]=a[e][1],e++,t++;return t-i}self.onmessage=f=>{const{bufferX:o,bufferY:a,outputBufferX:n,outputBufferY:l,origStart:c,origEnd:s,insertions:i,outStart:r}=f.data,e=new Float64Array(o),t=new Float32Array(a),w=new Float64Array(n),y=new Float32Array(l);u(e,t,i,w,y,c,s,r),self.postMessage("Done")}})();
8
+ `,It=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Rt],{type:"text/javascript;charset=utf-8"});function xr(e){let t;try{if(t=It&&(self.URL||self.webkitURL).createObjectURL(It),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Rt),{name:e?.name})}}const Ot=`(function(){"use strict";self.onmessage=i=>{const{bufferX:c,bufferY:g,outputBufferX:d,outputBufferY:y,indexes:n,outStart:r,amount:f,isMonth:Y,isYear:h,deltaMs:w}=i.data,s=new Float64Array(c),a=new Float32Array(g),l=new Float64Array(d),u=new Float32Array(y);if(Y)for(let t=0;t<n.length;t++){const e=n[t],o=new Date(s[e]);o.setMonth(o.getMonth()+f),l[r+t]=o.getTime(),u[r+t]=a[e]}else if(h)for(let t=0;t<n.length;t++){const e=n[t],o=new Date(s[e]);o.setFullYear(o.getFullYear()+f),l[r+t]=o.getTime(),u[r+t]=a[e]}else for(let t=0;t<n.length;t++){const e=n[t];l[r+t]=s[e]+w,u[r+t]=a[e]}self.postMessage("Done")}})();
9
+ `,Ut=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Ot],{type:"text/javascript;charset=utf-8"});function Gr(e){let t;try{if(t=Ut&&(self.URL||self.webkitURL).createObjectURL(Ut),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Ot),{name:e?.name})}}const Mt=`(function(){"use strict";function a(e,t,o,c){const n=[];let r=e[t];for(let s=t+1;s<=o;s++){const f=e[s];f-r>c&&n.push(s-1,s),r=f}return n}self.onmessage=e=>{const{bufferX:t,start:o,endInclusive:c,threshold:n}=e.data,r=new Float64Array(t);self.postMessage(a(r,o,c,n))}})();
10
+ `,Ct=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Mt],{type:"text/javascript;charset=utf-8"});function Yr(e){let t;try{if(t=Ct&&(self.URL||self.webkitURL).createObjectURL(Ct),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Mt),{name:e?.name})}}const Dt=`(function(){"use strict";function c(u,s,t){const n=[];if(s>=t)return n;let e=s,o=u[s];for(let r=s+1;r<t;r++){const f=u[r];f!==o&&(n.push(e,r-e,o),e=r,o=f)}return n.push(e,t-e,o),n}self.onmessage=u=>{const{bufferY:s,start:t,end:n}=u.data,e=new Float32Array(s);self.postMessage(c(e,t,n))}})();
11
+ `,Ft=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Dt],{type:"text/javascript;charset=utf-8"});function Hr(e){let t;try{if(t=Ft&&(self.URL||self.webkitURL).createObjectURL(Ft),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Dt),{name:e?.name})}}const Pt=`(function(){"use strict";function o(s,i,t,n,l){const f=[];if(n==="Less than")for(let e=i;e<t;e++)s[e]-s[e-1]<l&&f.push(e);else if(n==="Less than or equal to")for(let e=i;e<t;e++)s[e]-s[e-1]<=l&&f.push(e);else if(n==="Greater than")for(let e=i;e<t;e++)s[e]-s[e-1]>l&&f.push(e);else if(n==="Greater than or equal to")for(let e=i;e<t;e++)s[e]-s[e-1]>=l&&f.push(e);else if(n==="Equal")for(let e=i;e<t;e++)s[e]-s[e-1]==l&&f.push(e);return f}self.onmessage=s=>{const{bufferY:i,start:t,end:n,comparator:l,value:f}=s.data,e=new Float32Array(i);self.postMessage(o(e,t,n,l,f))}})();
12
+ `,Nt=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Pt],{type:"text/javascript;charset=utf-8"});function zr(e){let t;try{if(t=Nt&&(self.URL||self.webkitURL).createObjectURL(Nt),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Pt),{name:e?.name})}}const Bt=`(function(){"use strict";function l(t,i,n,o,h){const f=[];if(o==="Less than")for(let e=i;e<n;e++){const s=t[e-1];(t[e]-s)/Math.abs(s)<h&&f.push(e)}else if(o==="Less than or equal to")for(let e=i;e<n;e++){const s=t[e-1];(t[e]-s)/Math.abs(s)<=h&&f.push(e)}else if(o==="Greater than")for(let e=i;e<n;e++){const s=t[e-1];(t[e]-s)/Math.abs(s)>h&&f.push(e)}else if(o==="Greater than or equal to")for(let e=i;e<n;e++){const s=t[e-1];(t[e]-s)/Math.abs(s)>=h&&f.push(e)}else if(o==="Equal")for(let e=i;e<n;e++){const s=t[e-1];(t[e]-s)/Math.abs(s)==h&&f.push(e)}return f}self.onmessage=t=>{const{bufferY:i,start:n,end:o,comparator:h,value:f}=t.data,e=new Float32Array(i);self.postMessage(l(e,n,o,h,f))}})();
13
+ `,jt=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Bt],{type:"text/javascript;charset=utf-8"});function Xr(e){let t;try{if(t=jt&&(self.URL||self.webkitURL).createObjectURL(jt),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Bt),{name:e?.name})}}const Wt=`(function(){"use strict";function k(i,l,u,r,c){const f=[],b=r.length;for(let a=l;a<u;a++){const t=i[a];let e=!1;for(let n=0;n<b;n++){const o=r[n],s=c[n];if(o===0){if(t<s){e=!0;break}}else if(o===1){if(t<=s){e=!0;break}}else if(o===2){if(t>s){e=!0;break}}else if(o===3){if(t>=s){e=!0;break}}else if(t==s){e=!0;break}}e&&f.push(a)}return f}self.onmessage=i=>{const{bufferY:l,start:u,end:r,ops:c,values:f}=i.data,b=new Float32Array(l);self.postMessage(k(b,u,r,c,f))}})();
14
+ `,xt=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Wt],{type:"text/javascript;charset=utf-8"});function Be(e){let t;try{if(t=xt&&(self.URL||self.webkitURL).createObjectURL(xt),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Wt),{name:e?.name})}}const Gt=`(function(){"use strict";function e(l,t,o,s){const c=t.length;if(o==="ADD")for(let f=0;f<c;f++)l[t[f]]=l[t[f]]+s;else if(o==="SUB")for(let f=0;f<c;f++)l[t[f]]=l[t[f]]-s;else if(o==="MULT")for(let f=0;f<c;f++)l[t[f]]=l[t[f]]*s;else if(o==="DIV")for(let f=0;f<c;f++)l[t[f]]=l[t[f]]/s;else if(o==="ASSIGN")for(let f=0;f<c;f++)l[t[f]]=s}self.onmessage=l=>{const{bufferY:t,indexes:o,operator:s,value:c}=l.data,f=new Float32Array(t);e(f,o,s,c),self.postMessage("Done")}})();
15
+ `,Yt=typeof self<"u"&&self.Blob&&new Blob(["(self.URL || self.webkitURL).revokeObjectURL(self.location.href);",Gt],{type:"text/javascript;charset=utf-8"});function Vr(e){let t;try{if(t=Yt&&(self.URL||self.webkitURL).createObjectURL(Yt),!t)throw"";const r=new Worker(t,{name:e?.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;charset=utf-8,"+encodeURIComponent(Gt),{name:e?.name})}}function Ht(e,t,r,n,s){const o=[],a=n.length;for(let i=t;i<r;i++){const l=e[i];let f=!1;for(let h=0;h<a;h++){const y=n[h],p=s[h];if(y===0){if(l<p){f=!0;break}}else if(y===1){if(l<=p){f=!0;break}}else if(y===2){if(l>p){f=!0;break}}else if(y===3){if(l>=p){f=!0;break}}else if(l==p){f=!0;break}}f&&o.push(i)}return o}function qr(e,t,r,n,s){const o=[];if(n==="Less than")for(let a=t;a<r;a++)e[a]-e[a-1]<s&&o.push(a);else if(n==="Less than or equal to")for(let a=t;a<r;a++)e[a]-e[a-1]<=s&&o.push(a);else if(n==="Greater than")for(let a=t;a<r;a++)e[a]-e[a-1]>s&&o.push(a);else if(n==="Greater than or equal to")for(let a=t;a<r;a++)e[a]-e[a-1]>=s&&o.push(a);else if(n==="Equal")for(let a=t;a<r;a++)e[a]-e[a-1]==s&&o.push(a);return o}function Jr(e,t,r,n,s){const o=[];if(n==="Less than")for(let a=t;a<r;a++){const i=e[a-1];(e[a]-i)/Math.abs(i)<s&&o.push(a)}else if(n==="Less than or equal to")for(let a=t;a<r;a++){const i=e[a-1];(e[a]-i)/Math.abs(i)<=s&&o.push(a)}else if(n==="Greater than")for(let a=t;a<r;a++){const i=e[a-1];(e[a]-i)/Math.abs(i)>s&&o.push(a)}else if(n==="Greater than or equal to")for(let a=t;a<r;a++){const i=e[a-1];(e[a]-i)/Math.abs(i)>=s&&o.push(a)}else if(n==="Equal")for(let a=t;a<r;a++){const i=e[a-1];(e[a]-i)/Math.abs(i)==s&&o.push(a)}return o}function Qr(e,t,r,n){const s=[];let o=e[t];for(let a=t+1;a<=r;a++){const i=e[a];i-o>n&&s.push(a-1,a),o=i}return s}function Kr(e,t,r){const n=[];if(t>=r)return n;let s=t,o=e[t];for(let a=t+1;a<r;a++){const i=e[a];i!==o&&(n.push(s,a-s,o),s=a,o=i)}return n.push(s,r-s,o),n}function Zr(e,t,r,n,s,o,a,i,l,f,h){let y=0,p=i;for(let g=o;g<=a;g++)if(n[p]=e[g],s[p]=t[g],p++,y<r.length&&g===r[y][0]){const d=r[y][0],u=r[y][1],b=e[d],S=e[u],m=t[d],E=t[u],k=S-b,L=E-m;let $=b+l;for(;$<S;)n[p]=$,s[p]=f?m+($-b)*L/k:h,p++,$+=l;y++}return p-i}function en(e,t,r,n,s,o,a,i){let l=o,f=0,h=i;const y=r.length;for(;l<a&&f<y;){const p=r[f][0];e[l]<=p?(n[h]=e[l],s[h]=t[l],l++):(n[h]=p,s[h]=r[f][1],f++),h++}for(;l<a;)n[h]=e[l],s[h]=t[l],l++,h++;for(;f<y;)n[h]=r[f][0],s[h]=r[f][1],f++,h++;return h-i}function tn(e,t,r,n,s,o,a,i){let l=0,f=i;for(let h=o;h<=a;h++)l<r.length&&h===r[l]?l++:(n[f]=e[h],s[f]=t[h],f++);return f-i}function rn(e,t,r,n){const s=r.length,o=new Array(s);if(n.isMonth)for(let a=0;a<s;a++){const i=r[a],l=new Date(e[i]);l.setMonth(l.getMonth()+n.amount),o[a]=[l.getTime(),t[i]]}else if(n.isYear)for(let a=0;a<s;a++){const i=r[a],l=new Date(e[i]);l.setFullYear(l.getFullYear()+n.amount),o[a]=[l.getTime(),t[i]]}else for(let a=0;a<s;a++){const i=r[a];o[a]=[e[i]+n.deltaMs,t[i]]}return o}function nn(e,t,r){for(let n=0;n<r.length;n++){const{indexes:s,lowerIdx:o,upperIdx:a}=r[n],i=e[o],l=t[o],f=e[a],h=t[a],y=f-i,p=h-l;if(y===0){for(let g=0;g<s.length;g++)t[s[g]]=l;continue}for(let g=0;g<s.length;g++){const d=s[g];t[d]=l+(e[d]-i)*p/y}}}function sn(e,t,r){for(let n=0;n<r.length;n++){const s=r[n][0],o=r[n][1],a=r[n][2];if(o<=s)continue;const i=e[s],l=e[o]-i;if(l!==0)for(let f=s;f<o;f++)t[f]=t[f]+a*((e[f]-i)/l)}}function zt(e,t,r,n){const s=t.length;if(r==="ADD")for(let o=0;o<s;o++)e[t[o]]=e[t[o]]+n;else if(r==="SUB")for(let o=0;o<s;o++)e[t[o]]=e[t[o]]-n;else if(r==="MULT")for(let o=0;o<s;o++)e[t[o]]=e[t[o]]*n;else if(r==="DIV")for(let o=0;o<s;o++)e[t[o]]=e[t[o]]/n;else if(r==="ASSIGN")for(let o=0;o<s;o++)e[t[o]]=n}const je="qc-utils:calibration:v1",on=720*60*60*1e3,pe=5e4,ye=2e5,ge={spawnOverheadMs:50,inlineThroughput:5e4,workerThroughput:8e4,hwConcurrency:4,measuredAt:0,userAgent:"default"};let M=pn()??ge,We=null,se=null;const xe=new Set,Ge={[T.VALUE_THRESHOLD]:{mode:"calibrated",weight:1,rationale:"O(n) single-pass scan; baseline reference"},[T.CHANGE]:{mode:"calibrated",weight:1.1,rationale:"O(n) with one subtraction per step"},[T.RATE_OF_CHANGE]:{mode:"calibrated",weight:1.4,rationale:"O(n) with division + abs per step"},[T.FIND_GAPS]:{mode:"calibrated",weight:.9,rationale:"O(n) on X only, mostly empty output"},[T.PERSISTENCE]:{mode:"calibrated",weight:1.3,rationale:"O(n) + chunk-boundary stitch"},[T.DATETIME_RANGE]:{mode:"always-inline",weight:0,rationale:"O(log n) binary search; never worth the worker hop"},[T.SELECTION]:{mode:"always-inline",weight:0,rationale:"Pure history bookkeeping"},[v.CHANGE_VALUES]:{mode:"calibrated",weight:.7,rationale:"O(k) in-place arithmetic on selection"},[v.ASSIGN_VALUES_BULK]:{mode:"always-inline",weight:0,rationale:"Single tight loop, already inline"},[v.ASSIGN_DATETIMES_BULK]:{mode:"always-inline",weight:0,rationale:"Composes delete+add which handle their own dispatch"},[v.INTERPOLATE]:{mode:"calibrated",weight:1.5,rationale:"Linear interp per consecutive group; in-place writes"},[v.DRIFT_CORRECTION]:{mode:"calibrated",weight:1.2,rationale:"O(range total) in-place math; one pass per range"},[v.SHIFT_DATETIMES]:{mode:"calibrated",weight:1.1,rationale:"O(k) per-point shift math; inline skips SAB allocation"},[v.ADD_POINTS]:{mode:"calibrated",weight:1.8,rationale:"Single merge pass over Y/X + insertions; fresh SAB per call"},[v.DELETE_POINTS]:{mode:"calibrated",weight:1.4,rationale:"Single skip-on-delete pass over Y/X; fresh SAB per call"},[v.FILL_GAPS]:{mode:"calibrated",weight:1.3,rationale:"Single copy-with-fills pass; fresh SAB sized to newLength"}};function F(e,t){const r=Ge[e];if(!r)return{useWorker:!0,predictedInlineMs:1/0,predictedWorkerMs:0,reason:"unknown op; keeping default worker path"};if(r.mode==="always-inline")return{useWorker:!1,predictedInlineMs:0,predictedWorkerMs:0,reason:r.rationale};if(typeof SharedArrayBuffer>"u")return{useWorker:!1,predictedInlineMs:0,predictedWorkerMs:1/0,reason:"SharedArrayBuffer unavailable; forced inline"};if(r.mode==="always-worker")return{useWorker:!0,predictedInlineMs:1/0,predictedWorkerMs:0,reason:r.rationale};const n=an(e,t);if(n<=0)return{useWorker:!1,predictedInlineMs:0,predictedWorkerMs:M.spawnOverheadMs,reason:"zero work units"};const s=Math.max(1,Math.min(t.parallelism??M.hwConcurrency,M.hwConcurrency)),o=r.weight*n/M.inlineThroughput,a=M.spawnOverheadMs+r.weight*n/(M.workerThroughput*s),i=o>a;return{useWorker:i,predictedInlineMs:o,predictedWorkerMs:a,reason:i?`worker faster (${a.toFixed(1)} vs ${o.toFixed(1)} ms)`:`inline faster (${o.toFixed(1)} vs ${a.toFixed(1)} ms)`}}function an(e,t){switch(e){case v.CHANGE_VALUES:case v.INTERPOLATE:case v.SHIFT_DATETIMES:case v.DRIFT_CORRECTION:return t.selectionSize??0;case v.DELETE_POINTS:return(t.selectionSize??0)+t.datasetSize*.25;case v.ADD_POINTS:{const r=Math.max(1,Math.log2(Math.max(t.datasetSize,2)));return t.datasetSize+(t.selectionSize??0)*r}default:return t.datasetSize}}function cn(e){return xe.add(e),()=>xe.delete(e)}function ln(){return M}function un(){return We}function hn(){return Object.keys(Ge).map(e=>({op:e,...Ge[e]}))}function fn(){M=ge,We=null;try{localStorage.removeItem(je)}catch{}}async function dn(e={}){if(typeof window>"u"||!(e.force||M.measuredAt===0||Date.now()-M.measuredAt>on))return M;if(se)await se;else{se=Xt().finally(()=>{se=null});const r=await se;M=r,yn(r),We=r;for(const n of xe)n(M)}return M}async function Xt(){if(!(typeof SharedArrayBuffer<"u"))return{...ge,measuredAt:Date.now(),userAgent:navigator.userAgent,hwConcurrency:navigator.hardwareConcurrency||ge.hwConcurrency,sharedArrayBufferAvailable:!1,samples:{spawnRoundtripMs:[],inlineScanMs:[],workerScanMs:[]}};const t=navigator.hardwareConcurrency||4,r=new Float32Array(pe);for(let u=0;u<pe;u++)r[u]=Math.sin(u);const n=await Ye(3,()=>{const u=performance.now();return Ht(r,0,pe,[2],[.5]),performance.now()-u}),s=He(n),o=pe/Math.max(s,.001),a=new SharedArrayBuffer(256*Float32Array.BYTES_PER_ELEMENT),i=await Ye(3,async()=>{const u=performance.now();return await new Promise(b=>{const S=new Be;S.onmessage=()=>{S.terminate(),b()},S.postMessage({bufferY:a,start:0,end:256,ops:[2],values:[.5]})}),performance.now()-u}),l=He(i),f=new SharedArrayBuffer(ye*Float32Array.BYTES_PER_ELEMENT),h=new Float32Array(f);for(let u=0;u<ye;u++)h[u]=Math.sin(u);const y=await Ye(3,async()=>{const u=performance.now();return await new Promise(b=>{const S=new Be;S.onmessage=()=>{S.terminate(),b()},S.postMessage({bufferY:f,start:0,end:ye,ops:[2],values:[.5]})}),performance.now()-u}),p=Math.max(He(y)-l,.1),g=ye/p;return{spawnOverheadMs:l,inlineThroughput:o,workerThroughput:g,hwConcurrency:t,measuredAt:Date.now(),userAgent:navigator.userAgent,sharedArrayBufferAvailable:!0,samples:{spawnRoundtripMs:i,inlineScanMs:n,workerScanMs:y}}}async function Ye(e,t){const r=[];for(let n=0;n<e;n++)await new Promise(s=>setTimeout(s,0)),r.push(await t());return r}function He(e){if(!e.length)return 0;const t=[...e].sort((n,s)=>n-s),r=Math.floor(t.length/2);return t.length%2?t[r]:(t[r-1]+t[r])/2}function pn(){if(typeof localStorage>"u")return null;try{const e=localStorage.getItem(je);if(!e)return null;const t=JSON.parse(e);return!t||typeof t.spawnOverheadMs!="number"?null:t}catch{return null}}function yn(e){if(!(typeof localStorage>"u"))try{const t={spawnOverheadMs:e.spawnOverheadMs,inlineThroughput:e.inlineThroughput,workerThroughput:e.workerThroughput,hwConcurrency:e.hwConcurrency,measuredAt:e.measuredAt,userAgent:e.userAgent};localStorage.setItem(je,JSON.stringify(t))}catch{}}const ee=20*1e3,gn=1024,mn=["date","value","qualifier"],wn=typeof SharedArrayBuffer<"u";function C(e,t){return wn?t!==void 0?new SharedArrayBuffer(e,{maxByteLength:t}):new SharedArrayBuffer(e):t!==void 0?new ArrayBuffer(e,{maxByteLength:t}):new ArrayBuffer(e)}function Vt(e,t){const r=e;typeof r.grow=="function"?r.grow(t):typeof r.resize=="function"&&r.resize(t)}function bn(e,t){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++)if(e[r]!==t[r])return!1;return!0}function Sn(e,t){switch(e){case v.ADD_POINTS:case v.FILL_GAPS:return!1;default:return!0}}class En{dataset={dimensions:mn,source:{x:new Float64Array(C(ee*Float64Array.BYTES_PER_ELEMENT,ee*Float64Array.BYTES_PER_ELEMENT)),y:new Float32Array(C(ee*Float32Array.BYTES_PER_ELEMENT,ee*Float32Array.BYTES_PER_ELEMENT))}};history=[];redoStack=[];_isReplaying=!1;_pendingExecutionMode="inline";loadingTime=null;isLoading=!0;rawData;constructor(t){this.history=[],this.rawData=t,this.loadData(this.rawData)}async loadData(t){if(!t)return;this.isLoading=!0;const r=await de(()=>{this._growBuffer(t.datetimes.length),this._resizeTo(t.datetimes.length),this.dataX.set(t.datetimes),this.dataY.set(t.dataValues)});this.loadingTime=r.duration,this.history.length=0,this.isLoading=!1}get dataX(){return this.dataset.source.x}get dataY(){return this.dataset.source.y}_resizeTo(t){this.dataset.source.x=new Float64Array(this.dataset.source.x.buffer).subarray(0,t),this.dataset.source.y=new Float32Array(this.dataset.source.y.buffer).subarray(0,t)}_growBuffer(t){const r=t*Float64Array.BYTES_PER_ELEMENT;let n=this.dataX.buffer.byteLength;for(;r>n;)n+=ee*Float64Array.BYTES_PER_ELEMENT;if(n*Float64Array.BYTES_PER_ELEMENT>this.dataX.buffer.maxByteLength){const s=C(this.dataX.buffer.byteLength,n*Float64Array.BYTES_PER_ELEMENT),o=C(this.dataY.buffer.byteLength,n*Float32Array.BYTES_PER_ELEMENT),a=new Float64Array(s),i=new Float32Array(o);a.set(this.dataX),i.set(this.dataY),this.dataset.source.x=a,this.dataset.source.y=i}this.dataX.buffer.byteLength<t*Float64Array.BYTES_PER_ELEMENT&&(Vt(this.dataX.buffer,t*Float64Array.BYTES_PER_ELEMENT),Vt(this.dataY.buffer,t*Float32Array.BYTES_PER_ELEMENT))}async reload(){this.loadingTime=null,this.isLoading=!0,this.history.length=0,await this.loadData(this.rawData)}async reloadHistory(t){const r=this.history.slice(0,t+1);return this.redoStack.length=0,await this.reload(),await this.dispatch(r.map(n=>[n.method,...n.args||[]]))}async removeHistoryItem(t){const r=[...this.history];return r.splice(t,1),this.redoStack.length=0,await this.reload(),await this.dispatch(r.map(n=>[n.method,...n.args||[]]))}async undo(){if(!this.history.length)return[];const t=this.history[this.history.length-1],r=this.history.slice(0,-1);await this.reload(),this.redoStack.push(t),this._isReplaying=!0;try{return await this.dispatch(r.map(n=>[n.method,...n.args||[]]))}finally{this._isReplaying=!1}}async redo(){if(!this.redoStack.length)return[];const t=this.redoStack.pop();this._isReplaying=!0;try{return await this.dispatch([[t.method,...t.args||[]]])}finally{this._isReplaying=!1}}get beginTime(){return this.dataset.source.x.length?new Date(this.dataset.source.x[0]):null}get endTime(){return this.dataset.source.x.length?new Date(this.dataset.source.x[this.dataset.source.x.length-1]):null}async dispatchAction(t,...r){const n={[v.ADD_POINTS]:this._addDataPoints,[v.CHANGE_VALUES]:this._changeValues,[v.ASSIGN_VALUES_BULK]:this._assignValuesBulk,[v.DELETE_POINTS]:this._deleteDataPointsFromSelection,[v.DRIFT_CORRECTION]:this._driftCorrectionFromSelection,[v.INTERPOLATE]:this._interpolateFromSelection,[v.SHIFT_DATETIMES]:this._shiftFromSelection,[v.ASSIGN_DATETIMES_BULK]:this._assignDatetimesBulk,[v.FILL_GAPS]:this._fillGaps};let s=[],o=null;try{this._isReplaying||(this.redoStack.length=0),o={method:t,args:r,isLoading:!0},this.history.push(o),Sn(t,r)||this.history[this.history.length-2]?.method===T.SELECTION&&this.history.splice(this.history.length-2,1),this._pendingExecutionMode="inline";const a=await de(async()=>await n[t].apply(this,r));s=a.response;const i=this.history.indexOf(o),l=i>=0?this.history[i]:void 0;l&&(l.duration=a.duration,l.executionMode=this._pendingExecutionMode,l.status="success",l.isLoading=!1)}catch(a){if(console.log(`Failed to execute operation: ${t} with arguments: `,r),console.log(a),o){const i=this.history.indexOf(o),l=i>=0?this.history[i]:void 0;l&&(l.status="failed",l.isLoading=!1)}}return s}async dispatch(t,...r){const n=async(s,o)=>T[s]?await this.dispatchFilter(s,...o):await this.dispatchAction(s,...o);if(Array.isArray(t)){let s=[];for(let o=0;o<t.length;o++){const a=t[o][0],i=t[o].slice(1,t[o].length);s=await n(a,i)}return s}else return await n(t,r)}async dispatchFilter(t,...r){const n={[T.FIND_GAPS]:this._findGaps,[T.VALUE_THRESHOLD]:this._valueThreshold,[T.DATETIME_RANGE]:this._datetimeRange,[T.PERSISTENCE]:this._persistence,[T.CHANGE]:this._change,[T.RATE_OF_CHANGE]:this._rateOfChange,[T.SELECTION]:this._selection};let s=[],o=null;try{const a=t===T.SELECTION,i=a&&(!r[0]||Array.isArray(r[0])&&r[0].length===0);!this._isReplaying&&!i&&(this.redoStack.length=0),o={method:t,args:r,isLoading:!0};const l=this.history[this.history.length-1],f=!!T[l?.method],h=l?.method===t||f&&!a;let y;h?(y=this.history.length-1,this.history[y]=o):(this.history.push(o),y=this.history.length-1),this._pendingExecutionMode="inline";const p=await de(async()=>await n[t].apply(this,r));s=p.response;const g=this.history.indexOf(o),d=g>=0?this.history[g]:void 0;d&&(d.duration=p.duration,d.executionMode=this._pendingExecutionMode,d.selected=p.response,d.status="success",d.isLoading=!1)}catch(a){if(console.log(`Failed to execute filter operation: ${t} with arguments: `,r),console.log(a),o){const i=this.history.indexOf(o),l=i>=0?this.history[i]:void 0;l&&(l.status="failed",l.isLoading=!1)}}return s}async _changeValues(t,r){const n=this.history[this.history.length-2]?.selected;if(!n||n.length===0)return[];const s=n.length;if(!F(v.CHANGE_VALUES,{datasetSize:this.dataset.source.y.length,selectionSize:s}).useWorker||s<gn)return zt(this.dataY,n,t,r),[];this._pendingExecutionMode="worker";const a=Math.min(navigator.hardwareConcurrency||1,s),i=Math.ceil(s/a),l=[],f=[];for(let h=0;h<a;h++){const y=h*i,p=Math.min((h+1)*i,s);if(y>=p)break;const g=n.slice(y,p);f.push(new Promise(d=>{const u=new Vr;l.push(u),u.postMessage({bufferY:this.dataY.buffer,indexes:g,operator:t,value:r}),u.onmessage=b=>{d(b.data)}}))}return await Promise.all(f),l.forEach(h=>h.terminate()),[]}_applyOperatorInPlace(t,r,n){zt(this.dataY,t,r,n)}async _assignValuesBulk(t){const r=this.history[this.history.length-2]?.selected;if(!r||!r.length||!t?.length)return[];const n=Math.min(r.length,t.length),s=this.dataY;for(let o=0;o<n;o++)s[r[o]]=t[o];return[]}async _assignDatetimesBulk(t){const r=this.history[this.history.length-2]?.selected;if(!r||!r.length||!t?.length)return[];const n=Math.min(r.length,t.length),s=new Array(n),o=new Array(n);for(let a=0;a<n;a++)s[a]=[t[a],this.dataY[r[a]]],o[a]=r[a];return o.sort((a,i)=>a-i),await this._deleteDataPoints(o),await this._addDataPoints(s),[]}async _interpolateFromSelection(){const t=this.history[this.history.length-2]?.selected;if(!(!t||t.length===0))return this._interpolate(t)}async _interpolate(t){const r=this._getConsecutiveGroups(t);if(r.length===0||r[0].length===0)return;const n=this.dataset.source.y.length,s=r.map(h=>({indexes:h,lowerIdx:Math.max(0,h[0]-1),upperIdx:Math.min(n-1,h[h.length-1]+1)}));if(!F(v.INTERPOLATE,{datasetSize:n,selectionSize:t.length}).useWorker){nn(this.dataX,this.dataY,s);return}this._pendingExecutionMode="worker";const a=Math.min(navigator.hardwareConcurrency||1,s.length),i=Math.ceil(s.length/a),l=[],f=[];for(let h=0;h<a;h++){const y=s.slice(h*i,(h+1)*i);if(y.length===0)break;f.push(new Promise(p=>{const g=new jr;l.push(g),g.postMessage({bufferX:this.dataX.buffer,bufferY:this.dataY.buffer,groups:y}),g.onmessage=d=>{p(d.data)}}))}await Promise.all(f),l.forEach(h=>h.terminate())}async _shiftFromSelection(t,r){const n=this.history[this.history.length-2]?.selected;if(!(!n||n.length===0))return this._shift(n,t,r)}async _shift(t,r,n){if(t.length===0)return;const s=n===U.MONTH,o=n===U.YEAR,a=!s&&!o?r*ne[n]*1e3:0,i=t.length;if(!F(v.SHIFT_DATETIMES,{datasetSize:this.dataset.source.x.length,selectionSize:i}).useWorker){const m=rn(this.dataX,this.dataY,t,{amount:r,isMonth:s,isYear:o,deltaMs:a});await this._deleteDataPoints(t),await this._addDataPoints(m);return}this._pendingExecutionMode="worker";const f=C(i*Float64Array.BYTES_PER_ELEMENT),h=C(i*Float32Array.BYTES_PER_ELEMENT),y=Math.min(navigator.hardwareConcurrency||1,i),p=Math.ceil(i/y),g=[],d=[];for(let m=0;m<y;m++){const E=m*p,k=Math.min((m+1)*p,i);if(E>=k)break;const L=t.slice(E,k);d.push(new Promise($=>{const I=new Gr;g.push(I),I.postMessage({bufferX:this.dataX.buffer,bufferY:this.dataY.buffer,outputBufferX:f,outputBufferY:h,indexes:L,outStart:E,amount:r,isMonth:s,isYear:o,deltaMs:a}),I.onmessage=P=>{$(P.data)}}))}await Promise.all(d),g.forEach(m=>m.terminate());const u=new Float64Array(f),b=new Float32Array(h),S=new Array(i);for(let m=0;m<i;m++)S[m]=[u[m],b[m]];await this._deleteDataPoints(t),await this._addDataPoints(S)}async _fillGaps(t,r,n,s,o){const a=this.dataX.length;if(a===0)return;const i=t[0]*ne[t[1]]*1e3,l=r[0]*ne[r[1]]*1e3,f=this.dataX,h=o?.[0]!=null&&Number.isFinite(o[0])?G(f,o[0]):0,y=o?.[1]!=null&&Number.isFinite(o[1])?q(f,o[1]):a-1,p=[],g=[];let d=0;for(let A=h+1;A<=y;A++)if(f[A]-f[A-1]>i){let W=0,J=f[A-1]+l;for(;J<f[A];)W++,J+=l;W>0&&(p.push([A-1,A]),g.push(W),d+=W)}if(d===0)return;const u=a+d,b=u*Float64Array.BYTES_PER_ELEMENT,S=u*Float32Array.BYTES_PER_ELEMENT,m=C(b,Math.max(this.dataX.buffer.maxByteLength,b)),E=C(S,Math.max(this.dataY.buffer.maxByteLength,S));if(!F(v.FILL_GAPS,{datasetSize:a,selectionSize:d}).useWorker){const A=new Float64Array(m),Y=new Float32Array(E);Zr(this.dataX,this.dataY,p,A,Y,0,a-1,0,l,n,s),this.dataset.source.x=A,this.dataset.source.y=Y,this._resizeTo(u);return}this._pendingExecutionMode="worker";const L=navigator.hardwareConcurrency||1,$=Math.ceil(a/L),I=[];let P=0;for(let A=0;A<L;A++){const Y=A*$,W=Math.min((A+1)*$-1,a-1),J=[];let me=0;for(;P<p.length&&p[P][0]<=W;)J.push(p[P]),me+=g[P],P++;I.push({start:Y,end:W,gapsSegment:J,fillsInSegment:me})}const ze=new Array(L).fill(0);for(let A=1;A<L;A++)ze[A]=ze[A-1]+I[A-1].fillsInSegment;const qt=[],Jt=[];for(let A=0;A<L;A++){const{start:Y,end:W,gapsSegment:J}=I[A],me=Y+ze[A];Jt.push(new Promise(Tn=>{const Xe=new Br;qt.push(Xe),Xe.postMessage({bufferX:this.dataX.buffer,bufferY:this.dataY.buffer,outputBufferX:m,outputBufferY:E,start:Y,end:W,gapsSegment:J,startTarget:me,fillDelta:l,interpolate:n,fillValue:s}),Xe.onmessage=Ln=>{Tn(Ln.data)}}))}await Promise.all(Jt),qt.forEach(A=>A.terminate()),this.dataset.source.x=new Float64Array(m),this.dataset.source.y=new Float32Array(E),this._resizeTo(u)}async _deleteDataPointsFromSelection(){const t=this.history[this.history.length-2]?.selected;if(!(!t||t.length===0))return this._deleteDataPoints(t)}async _deleteDataPoints(t){const r=this.dataX.length,n=r-t.length;if(!F(v.DELETE_POINTS,{datasetSize:r,selectionSize:t.length}).useWorker){const g=C(this.dataX.buffer.byteLength,this.dataX.buffer.maxByteLength),d=C(this.dataY.buffer.byteLength,this.dataY.buffer.maxByteLength),u=new Float64Array(g),b=new Float32Array(d);tn(this.dataX,this.dataY,t,u,b,0,r-1,0),this.dataset.source.x=u,this.dataset.source.y=b,this._resizeTo(n);return}this._pendingExecutionMode="worker";const o=navigator.hardwareConcurrency||1,a=Math.ceil(this.dataX.length/o),i=[],l=[];for(let g=0;g<o;g++){const d=g*a,u=Math.min((g+1)*a-1,this.dataX.length-1),b=G(t,d),S=q(t,u),m=t.slice(b,S+1);l.push({start:d,end:u,deleteSegment:m})}const f=new Array(o).fill(0);for(let g=1;g<o;g++)f[g]=f[g-1]+l[g-1].deleteSegment.length;const h=[],y=C(this.dataX.buffer.byteLength,this.dataX.buffer.maxByteLength),p=C(this.dataY.buffer.byteLength,this.dataY.buffer.maxByteLength);for(let g=0;g<o;g++){const{start:d,end:u,deleteSegment:b}=l[g],S=d-f[g];h.push(new Promise(m=>{const E=new Nr;i.push(E),E.postMessage({bufferX:this.dataX.buffer,bufferY:this.dataY.buffer,outputBufferX:y,outputBufferY:p,start:d,end:u,deleteSegment:b,startTarget:S}),E.onmessage=k=>{m(k.data)}}))}await Promise.all(h),i.forEach(g=>g.terminate()),this.dataset.source.x=new Float64Array(y),this.dataset.source.y=new Float32Array(p),this._resizeTo(n)}async _driftCorrectionFromSelection(t){const r=this.history[this.history.length-2]?.selected;if(!r||r.length===0)return;const n=this._getConsecutiveGroups(r),s=[];for(const o of n)o.length!==0&&s.push([o[0],o[o.length-1],t]);if(s.length!==0)return this._driftCorrection(s)}async _driftCorrection(t){if(!t||t.length===0)return;const r=this.dataset.source.x,n=navigator.hardwareConcurrency||1;let s=0;for(const[y,p]of t)p>y&&(s+=p-y);if(!F(v.DRIFT_CORRECTION,{datasetSize:r.length,selectionSize:s}).useWorker){sn(r,this.dataY,t);return}this._pendingExecutionMode="worker";const a=[];for(const[y,p,g]of t){if(p<=y)continue;const d=r[y],u=r[p]-d;if(u===0)continue;const b=p-y,S=Math.max(1,Math.ceil(b/n));for(let m=y;m<p;m+=S)a.push({chunkStart:m,chunkEnd:Math.min(m+S,p),startDatetime:d,value:g,extent:u})}if(a.length===0)return;const i=Math.min(n,a.length),l=Array.from({length:i},()=>[]);a.forEach((y,p)=>l[p%i].push(y));const f=[],h=[];for(const y of l)y.length!==0&&h.push(new Promise(p=>{const g=new Wr;f.push(g),g.postMessage({bufferX:this.dataX.buffer,bufferY:this.dataY.buffer,jobs:y}),g.onmessage=d=>{p(d.data)}}));await Promise.all(h),f.forEach(y=>y.terminate())}_getConsecutiveGroups(t){const r=[[]];return t.reduce((n,s)=>{const o=n[n.length-1];return!o.length||s==o[o.length-1]+1?o.push(s):n.push([s]),n},r),r}async _addDataPoints(t){if(t.length===0)return;const r=this.dataX.length,n=r+t.length;t.sort((d,u)=>d[0]-u[0]);const s=n*Float64Array.BYTES_PER_ELEMENT,o=n*Float32Array.BYTES_PER_ELEMENT,a=C(s,Math.max(this.dataX.buffer.maxByteLength,s)),i=C(o,Math.max(this.dataY.buffer.maxByteLength,o));if(!F(v.ADD_POINTS,{datasetSize:r,selectionSize:t.length}).useWorker){const d=new Float64Array(a),u=new Float32Array(i);en(this.dataX,this.dataY,t,d,u,0,r,0),this.dataset.source.x=d,this.dataset.source.y=u,this._resizeTo(n);return}this._pendingExecutionMode="worker";const f=t.map(d=>q(this.dataX,d[0])+1),h=Math.max(1,Math.min(navigator.hardwareConcurrency||1,Math.max(r,1))),y=Math.ceil(Math.max(r,1)/h),p=[],g=[];for(let d=0;d<h;d++){const u=d*y,b=Math.min((d+1)*y,r),S=G(f,u),m=d===h-1?t.length:G(f,b),E=t.slice(S,m),k=u+S;u>=b&&E.length===0||g.push(new Promise(L=>{const $=new xr;p.push($),$.postMessage({bufferX:this.dataX.buffer,bufferY:this.dataY.buffer,outputBufferX:a,outputBufferY:i,origStart:u,origEnd:b,insertions:E,outStart:k}),$.onmessage=I=>{L(I.data)}}))}await Promise.all(g),p.forEach(d=>d.terminate()),this.dataset.source.x=new Float64Array(a),this.dataset.source.y=new Float32Array(i),this._resizeTo(n)}async _valueThreshold(t){const r=Object.keys(t);if(r.length===0)return[];const n={[H.LT]:0,[H.LTE]:1,[H.GT]:2,[H.GTE]:3,[H.E]:4},s=r.map(u=>n[u]??4),o=r.map(u=>t[u]),a=this.dataset.source.y,i=a.length;if(i===0)return[];if(!F(T.VALUE_THRESHOLD,{datasetSize:i}).useWorker)return Ht(a,0,i,s,o);this._pendingExecutionMode="worker";const f=Math.min(navigator.hardwareConcurrency||1,i),h=Math.ceil(i/f),y=[],p=[];for(let u=0;u<f;u++){const b=u*h,S=Math.min((u+1)*h,i);if(b>=S)break;p.push(new Promise(m=>{const E=new Be;y.push(E),E.postMessage({bufferY:this.dataY.buffer,start:b,end:S,ops:s,values:o}),E.onmessage=k=>{m(k.data)}}))}const g=await Promise.all(p);y.forEach(u=>u.terminate());const d=[];for(let u=0;u<g.length;u++){const b=g[u];for(let S=0;S<b.length;S++)d.push(b[S])}return d}async _rateOfChange(t,r){const n=this.dataset.source.y;if(n.length<2)return[];const s=1,o=n.length,a=o-s;if(!F(T.RATE_OF_CHANGE,{datasetSize:n.length}).useWorker)return Jr(n,s,o,t,r);this._pendingExecutionMode="worker";const l=Math.min(navigator.hardwareConcurrency||1,a),f=Math.ceil(a/l),h=[],y=[];for(let d=0;d<l;d++){const u=s+d*f,b=Math.min(s+(d+1)*f,o);if(u>=b)break;y.push(new Promise(S=>{const m=new Xr;h.push(m),m.postMessage({bufferY:this.dataY.buffer,start:u,end:b,comparator:t,value:r}),m.onmessage=E=>{S(E.data)}}))}const p=await Promise.all(y);h.forEach(d=>d.terminate());const g=[];for(let d=0;d<p.length;d++){const u=p[d];for(let b=0;b<u.length;b++)g.push(u[b])}return g}async _datetimeRange(t,r){const n=this.dataset.source.x,s=n.length;if(s===0)return[];const o=t==null?0:G(n,t),a=r==null?s-1:q(n,r);if(o>a)return[];const i=new Array(a-o+1);for(let l=o;l<=a;l++)i[l-o]=l;return i}async _selection(t){const r=this.history[this.history.length-2],n=!!r&&r.method!==T.SELECTION&&!!T[r.method],s=n&&Array.isArray(r.selected)?r.selected:void 0;return!t||!t.length?(this.history.pop(),s&&s.length>0&&this.history.pop(),t):(s&&bn(s,t)?this.history.pop():n&&this.history.splice(this.history.length-2,1),t)}async _change(t,r){const n=this.dataset.source.y;if(n.length<2)return[];const s=1,o=n.length,a=o-s;if(!F(T.CHANGE,{datasetSize:n.length}).useWorker)return qr(n,s,o,t,r);this._pendingExecutionMode="worker";const l=Math.min(navigator.hardwareConcurrency||1,a),f=Math.ceil(a/l),h=[],y=[];for(let d=0;d<l;d++){const u=s+d*f,b=Math.min(s+(d+1)*f,o);if(u>=b)break;y.push(new Promise(S=>{const m=new zr;h.push(m),m.postMessage({bufferY:this.dataY.buffer,start:u,end:b,comparator:t,value:r}),m.onmessage=E=>{S(E.data)}}))}const p=await Promise.all(y);h.forEach(d=>d.terminate());const g=[];for(let d=0;d<p.length;d++){const u=p[d];for(let b=0;b<u.length;b++)g.push(u[b])}return g}async _findGaps(t,r,n){const s=this.dataset.source.x;let o=0,a=s.length;if(n!=null){const[b,S]=n;b!=null&&Number.isFinite(b)&&(o=G(s,b)),S!=null&&Number.isFinite(S)&&(a=q(s,S)+1)}if(a<=o)return[];const i=t*ne[r]*1e3;if(!F(T.FIND_GAPS,{datasetSize:a-o}).useWorker){const b=Qr(s,o,a-1,i),S=new Set;for(let m=0;m<b.length;m++)S.add(b[m]);return[...S]}this._pendingExecutionMode="worker";const f=a-o,h=Math.min(navigator.hardwareConcurrency||1,f),y=Math.ceil(f/h),p=[],g=[];for(let b=0;b<h;b++){const S=o+b*y,m=Math.min(o+(b+1)*y,a);if(S>=m)break;g.push(new Promise(E=>{const k=new Yr;p.push(k),k.postMessage({bufferX:this.dataX.buffer,start:S,endInclusive:m,threshold:i}),k.onmessage=L=>{E(L.data)}}))}const d=await Promise.all(g);p.forEach(b=>b.terminate());const u=new Set;for(let b=0;b<d.length;b++){const S=d[b];for(let m=0;m<S.length;m++)u.add(S[m])}return[...u]}async _persistence(t,r){const n=this.dataset.source.x,s=this.dataset.source.y;let o=0,a=s.length;if(r!=null){const[m,E]=r;m!=null&&Number.isFinite(m)&&(o=G(n,m)),E!=null&&Number.isFinite(E)&&(a=q(n,E)+1)}if(a<=o)return[];const i=a-o;if(!F(T.PERSISTENCE,{datasetSize:i}).useWorker){const m=Kr(s,o,a),E=[];for(let k=0;k<m.length;k+=3){const L=m[k],$=m[k+1];if($>=t)for(let I=0;I<$;I++)E.push(L+I)}return E}this._pendingExecutionMode="worker";const f=Math.min(navigator.hardwareConcurrency||1,i),h=Math.ceil(i/f),y=[],p=[];for(let m=0;m<f;m++){const E=o+m*h,k=Math.min(o+(m+1)*h,a);if(E>=k)break;p.push(new Promise(L=>{const $=new Hr;y.push($),$.postMessage({bufferY:this.dataY.buffer,start:E,end:k}),$.onmessage=I=>{L(I.data)}}))}const g=await Promise.all(p);y.forEach(m=>m.terminate());const d=[],u=[],b=[];for(let m=0;m<g.length;m++){const E=g[m];for(let k=0;k<E.length;k+=3){const L=E[k],$=E[k+1],I=E[k+2],P=d.length-1;P>=0&&b[P]===I&&d[P]+u[P]===L?u[P]+=$:(d.push(L),u.push($),b.push(I))}}const S=[];for(let m=0;m<d.length;m++){const E=u[m];if(E>=t){const k=d[m];for(let L=0;L<E;L++)S.push(k+L)}}return S}}const oe="1",vn=new Set([...Object.values(v),...Object.values(T)]);function kn(e,t){const r=e.history.map(n=>{const s={method:n.method,args:n.args?[...n.args]:[]};return n.status==="failed"&&(s.status="failed"),s});return{version:oe,createdAt:new Date().toISOString(),window:{startDate:t.startDate,endDate:t.endDate},operations:r}}function _n(e){if(!e||typeof e!="object")throw new Error("QC script must be a JSON object.");const t=e;if(t.version!==oe)throw new Error(`Unsupported QC script version: ${String(t.version)}. This loader understands version "${oe}".`);if(typeof t.createdAt!="string")throw new Error("QC script is missing `createdAt` (ISO-8601 string).");const r=t.window;if(!r||typeof r!="object")throw new Error("QC script is missing `window`.");if(typeof r.startDate!="string"||typeof r.endDate!="string")throw new Error("`window.startDate` and `window.endDate` must be ISO-8601 strings.");if(!Array.isArray(t.operations))throw new Error("QC script `operations` must be an array.");const n=t.operations.map((s,o)=>{if(!s||typeof s!="object")throw new Error(`Operation ${o} must be an object.`);const a=s;if(typeof a.method!="string")throw new Error(`Operation ${o} missing string \`method\`.`);if(!vn.has(a.method))throw new Error(`Operation ${o} has unknown method: "${a.method}".`);if(!Array.isArray(a.args))throw new Error(`Operation ${o} \`args\` must be an array.`);const i={method:a.method,args:[...a.args]};return a.status==="failed"&&(i.status="failed"),i});return{version:oe,createdAt:t.createdAt,window:{startDate:r.startDate,endDate:r.endDate},operations:n}}async function An(e,t){e.history.length=0,e.redoStack.length=0,await e.reload();const r={applied:0,failed:[]};for(let n=0;n<t.operations.length;n++){const s=t.operations[n];try{await e.dispatch(s.method,...s.args),e.history[e.history.length-1]?.status==="failed"?r.failed.push({index:n,method:s.method,error:"Operation handler reported failure (see console)."}):r.applied++}catch(o){r.failed.push({index:n,method:s.method,error:o instanceof Error?o.message:String(o)})}}return r}w.ACCOUNT_BASE=N,w.AUTH_BASE=ue,w.ApiKey=cr,w.BASE_URL=D,w.Collaborator=ur,w.DEFAULT_SNACK_DURATION=$e,w.DataSource=$r,w.Datastream=Zt,w.EnumEditOperations=v,w.EnumFilterOperations=T,w.FilterOperation=H,w.HydroShareArchive=Je,w.INCREASE_AMOUNT=ee,w.Location=Qe,w.LogicalOperation=qe,w.OAuthProvider=ir,w.ObservationRecord=En,w.ObservedProperty=rr,w.Operator=Ve,w.Organization=or,w.PROVIDER_BASE=te,w.Payload=Or,w.PermissionAction=Ke,w.PermissionResource=Ze,w.Position=ht,w.PostHydroShareArchive=Qt,w.ProcessingLevel=nr,w.QC_SCRIPT_VERSION=oe,w.ResultQualifier=sr,w.SESSION_BASE=he,w.Sensor=tr,w.Snack=ft,w.SnackColor=Re,w.SnackIcon=Ie,w.SnackTitle=Oe,w.Snackbar=dt,w.TAG_BASE=Fe,w.THINGS_BASE=_,w.Thing=Kt,w.TimeUnit=U,w.Unit=er,w.User=ar,w.Workspace=lr,w.api=Ir,w.apiMethods=c,w.applyScript=An,w.clearCalibration=fn,w.createPatchObject=Ue,w.ensureCalibration=dn,w.extractErrorMessage=et,w.findFirstGreaterOrEqual=G,w.findLastLessOrEqual=q,w.formatDate=Dr,w.formatDuration=Fr,w.getCSRFToken=we,w.getCalibration=ln,w.getLastBenchmarkDetail=un,w.getObservationsEndpoint=Rr,w.getOperationTable=hn,w.measureEllapsedTime=de,w.onCalibrationChange=cn,w.parseScript=_n,w.requestInterceptor=be,w.responseInterceptor=Se,w.runBenchmarks=Xt,w.serializeHistory=kn,w.shouldUseWorker=F,w.subtractHours=Pr,w.timeUnitMultipliers=ne,Object.defineProperty(w,Symbol.toStringTag,{value:"Module"})}));
@@ -0,0 +1,173 @@
1
+ import { Datastream } from '@/types';
2
+ import { Payload } from './payload';
3
+ import { Timestamp } from './timestamp';
4
+ export declare const WORKFLOW_TYPES: readonly [{
5
+ readonly title: "ETL";
6
+ readonly value: "ETL";
7
+ }, {
8
+ readonly title: "HydroServer aggregation";
9
+ readonly value: "Aggregation";
10
+ }, {
11
+ readonly title: "HydroServer virtual datastream";
12
+ readonly value: "Virtual";
13
+ }, {
14
+ readonly title: "Streaming Data Loader";
15
+ readonly value: "SDL";
16
+ }];
17
+ export type WorkflowType = (typeof WORKFLOW_TYPES)[number]['value'];
18
+ export declare const CSV_DELIMITER_OPTIONS: readonly [{
19
+ readonly value: ",";
20
+ readonly title: "Comma";
21
+ }, {
22
+ readonly value: "|";
23
+ readonly title: "Pipe";
24
+ }, {
25
+ readonly value: "\t";
26
+ readonly title: "Tab";
27
+ }, {
28
+ readonly value: ";";
29
+ readonly title: "Semicolon";
30
+ }, {
31
+ readonly value: " ";
32
+ readonly title: "Space";
33
+ }];
34
+ export type CSVDelimiterType = (typeof CSV_DELIMITER_OPTIONS)[number]['value'];
35
+ export interface PerPayloadPlaceholder {
36
+ name: string;
37
+ type: 'perPayload';
38
+ }
39
+ export interface RunTimePlaceholder {
40
+ name: string;
41
+ type: 'runTime';
42
+ runTimeValue: 'startTime' | 'now';
43
+ timestamp: Timestamp;
44
+ }
45
+ export type PlaceholderVariable = PerPayloadPlaceholder | RunTimePlaceholder;
46
+ export declare const EXTRACTOR_OPTIONS: readonly ["HTTP", "local"];
47
+ export type ExtractorType = (typeof EXTRACTOR_OPTIONS)[number];
48
+ export type ETLStep = 'extractor' | 'transformer' | 'loader';
49
+ interface BaseExtractor {
50
+ type: ExtractorType;
51
+ sourceUri: string;
52
+ placeholderVariables: PlaceholderVariable[];
53
+ }
54
+ export interface HTTPExtractor extends BaseExtractor {
55
+ type: 'HTTP';
56
+ }
57
+ export interface LocalFileExtractor extends BaseExtractor {
58
+ type: 'local';
59
+ }
60
+ export type ExtractorConfig = HTTPExtractor | LocalFileExtractor;
61
+ export declare const extractorDefaults: Record<ExtractorType, ExtractorConfig>;
62
+ export declare const TRANSFORMER_OPTIONS: readonly ["JSON", "CSV"];
63
+ export type TransformerType = (typeof TRANSFORMER_OPTIONS)[number];
64
+ export declare enum IdentifierType {
65
+ Name = "name",
66
+ Index = "index"
67
+ }
68
+ interface BaseTransformer {
69
+ type: TransformerType;
70
+ timestamp: Timestamp;
71
+ }
72
+ export interface JSONtransformer extends BaseTransformer {
73
+ type: 'JSON';
74
+ JMESPath: string;
75
+ }
76
+ export interface CSVTransformer extends BaseTransformer {
77
+ type: 'CSV';
78
+ headerRow: number | null;
79
+ dataStartRow: number;
80
+ delimiter: CSVDelimiterType;
81
+ identifierType: IdentifierType;
82
+ }
83
+ export type TransformerConfig = JSONtransformer | CSVTransformer;
84
+ export declare const transformerDefaults: Record<TransformerType, TransformerConfig>;
85
+ export declare const LOADER_OPTIONS: readonly ["HydroServer"];
86
+ export type LoaderType = (typeof LOADER_OPTIONS)[number];
87
+ interface BaseLoaderConfig {
88
+ type: LoaderType;
89
+ }
90
+ interface HydroServerLoaderConfig extends BaseLoaderConfig {
91
+ type: 'HydroServer';
92
+ }
93
+ export type LoaderConfig = HydroServerLoaderConfig;
94
+ export declare const loaderDefaults: Record<LoaderType, LoaderConfig>;
95
+ interface EtlConfiguration {
96
+ type: WorkflowType;
97
+ extractor: ExtractorConfig;
98
+ transformer: TransformerConfig;
99
+ loader: LoaderConfig;
100
+ payloads: Payload[];
101
+ }
102
+ export type PartialDatastream = Pick<Datastream, 'name' | 'description' | 'noDataValue' | 'valueCount' | 'phenomenonBeginTime' | 'phenomenonEndTime' | 'aggregationStatistic' | 'timeAggregationInterval' | 'timeAggregationIntervalUnit' | 'intendedTimeSpacing' | 'intendedTimeSpacingUnit'>;
103
+ export declare const DATASOURCE_STATUS_OPTIONS: readonly [{
104
+ readonly color: "green";
105
+ readonly title: "OK";
106
+ }, {
107
+ readonly color: "blue";
108
+ readonly title: "Pending";
109
+ }, {
110
+ readonly color: "red";
111
+ readonly title: "Needs attention";
112
+ }, {
113
+ readonly color: "orange-darken-4";
114
+ readonly title: "Behind schedule";
115
+ }, {
116
+ readonly color: "gray";
117
+ readonly title: "Unknown";
118
+ }, {
119
+ readonly color: "gray";
120
+ readonly title: "Loading paused";
121
+ }];
122
+ export type StatusType = (typeof DATASOURCE_STATUS_OPTIONS)[number]['title'];
123
+ export declare const INTERVAL_UNIT_OPTIONS: {
124
+ value: string;
125
+ title: string;
126
+ }[];
127
+ export type IntervalUnitType = (typeof INTERVAL_UNIT_OPTIONS)[number]['value'];
128
+ export interface Schedule {
129
+ interval: number;
130
+ intervalUnits?: IntervalUnitType;
131
+ crontab?: string;
132
+ startTime?: string;
133
+ endTime?: string;
134
+ }
135
+ export interface Status {
136
+ lastRunSuccessful?: boolean;
137
+ lastRunMessage?: string;
138
+ lastRun?: string;
139
+ nextRun?: string;
140
+ paused: boolean;
141
+ }
142
+ export interface OrchestrationSystem {
143
+ name: string;
144
+ id: string;
145
+ workspaceId: string;
146
+ type: string;
147
+ }
148
+ export declare class DataSource {
149
+ name: string;
150
+ settings: EtlConfiguration;
151
+ id: string;
152
+ workspaceId: string;
153
+ orchestrationSystem: OrchestrationSystem;
154
+ schedule: Schedule;
155
+ status: Status;
156
+ datastreams: Datastream[];
157
+ constructor(init?: Partial<DataSource>);
158
+ switchExtractor(newType: ExtractorType): void;
159
+ switchTransformer(newType: TransformerType): void;
160
+ switchLoader(newType: LoaderType): void;
161
+ }
162
+ export declare function convertDataSourceToPostObject(dataSource: DataSource): {
163
+ name: string;
164
+ settings: EtlConfiguration;
165
+ workspaceId: string;
166
+ orchestrationSystemId: string;
167
+ schedule: Schedule;
168
+ status: Status;
169
+ };
170
+ export declare function getStatusText({ lastRun, lastRunSuccessful, nextRun, paused, }: Status): StatusType;
171
+ export declare function getBadCountText(statusArray: Status[]): string;
172
+ export declare function getBehindScheduleCountText(statusArray: Status[]): string;
173
+ export {};
@@ -0,0 +1,2 @@
1
+ export { DataSource } from '@/models/dataSource';
2
+ export { Payload } from '@/models/payload';
@@ -0,0 +1,24 @@
1
+ export interface ExpressionDataTransformation {
2
+ type: 'expression';
3
+ expression: string;
4
+ }
5
+ export interface LookupTableDataTransformation {
6
+ lookupTableId: string;
7
+ type: 'lookup';
8
+ }
9
+ export type DataTransformation = ExpressionDataTransformation | LookupTableDataTransformation;
10
+ export interface MappingPath {
11
+ targetIdentifier: string | number;
12
+ dataTransformations: DataTransformation[];
13
+ }
14
+ export interface Mapping {
15
+ sourceIdentifier: string | number;
16
+ paths: MappingPath[];
17
+ }
18
+ export declare class Payload {
19
+ name: string;
20
+ mappings: Mapping[];
21
+ extractorVariables: Record<string, string>;
22
+ constructor(init?: Partial<Payload>);
23
+ }
24
+ export declare function addMapping(payload: Payload): void;