bimplus-websdk 0.0.220 → 0.0.222

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.
@@ -1,2 +1,2 @@
1
1
  /*! For license information please see bimplus-websdk.js.LICENSE.txt */
2
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.add=t():e.add=t()}(self,(()=>(()=>{"use strict";var e={d:(t,r)=>{for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},t={};function r(e,t,r,n){return $.ajax({url:e,type:t,data:r,contentType:n&&void 0!==n.contentType?n.contentType:"application/json; charset=utf-8",dataType:n&&void 0!==n.dataType?n.dataType:"json",processData:!(!n||void 0===n.processData)&&n.processData,cache:!(!window||!window.BIMPLUS_SDK_ENABLE_CACHE),async:!0,xhr:function(){var e=$.ajaxSettings.xhr();return n&&void 0!==n.xhrUploadProgress&&e.upload.addEventListener("progress",n.xhrUploadProgress,!1),e},beforeSend:function(e){if(window&&void 0!==window.BIMPLUS_SDK_PENDING_REQUESTS&&window.BIMPLUS_SDK_PENDING_REQUESTS++,n&&n.token){var t=n.tokenType?n.tokenType:"BimPlus";e.setRequestHeader("Authorization",t+" "+n.token)}n&&n.eTag&&(e.setRequestHeader("Cache-Control","no-cache"),window&&!window.BIMPLUS_SDK_DISABLE_ETAG&&e.setRequestHeader("If-None-Match",n.eTag))},complete:function(t){if(window&&void 0!==window.BIMPLUS_SDK_PENDING_REQUESTS&&window.BIMPLUS_SDK_PENDING_REQUESTS--,window&&window.BIMPLUS_SDK_LOG_API_CALLS){var r={url:e,response:t&&t.responseText&&t.responseText.length>0?JSON.parse(t.responseText):null};console.log(JSON.stringify(r))}}})}function n(e,t,r,n){var s=$.Deferred();console.debug("xmlHttpRequest config=",n);var i=new XMLHttpRequest;return i.open(t,e,!0),i.setRequestHeader("Authorization","BimPlus "+n.token),window&&void 0!==window.BIMPLUS_SDK_PENDING_REQUESTS&&window.BIMPLUS_SDK_PENDING_REQUESTS++,n&&n.responseType&&(console.debug("responseType is set to",n.responseType),i.responseType=n.responseType),n&&n.eTag&&(console.debug("setRequestHeader is set to eTag",n.eTag),i.setRequestHeader("Cache-Control","no-cache"),window&&!window.BIMPLUS_SDK_DISABLE_ETAG&&i.setRequestHeader("If-None-Match",n.eTag)),i.onload=function(){window&&void 0!==window.BIMPLUS_SDK_PENDING_REQUESTS&&window.BIMPLUS_SDK_PENDING_REQUESTS--,s.resolve(i.response,i.status,i)},i.onerror=function(){window&&void 0!==window.BIMPLUS_SDK_PENDING_REQUESTS&&window.BIMPLUS_SDK_PENDING_REQUESTS--,s.reject()},r&&i.setRequestHeader("Content-Type","application/json;charset=UTF-8"),i.send(r),s.promise()}function s(e){var t="?";for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t+=r+"="+e[r]+"&");return t=t.slice(0,-1)}function i(e,t,r,n,s){var i=arguments.length>5&&void 0!==arguments[5]&&arguments[5];s||(s={}),s.token||(s.token=t),s.queryParams||(s.queryParams={}),s.queryParams.chunkSize=r,s.queryParams.chunk=1;var o=$.Deferred(),a=[];return e.get(n,s).done((function(t,r,u){a.push(t);var c=0;if(200===u.status){var l=u.getResponseHeader("X-Total-Count");l?c=parseInt(l,10):console.warn("Request for "+n+" doesn't support chunked responses!")}else 304===u.status&&(u["Cached-X-Total-Count"]?c=u["Cached-X-Total-Count"]:console.warn("Cached request for "+n+" doesn't contain chunk info!"));if(i){for(var h=function(){var t=$.Deferred();s.queryParams.chunk=p,e.get(n,s).done((function(e){t.resolve(e)})).fail((function(e,r){t.reject(e,r)})),a.push(t)},p=2;p<=c;p++)h();o.resolve(a)}else{for(var f=[],d=2;d<=c;d++){s.queryParams.chunk=d;var g=e.get(n,s).done((function(e){a.push(e)})).fail((function(e,t){o.reject(e,t)}));f.push(g)}Promise.all(f).then((function(){o.resolve(a)}))}})).fail((function(e,t){o.reject(e,t)})),o.promise()}e.r(t),e.d(t,{Api:()=>as,IDBCache:()=>ln,createDefaultConfig:()=>us});var o=function(){var e=null,t=null,o="medium";this.setAccessToken=function(t){e=t},this.setTokenType=function(e){t=e},this.get=function(i,o){return o||(o={}),o.token||(o.token=e),o.tokenType&&o.tokenType===t||(o.tokenType=t),o.queryParams&&(i+=s(o.queryParams)),o&&o.useXMLHttpRequest?n(i,"GET",null,o):r(i,"GET",null,o)},this.getChunked=function(t,r){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return i(this,e,o,t,r,n)},this.put=function(n,i,o){return o||(o={}),o.token||(o.token=e),o.tokenType&&o.tokenType===t||(o.tokenType=t),o.queryParams&&(n+=s(o.queryParams)),r(n,"PUT",i,o)},this.post=function(i,o,a){return a||(a={}),a.token||(a.token=e),a.tokenType&&a.tokenType===t||(a.tokenType=t),a.queryParams&&(i+=s(a.queryParams)),a&&a.useXMLHttpRequest?n(i,"POST",o,a):r(i,"POST",o,a)},this.del=function(n,i,o){return o||(o={}),i||(o.contentType=null),o.dataType=null,o.token||(o.token=e),o.tokenType&&o.tokenType===t||(o.tokenType=t),o.queryParams&&(n+=s(o.queryParams)),r(n,"DELETE",i||null,o)}},a=function(e){this.postSettings=function(t){return e.request.post(e.getApiUrl()+"application/settings",t)},this.getSettings=function(t){return t?e.request.get(e.getApiUrl()+"application/settings/"+t):e.request.get(e.getApiUrl()+"application/settings")},this.putSettings=function(t,r){return e.request.put(e.getApiUrl()+"application/settings/"+t,r)},this.deleteSettings=function(t){return e.request.del(e.getApiUrl()+"application/settings/"+t)}},u=function(e){this.get=function(t){return console.debug("Annotation get API ",e.getApiTeamUrl()+"annotations/"+t),e.request.get(e.getApiTeamUrl()+"annotations/"+t)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"annotations/"+t)},this.put=function(t,r){return e.request.put(e.getApiTeamUrl()+"annotations/"+t,r)}},c=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"attachments/"+t)},this.download=function(t,r){return r?e.request.get(e.getApiTeamUrl()+"attachments/"+t+"/versions/"+r+"/download"):e.request.get(e.getApiTeamUrl()+"attachments/"+t+"/download")},this.put=function(t,r){return e.request.put(e.getApiTeamUrl()+"attachments/"+t,r)},this.post=function(t,r,n){return e.request.put(e.getApiTeamUrl()+"attachments/"+t,r,{contentType:!1,processData:!1,dataType:null,xhrUploadProgress:n})},this.delete=function(t,r){return r?e.request.del(e.getApiTeamUrl()+"attachments/"+t+"/versions/"+r):e.request.del(e.getApiTeamUrl()+"attachments/"+t)},this.deleteSelected=function(t){return e.request.del(e.getApiTeamUrl()+"objects/"+t+"/attachments")},this.postVersion=function(t,r,n){return e.request.post(e.getApiTeamUrl()+"attachments/"+t+"/versions",r,{contentType:!1,processData:!1,dataType:null,xhrUploadProgress:n})},this.getAllVersions=function(t){return e.request.get(e.getApiTeamUrl()+"attachments/"+t+"/versions")},this.releaseVersion=function(t,r){return e.request.put(e.getApiTeamUrl()+"attachments/"+t+"/release",r)}},l=function(e){this.post=function(t){return e.request.post(e.getApiTeamUrl()+"attributetemplates",t)},this.get=function(t){return t?e.request.get(e.getApiTeamUrl()+"attributetemplates/"+t):e.request.get(e.getApiTeamUrl()+"attributetemplates")},this.put=function(t,r){return e.request.put(e.getApiTeamUrl()+"attributetemplates/"+t,r)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"attributetemplates/"+t)}},h=function(e){this.post=function(t,r,n){return e.request.post(e.getApiUrl()+"authorize",JSON.stringify({user_id:t,password:r,application_id:n}))},this.forgotPassword=function(t){return e.request.post(e.getApiUrl()+"auth-forgot",t,{dataType:null})},this.checkAccessToken=function(){return e.request.get(e.getApiUrl()+"authorize")},this.requestCrossToken=function(){return e.request.post(e.getApiUrl()+"cross-token")},this.requestExternalAppToken=function(){return e.request.get(e.getApiUrl()+"validate")}};const p="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,f=Object.keys,d=Array.isArray;function g(e,t){return"object"!=typeof t||f(t).forEach((function(r){e[r]=t[r]})),e}"undefined"==typeof Promise||p.Promise||(p.Promise=Promise);const m=Object.getPrototypeOf,y={}.hasOwnProperty;function v(e,t){return y.call(e,t)}function b(e,t){"function"==typeof t&&(t=t(m(e))),("undefined"==typeof Reflect?f:Reflect.ownKeys)(t).forEach((r=>{w(e,r,t[r])}))}const T=Object.defineProperty;function w(e,t,r,n){T(e,t,g(r&&v(r,"get")&&"function"==typeof r.get?{get:r.get,set:r.set,configurable:!0}:{value:r,configurable:!0,writable:!0},n))}function A(e){return{from:function(t){return e.prototype=Object.create(t.prototype),w(e.prototype,"constructor",e),{extend:b.bind(null,e.prototype)}}}}const q=Object.getOwnPropertyDescriptor;function _(e,t){let r;return q(e,t)||(r=m(e))&&_(r,t)}const U=[].slice;function k(e,t,r){return U.call(e,t,r)}function j(e,t){return t(e)}function P(e){if(!e)throw new Error("Assertion Failed")}function x(e){p.setImmediate?setImmediate(e):setTimeout(e,0)}function S(e,t){return e.reduce(((e,r,n)=>{var s=t(r,n);return s&&(e[s[0]]=s[1]),e}),{})}function E(e,t){if(v(e,t))return e[t];if(!t)return e;if("string"!=typeof t){for(var r=[],n=0,s=t.length;n<s;++n){var i=E(e,t[n]);r.push(i)}return r}var o=t.indexOf(".");if(-1!==o){var a=e[t.substr(0,o)];return void 0===a?void 0:E(a,t.substr(o+1))}}function D(e,t,r){if(e&&void 0!==t&&(!("isFrozen"in Object)||!Object.isFrozen(e)))if("string"!=typeof t&&"length"in t){P("string"!=typeof r&&"length"in r);for(var n=0,s=t.length;n<s;++n)D(e,t[n],r[n])}else{var i=t.indexOf(".");if(-1!==i){var o=t.substr(0,i),a=t.substr(i+1);if(""===a)void 0===r?d(e)&&!isNaN(parseInt(o))?e.splice(o,1):delete e[o]:e[o]=r;else{var u=e[o];u&&v(e,o)||(u=e[o]={}),D(u,a,r)}}else void 0===r?d(e)&&!isNaN(parseInt(t))?e.splice(t,1):delete e[t]:e[t]=r}}function O(e){var t={};for(var r in e)v(e,r)&&(t[r]=e[r]);return t}const C=[].concat;function I(e){return C.apply([],e)}const R="Boolean,String,Date,RegExp,Blob,File,FileList,FileSystemFileHandle,ArrayBuffer,DataView,Uint8ClampedArray,ImageBitmap,ImageData,Map,Set,CryptoKey".split(",").concat(I([8,16,32,64].map((e=>["Int","Uint","Float"].map((t=>t+e+"Array")))))).filter((e=>p[e])),B=R.map((e=>p[e]));S(R,(e=>[e,!0]));let K=null;function N(e){K="undefined"!=typeof WeakMap&&new WeakMap;const t=M(e);return K=null,t}function M(e){if(!e||"object"!=typeof e)return e;let t=K&&K.get(e);if(t)return t;if(d(e)){t=[],K&&K.set(e,t);for(var r=0,n=e.length;r<n;++r)t.push(M(e[r]))}else if(B.indexOf(e.constructor)>=0)t=e;else{const r=m(e);for(var s in t=r===Object.prototype?{}:Object.create(r),K&&K.set(e,t),e)v(e,s)&&(t[s]=M(e[s]))}return t}const{toString:L}={};function F(e){return L.call(e).slice(8,-1)}const G="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator",H="symbol"==typeof G?function(e){var t;return null!=e&&(t=e[G])&&t.apply(e)}:function(){return null},W={};function V(e){var t,r,n,s;if(1===arguments.length){if(d(e))return e.slice();if(this===W&&"string"==typeof e)return[e];if(s=H(e)){for(r=[];!(n=s.next()).done;)r.push(n.value);return r}if(null==e)return[e];if("number"==typeof(t=e.length)){for(r=new Array(t);t--;)r[t]=e[t];return r}return[e]}for(t=arguments.length,r=new Array(t);t--;)r[t]=arguments[t];return r}const J="undefined"!=typeof Symbol?e=>"AsyncFunction"===e[Symbol.toStringTag]:()=>!1;var z="undefined"!=typeof location&&/^(http|https):\/\/(localhost|127\.0\.0\.1)/.test(location.href);function X(e,t){z=e,Q=t}var Q=()=>!0;const Y=!new Error("").stack;function Z(){if(Y)try{throw Z.arguments,new Error}catch(e){return e}return new Error}function ee(e,t){var r=e.stack;return r?(t=t||0,0===r.indexOf(e.name)&&(t+=(e.name+e.message).split("\n").length),r.split("\n").slice(t).filter(Q).map((e=>"\n"+e)).join("")):""}var te=["Unknown","Constraint","Data","TransactionInactive","ReadOnly","Version","NotFound","InvalidState","InvalidAccess","Abort","Timeout","QuotaExceeded","Syntax","DataClone"],re=["Modify","Bulk","OpenFailed","VersionChange","Schema","Upgrade","InvalidTable","MissingAPI","NoSuchDatabase","InvalidArgument","SubTransaction","Unsupported","Internal","DatabaseClosed","PrematureCommit","ForeignAwait"].concat(te),ne={VersionChanged:"Database version changed by other database connection",DatabaseClosed:"Database has been closed",Abort:"Transaction aborted",TransactionInactive:"Transaction has already completed or failed",MissingAPI:"IndexedDB API missing. Please visit https://tinyurl.com/y2uuvskb"};function se(e,t){this._e=Z(),this.name=e,this.message=t}function ie(e,t){return e+". Errors: "+Object.keys(t).map((e=>t[e].toString())).filter(((e,t,r)=>r.indexOf(e)===t)).join("\n")}function oe(e,t,r,n){this._e=Z(),this.failures=t,this.failedKeys=n,this.successCount=r,this.message=ie(e,t)}function ae(e,t){this._e=Z(),this.name="BulkError",this.failures=Object.keys(t).map((e=>t[e])),this.failuresByPos=t,this.message=ie(e,t)}A(se).from(Error).extend({stack:{get:function(){return this._stack||(this._stack=this.name+": "+this.message+ee(this._e,2))}},toString:function(){return this.name+": "+this.message}}),A(oe).from(se),A(ae).from(se);var ue=re.reduce(((e,t)=>(e[t]=t+"Error",e)),{});const ce=se;var le=re.reduce(((e,t)=>{var r=t+"Error";function n(e,n){this._e=Z(),this.name=r,e?"string"==typeof e?(this.message=`${e}${n?"\n "+n:""}`,this.inner=n||null):"object"==typeof e&&(this.message=`${e.name} ${e.message}`,this.inner=e):(this.message=ne[t]||r,this.inner=null)}return A(n).from(ce),e[t]=n,e}),{});le.Syntax=SyntaxError,le.Type=TypeError,le.Range=RangeError;var he=te.reduce(((e,t)=>(e[t+"Error"]=le[t],e)),{}),pe=re.reduce(((e,t)=>(-1===["Syntax","Type","Range"].indexOf(t)&&(e[t+"Error"]=le[t]),e)),{});function fe(){}function de(e){return e}function ge(e,t){return null==e||e===de?t:function(r){return t(e(r))}}function me(e,t){return function(){e.apply(this,arguments),t.apply(this,arguments)}}function ye(e,t){return e===fe?t:function(){var r=e.apply(this,arguments);void 0!==r&&(arguments[0]=r);var n=this.onsuccess,s=this.onerror;this.onsuccess=null,this.onerror=null;var i=t.apply(this,arguments);return n&&(this.onsuccess=this.onsuccess?me(n,this.onsuccess):n),s&&(this.onerror=this.onerror?me(s,this.onerror):s),void 0!==i?i:r}}function ve(e,t){return e===fe?t:function(){e.apply(this,arguments);var r=this.onsuccess,n=this.onerror;this.onsuccess=this.onerror=null,t.apply(this,arguments),r&&(this.onsuccess=this.onsuccess?me(r,this.onsuccess):r),n&&(this.onerror=this.onerror?me(n,this.onerror):n)}}function be(e,t){return e===fe?t:function(r){var n=e.apply(this,arguments);g(r,n);var s=this.onsuccess,i=this.onerror;this.onsuccess=null,this.onerror=null;var o=t.apply(this,arguments);return s&&(this.onsuccess=this.onsuccess?me(s,this.onsuccess):s),i&&(this.onerror=this.onerror?me(i,this.onerror):i),void 0===n?void 0===o?void 0:o:g(n,o)}}function Te(e,t){return e===fe?t:function(){return!1!==t.apply(this,arguments)&&e.apply(this,arguments)}}function we(e,t){return e===fe?t:function(){var r=e.apply(this,arguments);if(r&&"function"==typeof r.then){for(var n=this,s=arguments.length,i=new Array(s);s--;)i[s]=arguments[s];return r.then((function(){return t.apply(n,i)}))}return t.apply(this,arguments)}}pe.ModifyError=oe,pe.DexieError=se,pe.BulkError=ae;var Ae={};const[qe,_e,Ue]="undefined"==typeof Promise?[]:(()=>{let e=Promise.resolve();if("undefined"==typeof crypto||!crypto.subtle)return[e,m(e),e];const t=crypto.subtle.digest("SHA-512",new Uint8Array([0]));return[t,m(t),e]})(),ke=_e&&_e.then,je=qe&&qe.constructor,Pe=!!Ue;var xe=!1,Se=Ue?()=>{Ue.then(Ze)}:p.setImmediate?setImmediate.bind(null,Ze):p.MutationObserver?()=>{var e=document.createElement("div");new MutationObserver((()=>{Ze(),e=null})).observe(e,{attributes:!0}),e.setAttribute("i","1")}:()=>{setTimeout(Ze,0)},Ee=function(e,t){Me.push([e,t]),Oe&&(Se(),Oe=!1)},De=!0,Oe=!0,Ce=[],Ie=[],Re=null,Be=de,Ke={id:"global",global:!0,ref:0,unhandleds:[],onunhandled:qt,pgp:!1,env:{},finalize:function(){this.unhandleds.forEach((e=>{try{qt(e[0],e[1])}catch(e){}}))}},Ne=Ke,Me=[],Le=0,Fe=[];function Ge(e){if("object"!=typeof this)throw new TypeError("Promises must be constructed via new");this._listeners=[],this.onuncatched=fe,this._lib=!1;var t=this._PSD=Ne;if(z&&(this._stackHolder=Z(),this._prev=null,this._numPrev=0),"function"!=typeof e){if(e!==Ae)throw new TypeError("Not a function");return this._state=arguments[1],this._value=arguments[2],void(!1===this._state&&Ve(this,this._value))}this._state=null,this._value=null,++t.ref,We(this,e)}const He={get:function(){var e=Ne,t=ct;function r(r,n){var s=!e.global&&(e!==Ne||t!==ct);const i=s&&!ft();var o=new Ge(((t,o)=>{ze(this,new $e(wt(r,e,s,i),wt(n,e,s,i),t,o,e))}));return z&&Ye(o,this),o}return r.prototype=Ae,r},set:function(e){w(this,"then",e&&e.prototype===Ae?He:{get:function(){return e},set:He.set})}};function $e(e,t,r,n,s){this.onFulfilled="function"==typeof e?e:null,this.onRejected="function"==typeof t?t:null,this.resolve=r,this.reject=n,this.psd=s}function We(e,t){try{t((t=>{if(null===e._state){if(t===e)throw new TypeError("A promise cannot be resolved with itself.");var r=e._lib&&et();t&&"function"==typeof t.then?We(e,((e,r)=>{t instanceof Ge?t._then(e,r):t.then(e,r)})):(e._state=!0,e._value=t,Je(e)),r&&tt()}}),Ve.bind(null,e))}catch(t){Ve(e,t)}}function Ve(e,t){if(Ie.push(t),null===e._state){var r=e._lib&&et();t=Be(t),e._state=!1,e._value=t,z&&null!==t&&"object"==typeof t&&!t._promise&&function(e,t,r){try{e.apply(null,void 0)}catch(e){}}((()=>{var r=_(t,"stack");t._promise=e,w(t,"stack",{get:()=>xe?r&&(r.get?r.get.apply(t):r.value):e.stack})})),function(e){Ce.some((t=>t._value===e._value))||Ce.push(e)}(e),Je(e),r&&tt()}}function Je(e){var t=e._listeners;e._listeners=[];for(var r=0,n=t.length;r<n;++r)ze(e,t[r]);var s=e._PSD;--s.ref||s.finalize(),0===Le&&(++Le,Ee((()=>{0==--Le&&rt()}),[]))}function ze(e,t){if(null!==e._state){var r=e._state?t.onFulfilled:t.onRejected;if(null===r)return(e._state?t.resolve:t.reject)(e._value);++t.psd.ref,++Le,Ee(Xe,[r,e,t])}else e._listeners.push(t)}function Xe(e,t,r){try{Re=t;var n,s=t._value;t._state?n=e(s):(Ie.length&&(Ie=[]),n=e(s),-1===Ie.indexOf(s)&&function(e){for(var t=Ce.length;t;)if(Ce[--t]._value===e._value)return void Ce.splice(t,1)}(t)),r.resolve(n)}catch(e){r.reject(e)}finally{Re=null,0==--Le&&rt(),--r.psd.ref||r.psd.finalize()}}function Qe(e,t,r){if(t.length===r)return t;var n="";if(!1===e._state){var s,i,o=e._value;null!=o?(s=o.name||"Error",i=o.message||o,n=ee(o,0)):(s=o,i=""),t.push(s+(i?": "+i:"")+n)}return z&&((n=ee(e._stackHolder,2))&&-1===t.indexOf(n)&&t.push(n),e._prev&&Qe(e._prev,t,r)),t}function Ye(e,t){var r=t?t._numPrev+1:0;r<100&&(e._prev=t,e._numPrev=r)}function Ze(){et()&&tt()}function et(){var e=De;return De=!1,Oe=!1,e}function tt(){var e,t,r;do{for(;Me.length>0;)for(e=Me,Me=[],r=e.length,t=0;t<r;++t){var n=e[t];n[0].apply(null,n[1])}}while(Me.length>0);De=!0,Oe=!0}function rt(){var e=Ce;Ce=[],e.forEach((e=>{e._PSD.onunhandled.call(null,e._value,e)}));for(var t=Fe.slice(0),r=t.length;r;)t[--r]()}function nt(e){return new Ge(Ae,!1,e)}function st(e,t){var r=Ne;return function(){var n=et(),s=Ne;try{return yt(r,!0),e.apply(this,arguments)}catch(e){t&&t(e)}finally{yt(s,!1),n&&tt()}}}b(Ge.prototype,{then:He,_then:function(e,t){ze(this,new $e(null,null,e,t,Ne))},catch:function(e){if(1===arguments.length)return this.then(null,e);var t=arguments[0],r=arguments[1];return"function"==typeof t?this.then(null,(e=>e instanceof t?r(e):nt(e))):this.then(null,(e=>e&&e.name===t?r(e):nt(e)))},finally:function(e){return this.then((t=>(e(),t)),(t=>(e(),nt(t))))},stack:{get:function(){if(this._stack)return this._stack;try{xe=!0;var e=Qe(this,[],20).join("\nFrom previous: ");return null!==this._state&&(this._stack=e),e}finally{xe=!1}}},timeout:function(e,t){return e<1/0?new Ge(((r,n)=>{var s=setTimeout((()=>n(new le.Timeout(t))),e);this.then(r,n).finally(clearTimeout.bind(null,s))})):this}}),"undefined"!=typeof Symbol&&Symbol.toStringTag&&w(Ge.prototype,Symbol.toStringTag,"Dexie.Promise"),Ke.env=vt(),b(Ge,{all:function(){var e=V.apply(null,arguments).map(dt);return new Ge((function(t,r){0===e.length&&t([]);var n=e.length;e.forEach(((s,i)=>Ge.resolve(s).then((r=>{e[i]=r,--n||t(e)}),r)))}))},resolve:e=>{if(e instanceof Ge)return e;if(e&&"function"==typeof e.then)return new Ge(((t,r)=>{e.then(t,r)}));var t=new Ge(Ae,!0,e);return Ye(t,Re),t},reject:nt,race:function(){var e=V.apply(null,arguments).map(dt);return new Ge(((t,r)=>{e.map((e=>Ge.resolve(e).then(t,r)))}))},PSD:{get:()=>Ne,set:e=>Ne=e},totalEchoes:{get:()=>ct},newPSD:ht,usePSD:bt,scheduler:{get:()=>Ee,set:e=>{Ee=e}},rejectionMapper:{get:()=>Be,set:e=>{Be=e}},follow:(e,t)=>new Ge(((r,n)=>ht(((t,r)=>{var n=Ne;n.unhandleds=[],n.onunhandled=r,n.finalize=me((function(){!function(e){Fe.push((function t(){e(),Fe.splice(Fe.indexOf(t),1)})),++Le,Ee((()=>{0==--Le&&rt()}),[])}((()=>{0===this.unhandleds.length?t():r(this.unhandleds[0])}))}),n.finalize),e()}),t,r,n)))}),je&&(je.allSettled&&w(Ge,"allSettled",(function(){const e=V.apply(null,arguments).map(dt);return new Ge((t=>{0===e.length&&t([]);let r=e.length;const n=new Array(r);e.forEach(((e,s)=>Ge.resolve(e).then((e=>n[s]={status:"fulfilled",value:e}),(e=>n[s]={status:"rejected",reason:e})).then((()=>--r||t(n)))))}))})),je.any&&"undefined"!=typeof AggregateError&&w(Ge,"any",(function(){const e=V.apply(null,arguments).map(dt);return new Ge(((t,r)=>{0===e.length&&r(new AggregateError([]));let n=e.length;const s=new Array(n);e.forEach(((e,i)=>Ge.resolve(e).then((e=>t(e)),(e=>{s[i]=e,--n||r(new AggregateError(s))}))))}))})));const it={awaits:0,echoes:0,id:0};var ot=0,at=[],ut=0,ct=0,lt=0;function ht(e,t,r,n){var s=Ne,i=Object.create(s);i.parent=s,i.ref=0,i.global=!1,i.id=++lt;var o=Ke.env;i.env=Pe?{Promise:Ge,PromiseProp:{value:Ge,configurable:!0,writable:!0},all:Ge.all,race:Ge.race,allSettled:Ge.allSettled,any:Ge.any,resolve:Ge.resolve,reject:Ge.reject,nthen:At(o.nthen,i),gthen:At(o.gthen,i)}:{},t&&g(i,t),++s.ref,i.finalize=function(){--this.parent.ref||this.parent.finalize()};var a=bt(i,e,r,n);return 0===i.ref&&i.finalize(),a}function pt(){return it.id||(it.id=++ot),++it.awaits,it.echoes+=100,it.id}function ft(){return!!it.awaits&&(0==--it.awaits&&(it.id=0),it.echoes=100*it.awaits,!0)}function dt(e){return it.echoes&&e&&e.constructor===je?(pt(),e.then((e=>(ft(),e)),(e=>(ft(),_t(e))))):e}function gt(e){++ct,it.echoes&&0!=--it.echoes||(it.echoes=it.id=0),at.push(Ne),yt(e,!0)}function mt(){var e=at[at.length-1];at.pop(),yt(e,!1)}function yt(e,t){var r=Ne;if((t?!it.echoes||ut++&&e===Ne:!ut||--ut&&e===Ne)||Tt(t?gt.bind(null,e):mt),e!==Ne&&(Ne=e,r===Ke&&(Ke.env=vt()),Pe)){var n=Ke.env.Promise,s=e.env;_e.then=s.nthen,n.prototype.then=s.gthen,(r.global||e.global)&&(Object.defineProperty(p,"Promise",s.PromiseProp),n.all=s.all,n.race=s.race,n.resolve=s.resolve,n.reject=s.reject,s.allSettled&&(n.allSettled=s.allSettled),s.any&&(n.any=s.any))}}function vt(){var e=p.Promise;return Pe?{Promise:e,PromiseProp:Object.getOwnPropertyDescriptor(p,"Promise"),all:e.all,race:e.race,allSettled:e.allSettled,any:e.any,resolve:e.resolve,reject:e.reject,nthen:_e.then,gthen:e.prototype.then}:{}}function bt(e,t,r,n,s){var i=Ne;try{return yt(e,!0),t(r,n,s)}finally{yt(i,!1)}}function Tt(e){ke.call(qe,e)}function wt(e,t,r,n){return"function"!=typeof e?e:function(){var s=Ne;r&&pt(),yt(t,!0);try{return e.apply(this,arguments)}finally{yt(s,!1),n&&Tt(ft)}}}function At(e,t){return function(r,n){return e.call(this,wt(r,t),wt(n,t))}}function qt(e,t){var r;try{r=t.onuncatched(e)}catch(e){}if(!1!==r)try{var n,s={promise:t,reason:e};if(p.document&&document.createEvent?((n=document.createEvent("Event")).initEvent("unhandledrejection",!0,!0),g(n,s)):p.CustomEvent&&g(n=new CustomEvent("unhandledrejection",{detail:s}),s),n&&p.dispatchEvent&&(dispatchEvent(n),!p.PromiseRejectionEvent&&p.onunhandledrejection))try{p.onunhandledrejection(n)}catch(e){}z&&n&&!n.defaultPrevented&&console.warn(`Unhandled rejection: ${e.stack||e}`)}catch(e){}}-1===(""+ke).indexOf("[native code]")&&(pt=ft=fe);var _t=Ge.reject;function Ut(e,t,r,n){if(e.idbdb&&(e._state.openComplete||Ne.letThrough||e._vip)){var s=e._createTransaction(t,r,e._dbSchema);try{s.create(),e._state.PR1398_maxLoop=3}catch(s){return s.name===ue.InvalidState&&e.isOpen()&&--e._state.PR1398_maxLoop>0?(console.warn("Dexie: Need to reopen db"),e._close(),e.open().then((()=>Ut(e,t,r,n)))):_t(s)}return s._promise(t,((e,t)=>ht((()=>(Ne.trans=s,n(e,t,s)))))).then((e=>s._completion.then((()=>e))))}if(e._state.openComplete)return _t(new le.DatabaseClosed(e._state.dbOpenError));if(!e._state.isBeingOpened){if(!e._options.autoOpen)return _t(new le.DatabaseClosed);e.open().catch(fe)}return e._state.dbReadyPromise.then((()=>Ut(e,t,r,n)))}const kt=String.fromCharCode(65535),jt="Invalid key provided. Keys must be of type string, number, Date or Array<string | number | Date>.",Pt=[],xt="undefined"!=typeof navigator&&/(MSIE|Trident|Edge)/.test(navigator.userAgent),St=xt,Et=xt,Dt=e=>!/(dexie\.js|dexie\.min\.js)/.test(e);function Ot(e,t){return e?t?function(){return e.apply(this,arguments)&&t.apply(this,arguments)}:e:t}const Ct={type:3,lower:-1/0,lowerOpen:!1,upper:[[]],upperOpen:!1};function It(e){return"string"!=typeof e||/\./.test(e)?e=>e:t=>(void 0===t[e]&&e in t&&delete(t=N(t))[e],t)}class Rt{_trans(e,t,r){const n=this._tx||Ne.trans,s=this.name;function i(e,r,n){if(!n.schema[s])throw new le.NotFound("Table "+s+" not part of transaction");return t(n.idbtrans,n)}const o=et();try{return n&&n.db===this.db?n===Ne.trans?n._promise(e,i,r):ht((()=>n._promise(e,i,r)),{trans:n,transless:Ne.transless||Ne}):Ut(this.db,e,[this.name],i)}finally{o&&tt()}}get(e,t){return e&&e.constructor===Object?this.where(e).first(t):this._trans("readonly",(t=>this.core.get({trans:t,key:e}).then((e=>this.hook.reading.fire(e))))).then(t)}where(e){if("string"==typeof e)return new this.db.WhereClause(this,e);if(d(e))return new this.db.WhereClause(this,`[${e.join("+")}]`);const t=f(e);if(1===t.length)return this.where(t[0]).equals(e[t[0]]);const r=this.schema.indexes.concat(this.schema.primKey).filter((e=>e.compound&&t.every((t=>e.keyPath.indexOf(t)>=0))&&e.keyPath.every((e=>t.indexOf(e)>=0))))[0];if(r&&this.db._maxKey!==kt)return this.where(r.name).equals(r.keyPath.map((t=>e[t])));!r&&z&&console.warn(`The query ${JSON.stringify(e)} on ${this.name} would benefit of a compound index [${t.join("+")}]`);const{idxByName:n}=this.schema,s=this.db._deps.indexedDB;function i(e,t){try{return 0===s.cmp(e,t)}catch(e){return!1}}const[o,a]=t.reduce((([t,r],s)=>{const o=n[s],a=e[s];return[t||o,t||!o?Ot(r,o&&o.multi?e=>{const t=E(e,s);return d(t)&&t.some((e=>i(a,e)))}:e=>i(a,E(e,s))):r]}),[null,null]);return o?this.where(o.name).equals(e[o.keyPath]).filter(a):r?this.filter(a):this.where(t).equals("")}filter(e){return this.toCollection().and(e)}count(e){return this.toCollection().count(e)}offset(e){return this.toCollection().offset(e)}limit(e){return this.toCollection().limit(e)}each(e){return this.toCollection().each(e)}toArray(e){return this.toCollection().toArray(e)}toCollection(){return new this.db.Collection(new this.db.WhereClause(this))}orderBy(e){return new this.db.Collection(new this.db.WhereClause(this,d(e)?`[${e.join("+")}]`:e))}reverse(){return this.toCollection().reverse()}mapToClass(e){this.schema.mappedClass=e;const t=t=>{if(!t)return t;const r=Object.create(e.prototype);for(var n in t)if(v(t,n))try{r[n]=t[n]}catch(e){}return r};return this.schema.readHook&&this.hook.reading.unsubscribe(this.schema.readHook),this.schema.readHook=t,this.hook("reading",t),e}defineClass(){return this.mapToClass((function(e){g(this,e)}))}add(e,t){const{auto:r,keyPath:n}=this.schema.primKey;let s=e;return n&&r&&(s=It(n)(e)),this._trans("readwrite",(e=>this.core.mutate({trans:e,type:"add",keys:null!=t?[t]:null,values:[s]}))).then((e=>e.numFailures?Ge.reject(e.failures[0]):e.lastResult)).then((t=>{if(n)try{D(e,n,t)}catch(e){}return t}))}update(e,t){if("object"!=typeof e||d(e))return this.where(":id").equals(e).modify(t);{const r=E(e,this.schema.primKey.keyPath);if(void 0===r)return _t(new le.InvalidArgument("Given object does not contain its primary key"));try{"function"!=typeof t?f(t).forEach((r=>{D(e,r,t[r])})):t(e,{value:e,primKey:r})}catch(e){}return this.where(":id").equals(r).modify(t)}}put(e,t){const{auto:r,keyPath:n}=this.schema.primKey;let s=e;return n&&r&&(s=It(n)(e)),this._trans("readwrite",(e=>this.core.mutate({trans:e,type:"put",values:[s],keys:null!=t?[t]:null}))).then((e=>e.numFailures?Ge.reject(e.failures[0]):e.lastResult)).then((t=>{if(n)try{D(e,n,t)}catch(e){}return t}))}delete(e){return this._trans("readwrite",(t=>this.core.mutate({trans:t,type:"delete",keys:[e]}))).then((e=>e.numFailures?Ge.reject(e.failures[0]):void 0))}clear(){return this._trans("readwrite",(e=>this.core.mutate({trans:e,type:"deleteRange",range:Ct}))).then((e=>e.numFailures?Ge.reject(e.failures[0]):void 0))}bulkGet(e){return this._trans("readonly",(t=>this.core.getMany({keys:e,trans:t}).then((e=>e.map((e=>this.hook.reading.fire(e)))))))}bulkAdd(e,t,r){const n=Array.isArray(t)?t:void 0,s=(r=r||(n?void 0:t))?r.allKeys:void 0;return this._trans("readwrite",(t=>{const{auto:r,keyPath:i}=this.schema.primKey;if(i&&n)throw new le.InvalidArgument("bulkAdd(): keys argument invalid on tables with inbound keys");if(n&&n.length!==e.length)throw new le.InvalidArgument("Arguments objects and keys must have the same length");const o=e.length;let a=i&&r?e.map(It(i)):e;return this.core.mutate({trans:t,type:"add",keys:n,values:a,wantResults:s}).then((({numFailures:e,results:t,lastResult:r,failures:n})=>{if(0===e)return s?t:r;throw new ae(`${this.name}.bulkAdd(): ${e} of ${o} operations failed`,n)}))}))}bulkPut(e,t,r){const n=Array.isArray(t)?t:void 0,s=(r=r||(n?void 0:t))?r.allKeys:void 0;return this._trans("readwrite",(t=>{const{auto:r,keyPath:i}=this.schema.primKey;if(i&&n)throw new le.InvalidArgument("bulkPut(): keys argument invalid on tables with inbound keys");if(n&&n.length!==e.length)throw new le.InvalidArgument("Arguments objects and keys must have the same length");const o=e.length;let a=i&&r?e.map(It(i)):e;return this.core.mutate({trans:t,type:"put",keys:n,values:a,wantResults:s}).then((({numFailures:e,results:t,lastResult:r,failures:n})=>{if(0===e)return s?t:r;throw new ae(`${this.name}.bulkPut(): ${e} of ${o} operations failed`,n)}))}))}bulkDelete(e){const t=e.length;return this._trans("readwrite",(t=>this.core.mutate({trans:t,type:"delete",keys:e}))).then((({numFailures:e,lastResult:r,failures:n})=>{if(0===e)return r;throw new ae(`${this.name}.bulkDelete(): ${e} of ${t} operations failed`,n)}))}}function Bt(e){var t={},r=function(r,n){if(n){for(var s=arguments.length,i=new Array(s-1);--s;)i[s-1]=arguments[s];return t[r].subscribe.apply(null,i),e}if("string"==typeof r)return t[r]};r.addEventType=i;for(var n=1,s=arguments.length;n<s;++n)i(arguments[n]);return r;function i(e,n,s){if("object"==typeof e)return o(e);n||(n=Te),s||(s=fe);var i={subscribers:[],fire:s,subscribe:function(e){-1===i.subscribers.indexOf(e)&&(i.subscribers.push(e),i.fire=n(i.fire,e))},unsubscribe:function(e){i.subscribers=i.subscribers.filter((function(t){return t!==e})),i.fire=i.subscribers.reduce(n,s)}};return t[e]=r[e]=i,i}function o(e){f(e).forEach((function(t){var r=e[t];if(d(r))i(t,e[t][0],e[t][1]);else{if("asap"!==r)throw new le.InvalidArgument("Invalid event config");var n=i(t,de,(function(){for(var e=arguments.length,t=new Array(e);e--;)t[e]=arguments[e];n.subscribers.forEach((function(e){x((function(){e.apply(null,t)}))}))}))}}))}}function Kt(e,t){return A(t).from({prototype:e}),t}function Nt(e,t){return!(e.filter||e.algorithm||e.or)&&(t?e.justLimit:!e.replayFilter)}function Mt(e,t){e.filter=Ot(e.filter,t)}function Lt(e,t,r){var n=e.replayFilter;e.replayFilter=n?()=>Ot(n(),t()):t,e.justLimit=r&&!n}function Ft(e,t){if(e.isPrimKey)return t.primaryKey;const r=t.getIndexByKeyPath(e.index);if(!r)throw new le.Schema("KeyPath "+e.index+" on object store "+t.name+" is not indexed");return r}function Gt(e,t,r){const n=Ft(e,t.schema);return t.openCursor({trans:r,values:!e.keysOnly,reverse:"prev"===e.dir,unique:!!e.unique,query:{index:n,range:e.range}})}function Ht(e,t,r,n){const s=e.replayFilter?Ot(e.filter,e.replayFilter()):e.filter;if(e.or){const i={},o=(e,r,n)=>{if(!s||s(r,n,(e=>r.stop(e)),(e=>r.fail(e)))){var o=r.primaryKey,a=""+o;"[object ArrayBuffer]"===a&&(a=""+new Uint8Array(o)),v(i,a)||(i[a]=!0,t(e,r,n))}};return Promise.all([e.or._iterate(o,r),$t(Gt(e,n,r),e.algorithm,o,!e.keysOnly&&e.valueMapper)])}return $t(Gt(e,n,r),Ot(e.algorithm,s),t,!e.keysOnly&&e.valueMapper)}function $t(e,t,r,n){var s=st(n?(e,t,s)=>r(n(e),t,s):r);return e.then((e=>{if(e)return e.start((()=>{var r=()=>e.continue();t&&!t(e,(e=>r=e),(t=>{e.stop(t),r=fe}),(t=>{e.fail(t),r=fe}))||s(e.value,e,(e=>r=e)),r()}))}))}function Wt(e,t){try{const r=Vt(e),n=Vt(t);if(r!==n)return"Array"===r?1:"Array"===n?-1:"binary"===r?1:"binary"===n?-1:"string"===r?1:"string"===n?-1:"Date"===r?1:"Date"!==n?NaN:-1;switch(r){case"number":case"Date":case"string":return e>t?1:e<t?-1:0;case"binary":return function(e,t){const r=e.length,n=t.length,s=r<n?r:n;for(let r=0;r<s;++r)if(e[r]!==t[r])return e[r]<t[r]?-1:1;return r===n?0:r<n?-1:1}(Jt(e),Jt(t));case"Array":return function(e,t){const r=e.length,n=t.length,s=r<n?r:n;for(let r=0;r<s;++r){const n=Wt(e[r],t[r]);if(0!==n)return n}return r===n?0:r<n?-1:1}(e,t)}}catch(e){}return NaN}function Vt(e){const t=typeof e;if("object"!==t)return t;if(ArrayBuffer.isView(e))return"binary";const r=F(e);return"ArrayBuffer"===r?"binary":r}function Jt(e){return e instanceof Uint8Array?e:ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):new Uint8Array(e)}class zt{_read(e,t){var r=this._ctx;return r.error?r.table._trans(null,_t.bind(null,r.error)):r.table._trans("readonly",e).then(t)}_write(e){var t=this._ctx;return t.error?t.table._trans(null,_t.bind(null,t.error)):t.table._trans("readwrite",e,"locked")}_addAlgorithm(e){var t=this._ctx;t.algorithm=Ot(t.algorithm,e)}_iterate(e,t){return Ht(this._ctx,e,t,this._ctx.table.core)}clone(e){var t=Object.create(this.constructor.prototype),r=Object.create(this._ctx);return e&&g(r,e),t._ctx=r,t}raw(){return this._ctx.valueMapper=null,this}each(e){var t=this._ctx;return this._read((r=>Ht(t,e,r,t.table.core)))}count(e){return this._read((e=>{const t=this._ctx,r=t.table.core;if(Nt(t,!0))return r.count({trans:e,query:{index:Ft(t,r.schema),range:t.range}}).then((e=>Math.min(e,t.limit)));var n=0;return Ht(t,(()=>(++n,!1)),e,r).then((()=>n))})).then(e)}sortBy(e,t){const r=e.split(".").reverse(),n=r[0],s=r.length-1;function i(e,t){return t?i(e[r[t]],t-1):e[n]}var o="next"===this._ctx.dir?1:-1;function a(e,t){var r=i(e,s),n=i(t,s);return r<n?-o:r>n?o:0}return this.toArray((function(e){return e.sort(a)})).then(t)}toArray(e){return this._read((e=>{var t=this._ctx;if("next"===t.dir&&Nt(t,!0)&&t.limit>0){const{valueMapper:r}=t,n=Ft(t,t.table.core.schema);return t.table.core.query({trans:e,limit:t.limit,values:!0,query:{index:n,range:t.range}}).then((({result:e})=>r?e.map(r):e))}{const r=[];return Ht(t,(e=>r.push(e)),e,t.table.core).then((()=>r))}}),e)}offset(e){var t=this._ctx;return e<=0||(t.offset+=e,Nt(t)?Lt(t,(()=>{var t=e;return(e,r)=>0===t||(1===t?(--t,!1):(r((()=>{e.advance(t),t=0})),!1))})):Lt(t,(()=>{var t=e;return()=>--t<0}))),this}limit(e){return this._ctx.limit=Math.min(this._ctx.limit,e),Lt(this._ctx,(()=>{var t=e;return function(e,r,n){return--t<=0&&r(n),t>=0}}),!0),this}until(e,t){return Mt(this._ctx,(function(r,n,s){return!e(r.value)||(n(s),t)})),this}first(e){return this.limit(1).toArray((function(e){return e[0]})).then(e)}last(e){return this.reverse().first(e)}filter(e){var t,r;return Mt(this._ctx,(function(t){return e(t.value)})),t=this._ctx,r=e,t.isMatch=Ot(t.isMatch,r),this}and(e){return this.filter(e)}or(e){return new this.db.WhereClause(this._ctx.table,e,this)}reverse(){return this._ctx.dir="prev"===this._ctx.dir?"next":"prev",this._ondirectionchange&&this._ondirectionchange(this._ctx.dir),this}desc(){return this.reverse()}eachKey(e){var t=this._ctx;return t.keysOnly=!t.isMatch,this.each((function(t,r){e(r.key,r)}))}eachUniqueKey(e){return this._ctx.unique="unique",this.eachKey(e)}eachPrimaryKey(e){var t=this._ctx;return t.keysOnly=!t.isMatch,this.each((function(t,r){e(r.primaryKey,r)}))}keys(e){var t=this._ctx;t.keysOnly=!t.isMatch;var r=[];return this.each((function(e,t){r.push(t.key)})).then((function(){return r})).then(e)}primaryKeys(e){var t=this._ctx;if("next"===t.dir&&Nt(t,!0)&&t.limit>0)return this._read((e=>{var r=Ft(t,t.table.core.schema);return t.table.core.query({trans:e,values:!1,limit:t.limit,query:{index:r,range:t.range}})})).then((({result:e})=>e)).then(e);t.keysOnly=!t.isMatch;var r=[];return this.each((function(e,t){r.push(t.primaryKey)})).then((function(){return r})).then(e)}uniqueKeys(e){return this._ctx.unique="unique",this.keys(e)}firstKey(e){return this.limit(1).keys((function(e){return e[0]})).then(e)}lastKey(e){return this.reverse().firstKey(e)}distinct(){var e=this._ctx,t=e.index&&e.table.schema.idxByName[e.index];if(!t||!t.multi)return this;var r={};return Mt(this._ctx,(function(e){var t=e.primaryKey.toString(),n=v(r,t);return r[t]=!0,!n})),this}modify(e){var t=this._ctx;return this._write((r=>{var n;if("function"==typeof e)n=e;else{var s=f(e),i=s.length;n=function(t){for(var r=!1,n=0;n<i;++n){var o=s[n],a=e[o];E(t,o)!==a&&(D(t,o,a),r=!0)}return r}}const o=t.table.core,{outbound:a,extractKey:u}=o.schema.primaryKey,c=this.db._options.modifyChunkSize||200,l=[];let h=0;const p=[],d=(e,t)=>{const{failures:r,numFailures:n}=t;h+=e-n;for(let e of f(r))l.push(r[e])};return this.clone().primaryKeys().then((s=>{const i=l=>{const h=Math.min(c,s.length-l);return o.getMany({trans:r,keys:s.slice(l,l+h),cache:"immutable"}).then((p=>{const f=[],g=[],m=a?[]:null,y=[];for(let e=0;e<h;++e){const t=p[e],r={value:N(t),primKey:s[l+e]};!1!==n.call(r,r.value,r)&&(null==r.value?y.push(s[l+e]):a||0===Wt(u(t),u(r.value))?(g.push(r.value),a&&m.push(s[l+e])):(y.push(s[l+e]),f.push(r.value)))}const v=Nt(t)&&t.limit===1/0&&("function"!=typeof e||e===Xt)&&{index:t.index,range:t.range};return Promise.resolve(f.length>0&&o.mutate({trans:r,type:"add",values:f}).then((e=>{for(let t in e.failures)y.splice(parseInt(t),1);d(f.length,e)}))).then((()=>(g.length>0||v&&"object"==typeof e)&&o.mutate({trans:r,type:"put",keys:m,values:g,criteria:v,changeSpec:"function"!=typeof e&&e}).then((e=>d(g.length,e))))).then((()=>(y.length>0||v&&e===Xt)&&o.mutate({trans:r,type:"delete",keys:y,criteria:v}).then((e=>d(y.length,e))))).then((()=>s.length>l+h&&i(l+c)))}))};return i(0).then((()=>{if(l.length>0)throw new oe("Error modifying one or more objects",l,h,p);return s.length}))}))}))}delete(){var e=this._ctx,t=e.range;return Nt(e)&&(e.isPrimKey&&!Et||3===t.type)?this._write((r=>{const{primaryKey:n}=e.table.core.schema,s=t;return e.table.core.count({trans:r,query:{index:n,range:s}}).then((t=>e.table.core.mutate({trans:r,type:"deleteRange",range:s}).then((({failures:e,lastResult:r,results:n,numFailures:s})=>{if(s)throw new oe("Could not delete some values",Object.keys(e).map((t=>e[t])),t-s);return t-s}))))})):this.modify(Xt)}}const Xt=(e,t)=>t.value=null;function Qt(e,t){return e<t?-1:e===t?0:1}function Yt(e,t){return e>t?-1:e===t?0:1}function Zt(e,t,r){var n=e instanceof ir?new e.Collection(e):e;return n._ctx.error=r?new r(t):new TypeError(t),n}function er(e){return new e.Collection(e,(()=>sr(""))).limit(0)}function tr(e,t,r,n,s,i){for(var o=Math.min(e.length,n.length),a=-1,u=0;u<o;++u){var c=t[u];if(c!==n[u])return s(e[u],r[u])<0?e.substr(0,u)+r[u]+r.substr(u+1):s(e[u],n[u])<0?e.substr(0,u)+n[u]+r.substr(u+1):a>=0?e.substr(0,a)+t[a]+r.substr(a+1):null;s(e[u],c)<0&&(a=u)}return o<n.length&&"next"===i?e+r.substr(e.length):o<e.length&&"prev"===i?e.substr(0,r.length):a<0?null:e.substr(0,a)+n[a]+r.substr(a+1)}function rr(e,t,r,n){var s,i,o,a,u,c,l,h=r.length;if(!r.every((e=>"string"==typeof e)))return Zt(e,"String expected.");function p(e){s=function(e){return"next"===e?e=>e.toUpperCase():e=>e.toLowerCase()}(e),i=function(e){return"next"===e?e=>e.toLowerCase():e=>e.toUpperCase()}(e),o="next"===e?Qt:Yt;var t=r.map((function(e){return{lower:i(e),upper:s(e)}})).sort((function(e,t){return o(e.lower,t.lower)}));a=t.map((function(e){return e.upper})),u=t.map((function(e){return e.lower})),c=e,l="next"===e?"":n}p("next");var f=new e.Collection(e,(()=>nr(a[0],u[h-1]+n)));f._ondirectionchange=function(e){p(e)};var d=0;return f._addAlgorithm((function(e,r,n){var s=e.key;if("string"!=typeof s)return!1;var p=i(s);if(t(p,u,d))return!0;for(var f=null,g=d;g<h;++g){var m=tr(s,p,a[g],u[g],o,c);null===m&&null===f?d=g+1:(null===f||o(f,m)>0)&&(f=m)}return r(null!==f?function(){e.continue(f+l)}:n),!1})),f}function nr(e,t,r,n){return{type:2,lower:e,upper:t,lowerOpen:r,upperOpen:n}}function sr(e){return{type:1,lower:e,upper:e}}class ir{get Collection(){return this._ctx.table.db.Collection}between(e,t,r,n){r=!1!==r,n=!0===n;try{return this._cmp(e,t)>0||0===this._cmp(e,t)&&(r||n)&&(!r||!n)?er(this):new this.Collection(this,(()=>nr(e,t,!r,!n)))}catch(e){return Zt(this,jt)}}equals(e){return null==e?Zt(this,jt):new this.Collection(this,(()=>sr(e)))}above(e){return null==e?Zt(this,jt):new this.Collection(this,(()=>nr(e,void 0,!0)))}aboveOrEqual(e){return null==e?Zt(this,jt):new this.Collection(this,(()=>nr(e,void 0,!1)))}below(e){return null==e?Zt(this,jt):new this.Collection(this,(()=>nr(void 0,e,!1,!0)))}belowOrEqual(e){return null==e?Zt(this,jt):new this.Collection(this,(()=>nr(void 0,e)))}startsWith(e){return"string"!=typeof e?Zt(this,"String expected."):this.between(e,e+kt,!0,!0)}startsWithIgnoreCase(e){return""===e?this.startsWith(e):rr(this,((e,t)=>0===e.indexOf(t[0])),[e],kt)}equalsIgnoreCase(e){return rr(this,((e,t)=>e===t[0]),[e],"")}anyOfIgnoreCase(){var e=V.apply(W,arguments);return 0===e.length?er(this):rr(this,((e,t)=>-1!==t.indexOf(e)),e,"")}startsWithAnyOfIgnoreCase(){var e=V.apply(W,arguments);return 0===e.length?er(this):rr(this,((e,t)=>t.some((t=>0===e.indexOf(t)))),e,kt)}anyOf(){const e=V.apply(W,arguments);let t=this._cmp;try{e.sort(t)}catch(e){return Zt(this,jt)}if(0===e.length)return er(this);const r=new this.Collection(this,(()=>nr(e[0],e[e.length-1])));r._ondirectionchange=r=>{t="next"===r?this._ascending:this._descending,e.sort(t)};let n=0;return r._addAlgorithm(((r,s,i)=>{const o=r.key;for(;t(o,e[n])>0;)if(++n,n===e.length)return s(i),!1;return 0===t(o,e[n])||(s((()=>{r.continue(e[n])})),!1)})),r}notEqual(e){return this.inAnyRange([[-1/0,e],[e,this.db._maxKey]],{includeLowers:!1,includeUppers:!1})}noneOf(){const e=V.apply(W,arguments);if(0===e.length)return new this.Collection(this);try{e.sort(this._ascending)}catch(e){return Zt(this,jt)}const t=e.reduce(((e,t)=>e?e.concat([[e[e.length-1][1],t]]):[[-1/0,t]]),null);return t.push([e[e.length-1],this.db._maxKey]),this.inAnyRange(t,{includeLowers:!1,includeUppers:!1})}inAnyRange(e,t){const r=this._cmp,n=this._ascending,s=this._descending,i=this._min,o=this._max;if(0===e.length)return er(this);if(!e.every((e=>void 0!==e[0]&&void 0!==e[1]&&n(e[0],e[1])<=0)))return Zt(this,"First argument to inAnyRange() must be an Array of two-value Arrays [lower,upper] where upper must not be lower than lower",le.InvalidArgument);const a=!t||!1!==t.includeLowers,u=t&&!0===t.includeUppers;let c,l=n;function h(e,t){return l(e[0],t[0])}try{c=e.reduce((function(e,t){let n=0,s=e.length;for(;n<s;++n){const s=e[n];if(r(t[0],s[1])<0&&r(t[1],s[0])>0){s[0]=i(s[0],t[0]),s[1]=o(s[1],t[1]);break}}return n===s&&e.push(t),e}),[]),c.sort(h)}catch(e){return Zt(this,jt)}let p=0;const f=u?e=>n(e,c[p][1])>0:e=>n(e,c[p][1])>=0,d=a?e=>s(e,c[p][0])>0:e=>s(e,c[p][0])>=0;let g=f;const m=new this.Collection(this,(()=>nr(c[0][0],c[c.length-1][1],!a,!u)));return m._ondirectionchange=e=>{"next"===e?(g=f,l=n):(g=d,l=s),c.sort(h)},m._addAlgorithm(((e,t,r)=>{for(var s=e.key;g(s);)if(++p,p===c.length)return t(r),!1;return!!function(e){return!f(e)&&!d(e)}(s)||(0===this._cmp(s,c[p][1])||0===this._cmp(s,c[p][0])||t((()=>{l===n?e.continue(c[p][0]):e.continue(c[p][1])})),!1)})),m}startsWithAnyOf(){const e=V.apply(W,arguments);return e.every((e=>"string"==typeof e))?0===e.length?er(this):this.inAnyRange(e.map((e=>[e,e+kt]))):Zt(this,"startsWithAnyOf() only works with strings")}}function or(e){return st((function(t){return ar(t),e(t.target.error),!1}))}function ar(e){e.stopPropagation&&e.stopPropagation(),e.preventDefault&&e.preventDefault()}const ur=Bt(null,"storagemutated");class cr{_lock(){return P(!Ne.global),++this._reculock,1!==this._reculock||Ne.global||(Ne.lockOwnerFor=this),this}_unlock(){if(P(!Ne.global),0==--this._reculock)for(Ne.global||(Ne.lockOwnerFor=null);this._blockedFuncs.length>0&&!this._locked();){var e=this._blockedFuncs.shift();try{bt(e[1],e[0])}catch(e){}}return this}_locked(){return this._reculock&&Ne.lockOwnerFor!==this}create(e){if(!this.mode)return this;const t=this.db.idbdb,r=this.db._state.dbOpenError;if(P(!this.idbtrans),!e&&!t)switch(r&&r.name){case"DatabaseClosedError":throw new le.DatabaseClosed(r);case"MissingAPIError":throw new le.MissingAPI(r.message,r);default:throw new le.OpenFailed(r)}if(!this.active)throw new le.TransactionInactive;return P(null===this._completion._state),(e=this.idbtrans=e||(this.db.core?this.db.core.transaction(this.storeNames,this.mode,{durability:this.chromeTransactionDurability}):t.transaction(this.storeNames,this.mode,{durability:this.chromeTransactionDurability}))).onerror=st((t=>{ar(t),this._reject(e.error)})),e.onabort=st((t=>{ar(t),this.active&&this._reject(new le.Abort(e.error)),this.active=!1,this.on("abort").fire(t)})),e.oncomplete=st((()=>{this.active=!1,this._resolve(),"mutatedParts"in e&&ur.storagemutated.fire(e.mutatedParts)})),this}_promise(e,t,r){if("readwrite"===e&&"readwrite"!==this.mode)return _t(new le.ReadOnly("Transaction is readonly"));if(!this.active)return _t(new le.TransactionInactive);if(this._locked())return new Ge(((n,s)=>{this._blockedFuncs.push([()=>{this._promise(e,t,r).then(n,s)},Ne])}));if(r)return ht((()=>{var e=new Ge(((e,r)=>{this._lock();const n=t(e,r,this);n&&n.then&&n.then(e,r)}));return e.finally((()=>this._unlock())),e._lib=!0,e}));var n=new Ge(((e,r)=>{var n=t(e,r,this);n&&n.then&&n.then(e,r)}));return n._lib=!0,n}_root(){return this.parent?this.parent._root():this}waitFor(e){var t=this._root();const r=Ge.resolve(e);if(t._waitingFor)t._waitingFor=t._waitingFor.then((()=>r));else{t._waitingFor=r,t._waitingQueue=[];var n=t.idbtrans.objectStore(t.storeNames[0]);!function e(){for(++t._spinCount;t._waitingQueue.length;)t._waitingQueue.shift()();t._waitingFor&&(n.get(-1/0).onsuccess=e)}()}var s=t._waitingFor;return new Ge(((e,n)=>{r.then((r=>t._waitingQueue.push(st(e.bind(null,r)))),(e=>t._waitingQueue.push(st(n.bind(null,e))))).finally((()=>{t._waitingFor===s&&(t._waitingFor=null)}))}))}abort(){this.active&&(this.active=!1,this.idbtrans&&this.idbtrans.abort(),this._reject(new le.Abort))}table(e){const t=this._memoizedTables||(this._memoizedTables={});if(v(t,e))return t[e];const r=this.schema[e];if(!r)throw new le.NotFound("Table "+e+" not part of transaction");const n=new this.db.Table(e,r,this);return n.core=this.db.core.table(e),t[e]=n,n}}function lr(e,t,r,n,s,i,o){return{name:e,keyPath:t,unique:r,multi:n,auto:s,compound:i,src:(r&&!o?"&":"")+(n?"*":"")+(s?"++":"")+hr(t)}}function hr(e){return"string"==typeof e?e:e?"["+[].join.call(e,"+")+"]":""}function pr(e,t,r){return{name:e,primKey:t,indexes:r,mappedClass:null,idxByName:S(r,(e=>[e.name,e]))}}let fr=e=>{try{return e.only([[]]),fr=()=>[[]],[[]]}catch(e){return fr=()=>kt,kt}};function dr(e){return null==e?()=>{}:"string"==typeof e?function(e){return 1===e.split(".").length?t=>t[e]:t=>E(t,e)}(e):t=>E(t,e)}function gr(e){return[].slice.call(e)}let mr=0;function yr(e){return null==e?":id":"string"==typeof e?e:`[${e.join("+")}]`}function vr(e,t,r){function n(e){if(3===e.type)return null;if(4===e.type)throw new Error("Cannot convert never type to IDBKeyRange");const{lower:r,upper:n,lowerOpen:s,upperOpen:i}=e;return void 0===r?void 0===n?null:t.upperBound(n,!!i):void 0===n?t.lowerBound(r,!!s):t.bound(r,n,!!s,!!i)}const{schema:s,hasGetAll:i}=function(e,t){const r=gr(e.objectStoreNames);return{schema:{name:e.name,tables:r.map((e=>t.objectStore(e))).map((e=>{const{keyPath:t,autoIncrement:r}=e,n=d(t),s=null==t,i={},o={name:e.name,primaryKey:{name:null,isPrimaryKey:!0,outbound:s,compound:n,keyPath:t,autoIncrement:r,unique:!0,extractKey:dr(t)},indexes:gr(e.indexNames).map((t=>e.index(t))).map((e=>{const{name:t,unique:r,multiEntry:n,keyPath:s}=e,o={name:t,compound:d(s),keyPath:s,unique:r,multiEntry:n,extractKey:dr(s)};return i[yr(s)]=o,o})),getIndexByKeyPath:e=>i[yr(e)]};return i[":id"]=o.primaryKey,null!=t&&(i[yr(t)]=o.primaryKey),o}))},hasGetAll:r.length>0&&"getAll"in t.objectStore(r[0])&&!("undefined"!=typeof navigator&&/Safari/.test(navigator.userAgent)&&!/(Chrome\/|Edge\/)/.test(navigator.userAgent)&&[].concat(navigator.userAgent.match(/Safari\/(\d*)/))[1]<604)}}(e,r),o=s.tables.map((e=>function(e){const t=e.name;return{name:t,schema:e,mutate:function({trans:e,type:r,keys:s,values:i,range:o}){return new Promise(((a,u)=>{a=st(a);const c=e.objectStore(t),l=null==c.keyPath,h="put"===r||"add"===r;if(!h&&"delete"!==r&&"deleteRange"!==r)throw new Error("Invalid operation type: "+r);const{length:p}=s||i||{length:1};if(s&&i&&s.length!==i.length)throw new Error("Given keys array must have same length as given values array.");if(0===p)return a({numFailures:0,failures:{},results:[],lastResult:void 0});let f;const d=[],g=[];let m=0;const y=e=>{++m,ar(e)};if("deleteRange"===r){if(4===o.type)return a({numFailures:m,failures:g,results:[],lastResult:void 0});3===o.type?d.push(f=c.clear()):d.push(f=c.delete(n(o)))}else{const[e,t]=h?l?[i,s]:[i,null]:[s,null];if(h)for(let n=0;n<p;++n)d.push(f=t&&void 0!==t[n]?c[r](e[n],t[n]):c[r](e[n])),f.onerror=y;else for(let t=0;t<p;++t)d.push(f=c[r](e[t])),f.onerror=y}const v=e=>{const t=e.target.result;d.forEach(((e,t)=>null!=e.error&&(g[t]=e.error))),a({numFailures:m,failures:g,results:"delete"===r?s:d.map((e=>e.result)),lastResult:t})};f.onerror=e=>{y(e),v(e)},f.onsuccess=v}))},getMany:({trans:e,keys:r})=>new Promise(((n,s)=>{n=st(n);const i=e.objectStore(t),o=r.length,a=new Array(o);let u,c=0,l=0;const h=e=>{const t=e.target;a[t._pos]=t.result,++l===c&&n(a)},p=or(s);for(let e=0;e<o;++e)null!=r[e]&&(u=i.get(r[e]),u._pos=e,u.onsuccess=h,u.onerror=p,++c);0===c&&n(a)})),get:({trans:e,key:r})=>new Promise(((n,s)=>{n=st(n);const i=e.objectStore(t).get(r);i.onsuccess=e=>n(e.target.result),i.onerror=or(s)})),query:function(e){return r=>new Promise(((s,i)=>{s=st(s);const{trans:o,values:a,limit:u,query:c}=r,l=u===1/0?void 0:u,{index:h,range:p}=c,f=o.objectStore(t),d=h.isPrimaryKey?f:f.index(h.name),g=n(p);if(0===u)return s({result:[]});if(e){const e=a?d.getAll(g,l):d.getAllKeys(g,l);e.onsuccess=e=>s({result:e.target.result}),e.onerror=or(i)}else{let e=0;const t=a||!("openKeyCursor"in d)?d.openCursor(g):d.openKeyCursor(g),r=[];t.onsuccess=n=>{const i=t.result;return i?(r.push(a?i.value:i.primaryKey),++e===u?s({result:r}):void i.continue()):s({result:r})},t.onerror=or(i)}}))}(i),openCursor:function({trans:e,values:r,query:s,reverse:i,unique:o}){return new Promise(((a,u)=>{a=st(a);const{index:c,range:l}=s,h=e.objectStore(t),p=c.isPrimaryKey?h:h.index(c.name),f=i?o?"prevunique":"prev":o?"nextunique":"next",d=r||!("openKeyCursor"in p)?p.openCursor(n(l),f):p.openKeyCursor(n(l),f);d.onerror=or(u),d.onsuccess=st((t=>{const r=d.result;if(!r)return void a(null);r.___id=++mr,r.done=!1;const n=r.continue.bind(r);let s=r.continuePrimaryKey;s&&(s=s.bind(r));const i=r.advance.bind(r),o=()=>{throw new Error("Cursor not stopped")};r.trans=e,r.stop=r.continue=r.continuePrimaryKey=r.advance=()=>{throw new Error("Cursor not started")},r.fail=st(u),r.next=function(){let e=1;return this.start((()=>e--?this.continue():this.stop())).then((()=>this))},r.start=e=>{const t=new Promise(((e,t)=>{e=st(e),d.onerror=or(t),r.fail=t,r.stop=t=>{r.stop=r.continue=r.continuePrimaryKey=r.advance=o,e(t)}})),a=()=>{if(d.result)try{e()}catch(e){r.fail(e)}else r.done=!0,r.start=()=>{throw new Error("Cursor behind last entry")},r.stop()};return d.onsuccess=st((e=>{d.onsuccess=a,a()})),r.continue=n,r.continuePrimaryKey=s,r.advance=i,a(),t},a(r)}),u)}))},count({query:e,trans:r}){const{index:s,range:i}=e;return new Promise(((e,o)=>{const a=r.objectStore(t),u=s.isPrimaryKey?a:a.index(s.name),c=n(i),l=c?u.count(c):u.count();l.onsuccess=st((t=>e(t.target.result))),l.onerror=or(o)}))}}}(e))),a={};return o.forEach((e=>a[e.name]=e)),{stack:"dbcore",transaction:e.transaction.bind(e),table(e){if(!a[e])throw new Error(`Table '${e}' not found`);return a[e]},MIN_KEY:-1/0,MAX_KEY:fr(t),schema:s}}function br({_novip:e},t){const r=t.db,n=function(e,t,{IDBKeyRange:r,indexedDB:n},s){const i=function(e,t){return t.reduce(((e,{create:t})=>({...e,...t(e)})),e)}(vr(t,r,s),e.dbcore);return{dbcore:i}}(e._middlewares,r,e._deps,t);e.core=n.dbcore,e.tables.forEach((t=>{const r=t.name;e.core.schema.tables.some((e=>e.name===r))&&(t.core=e.core.table(r),e[r]instanceof e.Table&&(e[r].core=t.core))}))}function Tr({_novip:e},t,r,n){r.forEach((r=>{const s=n[r];t.forEach((t=>{const n=_(t,r);(!n||"value"in n&&void 0===n.value)&&(t===e.Transaction.prototype||t instanceof e.Transaction?w(t,r,{get(){return this.table(r)},set(e){T(this,r,{value:e,writable:!0,configurable:!0,enumerable:!0})}}):t[r]=new e.Table(r,s))}))}))}function wr({_novip:e},t){t.forEach((t=>{for(let r in t)t[r]instanceof e.Table&&delete t[r]}))}function Ar(e,t){return e._cfg.version-t._cfg.version}function qr(e,t,r,n){const s=e._dbSchema,i=e._createTransaction("readwrite",e._storeNames,s);i.create(r),i._completion.catch(n);const o=i._reject.bind(i),a=Ne.transless||Ne;ht((()=>{Ne.trans=i,Ne.transless=a,0===t?(f(s).forEach((e=>{Ur(r,e,s[e].primKey,s[e].indexes)})),br(e,r),Ge.follow((()=>e.on.populate.fire(i))).catch(o)):function({_novip:e},t,r,n){const s=[],i=e._versions;let o=e._dbSchema=jr(e,e.idbdb,n),a=!1;return i.filter((e=>e._cfg.version>=t)).forEach((i=>{s.push((()=>{const s=o,u=i._cfg.dbschema;Pr(e,s,n),Pr(e,u,n),o=e._dbSchema=u;const c=_r(s,u);c.add.forEach((e=>{Ur(n,e[0],e[1].primKey,e[1].indexes)})),c.change.forEach((e=>{if(e.recreate)throw new le.Upgrade("Not yet support for changing primary key");{const t=n.objectStore(e.name);e.add.forEach((e=>kr(t,e))),e.change.forEach((e=>{t.deleteIndex(e.name),kr(t,e)})),e.del.forEach((e=>t.deleteIndex(e)))}}));const l=i._cfg.contentUpgrade;if(l&&i._cfg.version>t){br(e,n),r._memoizedTables={},a=!0;let t=O(u);c.del.forEach((e=>{t[e]=s[e]})),wr(e,[e.Transaction.prototype]),Tr(e,[e.Transaction.prototype],f(t),t),r.schema=t;const i=J(l);let o;i&&pt();const h=Ge.follow((()=>{if(o=l(r),o&&i){var e=ft.bind(null,null);o.then(e,e)}}));return o&&"function"==typeof o.then?Ge.resolve(o):h.then((()=>o))}})),s.push((t=>{a&&St||function(e,t){[].slice.call(t.db.objectStoreNames).forEach((r=>null==e[r]&&t.db.deleteObjectStore(r)))}(i._cfg.dbschema,t),wr(e,[e.Transaction.prototype]),Tr(e,[e.Transaction.prototype],e._storeNames,e._dbSchema),r.schema=e._dbSchema}))})),function e(){return s.length?Ge.resolve(s.shift()(r.idbtrans)).then(e):Ge.resolve()}().then((()=>{var e,t;t=n,f(e=o).forEach((r=>{t.db.objectStoreNames.contains(r)||Ur(t,r,e[r].primKey,e[r].indexes)}))}))}(e,t,i,r).catch(o)}))}function _r(e,t){const r={del:[],add:[],change:[]};let n;for(n in e)t[n]||r.del.push(n);for(n in t){const s=e[n],i=t[n];if(s){const e={name:n,def:i,recreate:!1,del:[],add:[],change:[]};if(""+(s.primKey.keyPath||"")!=""+(i.primKey.keyPath||"")||s.primKey.auto!==i.primKey.auto&&!xt)e.recreate=!0,r.change.push(e);else{const t=s.idxByName,n=i.idxByName;let o;for(o in t)n[o]||e.del.push(o);for(o in n){const r=t[o],s=n[o];r?r.src!==s.src&&e.change.push(s):e.add.push(s)}(e.del.length>0||e.add.length>0||e.change.length>0)&&r.change.push(e)}}else r.add.push([n,i])}return r}function Ur(e,t,r,n){const s=e.db.createObjectStore(t,r.keyPath?{keyPath:r.keyPath,autoIncrement:r.auto}:{autoIncrement:r.auto});return n.forEach((e=>kr(s,e))),s}function kr(e,t){e.createIndex(t.name,t.keyPath,{unique:t.unique,multiEntry:t.multi})}function jr(e,t,r){const n={};return k(t.objectStoreNames,0).forEach((e=>{const t=r.objectStore(e);let s=t.keyPath;const i=lr(hr(s),s||"",!1,!1,!!t.autoIncrement,s&&"string"!=typeof s,!0),o=[];for(let e=0;e<t.indexNames.length;++e){const r=t.index(t.indexNames[e]);s=r.keyPath;var a=lr(r.name,s,!!r.unique,!!r.multiEntry,!1,s&&"string"!=typeof s,!1);o.push(a)}n[e]=pr(e,i,o)})),n}function Pr({_novip:e},t,r){const n=r.db.objectStoreNames;for(let s=0;s<n.length;++s){const i=n[s],o=r.objectStore(i);e._hasGetAll="getAll"in o;for(let e=0;e<o.indexNames.length;++e){const r=o.indexNames[e],n=o.index(r).keyPath,s="string"==typeof n?n:"["+k(n).join("+")+"]";if(t[i]){const e=t[i].idxByName[s];e&&(e.name=r,delete t[i].idxByName[s],t[i].idxByName[r]=e)}}}"undefined"!=typeof navigator&&/Safari/.test(navigator.userAgent)&&!/(Chrome\/|Edge\/)/.test(navigator.userAgent)&&p.WorkerGlobalScope&&p instanceof p.WorkerGlobalScope&&[].concat(navigator.userAgent.match(/Safari\/(\d*)/))[1]<604&&(e._hasGetAll=!1)}class xr{_parseStoresSpec(e,t){f(e).forEach((r=>{if(null!==e[r]){var n=e[r].split(",").map(((e,t)=>{const r=(e=e.trim()).replace(/([&*]|\+\+)/g,""),n=/^\[/.test(r)?r.match(/^\[(.*)\]$/)[1].split("+"):r;return lr(r,n||null,/\&/.test(e),/\*/.test(e),/\+\+/.test(e),d(n),0===t)})),s=n.shift();if(s.multi)throw new le.Schema("Primary key cannot be multi-valued");n.forEach((e=>{if(e.auto)throw new le.Schema("Only primary key can be marked as autoIncrement (++)");if(!e.keyPath)throw new le.Schema("Index must have a name and cannot be an empty string")})),t[r]=pr(r,s,n)}}))}stores(e){const t=this.db;this._cfg.storesSource=this._cfg.storesSource?g(this._cfg.storesSource,e):e;const r=t._versions,n={};let s={};return r.forEach((e=>{g(n,e._cfg.storesSource),s=e._cfg.dbschema={},e._parseStoresSpec(n,s)})),t._dbSchema=s,wr(t,[t._allTables,t,t.Transaction.prototype]),Tr(t,[t._allTables,t,t.Transaction.prototype,this._cfg.tables],f(s),s),t._storeNames=f(s),this}upgrade(e){return this._cfg.contentUpgrade=we(this._cfg.contentUpgrade||fe,e),this}}function Sr(e,t){let r=e._dbNamesDB;return r||(r=e._dbNamesDB=new Qr("__dbnames",{addons:[],indexedDB:e,IDBKeyRange:t}),r.version(1).stores({dbnames:"name"})),r.table("dbnames")}function Er(e){return e&&"function"==typeof e.databases}function Dr(e){return ht((function(){return Ne.letThrough=!0,e()}))}function Or(){var e;return!navigator.userAgentData&&/Safari\//.test(navigator.userAgent)&&!/Chrom(e|ium)\//.test(navigator.userAgent)&&indexedDB.databases?new Promise((function(t){var r=function(){return indexedDB.databases().finally(t)};e=setInterval(r,100),r()})).finally((function(){return clearInterval(e)})):Promise.resolve()}function Cr(e){var t=t=>e.next(t),r=s(t),n=s((t=>e.throw(t)));function s(e){return t=>{var s=e(t),i=s.value;return s.done?i:i&&"function"==typeof i.then?i.then(r,n):d(i)?Promise.all(i).then(r,n):r(i)}}return s(t)()}function Ir(e,t,r){var n=arguments.length;if(n<2)throw new le.InvalidArgument("Too few arguments");for(var s=new Array(n-1);--n;)s[n-1]=arguments[n];r=s.pop();var i=I(s);return[e,i,r]}function Rr(e,t,r,n,s){return Ge.resolve().then((()=>{const i=Ne.transless||Ne,o=e._createTransaction(t,r,e._dbSchema,n),a={trans:o,transless:i};if(n)o.idbtrans=n.idbtrans;else try{o.create(),e._state.PR1398_maxLoop=3}catch(n){return n.name===ue.InvalidState&&e.isOpen()&&--e._state.PR1398_maxLoop>0?(console.warn("Dexie: Need to reopen db"),e._close(),e.open().then((()=>Rr(e,t,r,null,s)))):_t(n)}const u=J(s);let c;u&&pt();const l=Ge.follow((()=>{if(c=s.call(o,o),c)if(u){var e=ft.bind(null,null);c.then(e,e)}else"function"==typeof c.next&&"function"==typeof c.throw&&(c=Cr(c))}),a);return(c&&"function"==typeof c.then?Ge.resolve(c).then((e=>o.active?e:_t(new le.PrematureCommit("Transaction committed too early. See http://bit.ly/2kdckMn")))):l.then((()=>c))).then((e=>(n&&o._resolve(),o._completion.then((()=>e))))).catch((e=>(o._reject(e),_t(e))))}))}function Br(e,t,r){const n=d(e)?e.slice():[e];for(let e=0;e<r;++e)n.push(t);return n}const Kr={stack:"dbcore",name:"VirtualIndexMiddleware",level:1,create:function(e){return{...e,table(t){const r=e.table(t),{schema:n}=r,s={},i=[];function o(e,t,r){const n=yr(e),a=s[n]=s[n]||[],u=null==e?0:"string"==typeof e?1:e.length,c=t>0,l={...r,isVirtual:c,keyTail:t,keyLength:u,extractKey:dr(e),unique:!c&&r.unique};return a.push(l),l.isPrimaryKey||i.push(l),u>1&&o(2===u?e[0]:e.slice(0,u-1),t+1,r),a.sort(((e,t)=>e.keyTail-t.keyTail)),l}const a=o(n.primaryKey.keyPath,0,n.primaryKey);s[":id"]=[a];for(const e of n.indexes)o(e.keyPath,0,e);function u(t){const r=t.query.index;return r.isVirtual?{...t,query:{index:r,range:(n=t.query.range,s=r.keyTail,{type:1===n.type?2:n.type,lower:Br(n.lower,n.lowerOpen?e.MAX_KEY:e.MIN_KEY,s),lowerOpen:!0,upper:Br(n.upper,n.upperOpen?e.MIN_KEY:e.MAX_KEY,s),upperOpen:!0})}}:t;var n,s}const c={...r,schema:{...n,primaryKey:a,indexes:i,getIndexByKeyPath:function(e){const t=s[yr(e)];return t&&t[0]}},count:e=>r.count(u(e)),query:e=>r.query(u(e)),openCursor(t){const{keyTail:n,isVirtual:s,keyLength:i}=t.query.index;return s?r.openCursor(u(t)).then((r=>r&&function(r){const s=Object.create(r,{continue:{value:function(s){null!=s?r.continue(Br(s,t.reverse?e.MAX_KEY:e.MIN_KEY,n)):t.unique?r.continue(r.key.slice(0,i).concat(t.reverse?e.MIN_KEY:e.MAX_KEY,n)):r.continue()}},continuePrimaryKey:{value(t,s){r.continuePrimaryKey(Br(t,e.MAX_KEY,n),s)}},primaryKey:{get:()=>r.primaryKey},key:{get(){const e=r.key;return 1===i?e[0]:e.slice(0,i)}},value:{get:()=>r.value}});return s}(r))):r.openCursor(t)}};return c}}}};function Nr(e,t,r,n){return r=r||{},n=n||"",f(e).forEach((s=>{if(v(t,s)){var i=e[s],o=t[s];if("object"==typeof i&&"object"==typeof o&&i&&o){const e=F(i);e!==F(o)?r[n+s]=t[s]:"Object"===e?Nr(i,o,r,n+s+"."):i!==o&&(r[n+s]=t[s])}else i!==o&&(r[n+s]=t[s])}else r[n+s]=void 0})),f(t).forEach((s=>{v(e,s)||(r[n+s]=t[s])})),r}const Mr={stack:"dbcore",name:"HooksMiddleware",level:2,create:e=>({...e,table(t){const r=e.table(t),{primaryKey:n}=r.schema,s={...r,mutate(e){const s=Ne.trans,{deleting:i,creating:o,updating:a}=s.table(t).hook;switch(e.type){case"add":if(o.fire===fe)break;return s._promise("readwrite",(()=>u(e)),!0);case"put":if(o.fire===fe&&a.fire===fe)break;return s._promise("readwrite",(()=>u(e)),!0);case"delete":if(i.fire===fe)break;return s._promise("readwrite",(()=>u(e)),!0);case"deleteRange":if(i.fire===fe)break;return s._promise("readwrite",(()=>function(e){return c(e.trans,e.range,1e4)}(e)),!0)}return r.mutate(e);function u(e){const t=Ne.trans,s=e.keys||function(e,t){return"delete"===t.type?t.keys:t.keys||t.values.map(e.extractKey)}(n,e);if(!s)throw new Error("Keys missing");return"delete"!==(e="add"===e.type||"put"===e.type?{...e,keys:s}:{...e}).type&&(e.values=[...e.values]),e.keys&&(e.keys=[...e.keys]),function(e,t,r){return"add"===t.type?Promise.resolve([]):e.getMany({trans:t.trans,keys:r,cache:"immutable"})}(r,e,s).then((u=>{const c=s.map(((r,s)=>{const c=u[s],l={onerror:null,onsuccess:null};if("delete"===e.type)i.fire.call(l,r,c,t);else if("add"===e.type||void 0===c){const i=o.fire.call(l,r,e.values[s],t);null==r&&null!=i&&(r=i,e.keys[s]=r,n.outbound||D(e.values[s],n.keyPath,r))}else{const n=Nr(c,e.values[s]),i=a.fire.call(l,n,r,c,t);if(i){const t=e.values[s];Object.keys(i).forEach((e=>{v(t,e)?t[e]=i[e]:D(t,e,i[e])}))}}return l}));return r.mutate(e).then((({failures:t,results:r,numFailures:n,lastResult:i})=>{for(let n=0;n<s.length;++n){const i=r?r[n]:s[n],o=c[n];null==i?o.onerror&&o.onerror(t[n]):o.onsuccess&&o.onsuccess("put"===e.type&&u[n]?e.values[n]:i)}return{failures:t,results:r,numFailures:n,lastResult:i}})).catch((e=>(c.forEach((t=>t.onerror&&t.onerror(e))),Promise.reject(e))))}))}function c(e,t,s){return r.query({trans:e,values:!1,query:{index:n,range:t},limit:s}).then((({result:r})=>u({type:"delete",keys:r,trans:e}).then((n=>n.numFailures>0?Promise.reject(n.failures[0]):r.length<s?{failures:[],numFailures:0,lastResult:void 0}:c(e,{...t,lower:r[r.length-1],lowerOpen:!0},s)))))}}};return s}})};function Lr(e,t,r){try{if(!t)return null;if(t.keys.length<e.length)return null;const n=[];for(let s=0,i=0;s<t.keys.length&&i<e.length;++s)0===Wt(t.keys[s],e[i])&&(n.push(r?N(t.values[s]):t.values[s]),++i);return n.length===e.length?n:null}catch(e){return null}}const Fr={stack:"dbcore",level:-1,create:e=>({table:t=>{const r=e.table(t);return{...r,getMany:e=>{if(!e.cache)return r.getMany(e);const t=Lr(e.keys,e.trans._cache,"clone"===e.cache);return t?Ge.resolve(t):r.getMany(e).then((t=>(e.trans._cache={keys:e.keys,values:"clone"===e.cache?N(t):t},t)))},mutate:e=>("add"!==e.type&&(e.trans._cache=null),r.mutate(e))}}})};function Gr(e){return!("from"in e)}const Hr=function(e,t){if(!this){const t=new Hr;return e&&"d"in e&&g(t,e),t}g(this,arguments.length?{d:1,from:e,to:arguments.length>1?t:e}:{d:0})};function $r(e,t,r){const n=Wt(t,r);if(isNaN(n))return;if(n>0)throw RangeError();if(Gr(e))return g(e,{from:t,to:r,d:1});const s=e.l,i=e.r;if(Wt(r,e.from)<0)return s?$r(s,t,r):e.l={from:t,to:r,d:1,l:null,r:null},Jr(e);if(Wt(t,e.to)>0)return i?$r(i,t,r):e.r={from:t,to:r,d:1,l:null,r:null},Jr(e);Wt(t,e.from)<0&&(e.from=t,e.l=null,e.d=i?i.d+1:1),Wt(r,e.to)>0&&(e.to=r,e.r=null,e.d=e.l?e.l.d+1:1);const o=!e.r;s&&!e.l&&Wr(e,s),i&&o&&Wr(e,i)}function Wr(e,t){Gr(t)||function e(t,{from:r,to:n,l:s,r:i}){$r(t,r,n),s&&e(t,s),i&&e(t,i)}(e,t)}function Vr(e){let t=Gr(e)?null:{s:0,n:e};return{next(e){const r=arguments.length>0;for(;t;)switch(t.s){case 0:if(t.s=1,r)for(;t.n.l&&Wt(e,t.n.from)<0;)t={up:t,n:t.n.l,s:1};else for(;t.n.l;)t={up:t,n:t.n.l,s:1};case 1:if(t.s=2,!r||Wt(e,t.n.to)<=0)return{value:t.n,done:!1};case 2:if(t.n.r){t.s=3,t={up:t,n:t.n.r,s:0};continue}case 3:t=t.up}return{done:!0}}}}function Jr(e){var t,r;const n=((null===(t=e.r)||void 0===t?void 0:t.d)||0)-((null===(r=e.l)||void 0===r?void 0:r.d)||0),s=n>1?"r":n<-1?"l":"";if(s){const t="r"===s?"l":"r",r={...e},n=e[s];e.from=n.from,e.to=n.to,e[s]=n[s],r[s]=n[t],e[t]=r,r.d=zr(r)}e.d=zr(e)}function zr({r:e,l:t}){return(e?t?Math.max(e.d,t.d):e.d:t?t.d:0)+1}b(Hr.prototype,{add(e){return Wr(this,e),this},addKey(e){return $r(this,e,e),this},addKeys(e){return e.forEach((e=>$r(this,e,e))),this},[G](){return Vr(this)}});const Xr={stack:"dbcore",level:0,create:e=>{const t=e.schema.name,r=new Hr(e.MIN_KEY,e.MAX_KEY);return{...e,table:n=>{const s=e.table(n),{schema:i}=s,{primaryKey:o}=i,{extractKey:a,outbound:u}=o,c={...s,mutate:e=>{const o=e.trans,a=o.mutatedParts||(o.mutatedParts={}),u=e=>{const r=`idb://${t}/${n}/${e}`;return a[r]||(a[r]=new Hr)},c=u(""),l=u(":dels"),{type:h}=e;let[p,f]="deleteRange"===e.type?[e.range]:"delete"===e.type?[e.keys]:e.values.length<50?[[],e.values]:[];const g=e.trans._cache;return s.mutate(e).then((e=>{if(d(p)){"delete"!==h&&(p=e.results),c.addKeys(p);const t=Lr(p,g);t||"add"===h||l.addKeys(p),(t||f)&&function(e,t,r,n){t.indexes.forEach((function(t){const s=e(t.name||"");function i(e){return null!=e?t.extractKey(e):null}const o=e=>t.multiEntry&&d(e)?e.forEach((e=>s.addKey(e))):s.addKey(e);(r||n).forEach(((e,t)=>{const s=r&&i(r[t]),a=n&&i(n[t]);0!==Wt(s,a)&&(null!=s&&o(s),null!=a&&o(a))}))}))}(u,i,t,f)}else if(p){const e={from:p.lower,to:p.upper};l.add(e),c.add(e)}else c.add(r),l.add(r),i.indexes.forEach((e=>u(e.name).add(r)));return e}))}},l=({query:{index:t,range:r}})=>{var n,s;return[t,new Hr(null!==(n=r.lower)&&void 0!==n?n:e.MIN_KEY,null!==(s=r.upper)&&void 0!==s?s:e.MAX_KEY)]},h={get:e=>[o,new Hr(e.key)],getMany:e=>[o,(new Hr).addKeys(e.keys)],count:l,query:l,openCursor:l};return f(h).forEach((e=>{c[e]=function(i){const{subscr:o}=Ne;if(o){const c=e=>{const r=`idb://${t}/${n}/${e}`;return o[r]||(o[r]=new Hr)},l=c(""),p=c(":dels"),[f,d]=h[e](i);if(c(f.name||"").add(d),!f.isPrimaryKey){if("count"!==e){const t="query"===e&&u&&i.values&&s.query({...i,values:!1});return s[e].apply(this,arguments).then((r=>{if("query"===e){if(u&&i.values)return t.then((({result:e})=>(l.addKeys(e),r)));const e=i.values?r.result.map(a):r.result;i.values?l.addKeys(e):p.addKeys(e)}else if("openCursor"===e){const e=r,t=i.values;return e&&Object.create(e,{key:{get:()=>(p.addKey(e.primaryKey),e.key)},primaryKey:{get(){const t=e.primaryKey;return p.addKey(t),t}},value:{get:()=>(t&&l.addKey(e.primaryKey),e.value)}})}return r}))}p.add(r)}}return s[e].apply(this,arguments)}})),c}}}};class Qr{constructor(e,t){this._middlewares={},this.verno=0;const r=Qr.dependencies;this._options=t={addons:Qr.addons,autoOpen:!0,indexedDB:r.indexedDB,IDBKeyRange:r.IDBKeyRange,...t},this._deps={indexedDB:t.indexedDB,IDBKeyRange:t.IDBKeyRange};const{addons:n}=t;this._dbSchema={},this._versions=[],this._storeNames=[],this._allTables={},this.idbdb=null,this._novip=this;const s={dbOpenError:null,isBeingOpened:!1,onReadyBeingFired:null,openComplete:!1,dbReadyResolve:fe,dbReadyPromise:null,cancelOpen:fe,openCanceller:null,autoSchema:!0,PR1398_maxLoop:3};var i;s.dbReadyPromise=new Ge((e=>{s.dbReadyResolve=e})),s.openCanceller=new Ge(((e,t)=>{s.cancelOpen=t})),this._state=s,this.name=e,this.on=Bt(this,"populate","blocked","versionchange","close",{ready:[we,fe]}),this.on.ready.subscribe=j(this.on.ready.subscribe,(e=>(t,r)=>{Qr.vip((()=>{const n=this._state;if(n.openComplete)n.dbOpenError||Ge.resolve().then(t),r&&e(t);else if(n.onReadyBeingFired)n.onReadyBeingFired.push(t),r&&e(t);else{e(t);const n=this;r||e((function e(){n.on.ready.unsubscribe(t),n.on.ready.unsubscribe(e)}))}}))})),this.Collection=(i=this,Kt(zt.prototype,(function(e,t){this.db=i;let r=Ct,n=null;if(t)try{r=t()}catch(e){n=e}const s=e._ctx,o=s.table,a=o.hook.reading.fire;this._ctx={table:o,index:s.index,isPrimKey:!s.index||o.schema.primKey.keyPath&&s.index===o.schema.primKey.name,range:r,keysOnly:!1,dir:"next",unique:"",algorithm:null,filter:null,replayFilter:null,justLimit:!0,isMatch:null,offset:0,limit:1/0,error:n,or:s.or,valueMapper:a!==de?a:null}}))),this.Table=function(e){return Kt(Rt.prototype,(function(t,r,n){this.db=e,this._tx=n,this.name=t,this.schema=r,this.hook=e._allTables[t]?e._allTables[t].hook:Bt(null,{creating:[ye,fe],reading:[ge,de],updating:[be,fe],deleting:[ve,fe]})}))}(this),this.Transaction=function(e){return Kt(cr.prototype,(function(t,r,n,s,i){this.db=e,this.mode=t,this.storeNames=r,this.schema=n,this.chromeTransactionDurability=s,this.idbtrans=null,this.on=Bt(this,"complete","error","abort"),this.parent=i||null,this.active=!0,this._reculock=0,this._blockedFuncs=[],this._resolve=null,this._reject=null,this._waitingFor=null,this._waitingQueue=null,this._spinCount=0,this._completion=new Ge(((e,t)=>{this._resolve=e,this._reject=t})),this._completion.then((()=>{this.active=!1,this.on.complete.fire()}),(e=>{var t=this.active;return this.active=!1,this.on.error.fire(e),this.parent?this.parent._reject(e):t&&this.idbtrans&&this.idbtrans.abort(),_t(e)}))}))}(this),this.Version=function(e){return Kt(xr.prototype,(function(t){this.db=e,this._cfg={version:t,storesSource:null,dbschema:{},tables:{},contentUpgrade:null}}))}(this),this.WhereClause=function(e){return Kt(ir.prototype,(function(t,r,n){this.db=e,this._ctx={table:t,index:":id"===r?null:r,or:n};const s=e._deps.indexedDB;if(!s)throw new le.MissingAPI;this._cmp=this._ascending=s.cmp.bind(s),this._descending=(e,t)=>s.cmp(t,e),this._max=(e,t)=>s.cmp(e,t)>0?e:t,this._min=(e,t)=>s.cmp(e,t)<0?e:t,this._IDBKeyRange=e._deps.IDBKeyRange}))}(this),this.on("versionchange",(e=>{e.newVersion>0?console.warn(`Another connection wants to upgrade database '${this.name}'. Closing db now to resume the upgrade.`):console.warn(`Another connection wants to delete database '${this.name}'. Closing db now to resume the delete request.`),this.close()})),this.on("blocked",(e=>{!e.newVersion||e.newVersion<e.oldVersion?console.warn(`Dexie.delete('${this.name}') was blocked`):console.warn(`Upgrade '${this.name}' blocked by other connection holding version ${e.oldVersion/10}`)})),this._maxKey=fr(t.IDBKeyRange),this._createTransaction=(e,t,r,n)=>new this.Transaction(e,t,r,this._options.chromeTransactionDurability,n),this._fireOnBlocked=e=>{this.on("blocked").fire(e),Pt.filter((e=>e.name===this.name&&e!==this&&!e._state.vcFired)).map((t=>t.on("versionchange").fire(e)))},this.use(Kr),this.use(Mr),this.use(Xr),this.use(Fr),this.vip=Object.create(this,{_vip:{value:!0}}),n.forEach((e=>e(this)))}version(e){if(isNaN(e)||e<.1)throw new le.Type("Given version is not a positive number");if(e=Math.round(10*e)/10,this.idbdb||this._state.isBeingOpened)throw new le.Schema("Cannot add version when database is open");this.verno=Math.max(this.verno,e);const t=this._versions;var r=t.filter((t=>t._cfg.version===e))[0];return r||(r=new this.Version(e),t.push(r),t.sort(Ar),r.stores({}),this._state.autoSchema=!1,r)}_whenReady(e){return this.idbdb&&(this._state.openComplete||Ne.letThrough||this._vip)?e():new Ge(((e,t)=>{if(this._state.openComplete)return t(new le.DatabaseClosed(this._state.dbOpenError));if(!this._state.isBeingOpened){if(!this._options.autoOpen)return void t(new le.DatabaseClosed);this.open().catch(fe)}this._state.dbReadyPromise.then(e,t)})).then(e)}use({stack:e,create:t,level:r,name:n}){n&&this.unuse({stack:e,name:n});const s=this._middlewares[e]||(this._middlewares[e]=[]);return s.push({stack:e,create:t,level:null==r?10:r,name:n}),s.sort(((e,t)=>e.level-t.level)),this}unuse({stack:e,name:t,create:r}){return e&&this._middlewares[e]&&(this._middlewares[e]=this._middlewares[e].filter((e=>r?e.create!==r:!!t&&e.name!==t))),this}open(){return function(e){const t=e._state,{indexedDB:r}=e._deps;if(t.isBeingOpened||e.idbdb)return t.dbReadyPromise.then((()=>t.dbOpenError?_t(t.dbOpenError):e));z&&(t.openCanceller._stackHolder=Z()),t.isBeingOpened=!0,t.dbOpenError=null,t.openComplete=!1;const n=t.openCanceller;function s(){if(t.openCanceller!==n)throw new le.DatabaseClosed("db.open() was cancelled")}let i=t.dbReadyResolve,o=null,a=!1;return Ge.race([n,("undefined"==typeof navigator?Ge.resolve():Or()).then((()=>new Ge(((n,i)=>{if(s(),!r)throw new le.MissingAPI;const u=e.name,c=t.autoSchema?r.open(u):r.open(u,Math.round(10*e.verno));if(!c)throw new le.MissingAPI;c.onerror=or(i),c.onblocked=st(e._fireOnBlocked),c.onupgradeneeded=st((n=>{if(o=c.transaction,t.autoSchema&&!e._options.allowEmptyDB){c.onerror=ar,o.abort(),c.result.close();const e=r.deleteDatabase(u);e.onsuccess=e.onerror=st((()=>{i(new le.NoSuchDatabase(`Database ${u} doesnt exist`))}))}else{o.onerror=or(i);var s=n.oldVersion>Math.pow(2,62)?0:n.oldVersion;a=s<1,e._novip.idbdb=c.result,qr(e,s/10,o,i)}}),i),c.onsuccess=st((()=>{o=null;const r=e._novip.idbdb=c.result,s=k(r.objectStoreNames);if(s.length>0)try{const n=r.transaction(1===(i=s).length?i[0]:i,"readonly");t.autoSchema?function({_novip:e},t,r){e.verno=t.version/10;const n=e._dbSchema=jr(0,t,r);e._storeNames=k(t.objectStoreNames,0),Tr(e,[e._allTables],f(n),n)}(e,r,n):(Pr(e,e._dbSchema,n),function(e,t){const r=_r(jr(0,e.idbdb,t),e._dbSchema);return!(r.add.length||r.change.some((e=>e.add.length||e.change.length)))}(e,n)||console.warn("Dexie SchemaDiff: Schema was extended without increasing the number passed to db.version(). Some queries may fail.")),br(e,n)}catch(e){}var i;Pt.push(e),r.onversionchange=st((r=>{t.vcFired=!0,e.on("versionchange").fire(r)})),r.onclose=st((t=>{e.on("close").fire(t)})),a&&function({indexedDB:e,IDBKeyRange:t},r){!Er(e)&&"__dbnames"!==r&&Sr(e,t).put({name:r}).catch(fe)}(e._deps,u),n()}),i)}))))]).then((()=>(s(),t.onReadyBeingFired=[],Ge.resolve(Dr((()=>e.on.ready.fire(e.vip)))).then((function r(){if(t.onReadyBeingFired.length>0){let n=t.onReadyBeingFired.reduce(we,fe);return t.onReadyBeingFired=[],Ge.resolve(Dr((()=>n(e.vip)))).then(r)}}))))).finally((()=>{t.onReadyBeingFired=null,t.isBeingOpened=!1})).then((()=>e)).catch((r=>{t.dbOpenError=r;try{o&&o.abort()}catch(e){}return n===t.openCanceller&&e._close(),_t(r)})).finally((()=>{t.openComplete=!0,i()}))}(this)}_close(){const e=this._state,t=Pt.indexOf(this);if(t>=0&&Pt.splice(t,1),this.idbdb){try{this.idbdb.close()}catch(e){}this._novip.idbdb=null}e.dbReadyPromise=new Ge((t=>{e.dbReadyResolve=t})),e.openCanceller=new Ge(((t,r)=>{e.cancelOpen=r}))}close(){this._close();const e=this._state;this._options.autoOpen=!1,e.dbOpenError=new le.DatabaseClosed,e.isBeingOpened&&e.cancelOpen(e.dbOpenError)}delete(){const e=arguments.length>0,t=this._state;return new Ge(((r,n)=>{const s=()=>{this.close();var e=this._deps.indexedDB.deleteDatabase(this.name);e.onsuccess=st((()=>{!function({indexedDB:e,IDBKeyRange:t},r){!Er(e)&&"__dbnames"!==r&&Sr(e,t).delete(r).catch(fe)}(this._deps,this.name),r()})),e.onerror=or(n),e.onblocked=this._fireOnBlocked};if(e)throw new le.InvalidArgument("Arguments not allowed in db.delete()");t.isBeingOpened?t.dbReadyPromise.then(s):s()}))}backendDB(){return this.idbdb}isOpen(){return null!==this.idbdb}hasBeenClosed(){const e=this._state.dbOpenError;return e&&"DatabaseClosed"===e.name}hasFailed(){return null!==this._state.dbOpenError}dynamicallyOpened(){return this._state.autoSchema}get tables(){return f(this._allTables).map((e=>this._allTables[e]))}transaction(){const e=Ir.apply(this,arguments);return this._transaction.apply(this,e)}_transaction(e,t,r){let n=Ne.trans;n&&n.db===this&&-1===e.indexOf("!")||(n=null);const s=-1!==e.indexOf("?");let i,o;e=e.replace("!","").replace("?","");try{if(o=t.map((e=>{var t=e instanceof this.Table?e.name:e;if("string"!=typeof t)throw new TypeError("Invalid table argument to Dexie.transaction(). Only Table or String are allowed");return t})),"r"==e||"readonly"===e)i="readonly";else{if("rw"!=e&&"readwrite"!=e)throw new le.InvalidArgument("Invalid transaction mode: "+e);i="readwrite"}if(n){if("readonly"===n.mode&&"readwrite"===i){if(!s)throw new le.SubTransaction("Cannot enter a sub-transaction with READWRITE mode when parent transaction is READONLY");n=null}n&&o.forEach((e=>{if(n&&-1===n.storeNames.indexOf(e)){if(!s)throw new le.SubTransaction("Table "+e+" not included in parent transaction.");n=null}})),s&&n&&!n.active&&(n=null)}}catch(e){return n?n._promise(null,((t,r)=>{r(e)})):_t(e)}const a=Rr.bind(null,this,i,o,n,r);return n?n._promise(i,a,"lock"):Ne.trans?bt(Ne.transless,(()=>this._whenReady(a))):this._whenReady(a)}table(e){if(!v(this._allTables,e))throw new le.InvalidTable(`Table ${e} does not exist`);return this._allTables[e]}}const Yr="undefined"!=typeof Symbol&&"observable"in Symbol?Symbol.observable:"@@observable";class Zr{constructor(e){this._subscribe=e}subscribe(e,t,r){return this._subscribe(e&&"function"!=typeof e?e:{next:e,error:t,complete:r})}[Yr](){return this}}function en(e,t){return f(t).forEach((r=>{Wr(e[r]||(e[r]=new Hr),t[r])})),e}let tn;try{tn={indexedDB:p.indexedDB||p.mozIndexedDB||p.webkitIndexedDB||p.msIndexedDB,IDBKeyRange:p.IDBKeyRange||p.webkitIDBKeyRange}}catch(p){tn={indexedDB:null,IDBKeyRange:null}}const rn=Qr;function nn(e){let t=sn;try{sn=!0,ur.storagemutated.fire(e)}finally{sn=t}}b(rn,{...pe,delete:e=>new rn(e,{addons:[]}).delete(),exists:e=>new rn(e,{addons:[]}).open().then((e=>(e.close(),!0))).catch("NoSuchDatabaseError",(()=>!1)),getDatabaseNames(e){try{return function({indexedDB:e,IDBKeyRange:t}){return Er(e)?Promise.resolve(e.databases()).then((e=>e.map((e=>e.name)).filter((e=>"__dbnames"!==e)))):Sr(e,t).toCollection().primaryKeys()}(rn.dependencies).then(e)}catch(e){return _t(new le.MissingAPI)}},defineClass:()=>function(e){g(this,e)},ignoreTransaction:e=>Ne.trans?bt(Ne.transless,e):e(),vip:Dr,async:function(e){return function(){try{var t=Cr(e.apply(this,arguments));return t&&"function"==typeof t.then?t:Ge.resolve(t)}catch(e){return _t(e)}}},spawn:function(e,t,r){try{var n=Cr(e.apply(r,t||[]));return n&&"function"==typeof n.then?n:Ge.resolve(n)}catch(e){return _t(e)}},currentTransaction:{get:()=>Ne.trans||null},waitFor:function(e,t){const r=Ge.resolve("function"==typeof e?rn.ignoreTransaction(e):e).timeout(t||6e4);return Ne.trans?Ne.trans.waitFor(r):r},Promise:Ge,debug:{get:()=>z,set:e=>{X(e,"dexie"===e?()=>!0:Dt)}},derive:A,extend:g,props:b,override:j,Events:Bt,on:ur,liveQuery:function(e){return new Zr((t=>{const r=J(e);let n=!1,s={},i={};const o={get closed(){return n},unsubscribe:()=>{n=!0,ur.storagemutated.unsubscribe(l)}};t.start&&t.start(o);let a=!1,u=!1;function c(){return f(i).some((e=>s[e]&&function(e,t){const r=Vr(t);let n=r.next();if(n.done)return!1;let s=n.value;const i=Vr(e);let o=i.next(s.from),a=o.value;for(;!n.done&&!o.done;){if(Wt(a.from,s.to)<=0&&Wt(a.to,s.from)>=0)return!0;Wt(s.from,a.from)<0?s=(n=r.next(a.from)).value:a=(o=i.next(s.from)).value}return!1}(s[e],i[e])))}const l=e=>{en(s,e),c()&&h()},h=()=>{if(a||n)return;s={};const p={},f=function(t){r&&pt();const n=()=>ht(e,{subscr:t,trans:null}),s=Ne.trans?bt(Ne.transless,n):n();return r&&s.then(ft,ft),s}(p);u||(ur("storagemutated",l),u=!0),a=!0,Promise.resolve(f).then((e=>{a=!1,n||(c()?h():(s={},i=p,t.next&&t.next(e)))}),(e=>{a=!1,t.error&&t.error(e),o.unsubscribe()}))};return h(),o}))},extendObservabilitySet:en,getByKeyPath:E,setByKeyPath:D,delByKeyPath:function(e,t){"string"==typeof t?D(e,t,void 0):"length"in t&&[].map.call(t,(function(t){D(e,t,void 0)}))},shallowClone:O,deepClone:N,getObjectDiff:Nr,cmp:Wt,asap:x,minKey:-1/0,addons:[],connections:Pt,errnames:ue,dependencies:tn,semVer:"3.2.2",version:"3.2.2".split(".").map((e=>parseInt(e))).reduce(((e,t,r)=>e+t/Math.pow(10,2*r)))}),rn.maxKey=fr(rn.dependencies.IDBKeyRange),"undefined"!=typeof dispatchEvent&&"undefined"!=typeof addEventListener&&(ur("storagemutated",(e=>{if(!sn){let t;xt?(t=document.createEvent("CustomEvent"),t.initCustomEvent("x-storagemutated-1",!0,!0,e)):t=new CustomEvent("x-storagemutated-1",{detail:e}),sn=!0,dispatchEvent(t),sn=!1}})),addEventListener("x-storagemutated-1",(({detail:e})=>{sn||nn(e)})));let sn=!1;if("undefined"!=typeof BroadcastChannel){const e=new BroadcastChannel("x-storagemutated-1");ur("storagemutated",(t=>{sn||e.postMessage(t)})),e.onmessage=e=>{e.data&&nn(e.data)}}else if("undefined"!=typeof self&&"undefined"!=typeof navigator){ur("storagemutated",(e=>{try{sn||("undefined"!=typeof localStorage&&localStorage.setItem("x-storagemutated-1",JSON.stringify({trig:Math.random(),changedParts:e})),"object"==typeof self.clients&&[...self.clients.matchAll({includeUncontrolled:!0})].forEach((t=>t.postMessage({type:"x-storagemutated-1",changedParts:e}))))}catch(e){}})),"undefined"!=typeof addEventListener&&addEventListener("storage",(e=>{if("x-storagemutated-1"===e.key){const t=JSON.parse(e.newValue);t&&nn(t.changedParts)}}));const e=self.document&&navigator.serviceWorker;e&&e.addEventListener("message",(function({data:e}){e&&"x-storagemutated-1"===e.type&&nn(e.changedParts)}))}function on(e){return on="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},on(e)}function an(){an=function(){return e};var e={},t=Object.prototype,r=t.hasOwnProperty,n=Object.defineProperty||function(e,t,r){e[t]=r.value},s="function"==typeof Symbol?Symbol:{},i=s.iterator||"@@iterator",o=s.asyncIterator||"@@asyncIterator",a=s.toStringTag||"@@toStringTag";function u(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{u({},"")}catch(e){u=function(e,t,r){return e[t]=r}}function c(e,t,r,s){var i=t&&t.prototype instanceof p?t:p,o=Object.create(i.prototype),a=new U(s||[]);return n(o,"_invoke",{value:w(e,r,a)}),o}function l(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}e.wrap=c;var h={};function p(){}function f(){}function d(){}var g={};u(g,i,(function(){return this}));var m=Object.getPrototypeOf,y=m&&m(m(k([])));y&&y!==t&&r.call(y,i)&&(g=y);var v=d.prototype=p.prototype=Object.create(g);function b(e){["next","throw","return"].forEach((function(t){u(e,t,(function(e){return this._invoke(t,e)}))}))}function T(e,t){function s(n,i,o,a){var u=l(e[n],e,i);if("throw"!==u.type){var c=u.arg,h=c.value;return h&&"object"==on(h)&&r.call(h,"__await")?t.resolve(h.__await).then((function(e){s("next",e,o,a)}),(function(e){s("throw",e,o,a)})):t.resolve(h).then((function(e){c.value=e,o(c)}),(function(e){return s("throw",e,o,a)}))}a(u.arg)}var i;n(this,"_invoke",{value:function(e,r){function n(){return new t((function(t,n){s(e,r,t,n)}))}return i=i?i.then(n,n):n()}})}function w(e,t,r){var n="suspendedStart";return function(s,i){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===s)throw i;return j()}for(r.method=s,r.arg=i;;){var o=r.delegate;if(o){var a=A(o,r);if(a){if(a===h)continue;return a}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var u=l(e,t,r);if("normal"===u.type){if(n=r.done?"completed":"suspendedYield",u.arg===h)continue;return{value:u.arg,done:r.done}}"throw"===u.type&&(n="completed",r.method="throw",r.arg=u.arg)}}}function A(e,t){var r=t.method,n=e.iterator[r];if(void 0===n)return t.delegate=null,"throw"===r&&e.iterator.return&&(t.method="return",t.arg=void 0,A(e,t),"throw"===t.method)||"return"!==r&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+r+"' method")),h;var s=l(n,e.iterator,t.arg);if("throw"===s.type)return t.method="throw",t.arg=s.arg,t.delegate=null,h;var i=s.arg;return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,h):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,h)}function q(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function _(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function U(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(q,this),this.reset(!0)}function k(e){if(e){var t=e[i];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var n=-1,s=function t(){for(;++n<e.length;)if(r.call(e,n))return t.value=e[n],t.done=!1,t;return t.value=void 0,t.done=!0,t};return s.next=s}}return{next:j}}function j(){return{value:void 0,done:!0}}return f.prototype=d,n(v,"constructor",{value:d,configurable:!0}),n(d,"constructor",{value:f,configurable:!0}),f.displayName=u(d,a,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===f||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,d):(e.__proto__=d,u(e,a,"GeneratorFunction")),e.prototype=Object.create(v),e},e.awrap=function(e){return{__await:e}},b(T.prototype),u(T.prototype,o,(function(){return this})),e.AsyncIterator=T,e.async=function(t,r,n,s,i){void 0===i&&(i=Promise);var o=new T(c(t,r,n,s),i);return e.isGeneratorFunction(r)?o:o.next().then((function(e){return e.done?e.value:o.next()}))},b(v),u(v,a,"Generator"),u(v,i,(function(){return this})),u(v,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=Object(e),r=[];for(var n in t)r.push(n);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},e.values=k,U.prototype={constructor:U,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(_),!e)for(var t in this)"t"===t.charAt(0)&&r.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function n(r,n){return o.type="throw",o.arg=e,t.next=r,n&&(t.method="next",t.arg=void 0),!!n}for(var s=this.tryEntries.length-1;s>=0;--s){var i=this.tryEntries[s],o=i.completion;if("root"===i.tryLoc)return n("end");if(i.tryLoc<=this.prev){var a=r.call(i,"catchLoc"),u=r.call(i,"finallyLoc");if(a&&u){if(this.prev<i.catchLoc)return n(i.catchLoc,!0);if(this.prev<i.finallyLoc)return n(i.finallyLoc)}else if(a){if(this.prev<i.catchLoc)return n(i.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return n(i.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var s=this.tryEntries[n];if(s.tryLoc<=this.prev&&r.call(s,"finallyLoc")&&this.prev<s.finallyLoc){var i=s;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var o=i?i.completion:{};return o.type=e,o.arg=t,i?(this.method="next",this.next=i.finallyLoc,h):this.complete(o)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),h},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),_(r),h}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var s=n.arg;_(r)}return s}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:k(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=void 0),h}},e}function un(e,t,r,n,s,i,o){try{var a=e[i](o),u=a.value}catch(e){return void r(e)}a.done?t(u):Promise.resolve(u).then(n,s)}function cn(e){return function(){var t=this,r=arguments;return new Promise((function(n,s){var i=e.apply(t,r);function o(e){un(i,n,s,o,a,"next",e)}function a(e){un(i,n,s,o,a,"throw",e)}o(void 0)}))}}Ge.rejectionMapper=function(e,t){if(!e||e instanceof se||e instanceof TypeError||e instanceof SyntaxError||!e.name||!he[e.name])return e;var r=new he[e.name](t||e.message,e);return"stack"in e&&w(r,"stack",{get:function(){return this.inner.stack}}),r},X(z,Dt);var ln=function(){var e=new Qr("IDBCache",{autoOpen:!1});this.isSupported=function(){var e=window.indexedDB||window.mozIndexedDB||window.webkitIndexedDB||window.msIndexedDB,t=window.IDBKeyRange||window.webkitIDBKeyRange,r=window.IDBCursor||window.webkitIDBCursor,n=function(){var e=window.navigator.userAgent,t=e.indexOf("MSIE ");if(t>0)return parseInt(e.substring(t+5,e.indexOf(".",t)),10);if(e.indexOf("Trident/")>0){var r=e.indexOf("rv:");return parseInt(e.substring(r+3,e.indexOf(".",r)),10)}var n=e.indexOf("Edge/");return n>0&&parseInt(e.substring(n+5,e.indexOf(".",n)),10)}(),s=function(){if(navigator.userAgent.match(/Safari/i)&&!1==!navigator.userAgent.match(/Chrome/i))return!1;var e=navigator.userAgent.toLowerCase();return(e=e.substring(e.indexOf("version/")+8)).substring(0,e.indexOf("."))}(),i=!1!==n&&n<11,o=!1!==s&&s<10,a=!!navigator.userAgent.match(/iPad|iPhone|iPod/i);return navigator.userAgent.match(/PhantomJS/i)?e&&t&&r:e&&t&&r&&!i&&!a&&!o},this.addResponse=function(t,r,n,s){return e.responseTable.put({etag:n,data:r,timestamp:$.now(),chunks:s?parseInt(s,10):null},t)},this.getResponse=function(t){return e.responseTable.get(t)},this.addBatchResponse=function(t,r,n,s){return e.batchedResponseTable.put({id:t+r,batch:r,data:n,timestamp:$.now(),chunks:s?parseInt(s,10):null})},this.getBatchResponse=function(t,r){return e.batchedResponseTable.get(t+r)},this.deleteBatchResponses=function(t){return e.batchedResponseTable.where("batch").equals(t).delete()},this.clear=function(){return Promise.all([e.responseTable.clear(),e.batchedResponseTable.clear()])},this.clearResponseTable=function(){return Promise.all([e.responseTable.clear()])},this.initDB=function(){return e.version(.1).stores({responseTable:""}),e.version(.2).stores({batchResponseTable:"&[id+batch],batch"}),e.version(.3).stores({batchedResponseTable:"id,batch",batchResponseTable:null}),e.version(.4).stores({batchedResponseTable:"id,batch"}).upgrade((function(e){e.batchedResponseTable.filter((function(e){return e.id.includes("objects")&&e.id.includes("topology")&&e.id.includes("shortinfo")})).delete()})),e.open()},this.deleteDB=function(){return e.delete()},this.close=function(){return e.close()},this.isOpen=function(){return e.isOpen()},this.dumpTableContent=function(){var e=cn(an().mark((function e(t){var r,n;return an().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=function(e,t){return"timestamp"===e?window&&window.BIMPLUS_SDK_ENABLE_IDBCACHE_TIMESTAMP_DUMP?t:"NOT SHOWN":"data"===e?window&&window.BIMPLUS_SDK_ENABLE_IDBCACHE_DATA_DUMP?t:"NOT SHOWN":t},n="",e.next=4,t.each((function(e){n+=" ".concat(JSON.stringify(e,r),"\n")}));case 4:return e.abrupt("return",n);case 5:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),this.dumpTable=function(){var e=cn(an().mark((function e(t){var r,n,s,i;return an().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.toCollection().count();case 2:return r=e.sent,n=[t.schema.primKey].concat(t.schema.indexes),s=n.map((function(e){return e.src})).join(","),i="Table: ".concat(t.name,", Schema: '").concat(s,"', Count of entries: ").concat(r,"\n"),e.t0=i,e.next=9,this.dumpTableContent(t);case 9:return i=e.t0+=e.sent,e.abrupt("return",i);case 11:case"end":return e.stop()}}),e,this)})));return function(t){return e.apply(this,arguments)}}(),this.dumpDatabase=cn(an().mark((function t(){var r;return an().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r="",r+="BimWebSdk: Dexie Databases Dump\n",r+="===============================\n",r+="Database: ".concat(e.name," (Version: ").concat(e.verno,")\n"),t.t0=r,t.next=7,this.dumpTable(e.responseTable);case 7:return r=t.t0+=t.sent,t.t1=r,t.next=11,this.dumpTable(e.batchedResponseTable);case 11:return r=t.t1+=t.sent,t.abrupt("return",r);case 13:case"end":return t.stop()}}),t,this)})))},hn=function(){var e=null,t=null,o="medium",a=new ln;a.initDB().then((function(){window.BIMPLUS_SDK_ENABLE_IDBCACHE_DUMP&&a.dumpDatabase().then((function(e){console.log(e)}))})).catch((function(e){console.error("BimWebSdk indexedDB initialization error : "+e.stack||0)})),this.setAccessToken=function(t){e=t},this.setTokenType=function(e){t=e},this.getCache=function(){return a};var u=function(e,t,r){var n=r.getResponseHeader("ETag"),s=r.getResponseHeader("X-Total-Count"),i="arraybuffer"===r.responseType;if(n){var o=!1===i?JSON.stringify(t):null;a.addResponse(e,i?t:JSON.parse(o),n,s).then((function(){})).catch((function(t){console.error("BimWebSdk failed to add response to cache: "+e+" Reason: "+t.message)}))}},c=function(e){return"W"===e.charAt(0)?e.substring(2):e};this.getBatchResponse=function(e,t,s){var i=$.Deferred(),o=s.useXMLHttpRequest?n:r;return a.getBatchResponse(e,t).then((function(r){if(r){var n={};return null!==r.chunks&&(n["Cached-X-Total-Count"]=r.chunks),n.status=304,void i.resolve(r.data,304,n)}o(e,"GET",null,s).done((function(r,n,s){var o=s.getResponseHeader("X-Total-Count"),u="arraybuffer"===s.responseType,c=!1===u?JSON.stringify(r):null;a.addBatchResponse(e,t,u?r:JSON.parse(c),o).then((function(){})).catch((function(t){console.error("BimWebSdk failed to add response to cache: "+e+" Reason: "+t.message)})),i.resolve(r,n,s)})).fail((function(e,t){i.reject(e,t)}))})),i.promise()},this.get=function(i,o){if(o||(o={}),o.token||(o.token=e),o.tokenType&&o.tokenType===t||(o.tokenType=t),o.queryParams&&(i+=s(o.queryParams)),o.responseBatch)return this.getBatchResponse(i,o.responseBatch,o);var l=$.Deferred(),h=o.useXMLHttpRequest?n:r;return a.getResponse("GET;"+i).then((function(e){if(e){var t=c(e.etag);o.eTag=t,h(i,"GET",null,o).done((function(t,r,n){304===n.status?(null!==e.chunks&&(n["Cached-X-Total-Count"]=e.chunks),l.resolve(e.data,r,n)):(u("GET;"+i,t,n),l.resolve(t,r,n))})).fail((function(e,t){l.reject(e,t)}))}else h(i,"GET",null,o).done((function(e,t,r){u("GET;"+i,e,r),l.resolve(e,t,r)})).fail((function(e,t){l.reject(e,t)}))})).catch((function(){h(i,"GET",null,o).done((function(e,t,r){u("GET;"+i,e,r),l.resolve(e,t,r)})).fail((function(e,t){l.reject(e,t)}))})),l.promise()},this.getChunked=function(t,r){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return i(this,e,o,t,r,n)},this.put=function(n,i,o){return o||(o={}),o.token||(o.token=e),o.tokenType&&o.tokenType===t||(o.tokenType=t),o.queryParams&&(n+=s(o.queryParams)),r(n,"PUT",i,o)},this.post=function(i,o,a){return a||(a={}),a.token||(a.token=e),a.tokenType&&a.tokenType===t||(a.tokenType=t),a.queryParams&&(i+=s(a.queryParams)),(a.useXMLHttpRequest?n:r)(i,"POST",o,a)},this.del=function(n,i,o){return o||(o={}),i||(o.contentType=null),o.dataType=null,o.token||(o.token=e),o.tokenType&&o.tokenType===t||(o.tokenType=t),o.queryParams&&(n+=s(o.queryParams)),r(n,"DELETE",i||null,o)},this.head=function(n,i){i||(i={}),i.contentType="",i.dataType="",i.token||(i.token=e),i.tokenType&&i.tokenType===t||(i.tokenType=t),i.queryParams&&(n+=s(i.queryParams));var o=$.Deferred();return a.getResponse("HEAD;"+n).then((function(e){if(e){var t=c(e.etag);i.eTag=t,r(n,"HEAD",null,i).done((function(e,t,r){304===r.status?o.resolve(!0,t,r):(u("HEAD;"+n,null,r),o.resolve(!1,t,r))})).fail((function(e,t){o.reject(e,t)}))}else r(n,"HEAD",null,i).done((function(e,t,r){u("HEAD;"+n,null,r),o.resolve(!1,t,r)})).fail((function(e,t){o.reject(!1,t)}))})).catch((function(){r(n,"HEAD",null,i).done((function(e,t,r){u("HEAD;"+n,null,r),o.resolve(!1,t,r)})).fail((function(e,t){o.reject(!1,t)}))})),o.promise()}},pn=function(e){this.detectAllClashes=function(t){return e.request.post(e.getApiTeamUrl()+"services/postprocess",t)},this.detectDisciplinesClashes=function(t){return e.request.post(e.getApiTeamUrl()+"clashdetection",t)},this.getFilters=function(t,r){var n={queryParams:{customFilter:r}};return t?e.request.get(e.getApiTeamUrl()+"clashdetection/filters/"+t,r?n:null):e.request.get(e.getApiTeamUrl()+"clashdetection/filters",r?n:null)},this.calculateClashes=function(t,r,n){if(r||n){var s={queryParams:{}};return r&&(s.queryParams.topology=r),n&&(s.queryParams.clashElements=n),e.request.post(e.getApiTeamUrl()+"clashdetection/filters",t,s)}return e.request.post(e.getApiTeamUrl()+"clashdetection/filters",t)},this.getFilterResults=function(t,r,n,s){if(n||s){var i={queryParams:{}};return n&&(i.queryParams.topology=n),s&&(i.queryParams.clashElements=s),r?e.request.get(e.getApiTeamUrl()+"clashdetection/projects/"+t+"/filters/"+r,i):e.request.get(e.getApiTeamUrl()+"clashdetection/projects/"+t+"/filters",i)}return r?e.request.get(e.getApiTeamUrl()+"clashdetection/projects/"+t+"/filters/"+r):e.request.get(e.getApiTeamUrl()+"clashdetection/projects/"+t+"/filters")},this.createClashRule=function(t,r){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/clashfilters",JSON.stringify(r))},this.deleteClashRule=function(t,r){var n={queryParams:{force:r}};return e.request.del(e.getApiTeamUrl()+"clashfilters/"+t,null,r?n:null)},this.updateClashRule=function(t,r){return e.request.put(e.getApiTeamUrl()+"clashfilters/"+t,JSON.stringify(r))},this.getAllClashRules=function(t,r){var n={queryParams:{customFilter:r}};return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/clashfilters",r?n:null)}},fn=function(e){this.post=function(t){var r=[{message:t}];return e.request.post(e.getApiTeamUrl()+"clientlogs",JSON.stringify(r))},this.postExtended=function(t,r,n,s){var i=[{message:t,applicationclass:r,releaseversion:n,projectid:s}];return e.request.post(e.getApiTeamUrl()+"clientlogs",JSON.stringify(i))},this.postArray=function(t){return e.request.post(e.getApiTeamUrl()+"clientlogs",JSON.stringify(t))},this.get=function(){return e.request.get(e.getApiTeamUrl()+"clientlogs")}},dn=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"comments/"+t)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"comments/"+t)},this.put=function(t,r){return e.request.put(e.getApiTeamUrl()+"comments/"+t,r)}},gn=function(e){this.get=function(t,r,n){var s=e.getApiTeamUrl()+"objects/"+t+"/customtables";r&&(s+="?variantId="+r);var i={};return n&&(i.queryParams={revision:n}),e.request.get(s,n?i:void 0)},this.post=function(t,r){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/customtables",r)}},mn=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"dimensionlines/"+t)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"dimensionlines/"+t)},this.put=function(t,r){return e.request.put(e.getApiTeamUrl()+"dimensionlines/"+t,r)}},yn=function(e){this.get=function(t){return t?e.request.get(e.getApiTeamUrl()+"element-types/"+t):e.request.get(e.getApiTeamUrl()+"element-types")},this.getDisciplines=function(t){return t?e.request.get(e.getApiTeamUrl()+"element-types/disciplines/"+t):e.request.get(e.getApiTeamUrl()+"element-types/disciplines")},this.getAttributeTemplates=function(t,r){return t?e.request.get(e.getApiTeamUrl()+"element-types/"+t+"/attributetemplates",r?{queryParams:r}:void 0):e.request.get(e.getApiTeamUrl()+"element-types/attributetemplates",r?{queryParams:r}:void 0)},this.getTopology=function(){return e.request.get(e.getApiTeamUrl()+"element-types/topology")},this.getProjectTopology=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/element-types")}},vn=function(e){this.exportObjects=function(t,r){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/objects/export/excel?typeId="+r)},this.exportModel=function(t,r,n,s,i,o){var a={};return n&&(a.revision=n),s&&(a.emptyPropExport=1),i&&(a.propSetExport=1),o&&(a.temporary="true"),e.request.post("".concat(e.getApiTeamUrl(),"projects/").concat(t,"/model/").concat(r,"/exportasync"),null,{queryParams:a,contentType:!1,processData:!1,dataType:null})},this.exportSelection=function(t,r,n,s){var i={};return r&&(i.emptyPropExport=r),n&&(i.propSetExport=n),s&&(i.temporary="true"),e.request.post("".concat(e.getApiTeamUrl(),"selections/").concat(t,"/exportasync"),null,{queryParams:i})},this.createExportSelection=function(t,r){return e.request.post("".concat(e.getApiTeamUrl(),"projects/").concat(t,"/exportobjects"),r)}},bn=function(e){this.getAccessRights=function(t){return e.request.get(e.getApiTeamUrl()+"folders/"+t+"/rights")},this.setMemberAccessRights=function(t,r,n){return e.request.put(e.getApiTeamUrl()+"folders/"+t+"/rights?assignrecursive="+(n?"true":"false"),r)},this.setMembersAccessRights=function(t,r,n){return e.request.put(e.getApiTeamUrl()+"folders/"+t+"/usersrights?assignrecursive="+(n?"true":"false"),r)}},Tn=function(e){var t=function(t){return t?e.getApiUrl()+"content/freeattributegroups/":e.getApiTeamUrl()+"freeattributegroups/"};this.post=function(r,n){return e.request.post(t(n),r)},this.get=function(r,n){return r?e.request.get(t(n)+r):e.request.get(t(n))},this.put=function(r,n,s){return e.request.put(t(s)+r,n)},this.delete=function(r,n){return e.request.del(t(n)+r)},this.getFreeAttributes=function(r,n){return e.request.get(t(n)+r+"/freeattributes")}},wn=function(e){var t=function(t){return t?e.getApiUrl()+"content/freeattributes/":e.getApiTeamUrl()+"freeattributes/"};this.post=function(r,n){return e.request.post(t(n),r)},this.get=function(r,n,s){return r?e.request.get(t(n)+r,s?{queryParams:s}:void 0):e.request.get(t(n),s?{queryParams:s}:void 0)},this.put=function(r,n,s){return e.request.put(t(s)+r,n)},this.delete=function(r,n){return e.request.del(t(n)+r)},this.getTopology=function(r){return e.request.get(t(r)+"?topology=true")},this.getFilteredAttributes=function(t,r,n){var s=e.getApiTeamUrl();return t&&(s+="projects/".concat(t,"/")),s+="attributes?",r&&(s+="layer=".concat(r,"&")),n&&(s+="type=".concat(n)),e.request.get(s)}},An=function(e){this.calculate=function(t,r,n,s,i){var o={hiddenCalculation:{projectId:t,calculationMode:"View",view:r,clippingPlanes:n,clipRegion:{clipFace:!1},light:{useLight:!0,elevationAngle:45,sideAngle:60,useShadows:!1},propertySettings:{faceMode:"Filling",calcLines:!0},responseSettings:{mode:"Svg",svgHeight:390,svgWidth:500,fileName:s},sectionSettings:{}},runAsync:i};return e.request.post(e.getApiTeamUrl()+"services/Hiddencalculation",JSON.stringify(o))}},qn=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"hyperlinks/"+t)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"hyperlinks/"+t)},this.put=function(t,r){return e.request.put(e.getApiTeamUrl()+"hyperlinks/"+t,r)}},_n=function(e){this.postModel=function(t,r,n,s,i){return"replaceModelData"===i?e.request.post(e.getApiTeamUrl()+"projects/"+t+"/model/"+r+"/importasync?replaceModelData=true",n,{preparedData:n,contentType:!1,processData:!1,dataType:null,xhrUploadProgress:s}):e.request.post(e.getApiTeamUrl()+"projects/"+t+"/model/"+r+"/importasync",n,{preparedData:n,contentType:!1,processData:!1,dataType:null,xhrUploadProgress:s})}},Un=function(e){this.post=function(t,r){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/issues",r)},this.get=function(t){return e.request.get(e.getApiTeamUrl()+"issues/"+t)},this.postPin=function(t,r){return e.request.post(e.getApiTeamUrl()+"issues/"+t+"/pins",r)},this.getPins=function(t){return e.request.get(e.getApiTeamUrl()+"issues/"+t+"/pins")},this.deletePins=function(t){return e.request.del(e.getApiTeamUrl()+"issues/"+t+"/pins")},this.postComment=function(t,r){return e.request.post(e.getApiTeamUrl()+"issues/"+t+"/comments",r)},this.getComments=function(t){return e.request.get(e.getApiTeamUrl()+"issues/"+t+"/comments")},this.deleteComments=function(t){return e.request.del(e.getApiTeamUrl()+"issues/"+t+"/comments")},this.postAttachment=function(t,r){return e.request.post(e.getApiTeamUrl()+"issues/"+t+"/attachments",r)},this.getAttachments=function(t){return e.request.get(e.getApiTeamUrl()+"issues/"+t+"/attachments")},this.deleteAttachments=function(t){return e.request.del(e.getApiTeamUrl()+"issues/"+t+"/attachments")},this.put=function(t,r,n){return e.request.put(e.getApiTeamUrl()+"issues/"+t,r,n?{queryParams:n}:void 0)},this.delete=function(t,r){var n={queryParams:{forceDelete:r}};return e.request.del(e.getApiTeamUrl()+"issues/"+t,null,r?n:null)},this.getRights=function(t){return e.request.get(e.getApiTeamUrl()+"issues/"+t+"/rights")},this.getIssueTypes=function(){return e.request.get(e.getApiTeamUrl()+"lib/issuetypes")},this.getReports=function(t){return e.request.get(e.getApiTeamUrl()+"issues/"+t+"/reports")},this.importBcf=function(t,r){return e.request.put(e.getApiTeamUrl()+"projects/"+t+"/issues/bcf",r,{contentType:!1,processData:!1})},this.updateImportBcf=function(t,r){return e.request.put(e.getApiTeamUrl()+"projects/"+t+"/issues/bcf",r)},this.exportBcf=function(t,r,n){return t?e.request.post(e.getApiTeamUrl()+"projects/"+t+"/issues/export/bcf"+(n?"?version="+n:""),r):e.request.post(e.getApiTeamUrl()+"issues/export/bcf"+(n?"?version="+n:""),r)},this.exportExcel=function(t,r){return t?e.request.post(e.getApiTeamUrl()+"projects/"+t+"/issues/export/excel",r):e.request.post(e.getApiTeamUrl()+"issues/export/excel",r)}},kn=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"labels/"+t)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"labels/"+t)},this.put=function(t,r){return e.request.put(e.getApiTeamUrl()+"labels/"+t,r)}},jn=function(e){this.lockObject=function(t,r){return e.request.put(e.getApiTeamUrl()+"objects/"+t+"/locks",r,{dataType:"text"})},this.checkLocked=function(t){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/locks")},this.deleteLock=function(t,r){return!0===r?e.request.del(e.getApiTeamUrl()+"objects/"+t+"/locks?asAdmin=true"):e.request.del(e.getApiTeamUrl()+"objects/"+t+"/locks")},this.getLocksWithChildren=function(t){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/locks?withChildren=true")}},Pn=function(e){this.post=function(t){return e.request.post(e.getApiTeamUrl()+"members",t)},this.get=function(){return e.request.get(e.getApiTeamUrl()+"members")},this.putUser=function(t,r,n){return e.request.put(e.getApiTeamUrl()+"members/"+r,n)},this.deleteUser=function(t,r){return e.request.del(e.getApiTeamUrl()+"members/"+r)}},xn=function(e){this.post=function(t){return e.request.post(e.getApiUrl()+"messages",t)},this.getUserMessages=function(t){return e.request.get(e.getApiUrl()+"user/"+t+"/messages")},this.getUserDashboardMessages=function(t){return e.request.get(e.getApiUrl()+"user/"+t+"/messages?topic=dashboard")},this.getSentUserMessages=function(t){return e.request.get(e.getApiUrl()+"user/"+t+"/messages/sent")},this.getSentGroupMessages=function(t){return e.request.get(e.getApiUrl()+"user/"+t+"/messages/groupsent")},this.get=function(t){return e.request.get(e.getApiUrl()+"messages/"+t)},this.getFiltered=function(t){return e.request.get(e.getApiUrl()+"messages/",{queryParams:{filter:t}})},this.deleteMessage=function(t){return e.request.del(e.getApiUrl()+"messages/"+t)},this.markAsRead=function(t){return e.request.post(e.getApiUrl()+"messages/"+t+"/markasreadbrowser",null,{dataType:null,contentType:null})},this.updateDashboardAdditionalData=function(t,r){return e.request.put(e.getApiUrl()+"messages/"+t+"/updatedashboardadditionaldata",r)},this.addDashboardMessageAttachment=function(t,r,n){return e.request.put(e.getApiUrl()+"messages/"+t+"/upload?type=dashboard",r,n)},this.getAllMessagingGroups=function(){return e.request.get(e.getApiUrl()+"systemgroups")},this.getMessagingGroupsDetails=function(t){return e.request.get(e.getApiUrl()+"systemgroups/"+t)}},Sn=function(e){this.get=function(t){return t?e.request.get(e.getApiTeamUrl()+"divisions/"+t):e.request.get(e.getApiTeamUrl()+"divisions")},this.head=function(t){return e.request.head?e.request.head(e.getApiTeamUrl()+"divisions/"+t):(console.warn("BimWebSdk: request (divisions/".concat(t,") does not support head method!")),new Promise((function(e){e(!1)})))},this.getDisciplines=function(t){return e.request.get(e.getApiTeamUrl()+"divisions/"+t+"/disciplines")},this.setDisciplineValidity=function(t,r,n){var s={private:!n};return e.request.put(e.getApiTeamUrl()+"divisions/"+t+"/disciplines/"+r,JSON.stringify(s))},this.getRevisions=function(t){return e.request.get(e.getApiTeamUrl()+"divisions/"+t+"/revisions")},this.getAllRevisions=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/revisions")},this.postRevision=function(t,r){return e.request.post(e.getApiTeamUrl()+"divisions/"+t+"/revisions",r)},this.put=function(t,r){return e.request.put(e.getApiTeamUrl()+"divisions/"+t,r)},this.download=function(t){return e.request.get(e.getApiTeamUrl()+"divisions/"+t+"/download")},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"divisions/"+t)},this.move=function(t,r){return e.request.put(e.getApiTeamUrl()+"divisions/"+t+"/move",r)}},En=["topology","structure"],Dn=function(e){this.get=function(t,r){var n={};return t&&(n.object_id=t),r&&(n.project_id=r),e.request.get(e.getApiTeamUrl()+"settings/filters",{queryParams:n})},this.getFilteredObjects=function(t,r,n,s){if(n)return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/filters/"+r+"/properties",{queryParams:n});if(s&&En.find((function(e){return e===s}))){var i={};return i[s]=!0,e.request.get(e.getApiTeamUrl()+"projects/"+t+"/filters/"+r,{queryParams:i})}return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/filters/"+r)},this.getSelectionFilteredObjects=function(t,r,n,s){if(n)return e.request.get(e.getApiTeamUrl()+"selections/"+t+"/filters/"+r+"/properties",{queryParams:n});if(s&&En.find((function(e){return e===s}))){var i={};return i[s]=!0,e.request.get(e.getApiTeamUrl()+"selections/"+t+"/filters/"+r,{queryParams:i})}return e.request.get(e.getApiTeamUrl()+"selections/"+t+"/filters/"+r)},this.applyFilter=function(t){return e.request.get(e.getApiTeamUrl()+"filters/"+t)},this.post=function(t,r){var n={};return r&&(n.project_id=r),e.request.post(e.getApiTeamUrl()+"settings/filter",t,{queryParams:n})},this.put=function(t){return e.request.put(e.getApiTeamUrl()+"settings/filter",t)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"settings/filter/"+t)},this.getFilter=function(t){return e.request.get(e.getApiTeamUrl()+"settings/filters/"+t)}},On=function(e){this.post=function(t){return e.request.post(e.getApiTeamUrl()+"objects/",t)},this.get=function(t,r,n,s,i,o){var a={};r&&(a.queryParams={revision:r}),s&&(a.queryParams?a.queryParams.projectId=s:a.queryParams={projectId:s}),i&&(a.queryParams?a.queryParams.shortinfo=i:a.queryParams={shortinfo:i}),o&&(a.queryParams?a.queryParams.type=o:a.queryParams={type:o});var u=e.getApiTeamUrl()+"objects/"+t;return n&&(u+="/properties/",u+=n),e.request.get(u,r||s||i||o?a:void 0)},this.getInternal=function(t,r){var n={};r&&(n.queryParams={revision:r});var s=e.getApiTeamUrl()+"objects/"+t;return s+="/internal",e.request.get(s,r?n:void 0)},this.head=function(t,r){var n={};return r&&(n.queryParams={revision:r}),e.request.head?e.request.head(e.getApiTeamUrl()+"objects/"+t,r?n:void 0):(console.warn("BimWebSdk: request (objects/".concat(t,") does not support head method! Using get as fallback.")),e.request.get(e.getApiTeamUrl()+"objects/"+t,r?n:void 0))},this.getTopology=function(t,r,n,s,i){var o={};return(r||n||s)&&(o.queryParams={},r&&(o.queryParams.revision=r),n&&(o.queryParams.hideElements=n),s&&(o.queryParams.shortinfo=s)),i&&(o.responseBatch=i),e.request.get(e.getApiTeamUrl()+"objects/"+t+"/topology",o)},this.getGeometryThreeJS=function(t,r,n,s,i,o,a){var u,c=arguments.length>7&&void 0!==arguments[7]&&arguments[7],l={};return null===s&&null===i||(l.queryParams={},null!==s&&(l.queryParams.revision=s),null!==i&&(l.queryParams.levelofdetail=i)),a&&(l.responseBatch=a),u=r?e.getApiTeamUrl()+"objects/"+t+"/disciplines/"+r+"/geometries/threejs":e.getApiTeamUrl()+"objects/"+t+"/geometries/threejs",o&&(u+="/properties/",u+=o),n?e.request.getChunked(u,l,c):e.request.get(u,l)},this.getGeometryGLB=function(t,r,n,s,i,o,a,u,c){var l,h=arguments.length>9&&void 0!==arguments[9]&&arguments[9],p={};return p.dataType="binary",p.processData=!1,p.responseType="arraybuffer",p.useXMLHttpRequest=!0,void 0===n&&void 0===s&&void 0===i&&void 0===o&&void 0===a||(p.queryParams={},void 0!==n&&(p.queryParams.revision=n),void 0!==s&&(p.queryParams.levelofdetail=s),void 0!==i&&(p.queryParams.vertexNormals=i),void 0!==o&&(p.queryParams.smoothingAngle=o),void 0!==a&&(p.queryParams.topology=a)),u&&(p.responseBatch=u),l=r?e.getApiTeamUrl()+"objects/"+t+"/disciplines/"+r+"/geometries/glb":e.getApiTeamUrl()+"objects/"+t+"/geometries/glb",c?e.request.getChunked(l,p,h):e.request.get(l,p)},this.getGeometryTemplatesThreeJS=function(t,r,n,s,i,o){var a=arguments.length>6&&void 0!==arguments[6]&&arguments[6],u={};null===s&&null===i||(u.queryParams={},null!==s&&(u.queryParams.revision=s),null!==i&&(u.queryParams.levelofdetail=i)),o&&(u.responseBatch=o);var c=e.getApiTeamUrl()+"objects/"+t+"/disciplines/"+r+"/templates/threejs";return n?e.request.getChunked(c,u,a):e.request.get(c,u)},this.getGeometryCompressed=function(t,r){return r?e.request.get(e.getApiTeamUrl()+"objects/"+t+"/disciplines/"+r+"/geometries/meshblob"):e.request.get(e.getApiTeamUrl()+"objects/"+t+"/geometries/meshblob")},this.getProperties=function(t,r){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/geometries/threejs/properties"+r)},this.put=function(t,r,n){var s={};return n&&(s.projectid=n),e.request.put(e.getApiTeamUrl()+"objects/"+t,r,{queryParams:s})},this.postComment=function(t,r){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/comments",r)},this.getComments=function(t){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/comments")},this.deleteComments=function(t){return e.request.del(e.getApiTeamUrl()+"objects/"+t+"/comments")},this.postAttachment=function(t,r,n,s){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/attachments",r,{contentType:!1,processData:!1,dataType:null,xhrUploadProgress:n,queryParams:s?{DocumentFolderId:s}:void 0})},this.getAttachments=function(t,r){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/attachments",r?{queryParams:{revision:r}}:void 0)},this.deleteAttachments=function(t){return e.request.del(e.getApiTeamUrl()+"objects/"+t+"/attachments")},this.postAttachmentLink=function(t,r){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/attachmentlinks",r)},this.getAttachmentLinks=function(t){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/attachmentlinks")},this.deleteAttachmentLink=function(t,r){return e.request.del(e.getApiTeamUrl()+"objects/"+t+"/attachmentlinks/"+r)},this.postHyperlink=function(t,r){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/hyperlinks",r)},this.getHyperlinks=function(t){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/hyperlinks")},this.deleteHyperlinks=function(t){return e.request.del(e.getApiTeamUrl()+"objects/"+t+"/hyperlinks")},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"objects/"+t)},this.getAttributes=function(t,r,n,s){var i=r?"&documentversion="+r:"",o=s?"&revision="+s:"",a=n?"&projectid="+n:"",u=e.getApiTeamUrl()+"objects/"+t+"?freeattributes=true";return e.request.get(u+i+o+a)},this.getAttributesAsFlatStructure=function(t,r,n,s){var i=r?"&documentversion="+r:"",o=s?"&revision="+s:"",a=n?"&projectid="+n:"",u=e.getApiTeamUrl()+"objects/"+t+"?freeattributes=true&internal=true&attributedefinition=true";return e.request.get(u+i+o+a)},this.getAttributeValues=function(t,r){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/attributes/"+r+"?children=true")},this.getComplexPropertiesTopology=function(t,r){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/complexproperties"+(r>=0?"?revision="+r:""))},this.postThumbnail=function(t,r,n){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/thumbnail",r,{contentType:!1,processData:!1,dataType:null,xhrUploadProgress:n})},this.deleteThumbnail=function(t){return e.request.del(e.getApiTeamUrl()+"objects/"+t+"/thumbnail")},this.addChildObject=function(t){return e.request.post(e.getApiTeamUrl()+"objects/alter/",t)},this.getReports=function(t,r,n){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/reports?version="+r+"&action="+n)},this.exportExcelReports=function(t,r){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/reports/export/excel",r)},this.postDimensions=function(t,r){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/dimensionlines",r)},this.putDimensions=function(t,r){return e.request.put(e.getApiTeamUrl()+"objects/"+t+"/dimensionlines",r)},this.getDimensions=function(t){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/dimensionlines")},this.deleteDimensions=function(t){return e.request.del(e.getApiTeamUrl()+"objects/"+t+"/dimensionlines")},this.postLabels=function(t,r){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/labels",r)},this.putLabels=function(t,r){return e.request.put(e.getApiTeamUrl()+"objects/"+t+"/labels",r)},this.getLabels=function(t){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/labels")},this.deleteLabels=function(t){return e.request.del(e.getApiTeamUrl()+"objects/"+t+"/labels")},this.postAnnotations=function(t,r){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/annotations",r)},this.putAnnotations=function(t,r){return e.request.put(e.getApiTeamUrl()+"objects/"+t+"/annotations",r)},this.getAnnotations=function(t){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/annotations")},this.deleteAnnotations=function(t){return e.request.del(e.getApiTeamUrl()+"objects/"+t+"/annotations")},this.getObjectIdsByQuery=function(t,r,n,s){var i=Array.isArray(s)?s.join(","):void 0,o={queryParams:{}};return o.queryParams[r]=n,i&&(o.queryParams.divisions=i),e.request.get(e.getApiTeamUrl()+"objects/"+t+"/query",o)},this.getObjectIdsByIfcId=function(e,t,r){return this.getObjectIdsByQuery(e,"93027bad-df91-48ee-a0bb-60a8184cddba",t,r)}},Cn=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"pins/"+t)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"pins/"+t)},this.put=function(t,r){return e.request.put(e.getApiTeamUrl()+"pins/"+t,r)}},In=function(e){this.get=function(){return e.request.get(e.getApiUrl()+"project-actions-rights/")}},Rn=function(e){var t="projectattributetemplates";this.post=function(r){return e.request.post(e.getApiTeamUrl()+t,r)},this.get=function(r,n){var s=n?{queryParams:{default:n}}:null;return r?e.request.get(e.getApiTeamUrl()+t+"/"+r):e.request.get(e.getApiTeamUrl()+t,s)},this.put=function(r,n){return e.request.put(e.getApiTeamUrl()+t+"/"+r,n)},this.delete=function(r){return e.request.del(e.getApiTeamUrl()+t+"/"+r)},this.copyFrom=function(r,n){return e.request.put(e.getApiTeamUrl()+t+"/"+n+"/copyfrom",JSON.stringify({id:r}))},this.setDefault=function(r){return e.request.put(e.getApiTeamUrl()+t+"/"+r+"/default")}};function Bn(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,s,i,o,a=[],u=!0,c=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;u=!1}else for(;!(u=(n=i.call(r)).done)&&(a.push(n.value),a.length!==t);u=!0);}catch(e){c=!0,s=e}finally{try{if(!u&&null!=r.return&&(o=r.return(),Object(o)!==o))return}finally{if(c)throw s}}return a}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Kn(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Kn(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Kn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var Nn=function(e){this.post=function(t){return e.request.post(e.getApiTeamUrl()+"projects",t)},this.createFromExisting=function(t){return e.request.post(e.getApiTeamUrl()+"projects/copyfrom",t)},this.put=function(t,r){return e.request.put(e.getApiTeamUrl()+"projects/"+t,r)},this.get=function(t,r,n,s,i){var o={queryParams:i||{}};return r&&(o.queryParams.disciplines=!1),s&&(o.queryParams.recycleBin=!0),t?e.request.get(e.getApiTeamUrl()+"projects/"+t,o):n?e.request.get(e.getApiUrl()+n+"/projects",o):e.getTeamSlug()?e.request.get(e.getApiTeamUrl()+"projects",o):e.request.get(e.getApiUrl()+"/projects",o)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"projects/"+t)},this.moveToRecycleBin=function(t){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"?moveToRecycleBin=true")},this.restoreFromRecycleBin=function(t){return e.request.put(e.getApiTeamUrl()+"objects/"+t+"/restore",JSON.stringify({}),{dataType:"text"})},this.deleteFromRecycleBin=function(t){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"?fromRecycleBin=true")},this.deleteServerCache=function(t){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"/deletecache")},this.clearServerDecimation=function(t,r,n){return r||(r="00000000-0000-0000-0000-000000000000"),n>=0&&""!==n||(n="100"),e.request.del(e.getApiTeamUrl()+"temporary/projects/"+t+"/disciplines/"+r+"/levelofdetails/"+n)},this.getModels=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/divisions")},this.postModel=function(t,r){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/divisions",r)},this.getMembers=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/members")},this.postMember=function(t,r){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/members",r)},this.putMember=function(t,r){return e.request.put(e.getApiTeamUrl()+"projects/"+t+"/members",r)},this.deleteMember=function(t,r){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"/members",r)},this.getPins=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/pins")},this.putProject=function(t,r){return e.request.put(e.getApiTeamUrl()+"projects/"+t,r)},this.postAttachment=function(t,r){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/attachments",r)},this.getAttachments=function(t,r,n){var s=n;return s||(s={}),r&&(s.revision=r),e.request.get(e.getApiTeamUrl()+"projects/"+t+"/attachments",r||n?{queryParams:s}:void 0)},this.deleteAttachments=function(t){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"/attachments")},this.getTopology=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/topology")},this.getSpots=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/pins")},this.postThumbnail=function(t,r,n){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/thumbnail",r,{contentType:!1,processData:!1,dataType:null,xhrUploadProgress:n})},this.getThumbnail=function(t){return e.request.get(e.getApiTeamUrl()+"thumbnail/"+t)},this.deleteThumbnail=function(t){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"/thumbnail")},this.getComments=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/comments")},this.getHyperlinks=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/hyperlinks")},this.getIssues=function(t,r){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/issues"+(r?"?scene=false":""))},this.getIssuesShortInfo=function(t){var r=function(){var e=Bn((new Date).toString().split("GMT"),2),t=e[0],r=e[1];if(!t||!r)return"";var n=new Date(t+"UTC").toISOString().split(".")[0],s=(r=r.split(" ")[0]).slice(0,3)+":"+r.slice(3);return n&&s?n+s:""}();return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/issues?shortinfo=true"+(r?"&currenttime="+r:""))},this.postSlideshow=function(t,r){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/slideshows",r)},this.getSlideshows=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/slideshows")},this.deleteSlideshows=function(t){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"/slideshows")},this.exportSlideshowToPDF=function(t,r){var n={slideShowId:r};return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/slideshow/export/pdf",JSON.stringify(n))},this.getProjectInfo=function(t,r){var n={queryParams:r||{}};return e.request.get(e.getApiTeamUrl()+"projects/"+t,n)}},Mn=function(e){this.postRevision=function(t,r){return e.request.post(e.getApiTeamUrl()+"divisions/"+t+"/revisions",r)},this.getRevisionList=function(t){return e.request.get(e.getApiTeamUrl()+"divisions/"+t+"/revisions")},this.getRevisionInfo=function(t){return e.request.get(e.getApiTeamUrl()+"revisions/"+t)},this.postRevisionInfo=function(t,r){return e.request.post(e.getApiTeamUrl()+"revisions/"+t,r)},this.putRevisionInfo=function(t,r){return e.request.put(e.getApiTeamUrl()+"revisions/"+t,r)},this.getRevisionsComparisonResult=function(t,r,n,s){return e.request.get(e.getApiTeamUrl()+"divisions/"+t+"/revisionscomparison/"+r+"/"+n,s)},this.compareRevisions=function(t,r,n,s){return e.request.post(e.getApiTeamUrl()+"divisions/"+t+"/revisionscomparison/"+r+"/"+n,null,s)},this.excelExportRevisionsComparisonResult=function(t,r,n,s){return e.request.post(e.getApiTeamUrl()+"divisions/"+t+"/revisionscomparison/"+r+"/"+n+"/export/excel",s)}},Ln=function(e){this.getRoles=function(t){return t?e.request.get(e.getApiTeamUrl()+"projects/"+t+"/members"):e.request.get(e.getApiTeamUrl()+"roles")},this.postUserRole=function(t,r){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/members",r)},this.putUserRole=function(t,r){return e.request.put(e.getApiTeamUrl()+"projects/"+t+"/members",r)},this.deleteUser=function(t){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"/members")}},Fn=function(e){this.get=function(t,r){if(t||r){var n={queryParams:{}};return void 0!==t&&(n.queryParams.rights=t),void 0!==r&&(n.queryParams.customrole=r),e.request.get(e.getApiTeamUrl()+"roles/",n)}return e.request.get(e.getApiTeamUrl()+"roles/")},this.getAllRights=function(t){if(t){var r={queryParams:{globalfreeattributes:t.globalfreeattributes,global:t.global,project:t.project,document:t.document,layer:t.layer}};return e.request.get(e.getApiTeamUrl()+"rights",r)}return e.request.get(e.getApiTeamUrl()+"rights")},this.post=function(t){return e.request.post(e.getApiTeamUrl()+"roles/",t)},this.getRoleDetails=function(t){return e.request.get(e.getApiTeamUrl()+"roles/"+t)},this.updateRole=function(t,r){return e.request.put(e.getApiTeamUrl()+"roles/"+t,r)},this.deleteRole=function(t){return e.request.del(e.getApiTeamUrl()+"roles/"+t)}},Gn=function(e){this.calculateCutSection=function(t){var r=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=t.projectId,s=t.cuttingPlanes,i=t.modelLayer,o=t.topologyNodes,a=t.hiddenObjects,u=t.settings,c={cuttingCalculation:{projectId:n,cuttingPlanes:s,selection:{modelLayer:i,topologyNodes:o,hiddenObjects:a},settings:u},runAsync:r};if(c.cuttingCalculation.settings&&c.cuttingCalculation.settings.responseGeometry&&"glb"===c.cuttingCalculation.settings.responseGeometry){var l={useXMLHttpRequest:!0,dataType:"binary",processData:!1,responseType:"arraybuffer"};return e.request.post(e.getApiTeamUrl()+"services/CuttingCalculation",JSON.stringify(c),l)}return e.request.post(e.getApiTeamUrl()+"services/CuttingCalculation",JSON.stringify(c))}},Hn=function(e){this.post=function(t){return e.request.post(e.getApiTeamUrl()+"share",t)}},$n=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"slides/"+t)},this.put=function(t,r){return e.request.put(e.getApiTeamUrl()+"slides/"+t,r)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"slides/"+t)},this.postThumbnail=function(t,r){return e.request.post(e.getApiTeamUrl()+"slides/"+t+"/thumbnail",r)}},Wn=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"slideshows/"+t)},this.put=function(t,r){return e.request.put(e.getApiTeamUrl()+"slideshows/"+t,r)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"slideshows/"+t)},this.postSlide=function(t,r){return e.request.post(e.getApiTeamUrl()+"slideshows/"+t+"/slides",r)},this.getSlides=function(t){return e.request.get(e.getApiTeamUrl()+"slideshows/"+t+"/slides")},this.postThumbnail=function(t,r){return e.request.post(e.getApiTeamUrl()+"slideshows/"+t+"/thumbnail",r)},this.getThumbnail=function(t){return e.request.get(e.getApiTeamUrl()+"thumbnail/"+t)}},Vn=function(e){this.postStructure=function(t,r){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/structures",r)},this.postStructureTopology=function(t,r){return e.request.post(e.getApiTeamUrl()+"structures/"+t+"/topology",r)},this.postSubNode=function(t,r){return e.request.post(e.getApiTeamUrl()+"structures/"+t,r)},this.postAssignedObject=function(t,r,n,s){return e.request.post(e.getApiTeamUrl()+"structures/"+t+"/assign/"+r+"?varianttype="+n,s)},this.attributeAssign=function(t,r,n,s){var i={attributeId:n};return s&&(i.variantType=s),e.request.put(e.getApiTeamUrl()+"projects/"+t+"/structures/"+r+"/attributeassign",JSON.stringify(i))},this.deleteAssignedObject=function(t,r,n,s){var i=[s?"removeAllNodes=true":"",n?"varianttype=true":""].filter((function(e){return e})).join("&");return e.request.del(e.getApiTeamUrl()+"structures/"+t+"/delete/"+r+"?"+i)},this.getStructure=function(t,r,n){return r?e.request.get(e.getApiTeamUrl()+"structures/"+r):e.request.get(e.getApiTeamUrl()+"projects/"+t+"/structures"+(n?"?type="+n:""))},this.getTopology=function(t,r,n){return void 0===n||""===n?e.request.get(e.getApiTeamUrl()+"structures/"+t+"/topology?varianttype="+r):!0===n?e.request.get(e.getApiTeamUrl()+"structures/"+t+"/topology?varianttype="+r+"&attributes=true"):void 0},this.getTopologyStructure=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/topologystructure")},this.resetTopologyStructure=function(t){return e.request.put(e.getApiTeamUrl()+"projects/"+t+"/topologystructure/reset")},this.copyStructure=function(t,r,n){return e.request.post(e.getApiTeamUrl()+"structures/"+t+"/copy?elementRelation="+n+"&attributes=true",r)},this.putStructure=function(t,r,n){var s=n?"?applyToChild=true":"";return e.request.put(e.getApiTeamUrl()+"structures/"+t+s,r)},this.reorderStructure=function(t,r){return e.request.put(e.getApiTeamUrl()+"structures/"+t+"/reorder?varianttype="+r)},this.deleteStructure=function(t,r,n){return n?e.request.del(e.getApiTeamUrl()+"structures/"+t+"?forceDelete=true"):r?e.request.del(e.getApiTeamUrl()+"structures/"+t+"?deleteAll=true"):e.request.del(e.getApiTeamUrl()+"structures/"+t)},this.removeAllAssignedObjects=function(t){return e.request.del(e.getApiTeamUrl()+"structures/"+t+"/delete")},this.deleteAllProjectStructures=function(t){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"/structures")},this.postVariantType=function(t,r){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/variants",r)},this.getVariantType=function(t,r){return r?e.request.get(e.getApiTeamUrl()+"projects/"+t+"/variants/"+r):e.request.get(e.getApiTeamUrl()+"projects/"+t+"/variants")},this.deleteVariantType=function(t,r){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"/variants/"+r)},this.copyElementsToVariant=function(t,r,n){return e.request.put(e.getApiTeamUrl()+"projects/"+t+"/variants/"+r+"/copyfrom",n)}},Jn=function(e){this.get=function(){return e.request.get(e.getApiUrl()+"team-actions-rights/")}},zn=function(e){this.get=function(t,r){var n={queryParams:{}};return r&&(n.queryParams.filterEmpty=r),t?e.request.get(e.getApiUrl()+"teams/"+t,n):e.request.get(e.getApiUrl()+"teams",n)},this.postTeam=function(t){return e.request.post(e.getApiUrl()+"teams",t)},this.putTeam=function(t){return e.request.put(e.getApiUrl()+"team",t)},this.deleteTeam=function(t){return e.request.del(e.getApiUrl()+"teams/"+t)},this.getAccountSettings=function(t){return e.request.get(e.getApiUrl()+"administration/teams/"+t+"/accountsettings")},this.getRestrictions=function(t){return e.request.get(e.getApiUrl()+"teams/"+t+"/restrictions")},this.deleteServerCache=function(){return e.request.del(e.getApiTeamUrl()+"deleteCache")}},Xn=function(e){this.get=function(t,r){var n={language:t};return r&&(n.type=r),e.request.get(e.getApiUrl()+"terms/download",{queryParams:n,dataType:"html"})}},Qn=function(e){this.get=function(t,r){var n={language:t};return r&&(n.type=r),e.request.get(e.getApiUrl()+"dataprotectiondeclarations/download",{queryParams:n,dataType:"html"})},this.getForbiddenEmails=function(){return e.request.get(e.getApiUrl()+"/restrictedemails")}},Yn=function(e){this.get=function(t,r){var n={language:t};return r&&(n.type=r),e.request.get(e.getApiUrl()+"imprints/download",{queryParams:n,dataType:"html"})}},Zn=function(e){this.post=function(t){return e.request.post(e.getApiUrl()+"content/units/",t)},this.get=function(t){return t?e.request.get(e.getApiUrl()+"content/units/"+t):e.request.get(e.getApiUrl()+"content/units/")},this.put=function(t,r){return e.request.put(e.getApiUrl()+"content/units/"+t,r)},this.delete=function(t){return e.request.del(e.getApiUrl()+"content/units/"+t)}},es=function(e){this.get=function(t){return t?e.request.get(e.getApiUrl()+"user",{token:t}):e.request.get(e.getApiUrl()+"user")},this.put=function(t,r,n){var s=e.getApiUrl()+"user/";return t&&(s+=t),n?e.request.put(s,r,{token:n}):e.request.put(s,r)},this.post=function(t){return e.request.post(e.getApiUrl()+"user",t)},this.postPhoto=function(t){return e.request.post(e.getApiUrl()+"user/photo",t,{contentType:!1,processData:!1})},this.deletePhoto=function(){return e.request.del(e.getApiUrl()+"user/photo")},this.getPhoto=function(){return e.request.get(e.getApiUrl()+"user/photo")},this.putPassword=function(t){return e.request.put(e.getApiUrl()+"user/change_password",t)},this.getSubscriptions=function(t){return t?e.request.get(e.getApiUrl()+"user/accountsettings/"+t):e.request.get(e.getApiUrl()+"user/accountsettings")}},ts=function(e){this.post=function(t){return e.request.post(e.getApiUrl()+"users",t)},this.exist=function(t){return e.request.get(e.getApiUrl()+"users/exist",{queryParams:{email:t}})},this.put=function(t,r){return e.request.put(e.getApiUrl()+"users/"+t,r)},this.delete=function(t){return e.request.del(e.getApiUrl()+"users/"+t)},this.setSubscriptions=function(t,r){return e.request.post(e.getApiUrl()+"administration/users/"+t+"/accountsettings",r)}},rs=function(e){this.postSettings=function(t,r){return e.request.post(e.getApiTeamUrl()+"userSettings/"+t,r)},this.getSettings=function(t){return e.request.get(e.getApiTeamUrl()+"userSettings/"+t)}},ns=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"invitations/"+(t||""))},this.getProjectInvitations=function(t){return e.request.get("".concat(e.getApiTeamUrl(),"invitations?projectId=").concat(t))},this.post=function(t){return e.request.post(e.getApiTeamUrl()+"invitations/",t)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"invitations/"+t)},this.put=function(t,r){return e.request.put(e.getApiTeamUrl()+"invitations/"+t,r)},this.accept=function(t,r){return e.request.put(e.getApiUrl()+"invitations/"+t+"/accept",r)},this.getInvitation=function(t,r){return e.request.get(e.getApiUrl()+"invitations/"+t,r)}},ss=function(e){this.post=function(t,r){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/selections",r)},this.get=function(t){return e.request.get(e.getApiTeamUrl()+"selections/"+t)},this.getAllSelections=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/selections")},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"selections/"+t)}},is=function(e){this.postGroup=function(t,r){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/usergroups",r)},this.getGroups=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/usergroups")},this.getUsers=function(t){return e.request.get(e.getApiTeamUrl()+"usergroups/"+t)},this.deleteGroup=function(t){return e.request.del(e.getApiTeamUrl()+"usergroups/"+t)},this.putGroup=function(t,r){return e.request.put(e.getApiTeamUrl()+"usergroups/"+t,r)},this.assignUser=function(t,r){return e.request.put(e.getApiTeamUrl()+"usergroups/"+t+"/assign",r)},this.removeUser=function(t,r){return e.request.put(e.getApiTeamUrl()+"usergroups/"+t+"/remove",r)}},os=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"scenes/"+t)},this.getObjectScenes=function(t,r){var n={};r&&(n.queryParams={shortInfo:r});var s=e.getApiTeamUrl()+"objects/"+t+"/scenes";return e.request.get(s,n)},this.post=function(t,r){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/scenes",r)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"scenes/"+t)},this.put=function(t,r){return e.request.put(e.getApiTeamUrl()+"scenes/"+t,r)},this.postThumbnailAttachment=function(t,r,n,s){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/attachments",r,{contentType:!1,processData:!1,dataType:null,xhrUploadProgress:n,queryParams:s?{attachmenttype:"thumbnailhighresolution"}:void 0})},this.postThumbnail=function(t,r,n){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/attachments",r,{queryParams:n?{attachmenttype:"thumbnailhighresolution"}:void 0})},this.getThumbnail=function(t){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/attachments")}},as=function(e){this._config=null,e?(void 0===e.version&&(e.version="v2"),this._config=e):this._config=us(),this._token=null,this._tokenType=null,this._teamSlug=null,this._cache=null,window.BIMPLUS_SDK_ENABLE_DEBUG_LOGS&&console.log("BimWebSdk: config = ",this._config),this._config.cache?(this.request=new hn,this._cache=this.request.getCache(),!1===this._cache.isSupported()&&(console.warn("Warning: Caching requested but not supported by browser! Falling back to uncached requests."),this.request=new o,this._cache=null)):this.request=new o,this.setAccessToken=function(e){this._token=e,this.request.setAccessToken(e),window.BIMPLUS_SDK_ENABLE_DEBUG_LOGS&&console.log("BimWebSdk: token was set to "+this._token)},this.getAccessToken=function(){return this._token},this.setTokenType=function(e){this._tokenType=e,this.request.setTokenType(e),window.BIMPLUS_SDK_ENABLE_DEBUG_LOGS&&console.log("BimWebSdk: token type was set to "+this._tokenType)},this.getTokenType=function(){return this._tokenType},this.setAccessTokenAndType=function(e,t){this.setAccessToken(e),this.setTokenType(t)},this.getAccessTokenAndType=function(){return{token:this._token,tokenType:this._tokenType}},this.setTeamSlug=function(e){this._teamSlug=e,window.BIMPLUS_SDK_ENABLE_DEBUG_LOGS&&console.log("BimWebSdk: team slug was set to "+this._teamSlug)},this.getTeamSlug=function(){return this._teamSlug},this.getApiUrl=function(){return this._config.protocol+this._config.host+"/"+(this._config.version?this._config.version+"/":"")},this.getApiTeamUrl=function(){return this._teamSlug||console.error("Error: Teamslug not set"),this.getApiUrl()+this._teamSlug+"/"},this.getCache=function(){return this._cache},this.authorize=new h(this),this.user=new es(this),this.users=new ts(this),this.teams=new zn(this),this.members=new Pn(this),this.projects=new Nn(this),this.structures=new Vn(this),this.models=new Sn(this),this.objects=new On(this),this.revisions=new Mn(this),this.elementTypes=new yn(this),this.annotations=new u(this),this.attachments=new c(this),this.issues=new Un(this),this.labels=new kn(this),this.pins=new Cn(this),this.comments=new dn(this),this.hyperlinks=new qn(this),this.importService=new _n(this),this.slideshows=new Wn(this),this.slides=new $n(this),this.clashDetection=new pn(this),this.clientLogs=new fn(this),this.rightsService=new Ln(this),this.applicationSettings=new a(this),this.exportService=new vn(this),this.folders=new bn(this),this.locks=new jn(this),this.share=new Hn(this),this.messages=new xn(this),this.objectFilters=new Dn(this),this.terms=new Xn(this),this.dataProtection=new Qn(this),this.dimensions=new mn(this),this.imprints=new Yn(this),this.projectActionsRights=new In(this),this.roles=new Fn(this),this.attributeTemplates=new l(this),this.units=new Zn(this),this.freeAttributes=new wn(this),this.freeAttributeGroups=new Tn(this),this.hiddenCalculation=new An(this),this.sectionCut=new Gn(this),this.projectAttributeTemplates=new Rn(this),this.teamActionsRights=new Jn(this),this.customTables=new gn(this),this.userSettings=new rs(this),this.invitations=new ns(this),this.selections=new ss(this),this.userGroups=new is(this),this.scenes=new os(this)},us=function(e){var t="api.bimplus.net";if(e)switch(e){case"prod":default:t="api.bimplus.net";break;case"dev":t="api-dev.bimplus.net";break;case"stage":t="api-stage.bimplus.net"}return{protocol:"https://",host:t,cache:!1,version:"v2"}};return t})()));
2
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.add=t():e.add=t()}(self,(()=>(()=>{"use strict";var e={d:(t,n)=>{for(var r in n)e.o(n,r)&&!e.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:n[r]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},t={};function n(e,t,n,r){return $.ajax({url:e,type:t,data:n,contentType:r&&void 0!==r.contentType?r.contentType:"application/json; charset=utf-8",dataType:r&&void 0!==r.dataType?r.dataType:"json",processData:!(!r||void 0===r.processData)&&r.processData,cache:!(!window||!window.BIMPLUS_SDK_ENABLE_CACHE),async:!0,xhr:function(){var e=$.ajaxSettings.xhr();return r&&void 0!==r.xhrUploadProgress&&e.upload.addEventListener("progress",r.xhrUploadProgress,!1),e},beforeSend:function(e){if(window&&void 0!==window.BIMPLUS_SDK_PENDING_REQUESTS&&window.BIMPLUS_SDK_PENDING_REQUESTS++,r&&r.token){var t=r.tokenType?r.tokenType:"BimPlus";e.setRequestHeader("Authorization",t+" "+r.token)}r&&r.eTag&&(e.setRequestHeader("Cache-Control","no-cache"),window&&!window.BIMPLUS_SDK_DISABLE_ETAG&&e.setRequestHeader("If-None-Match",r.eTag))},complete:function(t){if(window&&void 0!==window.BIMPLUS_SDK_PENDING_REQUESTS&&window.BIMPLUS_SDK_PENDING_REQUESTS--,window&&window.BIMPLUS_SDK_LOG_API_CALLS){var n={url:e,response:t&&t.responseText&&t.responseText.length>0?JSON.parse(t.responseText):null};console.log(JSON.stringify(n))}}})}function r(e,t,n,r){var s=$.Deferred();console.debug("xmlHttpRequest config=",r);var i=new XMLHttpRequest;return i.open(t,e,!0),i.setRequestHeader("Authorization","BimPlus "+r.token),window&&void 0!==window.BIMPLUS_SDK_PENDING_REQUESTS&&window.BIMPLUS_SDK_PENDING_REQUESTS++,r&&r.responseType&&(console.debug("responseType is set to",r.responseType),i.responseType=r.responseType),r&&r.eTag&&(console.debug("setRequestHeader is set to eTag",r.eTag),i.setRequestHeader("Cache-Control","no-cache"),window&&!window.BIMPLUS_SDK_DISABLE_ETAG&&i.setRequestHeader("If-None-Match",r.eTag)),i.onload=function(){window&&void 0!==window.BIMPLUS_SDK_PENDING_REQUESTS&&window.BIMPLUS_SDK_PENDING_REQUESTS--,s.resolve(i.response,i.status,i)},i.onerror=function(){window&&void 0!==window.BIMPLUS_SDK_PENDING_REQUESTS&&window.BIMPLUS_SDK_PENDING_REQUESTS--,s.reject()},n&&i.setRequestHeader("Content-Type","application/json;charset=UTF-8"),i.send(n),s.promise()}function s(e){var t="?";for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t+=n+"="+e[n]+"&");return t=t.slice(0,-1)}function i(e,t,n,r,s){var i=arguments.length>5&&void 0!==arguments[5]&&arguments[5];s||(s={}),s.token||(s.token=t),s.queryParams||(s.queryParams={}),s.queryParams.chunkSize=n,s.queryParams.chunk=1;var o=$.Deferred(),a=[];return e.get(r,s).done((function(t,n,u){a.push(t);var c=0;if(200===u.status){var l=u.getResponseHeader("X-Total-Count");l?c=parseInt(l,10):console.warn("Request for "+r+" doesn't support chunked responses!")}else 304===u.status&&(u["Cached-X-Total-Count"]?c=u["Cached-X-Total-Count"]:console.warn("Cached request for "+r+" doesn't contain chunk info!"));if(i){for(var h=function(){var t=$.Deferred();s.queryParams.chunk=p,e.get(r,s).done((function(e){t.resolve(e)})).fail((function(e,n){t.reject(e,n)})),a.push(t)},p=2;p<=c;p++)h();o.resolve(a)}else{for(var f=[],d=2;d<=c;d++){s.queryParams.chunk=d;var g=e.get(r,s).done((function(e){a.push(e)})).fail((function(e,t){o.reject(e,t)}));f.push(g)}Promise.all(f).then((function(){o.resolve(a)}))}})).fail((function(e,t){o.reject(e,t)})),o.promise()}e.r(t),e.d(t,{Api:()=>as,IDBCache:()=>lr,createDefaultConfig:()=>us});var o=function(){var e=null,t=null,o="medium";this.setAccessToken=function(t){e=t},this.setTokenType=function(e){t=e},this.get=function(i,o){return o||(o={}),o.token||(o.token=e),o.tokenType&&o.tokenType===t||(o.tokenType=t),o.queryParams&&(i+=s(o.queryParams)),o&&o.useXMLHttpRequest?r(i,"GET",null,o):n(i,"GET",null,o)},this.getChunked=function(t,n){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return i(this,e,o,t,n,r)},this.put=function(r,i,o){return o||(o={}),o.token||(o.token=e),o.tokenType&&o.tokenType===t||(o.tokenType=t),o.queryParams&&(r+=s(o.queryParams)),n(r,"PUT",i,o)},this.post=function(i,o,a){return a||(a={}),a.token||(a.token=e),a.tokenType&&a.tokenType===t||(a.tokenType=t),a.queryParams&&(i+=s(a.queryParams)),a&&a.useXMLHttpRequest?r(i,"POST",o,a):n(i,"POST",o,a)},this.del=function(r,i,o){return o||(o={}),i||(o.contentType=null),o.dataType=null,o.token||(o.token=e),o.tokenType&&o.tokenType===t||(o.tokenType=t),o.queryParams&&(r+=s(o.queryParams)),n(r,"DELETE",i||null,o)}},a=function(e){this.postSettings=function(t){return e.request.post(e.getApiUrl()+"application/settings",t)},this.getSettings=function(t){return t?e.request.get(e.getApiUrl()+"application/settings/"+t):e.request.get(e.getApiUrl()+"application/settings")},this.putSettings=function(t,n){return e.request.put(e.getApiUrl()+"application/settings/"+t,n)},this.deleteSettings=function(t){return e.request.del(e.getApiUrl()+"application/settings/"+t)}},u=function(e){this.get=function(t){return console.debug("Annotation get API ",e.getApiTeamUrl()+"annotations/"+t),e.request.get(e.getApiTeamUrl()+"annotations/"+t)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"annotations/"+t)},this.put=function(t,n){return e.request.put(e.getApiTeamUrl()+"annotations/"+t,n)}},c=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"attachments/"+t)},this.download=function(t,n){return n?e.request.get(e.getApiTeamUrl()+"attachments/"+t+"/versions/"+n+"/download"):e.request.get(e.getApiTeamUrl()+"attachments/"+t+"/download")},this.put=function(t,n){return e.request.put(e.getApiTeamUrl()+"attachments/"+t,n)},this.post=function(t,n,r){return e.request.put(e.getApiTeamUrl()+"attachments/"+t,n,{contentType:!1,processData:!1,dataType:null,xhrUploadProgress:r})},this.delete=function(t,n){return n?e.request.del(e.getApiTeamUrl()+"attachments/"+t+"/versions/"+n):e.request.del(e.getApiTeamUrl()+"attachments/"+t)},this.deleteSelected=function(t){return e.request.del(e.getApiTeamUrl()+"objects/"+t+"/attachments")},this.postVersion=function(t,n,r){return e.request.post(e.getApiTeamUrl()+"attachments/"+t+"/versions",n,{contentType:!1,processData:!1,dataType:null,xhrUploadProgress:r})},this.getAllVersions=function(t){return e.request.get(e.getApiTeamUrl()+"attachments/"+t+"/versions")},this.releaseVersion=function(t,n){return e.request.put(e.getApiTeamUrl()+"attachments/"+t+"/release",n)}},l=function(e){this.post=function(t){return e.request.post(e.getApiTeamUrl()+"attributetemplates",t)},this.get=function(t){return t?e.request.get(e.getApiTeamUrl()+"attributetemplates/"+t):e.request.get(e.getApiTeamUrl()+"attributetemplates")},this.put=function(t,n){return e.request.put(e.getApiTeamUrl()+"attributetemplates/"+t,n)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"attributetemplates/"+t)}},h=function(e){this.post=function(t,n,r){return e.request.post(e.getApiUrl()+"authorize",JSON.stringify({user_id:t,password:n,application_id:r}))},this.forgotPassword=function(t){return e.request.post(e.getApiUrl()+"auth-forgot",t,{dataType:null})},this.checkAccessToken=function(){return e.request.get(e.getApiUrl()+"authorize")},this.requestCrossToken=function(){return e.request.post(e.getApiUrl()+"cross-token")},this.requestExternalAppToken=function(){return e.request.get(e.getApiUrl()+"validate")}};const p="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,f=Object.keys,d=Array.isArray;function g(e,t){return"object"!=typeof t||f(t).forEach((function(n){e[n]=t[n]})),e}"undefined"==typeof Promise||p.Promise||(p.Promise=Promise);const m=Object.getPrototypeOf,y={}.hasOwnProperty;function v(e,t){return y.call(e,t)}function b(e,t){"function"==typeof t&&(t=t(m(e))),("undefined"==typeof Reflect?f:Reflect.ownKeys)(t).forEach((n=>{w(e,n,t[n])}))}const T=Object.defineProperty;function w(e,t,n,r){T(e,t,g(n&&v(n,"get")&&"function"==typeof n.get?{get:n.get,set:n.set,configurable:!0}:{value:n,configurable:!0,writable:!0},r))}function A(e){return{from:function(t){return e.prototype=Object.create(t.prototype),w(e.prototype,"constructor",e),{extend:b.bind(null,e.prototype)}}}}const q=Object.getOwnPropertyDescriptor;function _(e,t){let n;return q(e,t)||(n=m(e))&&_(n,t)}const U=[].slice;function k(e,t,n){return U.call(e,t,n)}function j(e,t){return t(e)}function P(e){if(!e)throw new Error("Assertion Failed")}function x(e){p.setImmediate?setImmediate(e):setTimeout(e,0)}function S(e,t){return e.reduce(((e,n,r)=>{var s=t(n,r);return s&&(e[s[0]]=s[1]),e}),{})}function E(e,t){if(v(e,t))return e[t];if(!t)return e;if("string"!=typeof t){for(var n=[],r=0,s=t.length;r<s;++r){var i=E(e,t[r]);n.push(i)}return n}var o=t.indexOf(".");if(-1!==o){var a=e[t.substr(0,o)];return void 0===a?void 0:E(a,t.substr(o+1))}}function D(e,t,n){if(e&&void 0!==t&&(!("isFrozen"in Object)||!Object.isFrozen(e)))if("string"!=typeof t&&"length"in t){P("string"!=typeof n&&"length"in n);for(var r=0,s=t.length;r<s;++r)D(e,t[r],n[r])}else{var i=t.indexOf(".");if(-1!==i){var o=t.substr(0,i),a=t.substr(i+1);if(""===a)void 0===n?d(e)&&!isNaN(parseInt(o))?e.splice(o,1):delete e[o]:e[o]=n;else{var u=e[o];u&&v(e,o)||(u=e[o]={}),D(u,a,n)}}else void 0===n?d(e)&&!isNaN(parseInt(t))?e.splice(t,1):delete e[t]:e[t]=n}}function O(e){var t={};for(var n in e)v(e,n)&&(t[n]=e[n]);return t}const C=[].concat;function R(e){return C.apply([],e)}const I="Boolean,String,Date,RegExp,Blob,File,FileList,FileSystemFileHandle,ArrayBuffer,DataView,Uint8ClampedArray,ImageBitmap,ImageData,Map,Set,CryptoKey".split(",").concat(R([8,16,32,64].map((e=>["Int","Uint","Float"].map((t=>t+e+"Array")))))).filter((e=>p[e])),B=I.map((e=>p[e]));S(I,(e=>[e,!0]));let K=null;function N(e){K="undefined"!=typeof WeakMap&&new WeakMap;const t=M(e);return K=null,t}function M(e){if(!e||"object"!=typeof e)return e;let t=K&&K.get(e);if(t)return t;if(d(e)){t=[],K&&K.set(e,t);for(var n=0,r=e.length;n<r;++n)t.push(M(e[n]))}else if(B.indexOf(e.constructor)>=0)t=e;else{const n=m(e);for(var s in t=n===Object.prototype?{}:Object.create(n),K&&K.set(e,t),e)v(e,s)&&(t[s]=M(e[s]))}return t}const{toString:L}={};function F(e){return L.call(e).slice(8,-1)}const G="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator",H="symbol"==typeof G?function(e){var t;return null!=e&&(t=e[G])&&t.apply(e)}:function(){return null},W={};function V(e){var t,n,r,s;if(1===arguments.length){if(d(e))return e.slice();if(this===W&&"string"==typeof e)return[e];if(s=H(e)){for(n=[];!(r=s.next()).done;)n.push(r.value);return n}if(null==e)return[e];if("number"==typeof(t=e.length)){for(n=new Array(t);t--;)n[t]=e[t];return n}return[e]}for(t=arguments.length,n=new Array(t);t--;)n[t]=arguments[t];return n}const J="undefined"!=typeof Symbol?e=>"AsyncFunction"===e[Symbol.toStringTag]:()=>!1;var z="undefined"!=typeof location&&/^(http|https):\/\/(localhost|127\.0\.0\.1)/.test(location.href);function X(e,t){z=e,Q=t}var Q=()=>!0;const Y=!new Error("").stack;function Z(){if(Y)try{throw Z.arguments,new Error}catch(e){return e}return new Error}function ee(e,t){var n=e.stack;return n?(t=t||0,0===n.indexOf(e.name)&&(t+=(e.name+e.message).split("\n").length),n.split("\n").slice(t).filter(Q).map((e=>"\n"+e)).join("")):""}var te=["Unknown","Constraint","Data","TransactionInactive","ReadOnly","Version","NotFound","InvalidState","InvalidAccess","Abort","Timeout","QuotaExceeded","Syntax","DataClone"],ne=["Modify","Bulk","OpenFailed","VersionChange","Schema","Upgrade","InvalidTable","MissingAPI","NoSuchDatabase","InvalidArgument","SubTransaction","Unsupported","Internal","DatabaseClosed","PrematureCommit","ForeignAwait"].concat(te),re={VersionChanged:"Database version changed by other database connection",DatabaseClosed:"Database has been closed",Abort:"Transaction aborted",TransactionInactive:"Transaction has already completed or failed",MissingAPI:"IndexedDB API missing. Please visit https://tinyurl.com/y2uuvskb"};function se(e,t){this._e=Z(),this.name=e,this.message=t}function ie(e,t){return e+". Errors: "+Object.keys(t).map((e=>t[e].toString())).filter(((e,t,n)=>n.indexOf(e)===t)).join("\n")}function oe(e,t,n,r){this._e=Z(),this.failures=t,this.failedKeys=r,this.successCount=n,this.message=ie(e,t)}function ae(e,t){this._e=Z(),this.name="BulkError",this.failures=Object.keys(t).map((e=>t[e])),this.failuresByPos=t,this.message=ie(e,t)}A(se).from(Error).extend({stack:{get:function(){return this._stack||(this._stack=this.name+": "+this.message+ee(this._e,2))}},toString:function(){return this.name+": "+this.message}}),A(oe).from(se),A(ae).from(se);var ue=ne.reduce(((e,t)=>(e[t]=t+"Error",e)),{});const ce=se;var le=ne.reduce(((e,t)=>{var n=t+"Error";function r(e,r){this._e=Z(),this.name=n,e?"string"==typeof e?(this.message=`${e}${r?"\n "+r:""}`,this.inner=r||null):"object"==typeof e&&(this.message=`${e.name} ${e.message}`,this.inner=e):(this.message=re[t]||n,this.inner=null)}return A(r).from(ce),e[t]=r,e}),{});le.Syntax=SyntaxError,le.Type=TypeError,le.Range=RangeError;var he=te.reduce(((e,t)=>(e[t+"Error"]=le[t],e)),{}),pe=ne.reduce(((e,t)=>(-1===["Syntax","Type","Range"].indexOf(t)&&(e[t+"Error"]=le[t]),e)),{});function fe(){}function de(e){return e}function ge(e,t){return null==e||e===de?t:function(n){return t(e(n))}}function me(e,t){return function(){e.apply(this,arguments),t.apply(this,arguments)}}function ye(e,t){return e===fe?t:function(){var n=e.apply(this,arguments);void 0!==n&&(arguments[0]=n);var r=this.onsuccess,s=this.onerror;this.onsuccess=null,this.onerror=null;var i=t.apply(this,arguments);return r&&(this.onsuccess=this.onsuccess?me(r,this.onsuccess):r),s&&(this.onerror=this.onerror?me(s,this.onerror):s),void 0!==i?i:n}}function ve(e,t){return e===fe?t:function(){e.apply(this,arguments);var n=this.onsuccess,r=this.onerror;this.onsuccess=this.onerror=null,t.apply(this,arguments),n&&(this.onsuccess=this.onsuccess?me(n,this.onsuccess):n),r&&(this.onerror=this.onerror?me(r,this.onerror):r)}}function be(e,t){return e===fe?t:function(n){var r=e.apply(this,arguments);g(n,r);var s=this.onsuccess,i=this.onerror;this.onsuccess=null,this.onerror=null;var o=t.apply(this,arguments);return s&&(this.onsuccess=this.onsuccess?me(s,this.onsuccess):s),i&&(this.onerror=this.onerror?me(i,this.onerror):i),void 0===r?void 0===o?void 0:o:g(r,o)}}function Te(e,t){return e===fe?t:function(){return!1!==t.apply(this,arguments)&&e.apply(this,arguments)}}function we(e,t){return e===fe?t:function(){var n=e.apply(this,arguments);if(n&&"function"==typeof n.then){for(var r=this,s=arguments.length,i=new Array(s);s--;)i[s]=arguments[s];return n.then((function(){return t.apply(r,i)}))}return t.apply(this,arguments)}}pe.ModifyError=oe,pe.DexieError=se,pe.BulkError=ae;var Ae={};const[qe,_e,Ue]="undefined"==typeof Promise?[]:(()=>{let e=Promise.resolve();if("undefined"==typeof crypto||!crypto.subtle)return[e,m(e),e];const t=crypto.subtle.digest("SHA-512",new Uint8Array([0]));return[t,m(t),e]})(),ke=_e&&_e.then,je=qe&&qe.constructor,Pe=!!Ue;var xe=!1,Se=Ue?()=>{Ue.then(Ze)}:p.setImmediate?setImmediate.bind(null,Ze):p.MutationObserver?()=>{var e=document.createElement("div");new MutationObserver((()=>{Ze(),e=null})).observe(e,{attributes:!0}),e.setAttribute("i","1")}:()=>{setTimeout(Ze,0)},Ee=function(e,t){Me.push([e,t]),Oe&&(Se(),Oe=!1)},De=!0,Oe=!0,Ce=[],Re=[],Ie=null,Be=de,Ke={id:"global",global:!0,ref:0,unhandleds:[],onunhandled:qt,pgp:!1,env:{},finalize:function(){this.unhandleds.forEach((e=>{try{qt(e[0],e[1])}catch(e){}}))}},Ne=Ke,Me=[],Le=0,Fe=[];function Ge(e){if("object"!=typeof this)throw new TypeError("Promises must be constructed via new");this._listeners=[],this.onuncatched=fe,this._lib=!1;var t=this._PSD=Ne;if(z&&(this._stackHolder=Z(),this._prev=null,this._numPrev=0),"function"!=typeof e){if(e!==Ae)throw new TypeError("Not a function");return this._state=arguments[1],this._value=arguments[2],void(!1===this._state&&Ve(this,this._value))}this._state=null,this._value=null,++t.ref,We(this,e)}const He={get:function(){var e=Ne,t=ct;function n(n,r){var s=!e.global&&(e!==Ne||t!==ct);const i=s&&!ft();var o=new Ge(((t,o)=>{ze(this,new $e(wt(n,e,s,i),wt(r,e,s,i),t,o,e))}));return z&&Ye(o,this),o}return n.prototype=Ae,n},set:function(e){w(this,"then",e&&e.prototype===Ae?He:{get:function(){return e},set:He.set})}};function $e(e,t,n,r,s){this.onFulfilled="function"==typeof e?e:null,this.onRejected="function"==typeof t?t:null,this.resolve=n,this.reject=r,this.psd=s}function We(e,t){try{t((t=>{if(null===e._state){if(t===e)throw new TypeError("A promise cannot be resolved with itself.");var n=e._lib&&et();t&&"function"==typeof t.then?We(e,((e,n)=>{t instanceof Ge?t._then(e,n):t.then(e,n)})):(e._state=!0,e._value=t,Je(e)),n&&tt()}}),Ve.bind(null,e))}catch(t){Ve(e,t)}}function Ve(e,t){if(Re.push(t),null===e._state){var n=e._lib&&et();t=Be(t),e._state=!1,e._value=t,z&&null!==t&&"object"==typeof t&&!t._promise&&function(e,t,n){try{e.apply(null,void 0)}catch(e){}}((()=>{var n=_(t,"stack");t._promise=e,w(t,"stack",{get:()=>xe?n&&(n.get?n.get.apply(t):n.value):e.stack})})),function(e){Ce.some((t=>t._value===e._value))||Ce.push(e)}(e),Je(e),n&&tt()}}function Je(e){var t=e._listeners;e._listeners=[];for(var n=0,r=t.length;n<r;++n)ze(e,t[n]);var s=e._PSD;--s.ref||s.finalize(),0===Le&&(++Le,Ee((()=>{0==--Le&&nt()}),[]))}function ze(e,t){if(null!==e._state){var n=e._state?t.onFulfilled:t.onRejected;if(null===n)return(e._state?t.resolve:t.reject)(e._value);++t.psd.ref,++Le,Ee(Xe,[n,e,t])}else e._listeners.push(t)}function Xe(e,t,n){try{Ie=t;var r,s=t._value;t._state?r=e(s):(Re.length&&(Re=[]),r=e(s),-1===Re.indexOf(s)&&function(e){for(var t=Ce.length;t;)if(Ce[--t]._value===e._value)return void Ce.splice(t,1)}(t)),n.resolve(r)}catch(e){n.reject(e)}finally{Ie=null,0==--Le&&nt(),--n.psd.ref||n.psd.finalize()}}function Qe(e,t,n){if(t.length===n)return t;var r="";if(!1===e._state){var s,i,o=e._value;null!=o?(s=o.name||"Error",i=o.message||o,r=ee(o,0)):(s=o,i=""),t.push(s+(i?": "+i:"")+r)}return z&&((r=ee(e._stackHolder,2))&&-1===t.indexOf(r)&&t.push(r),e._prev&&Qe(e._prev,t,n)),t}function Ye(e,t){var n=t?t._numPrev+1:0;n<100&&(e._prev=t,e._numPrev=n)}function Ze(){et()&&tt()}function et(){var e=De;return De=!1,Oe=!1,e}function tt(){var e,t,n;do{for(;Me.length>0;)for(e=Me,Me=[],n=e.length,t=0;t<n;++t){var r=e[t];r[0].apply(null,r[1])}}while(Me.length>0);De=!0,Oe=!0}function nt(){var e=Ce;Ce=[],e.forEach((e=>{e._PSD.onunhandled.call(null,e._value,e)}));for(var t=Fe.slice(0),n=t.length;n;)t[--n]()}function rt(e){return new Ge(Ae,!1,e)}function st(e,t){var n=Ne;return function(){var r=et(),s=Ne;try{return yt(n,!0),e.apply(this,arguments)}catch(e){t&&t(e)}finally{yt(s,!1),r&&tt()}}}b(Ge.prototype,{then:He,_then:function(e,t){ze(this,new $e(null,null,e,t,Ne))},catch:function(e){if(1===arguments.length)return this.then(null,e);var t=arguments[0],n=arguments[1];return"function"==typeof t?this.then(null,(e=>e instanceof t?n(e):rt(e))):this.then(null,(e=>e&&e.name===t?n(e):rt(e)))},finally:function(e){return this.then((t=>(e(),t)),(t=>(e(),rt(t))))},stack:{get:function(){if(this._stack)return this._stack;try{xe=!0;var e=Qe(this,[],20).join("\nFrom previous: ");return null!==this._state&&(this._stack=e),e}finally{xe=!1}}},timeout:function(e,t){return e<1/0?new Ge(((n,r)=>{var s=setTimeout((()=>r(new le.Timeout(t))),e);this.then(n,r).finally(clearTimeout.bind(null,s))})):this}}),"undefined"!=typeof Symbol&&Symbol.toStringTag&&w(Ge.prototype,Symbol.toStringTag,"Dexie.Promise"),Ke.env=vt(),b(Ge,{all:function(){var e=V.apply(null,arguments).map(dt);return new Ge((function(t,n){0===e.length&&t([]);var r=e.length;e.forEach(((s,i)=>Ge.resolve(s).then((n=>{e[i]=n,--r||t(e)}),n)))}))},resolve:e=>{if(e instanceof Ge)return e;if(e&&"function"==typeof e.then)return new Ge(((t,n)=>{e.then(t,n)}));var t=new Ge(Ae,!0,e);return Ye(t,Ie),t},reject:rt,race:function(){var e=V.apply(null,arguments).map(dt);return new Ge(((t,n)=>{e.map((e=>Ge.resolve(e).then(t,n)))}))},PSD:{get:()=>Ne,set:e=>Ne=e},totalEchoes:{get:()=>ct},newPSD:ht,usePSD:bt,scheduler:{get:()=>Ee,set:e=>{Ee=e}},rejectionMapper:{get:()=>Be,set:e=>{Be=e}},follow:(e,t)=>new Ge(((n,r)=>ht(((t,n)=>{var r=Ne;r.unhandleds=[],r.onunhandled=n,r.finalize=me((function(){!function(e){Fe.push((function t(){e(),Fe.splice(Fe.indexOf(t),1)})),++Le,Ee((()=>{0==--Le&&nt()}),[])}((()=>{0===this.unhandleds.length?t():n(this.unhandleds[0])}))}),r.finalize),e()}),t,n,r)))}),je&&(je.allSettled&&w(Ge,"allSettled",(function(){const e=V.apply(null,arguments).map(dt);return new Ge((t=>{0===e.length&&t([]);let n=e.length;const r=new Array(n);e.forEach(((e,s)=>Ge.resolve(e).then((e=>r[s]={status:"fulfilled",value:e}),(e=>r[s]={status:"rejected",reason:e})).then((()=>--n||t(r)))))}))})),je.any&&"undefined"!=typeof AggregateError&&w(Ge,"any",(function(){const e=V.apply(null,arguments).map(dt);return new Ge(((t,n)=>{0===e.length&&n(new AggregateError([]));let r=e.length;const s=new Array(r);e.forEach(((e,i)=>Ge.resolve(e).then((e=>t(e)),(e=>{s[i]=e,--r||n(new AggregateError(s))}))))}))})));const it={awaits:0,echoes:0,id:0};var ot=0,at=[],ut=0,ct=0,lt=0;function ht(e,t,n,r){var s=Ne,i=Object.create(s);i.parent=s,i.ref=0,i.global=!1,i.id=++lt;var o=Ke.env;i.env=Pe?{Promise:Ge,PromiseProp:{value:Ge,configurable:!0,writable:!0},all:Ge.all,race:Ge.race,allSettled:Ge.allSettled,any:Ge.any,resolve:Ge.resolve,reject:Ge.reject,nthen:At(o.nthen,i),gthen:At(o.gthen,i)}:{},t&&g(i,t),++s.ref,i.finalize=function(){--this.parent.ref||this.parent.finalize()};var a=bt(i,e,n,r);return 0===i.ref&&i.finalize(),a}function pt(){return it.id||(it.id=++ot),++it.awaits,it.echoes+=100,it.id}function ft(){return!!it.awaits&&(0==--it.awaits&&(it.id=0),it.echoes=100*it.awaits,!0)}function dt(e){return it.echoes&&e&&e.constructor===je?(pt(),e.then((e=>(ft(),e)),(e=>(ft(),_t(e))))):e}function gt(e){++ct,it.echoes&&0!=--it.echoes||(it.echoes=it.id=0),at.push(Ne),yt(e,!0)}function mt(){var e=at[at.length-1];at.pop(),yt(e,!1)}function yt(e,t){var n=Ne;if((t?!it.echoes||ut++&&e===Ne:!ut||--ut&&e===Ne)||Tt(t?gt.bind(null,e):mt),e!==Ne&&(Ne=e,n===Ke&&(Ke.env=vt()),Pe)){var r=Ke.env.Promise,s=e.env;_e.then=s.nthen,r.prototype.then=s.gthen,(n.global||e.global)&&(Object.defineProperty(p,"Promise",s.PromiseProp),r.all=s.all,r.race=s.race,r.resolve=s.resolve,r.reject=s.reject,s.allSettled&&(r.allSettled=s.allSettled),s.any&&(r.any=s.any))}}function vt(){var e=p.Promise;return Pe?{Promise:e,PromiseProp:Object.getOwnPropertyDescriptor(p,"Promise"),all:e.all,race:e.race,allSettled:e.allSettled,any:e.any,resolve:e.resolve,reject:e.reject,nthen:_e.then,gthen:e.prototype.then}:{}}function bt(e,t,n,r,s){var i=Ne;try{return yt(e,!0),t(n,r,s)}finally{yt(i,!1)}}function Tt(e){ke.call(qe,e)}function wt(e,t,n,r){return"function"!=typeof e?e:function(){var s=Ne;n&&pt(),yt(t,!0);try{return e.apply(this,arguments)}finally{yt(s,!1),r&&Tt(ft)}}}function At(e,t){return function(n,r){return e.call(this,wt(n,t),wt(r,t))}}function qt(e,t){var n;try{n=t.onuncatched(e)}catch(e){}if(!1!==n)try{var r,s={promise:t,reason:e};if(p.document&&document.createEvent?((r=document.createEvent("Event")).initEvent("unhandledrejection",!0,!0),g(r,s)):p.CustomEvent&&g(r=new CustomEvent("unhandledrejection",{detail:s}),s),r&&p.dispatchEvent&&(dispatchEvent(r),!p.PromiseRejectionEvent&&p.onunhandledrejection))try{p.onunhandledrejection(r)}catch(e){}z&&r&&!r.defaultPrevented&&console.warn(`Unhandled rejection: ${e.stack||e}`)}catch(e){}}-1===(""+ke).indexOf("[native code]")&&(pt=ft=fe);var _t=Ge.reject;function Ut(e,t,n,r){if(e.idbdb&&(e._state.openComplete||Ne.letThrough||e._vip)){var s=e._createTransaction(t,n,e._dbSchema);try{s.create(),e._state.PR1398_maxLoop=3}catch(s){return s.name===ue.InvalidState&&e.isOpen()&&--e._state.PR1398_maxLoop>0?(console.warn("Dexie: Need to reopen db"),e._close(),e.open().then((()=>Ut(e,t,n,r)))):_t(s)}return s._promise(t,((e,t)=>ht((()=>(Ne.trans=s,r(e,t,s)))))).then((e=>s._completion.then((()=>e))))}if(e._state.openComplete)return _t(new le.DatabaseClosed(e._state.dbOpenError));if(!e._state.isBeingOpened){if(!e._options.autoOpen)return _t(new le.DatabaseClosed);e.open().catch(fe)}return e._state.dbReadyPromise.then((()=>Ut(e,t,n,r)))}const kt=String.fromCharCode(65535),jt="Invalid key provided. Keys must be of type string, number, Date or Array<string | number | Date>.",Pt=[],xt="undefined"!=typeof navigator&&/(MSIE|Trident|Edge)/.test(navigator.userAgent),St=xt,Et=xt,Dt=e=>!/(dexie\.js|dexie\.min\.js)/.test(e);function Ot(e,t){return e?t?function(){return e.apply(this,arguments)&&t.apply(this,arguments)}:e:t}const Ct={type:3,lower:-1/0,lowerOpen:!1,upper:[[]],upperOpen:!1};function Rt(e){return"string"!=typeof e||/\./.test(e)?e=>e:t=>(void 0===t[e]&&e in t&&delete(t=N(t))[e],t)}class It{_trans(e,t,n){const r=this._tx||Ne.trans,s=this.name;function i(e,n,r){if(!r.schema[s])throw new le.NotFound("Table "+s+" not part of transaction");return t(r.idbtrans,r)}const o=et();try{return r&&r.db===this.db?r===Ne.trans?r._promise(e,i,n):ht((()=>r._promise(e,i,n)),{trans:r,transless:Ne.transless||Ne}):Ut(this.db,e,[this.name],i)}finally{o&&tt()}}get(e,t){return e&&e.constructor===Object?this.where(e).first(t):this._trans("readonly",(t=>this.core.get({trans:t,key:e}).then((e=>this.hook.reading.fire(e))))).then(t)}where(e){if("string"==typeof e)return new this.db.WhereClause(this,e);if(d(e))return new this.db.WhereClause(this,`[${e.join("+")}]`);const t=f(e);if(1===t.length)return this.where(t[0]).equals(e[t[0]]);const n=this.schema.indexes.concat(this.schema.primKey).filter((e=>e.compound&&t.every((t=>e.keyPath.indexOf(t)>=0))&&e.keyPath.every((e=>t.indexOf(e)>=0))))[0];if(n&&this.db._maxKey!==kt)return this.where(n.name).equals(n.keyPath.map((t=>e[t])));!n&&z&&console.warn(`The query ${JSON.stringify(e)} on ${this.name} would benefit of a compound index [${t.join("+")}]`);const{idxByName:r}=this.schema,s=this.db._deps.indexedDB;function i(e,t){try{return 0===s.cmp(e,t)}catch(e){return!1}}const[o,a]=t.reduce((([t,n],s)=>{const o=r[s],a=e[s];return[t||o,t||!o?Ot(n,o&&o.multi?e=>{const t=E(e,s);return d(t)&&t.some((e=>i(a,e)))}:e=>i(a,E(e,s))):n]}),[null,null]);return o?this.where(o.name).equals(e[o.keyPath]).filter(a):n?this.filter(a):this.where(t).equals("")}filter(e){return this.toCollection().and(e)}count(e){return this.toCollection().count(e)}offset(e){return this.toCollection().offset(e)}limit(e){return this.toCollection().limit(e)}each(e){return this.toCollection().each(e)}toArray(e){return this.toCollection().toArray(e)}toCollection(){return new this.db.Collection(new this.db.WhereClause(this))}orderBy(e){return new this.db.Collection(new this.db.WhereClause(this,d(e)?`[${e.join("+")}]`:e))}reverse(){return this.toCollection().reverse()}mapToClass(e){this.schema.mappedClass=e;const t=t=>{if(!t)return t;const n=Object.create(e.prototype);for(var r in t)if(v(t,r))try{n[r]=t[r]}catch(e){}return n};return this.schema.readHook&&this.hook.reading.unsubscribe(this.schema.readHook),this.schema.readHook=t,this.hook("reading",t),e}defineClass(){return this.mapToClass((function(e){g(this,e)}))}add(e,t){const{auto:n,keyPath:r}=this.schema.primKey;let s=e;return r&&n&&(s=Rt(r)(e)),this._trans("readwrite",(e=>this.core.mutate({trans:e,type:"add",keys:null!=t?[t]:null,values:[s]}))).then((e=>e.numFailures?Ge.reject(e.failures[0]):e.lastResult)).then((t=>{if(r)try{D(e,r,t)}catch(e){}return t}))}update(e,t){if("object"!=typeof e||d(e))return this.where(":id").equals(e).modify(t);{const n=E(e,this.schema.primKey.keyPath);if(void 0===n)return _t(new le.InvalidArgument("Given object does not contain its primary key"));try{"function"!=typeof t?f(t).forEach((n=>{D(e,n,t[n])})):t(e,{value:e,primKey:n})}catch(e){}return this.where(":id").equals(n).modify(t)}}put(e,t){const{auto:n,keyPath:r}=this.schema.primKey;let s=e;return r&&n&&(s=Rt(r)(e)),this._trans("readwrite",(e=>this.core.mutate({trans:e,type:"put",values:[s],keys:null!=t?[t]:null}))).then((e=>e.numFailures?Ge.reject(e.failures[0]):e.lastResult)).then((t=>{if(r)try{D(e,r,t)}catch(e){}return t}))}delete(e){return this._trans("readwrite",(t=>this.core.mutate({trans:t,type:"delete",keys:[e]}))).then((e=>e.numFailures?Ge.reject(e.failures[0]):void 0))}clear(){return this._trans("readwrite",(e=>this.core.mutate({trans:e,type:"deleteRange",range:Ct}))).then((e=>e.numFailures?Ge.reject(e.failures[0]):void 0))}bulkGet(e){return this._trans("readonly",(t=>this.core.getMany({keys:e,trans:t}).then((e=>e.map((e=>this.hook.reading.fire(e)))))))}bulkAdd(e,t,n){const r=Array.isArray(t)?t:void 0,s=(n=n||(r?void 0:t))?n.allKeys:void 0;return this._trans("readwrite",(t=>{const{auto:n,keyPath:i}=this.schema.primKey;if(i&&r)throw new le.InvalidArgument("bulkAdd(): keys argument invalid on tables with inbound keys");if(r&&r.length!==e.length)throw new le.InvalidArgument("Arguments objects and keys must have the same length");const o=e.length;let a=i&&n?e.map(Rt(i)):e;return this.core.mutate({trans:t,type:"add",keys:r,values:a,wantResults:s}).then((({numFailures:e,results:t,lastResult:n,failures:r})=>{if(0===e)return s?t:n;throw new ae(`${this.name}.bulkAdd(): ${e} of ${o} operations failed`,r)}))}))}bulkPut(e,t,n){const r=Array.isArray(t)?t:void 0,s=(n=n||(r?void 0:t))?n.allKeys:void 0;return this._trans("readwrite",(t=>{const{auto:n,keyPath:i}=this.schema.primKey;if(i&&r)throw new le.InvalidArgument("bulkPut(): keys argument invalid on tables with inbound keys");if(r&&r.length!==e.length)throw new le.InvalidArgument("Arguments objects and keys must have the same length");const o=e.length;let a=i&&n?e.map(Rt(i)):e;return this.core.mutate({trans:t,type:"put",keys:r,values:a,wantResults:s}).then((({numFailures:e,results:t,lastResult:n,failures:r})=>{if(0===e)return s?t:n;throw new ae(`${this.name}.bulkPut(): ${e} of ${o} operations failed`,r)}))}))}bulkDelete(e){const t=e.length;return this._trans("readwrite",(t=>this.core.mutate({trans:t,type:"delete",keys:e}))).then((({numFailures:e,lastResult:n,failures:r})=>{if(0===e)return n;throw new ae(`${this.name}.bulkDelete(): ${e} of ${t} operations failed`,r)}))}}function Bt(e){var t={},n=function(n,r){if(r){for(var s=arguments.length,i=new Array(s-1);--s;)i[s-1]=arguments[s];return t[n].subscribe.apply(null,i),e}if("string"==typeof n)return t[n]};n.addEventType=i;for(var r=1,s=arguments.length;r<s;++r)i(arguments[r]);return n;function i(e,r,s){if("object"==typeof e)return o(e);r||(r=Te),s||(s=fe);var i={subscribers:[],fire:s,subscribe:function(e){-1===i.subscribers.indexOf(e)&&(i.subscribers.push(e),i.fire=r(i.fire,e))},unsubscribe:function(e){i.subscribers=i.subscribers.filter((function(t){return t!==e})),i.fire=i.subscribers.reduce(r,s)}};return t[e]=n[e]=i,i}function o(e){f(e).forEach((function(t){var n=e[t];if(d(n))i(t,e[t][0],e[t][1]);else{if("asap"!==n)throw new le.InvalidArgument("Invalid event config");var r=i(t,de,(function(){for(var e=arguments.length,t=new Array(e);e--;)t[e]=arguments[e];r.subscribers.forEach((function(e){x((function(){e.apply(null,t)}))}))}))}}))}}function Kt(e,t){return A(t).from({prototype:e}),t}function Nt(e,t){return!(e.filter||e.algorithm||e.or)&&(t?e.justLimit:!e.replayFilter)}function Mt(e,t){e.filter=Ot(e.filter,t)}function Lt(e,t,n){var r=e.replayFilter;e.replayFilter=r?()=>Ot(r(),t()):t,e.justLimit=n&&!r}function Ft(e,t){if(e.isPrimKey)return t.primaryKey;const n=t.getIndexByKeyPath(e.index);if(!n)throw new le.Schema("KeyPath "+e.index+" on object store "+t.name+" is not indexed");return n}function Gt(e,t,n){const r=Ft(e,t.schema);return t.openCursor({trans:n,values:!e.keysOnly,reverse:"prev"===e.dir,unique:!!e.unique,query:{index:r,range:e.range}})}function Ht(e,t,n,r){const s=e.replayFilter?Ot(e.filter,e.replayFilter()):e.filter;if(e.or){const i={},o=(e,n,r)=>{if(!s||s(n,r,(e=>n.stop(e)),(e=>n.fail(e)))){var o=n.primaryKey,a=""+o;"[object ArrayBuffer]"===a&&(a=""+new Uint8Array(o)),v(i,a)||(i[a]=!0,t(e,n,r))}};return Promise.all([e.or._iterate(o,n),$t(Gt(e,r,n),e.algorithm,o,!e.keysOnly&&e.valueMapper)])}return $t(Gt(e,r,n),Ot(e.algorithm,s),t,!e.keysOnly&&e.valueMapper)}function $t(e,t,n,r){var s=st(r?(e,t,s)=>n(r(e),t,s):n);return e.then((e=>{if(e)return e.start((()=>{var n=()=>e.continue();t&&!t(e,(e=>n=e),(t=>{e.stop(t),n=fe}),(t=>{e.fail(t),n=fe}))||s(e.value,e,(e=>n=e)),n()}))}))}function Wt(e,t){try{const n=Vt(e),r=Vt(t);if(n!==r)return"Array"===n?1:"Array"===r?-1:"binary"===n?1:"binary"===r?-1:"string"===n?1:"string"===r?-1:"Date"===n?1:"Date"!==r?NaN:-1;switch(n){case"number":case"Date":case"string":return e>t?1:e<t?-1:0;case"binary":return function(e,t){const n=e.length,r=t.length,s=n<r?n:r;for(let n=0;n<s;++n)if(e[n]!==t[n])return e[n]<t[n]?-1:1;return n===r?0:n<r?-1:1}(Jt(e),Jt(t));case"Array":return function(e,t){const n=e.length,r=t.length,s=n<r?n:r;for(let n=0;n<s;++n){const r=Wt(e[n],t[n]);if(0!==r)return r}return n===r?0:n<r?-1:1}(e,t)}}catch(e){}return NaN}function Vt(e){const t=typeof e;if("object"!==t)return t;if(ArrayBuffer.isView(e))return"binary";const n=F(e);return"ArrayBuffer"===n?"binary":n}function Jt(e){return e instanceof Uint8Array?e:ArrayBuffer.isView(e)?new Uint8Array(e.buffer,e.byteOffset,e.byteLength):new Uint8Array(e)}class zt{_read(e,t){var n=this._ctx;return n.error?n.table._trans(null,_t.bind(null,n.error)):n.table._trans("readonly",e).then(t)}_write(e){var t=this._ctx;return t.error?t.table._trans(null,_t.bind(null,t.error)):t.table._trans("readwrite",e,"locked")}_addAlgorithm(e){var t=this._ctx;t.algorithm=Ot(t.algorithm,e)}_iterate(e,t){return Ht(this._ctx,e,t,this._ctx.table.core)}clone(e){var t=Object.create(this.constructor.prototype),n=Object.create(this._ctx);return e&&g(n,e),t._ctx=n,t}raw(){return this._ctx.valueMapper=null,this}each(e){var t=this._ctx;return this._read((n=>Ht(t,e,n,t.table.core)))}count(e){return this._read((e=>{const t=this._ctx,n=t.table.core;if(Nt(t,!0))return n.count({trans:e,query:{index:Ft(t,n.schema),range:t.range}}).then((e=>Math.min(e,t.limit)));var r=0;return Ht(t,(()=>(++r,!1)),e,n).then((()=>r))})).then(e)}sortBy(e,t){const n=e.split(".").reverse(),r=n[0],s=n.length-1;function i(e,t){return t?i(e[n[t]],t-1):e[r]}var o="next"===this._ctx.dir?1:-1;function a(e,t){var n=i(e,s),r=i(t,s);return n<r?-o:n>r?o:0}return this.toArray((function(e){return e.sort(a)})).then(t)}toArray(e){return this._read((e=>{var t=this._ctx;if("next"===t.dir&&Nt(t,!0)&&t.limit>0){const{valueMapper:n}=t,r=Ft(t,t.table.core.schema);return t.table.core.query({trans:e,limit:t.limit,values:!0,query:{index:r,range:t.range}}).then((({result:e})=>n?e.map(n):e))}{const n=[];return Ht(t,(e=>n.push(e)),e,t.table.core).then((()=>n))}}),e)}offset(e){var t=this._ctx;return e<=0||(t.offset+=e,Nt(t)?Lt(t,(()=>{var t=e;return(e,n)=>0===t||(1===t?(--t,!1):(n((()=>{e.advance(t),t=0})),!1))})):Lt(t,(()=>{var t=e;return()=>--t<0}))),this}limit(e){return this._ctx.limit=Math.min(this._ctx.limit,e),Lt(this._ctx,(()=>{var t=e;return function(e,n,r){return--t<=0&&n(r),t>=0}}),!0),this}until(e,t){return Mt(this._ctx,(function(n,r,s){return!e(n.value)||(r(s),t)})),this}first(e){return this.limit(1).toArray((function(e){return e[0]})).then(e)}last(e){return this.reverse().first(e)}filter(e){var t,n;return Mt(this._ctx,(function(t){return e(t.value)})),t=this._ctx,n=e,t.isMatch=Ot(t.isMatch,n),this}and(e){return this.filter(e)}or(e){return new this.db.WhereClause(this._ctx.table,e,this)}reverse(){return this._ctx.dir="prev"===this._ctx.dir?"next":"prev",this._ondirectionchange&&this._ondirectionchange(this._ctx.dir),this}desc(){return this.reverse()}eachKey(e){var t=this._ctx;return t.keysOnly=!t.isMatch,this.each((function(t,n){e(n.key,n)}))}eachUniqueKey(e){return this._ctx.unique="unique",this.eachKey(e)}eachPrimaryKey(e){var t=this._ctx;return t.keysOnly=!t.isMatch,this.each((function(t,n){e(n.primaryKey,n)}))}keys(e){var t=this._ctx;t.keysOnly=!t.isMatch;var n=[];return this.each((function(e,t){n.push(t.key)})).then((function(){return n})).then(e)}primaryKeys(e){var t=this._ctx;if("next"===t.dir&&Nt(t,!0)&&t.limit>0)return this._read((e=>{var n=Ft(t,t.table.core.schema);return t.table.core.query({trans:e,values:!1,limit:t.limit,query:{index:n,range:t.range}})})).then((({result:e})=>e)).then(e);t.keysOnly=!t.isMatch;var n=[];return this.each((function(e,t){n.push(t.primaryKey)})).then((function(){return n})).then(e)}uniqueKeys(e){return this._ctx.unique="unique",this.keys(e)}firstKey(e){return this.limit(1).keys((function(e){return e[0]})).then(e)}lastKey(e){return this.reverse().firstKey(e)}distinct(){var e=this._ctx,t=e.index&&e.table.schema.idxByName[e.index];if(!t||!t.multi)return this;var n={};return Mt(this._ctx,(function(e){var t=e.primaryKey.toString(),r=v(n,t);return n[t]=!0,!r})),this}modify(e){var t=this._ctx;return this._write((n=>{var r;if("function"==typeof e)r=e;else{var s=f(e),i=s.length;r=function(t){for(var n=!1,r=0;r<i;++r){var o=s[r],a=e[o];E(t,o)!==a&&(D(t,o,a),n=!0)}return n}}const o=t.table.core,{outbound:a,extractKey:u}=o.schema.primaryKey,c=this.db._options.modifyChunkSize||200,l=[];let h=0;const p=[],d=(e,t)=>{const{failures:n,numFailures:r}=t;h+=e-r;for(let e of f(n))l.push(n[e])};return this.clone().primaryKeys().then((s=>{const i=l=>{const h=Math.min(c,s.length-l);return o.getMany({trans:n,keys:s.slice(l,l+h),cache:"immutable"}).then((p=>{const f=[],g=[],m=a?[]:null,y=[];for(let e=0;e<h;++e){const t=p[e],n={value:N(t),primKey:s[l+e]};!1!==r.call(n,n.value,n)&&(null==n.value?y.push(s[l+e]):a||0===Wt(u(t),u(n.value))?(g.push(n.value),a&&m.push(s[l+e])):(y.push(s[l+e]),f.push(n.value)))}const v=Nt(t)&&t.limit===1/0&&("function"!=typeof e||e===Xt)&&{index:t.index,range:t.range};return Promise.resolve(f.length>0&&o.mutate({trans:n,type:"add",values:f}).then((e=>{for(let t in e.failures)y.splice(parseInt(t),1);d(f.length,e)}))).then((()=>(g.length>0||v&&"object"==typeof e)&&o.mutate({trans:n,type:"put",keys:m,values:g,criteria:v,changeSpec:"function"!=typeof e&&e}).then((e=>d(g.length,e))))).then((()=>(y.length>0||v&&e===Xt)&&o.mutate({trans:n,type:"delete",keys:y,criteria:v}).then((e=>d(y.length,e))))).then((()=>s.length>l+h&&i(l+c)))}))};return i(0).then((()=>{if(l.length>0)throw new oe("Error modifying one or more objects",l,h,p);return s.length}))}))}))}delete(){var e=this._ctx,t=e.range;return Nt(e)&&(e.isPrimKey&&!Et||3===t.type)?this._write((n=>{const{primaryKey:r}=e.table.core.schema,s=t;return e.table.core.count({trans:n,query:{index:r,range:s}}).then((t=>e.table.core.mutate({trans:n,type:"deleteRange",range:s}).then((({failures:e,lastResult:n,results:r,numFailures:s})=>{if(s)throw new oe("Could not delete some values",Object.keys(e).map((t=>e[t])),t-s);return t-s}))))})):this.modify(Xt)}}const Xt=(e,t)=>t.value=null;function Qt(e,t){return e<t?-1:e===t?0:1}function Yt(e,t){return e>t?-1:e===t?0:1}function Zt(e,t,n){var r=e instanceof on?new e.Collection(e):e;return r._ctx.error=n?new n(t):new TypeError(t),r}function en(e){return new e.Collection(e,(()=>sn(""))).limit(0)}function tn(e,t,n,r,s,i){for(var o=Math.min(e.length,r.length),a=-1,u=0;u<o;++u){var c=t[u];if(c!==r[u])return s(e[u],n[u])<0?e.substr(0,u)+n[u]+n.substr(u+1):s(e[u],r[u])<0?e.substr(0,u)+r[u]+n.substr(u+1):a>=0?e.substr(0,a)+t[a]+n.substr(a+1):null;s(e[u],c)<0&&(a=u)}return o<r.length&&"next"===i?e+n.substr(e.length):o<e.length&&"prev"===i?e.substr(0,n.length):a<0?null:e.substr(0,a)+r[a]+n.substr(a+1)}function nn(e,t,n,r){var s,i,o,a,u,c,l,h=n.length;if(!n.every((e=>"string"==typeof e)))return Zt(e,"String expected.");function p(e){s=function(e){return"next"===e?e=>e.toUpperCase():e=>e.toLowerCase()}(e),i=function(e){return"next"===e?e=>e.toLowerCase():e=>e.toUpperCase()}(e),o="next"===e?Qt:Yt;var t=n.map((function(e){return{lower:i(e),upper:s(e)}})).sort((function(e,t){return o(e.lower,t.lower)}));a=t.map((function(e){return e.upper})),u=t.map((function(e){return e.lower})),c=e,l="next"===e?"":r}p("next");var f=new e.Collection(e,(()=>rn(a[0],u[h-1]+r)));f._ondirectionchange=function(e){p(e)};var d=0;return f._addAlgorithm((function(e,n,r){var s=e.key;if("string"!=typeof s)return!1;var p=i(s);if(t(p,u,d))return!0;for(var f=null,g=d;g<h;++g){var m=tn(s,p,a[g],u[g],o,c);null===m&&null===f?d=g+1:(null===f||o(f,m)>0)&&(f=m)}return n(null!==f?function(){e.continue(f+l)}:r),!1})),f}function rn(e,t,n,r){return{type:2,lower:e,upper:t,lowerOpen:n,upperOpen:r}}function sn(e){return{type:1,lower:e,upper:e}}class on{get Collection(){return this._ctx.table.db.Collection}between(e,t,n,r){n=!1!==n,r=!0===r;try{return this._cmp(e,t)>0||0===this._cmp(e,t)&&(n||r)&&(!n||!r)?en(this):new this.Collection(this,(()=>rn(e,t,!n,!r)))}catch(e){return Zt(this,jt)}}equals(e){return null==e?Zt(this,jt):new this.Collection(this,(()=>sn(e)))}above(e){return null==e?Zt(this,jt):new this.Collection(this,(()=>rn(e,void 0,!0)))}aboveOrEqual(e){return null==e?Zt(this,jt):new this.Collection(this,(()=>rn(e,void 0,!1)))}below(e){return null==e?Zt(this,jt):new this.Collection(this,(()=>rn(void 0,e,!1,!0)))}belowOrEqual(e){return null==e?Zt(this,jt):new this.Collection(this,(()=>rn(void 0,e)))}startsWith(e){return"string"!=typeof e?Zt(this,"String expected."):this.between(e,e+kt,!0,!0)}startsWithIgnoreCase(e){return""===e?this.startsWith(e):nn(this,((e,t)=>0===e.indexOf(t[0])),[e],kt)}equalsIgnoreCase(e){return nn(this,((e,t)=>e===t[0]),[e],"")}anyOfIgnoreCase(){var e=V.apply(W,arguments);return 0===e.length?en(this):nn(this,((e,t)=>-1!==t.indexOf(e)),e,"")}startsWithAnyOfIgnoreCase(){var e=V.apply(W,arguments);return 0===e.length?en(this):nn(this,((e,t)=>t.some((t=>0===e.indexOf(t)))),e,kt)}anyOf(){const e=V.apply(W,arguments);let t=this._cmp;try{e.sort(t)}catch(e){return Zt(this,jt)}if(0===e.length)return en(this);const n=new this.Collection(this,(()=>rn(e[0],e[e.length-1])));n._ondirectionchange=n=>{t="next"===n?this._ascending:this._descending,e.sort(t)};let r=0;return n._addAlgorithm(((n,s,i)=>{const o=n.key;for(;t(o,e[r])>0;)if(++r,r===e.length)return s(i),!1;return 0===t(o,e[r])||(s((()=>{n.continue(e[r])})),!1)})),n}notEqual(e){return this.inAnyRange([[-1/0,e],[e,this.db._maxKey]],{includeLowers:!1,includeUppers:!1})}noneOf(){const e=V.apply(W,arguments);if(0===e.length)return new this.Collection(this);try{e.sort(this._ascending)}catch(e){return Zt(this,jt)}const t=e.reduce(((e,t)=>e?e.concat([[e[e.length-1][1],t]]):[[-1/0,t]]),null);return t.push([e[e.length-1],this.db._maxKey]),this.inAnyRange(t,{includeLowers:!1,includeUppers:!1})}inAnyRange(e,t){const n=this._cmp,r=this._ascending,s=this._descending,i=this._min,o=this._max;if(0===e.length)return en(this);if(!e.every((e=>void 0!==e[0]&&void 0!==e[1]&&r(e[0],e[1])<=0)))return Zt(this,"First argument to inAnyRange() must be an Array of two-value Arrays [lower,upper] where upper must not be lower than lower",le.InvalidArgument);const a=!t||!1!==t.includeLowers,u=t&&!0===t.includeUppers;let c,l=r;function h(e,t){return l(e[0],t[0])}try{c=e.reduce((function(e,t){let r=0,s=e.length;for(;r<s;++r){const s=e[r];if(n(t[0],s[1])<0&&n(t[1],s[0])>0){s[0]=i(s[0],t[0]),s[1]=o(s[1],t[1]);break}}return r===s&&e.push(t),e}),[]),c.sort(h)}catch(e){return Zt(this,jt)}let p=0;const f=u?e=>r(e,c[p][1])>0:e=>r(e,c[p][1])>=0,d=a?e=>s(e,c[p][0])>0:e=>s(e,c[p][0])>=0;let g=f;const m=new this.Collection(this,(()=>rn(c[0][0],c[c.length-1][1],!a,!u)));return m._ondirectionchange=e=>{"next"===e?(g=f,l=r):(g=d,l=s),c.sort(h)},m._addAlgorithm(((e,t,n)=>{for(var s=e.key;g(s);)if(++p,p===c.length)return t(n),!1;return!!function(e){return!f(e)&&!d(e)}(s)||(0===this._cmp(s,c[p][1])||0===this._cmp(s,c[p][0])||t((()=>{l===r?e.continue(c[p][0]):e.continue(c[p][1])})),!1)})),m}startsWithAnyOf(){const e=V.apply(W,arguments);return e.every((e=>"string"==typeof e))?0===e.length?en(this):this.inAnyRange(e.map((e=>[e,e+kt]))):Zt(this,"startsWithAnyOf() only works with strings")}}function an(e){return st((function(t){return un(t),e(t.target.error),!1}))}function un(e){e.stopPropagation&&e.stopPropagation(),e.preventDefault&&e.preventDefault()}const cn=Bt(null,"storagemutated");class ln{_lock(){return P(!Ne.global),++this._reculock,1!==this._reculock||Ne.global||(Ne.lockOwnerFor=this),this}_unlock(){if(P(!Ne.global),0==--this._reculock)for(Ne.global||(Ne.lockOwnerFor=null);this._blockedFuncs.length>0&&!this._locked();){var e=this._blockedFuncs.shift();try{bt(e[1],e[0])}catch(e){}}return this}_locked(){return this._reculock&&Ne.lockOwnerFor!==this}create(e){if(!this.mode)return this;const t=this.db.idbdb,n=this.db._state.dbOpenError;if(P(!this.idbtrans),!e&&!t)switch(n&&n.name){case"DatabaseClosedError":throw new le.DatabaseClosed(n);case"MissingAPIError":throw new le.MissingAPI(n.message,n);default:throw new le.OpenFailed(n)}if(!this.active)throw new le.TransactionInactive;return P(null===this._completion._state),(e=this.idbtrans=e||(this.db.core?this.db.core.transaction(this.storeNames,this.mode,{durability:this.chromeTransactionDurability}):t.transaction(this.storeNames,this.mode,{durability:this.chromeTransactionDurability}))).onerror=st((t=>{un(t),this._reject(e.error)})),e.onabort=st((t=>{un(t),this.active&&this._reject(new le.Abort(e.error)),this.active=!1,this.on("abort").fire(t)})),e.oncomplete=st((()=>{this.active=!1,this._resolve(),"mutatedParts"in e&&cn.storagemutated.fire(e.mutatedParts)})),this}_promise(e,t,n){if("readwrite"===e&&"readwrite"!==this.mode)return _t(new le.ReadOnly("Transaction is readonly"));if(!this.active)return _t(new le.TransactionInactive);if(this._locked())return new Ge(((r,s)=>{this._blockedFuncs.push([()=>{this._promise(e,t,n).then(r,s)},Ne])}));if(n)return ht((()=>{var e=new Ge(((e,n)=>{this._lock();const r=t(e,n,this);r&&r.then&&r.then(e,n)}));return e.finally((()=>this._unlock())),e._lib=!0,e}));var r=new Ge(((e,n)=>{var r=t(e,n,this);r&&r.then&&r.then(e,n)}));return r._lib=!0,r}_root(){return this.parent?this.parent._root():this}waitFor(e){var t=this._root();const n=Ge.resolve(e);if(t._waitingFor)t._waitingFor=t._waitingFor.then((()=>n));else{t._waitingFor=n,t._waitingQueue=[];var r=t.idbtrans.objectStore(t.storeNames[0]);!function e(){for(++t._spinCount;t._waitingQueue.length;)t._waitingQueue.shift()();t._waitingFor&&(r.get(-1/0).onsuccess=e)}()}var s=t._waitingFor;return new Ge(((e,r)=>{n.then((n=>t._waitingQueue.push(st(e.bind(null,n)))),(e=>t._waitingQueue.push(st(r.bind(null,e))))).finally((()=>{t._waitingFor===s&&(t._waitingFor=null)}))}))}abort(){this.active&&(this.active=!1,this.idbtrans&&this.idbtrans.abort(),this._reject(new le.Abort))}table(e){const t=this._memoizedTables||(this._memoizedTables={});if(v(t,e))return t[e];const n=this.schema[e];if(!n)throw new le.NotFound("Table "+e+" not part of transaction");const r=new this.db.Table(e,n,this);return r.core=this.db.core.table(e),t[e]=r,r}}function hn(e,t,n,r,s,i,o){return{name:e,keyPath:t,unique:n,multi:r,auto:s,compound:i,src:(n&&!o?"&":"")+(r?"*":"")+(s?"++":"")+pn(t)}}function pn(e){return"string"==typeof e?e:e?"["+[].join.call(e,"+")+"]":""}function fn(e,t,n){return{name:e,primKey:t,indexes:n,mappedClass:null,idxByName:S(n,(e=>[e.name,e]))}}let dn=e=>{try{return e.only([[]]),dn=()=>[[]],[[]]}catch(e){return dn=()=>kt,kt}};function gn(e){return null==e?()=>{}:"string"==typeof e?function(e){return 1===e.split(".").length?t=>t[e]:t=>E(t,e)}(e):t=>E(t,e)}function mn(e){return[].slice.call(e)}let yn=0;function vn(e){return null==e?":id":"string"==typeof e?e:`[${e.join("+")}]`}function bn(e,t,n){function r(e){if(3===e.type)return null;if(4===e.type)throw new Error("Cannot convert never type to IDBKeyRange");const{lower:n,upper:r,lowerOpen:s,upperOpen:i}=e;return void 0===n?void 0===r?null:t.upperBound(r,!!i):void 0===r?t.lowerBound(n,!!s):t.bound(n,r,!!s,!!i)}const{schema:s,hasGetAll:i}=function(e,t){const n=mn(e.objectStoreNames);return{schema:{name:e.name,tables:n.map((e=>t.objectStore(e))).map((e=>{const{keyPath:t,autoIncrement:n}=e,r=d(t),s=null==t,i={},o={name:e.name,primaryKey:{name:null,isPrimaryKey:!0,outbound:s,compound:r,keyPath:t,autoIncrement:n,unique:!0,extractKey:gn(t)},indexes:mn(e.indexNames).map((t=>e.index(t))).map((e=>{const{name:t,unique:n,multiEntry:r,keyPath:s}=e,o={name:t,compound:d(s),keyPath:s,unique:n,multiEntry:r,extractKey:gn(s)};return i[vn(s)]=o,o})),getIndexByKeyPath:e=>i[vn(e)]};return i[":id"]=o.primaryKey,null!=t&&(i[vn(t)]=o.primaryKey),o}))},hasGetAll:n.length>0&&"getAll"in t.objectStore(n[0])&&!("undefined"!=typeof navigator&&/Safari/.test(navigator.userAgent)&&!/(Chrome\/|Edge\/)/.test(navigator.userAgent)&&[].concat(navigator.userAgent.match(/Safari\/(\d*)/))[1]<604)}}(e,n),o=s.tables.map((e=>function(e){const t=e.name;return{name:t,schema:e,mutate:function({trans:e,type:n,keys:s,values:i,range:o}){return new Promise(((a,u)=>{a=st(a);const c=e.objectStore(t),l=null==c.keyPath,h="put"===n||"add"===n;if(!h&&"delete"!==n&&"deleteRange"!==n)throw new Error("Invalid operation type: "+n);const{length:p}=s||i||{length:1};if(s&&i&&s.length!==i.length)throw new Error("Given keys array must have same length as given values array.");if(0===p)return a({numFailures:0,failures:{},results:[],lastResult:void 0});let f;const d=[],g=[];let m=0;const y=e=>{++m,un(e)};if("deleteRange"===n){if(4===o.type)return a({numFailures:m,failures:g,results:[],lastResult:void 0});3===o.type?d.push(f=c.clear()):d.push(f=c.delete(r(o)))}else{const[e,t]=h?l?[i,s]:[i,null]:[s,null];if(h)for(let r=0;r<p;++r)d.push(f=t&&void 0!==t[r]?c[n](e[r],t[r]):c[n](e[r])),f.onerror=y;else for(let t=0;t<p;++t)d.push(f=c[n](e[t])),f.onerror=y}const v=e=>{const t=e.target.result;d.forEach(((e,t)=>null!=e.error&&(g[t]=e.error))),a({numFailures:m,failures:g,results:"delete"===n?s:d.map((e=>e.result)),lastResult:t})};f.onerror=e=>{y(e),v(e)},f.onsuccess=v}))},getMany:({trans:e,keys:n})=>new Promise(((r,s)=>{r=st(r);const i=e.objectStore(t),o=n.length,a=new Array(o);let u,c=0,l=0;const h=e=>{const t=e.target;a[t._pos]=t.result,++l===c&&r(a)},p=an(s);for(let e=0;e<o;++e)null!=n[e]&&(u=i.get(n[e]),u._pos=e,u.onsuccess=h,u.onerror=p,++c);0===c&&r(a)})),get:({trans:e,key:n})=>new Promise(((r,s)=>{r=st(r);const i=e.objectStore(t).get(n);i.onsuccess=e=>r(e.target.result),i.onerror=an(s)})),query:function(e){return n=>new Promise(((s,i)=>{s=st(s);const{trans:o,values:a,limit:u,query:c}=n,l=u===1/0?void 0:u,{index:h,range:p}=c,f=o.objectStore(t),d=h.isPrimaryKey?f:f.index(h.name),g=r(p);if(0===u)return s({result:[]});if(e){const e=a?d.getAll(g,l):d.getAllKeys(g,l);e.onsuccess=e=>s({result:e.target.result}),e.onerror=an(i)}else{let e=0;const t=a||!("openKeyCursor"in d)?d.openCursor(g):d.openKeyCursor(g),n=[];t.onsuccess=r=>{const i=t.result;return i?(n.push(a?i.value:i.primaryKey),++e===u?s({result:n}):void i.continue()):s({result:n})},t.onerror=an(i)}}))}(i),openCursor:function({trans:e,values:n,query:s,reverse:i,unique:o}){return new Promise(((a,u)=>{a=st(a);const{index:c,range:l}=s,h=e.objectStore(t),p=c.isPrimaryKey?h:h.index(c.name),f=i?o?"prevunique":"prev":o?"nextunique":"next",d=n||!("openKeyCursor"in p)?p.openCursor(r(l),f):p.openKeyCursor(r(l),f);d.onerror=an(u),d.onsuccess=st((t=>{const n=d.result;if(!n)return void a(null);n.___id=++yn,n.done=!1;const r=n.continue.bind(n);let s=n.continuePrimaryKey;s&&(s=s.bind(n));const i=n.advance.bind(n),o=()=>{throw new Error("Cursor not stopped")};n.trans=e,n.stop=n.continue=n.continuePrimaryKey=n.advance=()=>{throw new Error("Cursor not started")},n.fail=st(u),n.next=function(){let e=1;return this.start((()=>e--?this.continue():this.stop())).then((()=>this))},n.start=e=>{const t=new Promise(((e,t)=>{e=st(e),d.onerror=an(t),n.fail=t,n.stop=t=>{n.stop=n.continue=n.continuePrimaryKey=n.advance=o,e(t)}})),a=()=>{if(d.result)try{e()}catch(e){n.fail(e)}else n.done=!0,n.start=()=>{throw new Error("Cursor behind last entry")},n.stop()};return d.onsuccess=st((e=>{d.onsuccess=a,a()})),n.continue=r,n.continuePrimaryKey=s,n.advance=i,a(),t},a(n)}),u)}))},count({query:e,trans:n}){const{index:s,range:i}=e;return new Promise(((e,o)=>{const a=n.objectStore(t),u=s.isPrimaryKey?a:a.index(s.name),c=r(i),l=c?u.count(c):u.count();l.onsuccess=st((t=>e(t.target.result))),l.onerror=an(o)}))}}}(e))),a={};return o.forEach((e=>a[e.name]=e)),{stack:"dbcore",transaction:e.transaction.bind(e),table(e){if(!a[e])throw new Error(`Table '${e}' not found`);return a[e]},MIN_KEY:-1/0,MAX_KEY:dn(t),schema:s}}function Tn({_novip:e},t){const n=t.db,r=function(e,t,{IDBKeyRange:n,indexedDB:r},s){const i=function(e,t){return t.reduce(((e,{create:t})=>({...e,...t(e)})),e)}(bn(t,n,s),e.dbcore);return{dbcore:i}}(e._middlewares,n,e._deps,t);e.core=r.dbcore,e.tables.forEach((t=>{const n=t.name;e.core.schema.tables.some((e=>e.name===n))&&(t.core=e.core.table(n),e[n]instanceof e.Table&&(e[n].core=t.core))}))}function wn({_novip:e},t,n,r){n.forEach((n=>{const s=r[n];t.forEach((t=>{const r=_(t,n);(!r||"value"in r&&void 0===r.value)&&(t===e.Transaction.prototype||t instanceof e.Transaction?w(t,n,{get(){return this.table(n)},set(e){T(this,n,{value:e,writable:!0,configurable:!0,enumerable:!0})}}):t[n]=new e.Table(n,s))}))}))}function An({_novip:e},t){t.forEach((t=>{for(let n in t)t[n]instanceof e.Table&&delete t[n]}))}function qn(e,t){return e._cfg.version-t._cfg.version}function _n(e,t,n,r){const s=e._dbSchema,i=e._createTransaction("readwrite",e._storeNames,s);i.create(n),i._completion.catch(r);const o=i._reject.bind(i),a=Ne.transless||Ne;ht((()=>{Ne.trans=i,Ne.transless=a,0===t?(f(s).forEach((e=>{kn(n,e,s[e].primKey,s[e].indexes)})),Tn(e,n),Ge.follow((()=>e.on.populate.fire(i))).catch(o)):function({_novip:e},t,n,r){const s=[],i=e._versions;let o=e._dbSchema=Pn(e,e.idbdb,r),a=!1;return i.filter((e=>e._cfg.version>=t)).forEach((i=>{s.push((()=>{const s=o,u=i._cfg.dbschema;xn(e,s,r),xn(e,u,r),o=e._dbSchema=u;const c=Un(s,u);c.add.forEach((e=>{kn(r,e[0],e[1].primKey,e[1].indexes)})),c.change.forEach((e=>{if(e.recreate)throw new le.Upgrade("Not yet support for changing primary key");{const t=r.objectStore(e.name);e.add.forEach((e=>jn(t,e))),e.change.forEach((e=>{t.deleteIndex(e.name),jn(t,e)})),e.del.forEach((e=>t.deleteIndex(e)))}}));const l=i._cfg.contentUpgrade;if(l&&i._cfg.version>t){Tn(e,r),n._memoizedTables={},a=!0;let t=O(u);c.del.forEach((e=>{t[e]=s[e]})),An(e,[e.Transaction.prototype]),wn(e,[e.Transaction.prototype],f(t),t),n.schema=t;const i=J(l);let o;i&&pt();const h=Ge.follow((()=>{if(o=l(n),o&&i){var e=ft.bind(null,null);o.then(e,e)}}));return o&&"function"==typeof o.then?Ge.resolve(o):h.then((()=>o))}})),s.push((t=>{a&&St||function(e,t){[].slice.call(t.db.objectStoreNames).forEach((n=>null==e[n]&&t.db.deleteObjectStore(n)))}(i._cfg.dbschema,t),An(e,[e.Transaction.prototype]),wn(e,[e.Transaction.prototype],e._storeNames,e._dbSchema),n.schema=e._dbSchema}))})),function e(){return s.length?Ge.resolve(s.shift()(n.idbtrans)).then(e):Ge.resolve()}().then((()=>{var e,t;t=r,f(e=o).forEach((n=>{t.db.objectStoreNames.contains(n)||kn(t,n,e[n].primKey,e[n].indexes)}))}))}(e,t,i,n).catch(o)}))}function Un(e,t){const n={del:[],add:[],change:[]};let r;for(r in e)t[r]||n.del.push(r);for(r in t){const s=e[r],i=t[r];if(s){const e={name:r,def:i,recreate:!1,del:[],add:[],change:[]};if(""+(s.primKey.keyPath||"")!=""+(i.primKey.keyPath||"")||s.primKey.auto!==i.primKey.auto&&!xt)e.recreate=!0,n.change.push(e);else{const t=s.idxByName,r=i.idxByName;let o;for(o in t)r[o]||e.del.push(o);for(o in r){const n=t[o],s=r[o];n?n.src!==s.src&&e.change.push(s):e.add.push(s)}(e.del.length>0||e.add.length>0||e.change.length>0)&&n.change.push(e)}}else n.add.push([r,i])}return n}function kn(e,t,n,r){const s=e.db.createObjectStore(t,n.keyPath?{keyPath:n.keyPath,autoIncrement:n.auto}:{autoIncrement:n.auto});return r.forEach((e=>jn(s,e))),s}function jn(e,t){e.createIndex(t.name,t.keyPath,{unique:t.unique,multiEntry:t.multi})}function Pn(e,t,n){const r={};return k(t.objectStoreNames,0).forEach((e=>{const t=n.objectStore(e);let s=t.keyPath;const i=hn(pn(s),s||"",!1,!1,!!t.autoIncrement,s&&"string"!=typeof s,!0),o=[];for(let e=0;e<t.indexNames.length;++e){const n=t.index(t.indexNames[e]);s=n.keyPath;var a=hn(n.name,s,!!n.unique,!!n.multiEntry,!1,s&&"string"!=typeof s,!1);o.push(a)}r[e]=fn(e,i,o)})),r}function xn({_novip:e},t,n){const r=n.db.objectStoreNames;for(let s=0;s<r.length;++s){const i=r[s],o=n.objectStore(i);e._hasGetAll="getAll"in o;for(let e=0;e<o.indexNames.length;++e){const n=o.indexNames[e],r=o.index(n).keyPath,s="string"==typeof r?r:"["+k(r).join("+")+"]";if(t[i]){const e=t[i].idxByName[s];e&&(e.name=n,delete t[i].idxByName[s],t[i].idxByName[n]=e)}}}"undefined"!=typeof navigator&&/Safari/.test(navigator.userAgent)&&!/(Chrome\/|Edge\/)/.test(navigator.userAgent)&&p.WorkerGlobalScope&&p instanceof p.WorkerGlobalScope&&[].concat(navigator.userAgent.match(/Safari\/(\d*)/))[1]<604&&(e._hasGetAll=!1)}class Sn{_parseStoresSpec(e,t){f(e).forEach((n=>{if(null!==e[n]){var r=e[n].split(",").map(((e,t)=>{const n=(e=e.trim()).replace(/([&*]|\+\+)/g,""),r=/^\[/.test(n)?n.match(/^\[(.*)\]$/)[1].split("+"):n;return hn(n,r||null,/\&/.test(e),/\*/.test(e),/\+\+/.test(e),d(r),0===t)})),s=r.shift();if(s.multi)throw new le.Schema("Primary key cannot be multi-valued");r.forEach((e=>{if(e.auto)throw new le.Schema("Only primary key can be marked as autoIncrement (++)");if(!e.keyPath)throw new le.Schema("Index must have a name and cannot be an empty string")})),t[n]=fn(n,s,r)}}))}stores(e){const t=this.db;this._cfg.storesSource=this._cfg.storesSource?g(this._cfg.storesSource,e):e;const n=t._versions,r={};let s={};return n.forEach((e=>{g(r,e._cfg.storesSource),s=e._cfg.dbschema={},e._parseStoresSpec(r,s)})),t._dbSchema=s,An(t,[t._allTables,t,t.Transaction.prototype]),wn(t,[t._allTables,t,t.Transaction.prototype,this._cfg.tables],f(s),s),t._storeNames=f(s),this}upgrade(e){return this._cfg.contentUpgrade=we(this._cfg.contentUpgrade||fe,e),this}}function En(e,t){let n=e._dbNamesDB;return n||(n=e._dbNamesDB=new Yn("__dbnames",{addons:[],indexedDB:e,IDBKeyRange:t}),n.version(1).stores({dbnames:"name"})),n.table("dbnames")}function Dn(e){return e&&"function"==typeof e.databases}function On(e){return ht((function(){return Ne.letThrough=!0,e()}))}function Cn(){var e;return!navigator.userAgentData&&/Safari\//.test(navigator.userAgent)&&!/Chrom(e|ium)\//.test(navigator.userAgent)&&indexedDB.databases?new Promise((function(t){var n=function(){return indexedDB.databases().finally(t)};e=setInterval(n,100),n()})).finally((function(){return clearInterval(e)})):Promise.resolve()}function Rn(e){var t=t=>e.next(t),n=s(t),r=s((t=>e.throw(t)));function s(e){return t=>{var s=e(t),i=s.value;return s.done?i:i&&"function"==typeof i.then?i.then(n,r):d(i)?Promise.all(i).then(n,r):n(i)}}return s(t)()}function In(e,t,n){var r=arguments.length;if(r<2)throw new le.InvalidArgument("Too few arguments");for(var s=new Array(r-1);--r;)s[r-1]=arguments[r];n=s.pop();var i=R(s);return[e,i,n]}function Bn(e,t,n,r,s){return Ge.resolve().then((()=>{const i=Ne.transless||Ne,o=e._createTransaction(t,n,e._dbSchema,r),a={trans:o,transless:i};if(r)o.idbtrans=r.idbtrans;else try{o.create(),e._state.PR1398_maxLoop=3}catch(r){return r.name===ue.InvalidState&&e.isOpen()&&--e._state.PR1398_maxLoop>0?(console.warn("Dexie: Need to reopen db"),e._close(),e.open().then((()=>Bn(e,t,n,null,s)))):_t(r)}const u=J(s);let c;u&&pt();const l=Ge.follow((()=>{if(c=s.call(o,o),c)if(u){var e=ft.bind(null,null);c.then(e,e)}else"function"==typeof c.next&&"function"==typeof c.throw&&(c=Rn(c))}),a);return(c&&"function"==typeof c.then?Ge.resolve(c).then((e=>o.active?e:_t(new le.PrematureCommit("Transaction committed too early. See http://bit.ly/2kdckMn")))):l.then((()=>c))).then((e=>(r&&o._resolve(),o._completion.then((()=>e))))).catch((e=>(o._reject(e),_t(e))))}))}function Kn(e,t,n){const r=d(e)?e.slice():[e];for(let e=0;e<n;++e)r.push(t);return r}const Nn={stack:"dbcore",name:"VirtualIndexMiddleware",level:1,create:function(e){return{...e,table(t){const n=e.table(t),{schema:r}=n,s={},i=[];function o(e,t,n){const r=vn(e),a=s[r]=s[r]||[],u=null==e?0:"string"==typeof e?1:e.length,c=t>0,l={...n,isVirtual:c,keyTail:t,keyLength:u,extractKey:gn(e),unique:!c&&n.unique};return a.push(l),l.isPrimaryKey||i.push(l),u>1&&o(2===u?e[0]:e.slice(0,u-1),t+1,n),a.sort(((e,t)=>e.keyTail-t.keyTail)),l}const a=o(r.primaryKey.keyPath,0,r.primaryKey);s[":id"]=[a];for(const e of r.indexes)o(e.keyPath,0,e);function u(t){const n=t.query.index;return n.isVirtual?{...t,query:{index:n,range:(r=t.query.range,s=n.keyTail,{type:1===r.type?2:r.type,lower:Kn(r.lower,r.lowerOpen?e.MAX_KEY:e.MIN_KEY,s),lowerOpen:!0,upper:Kn(r.upper,r.upperOpen?e.MIN_KEY:e.MAX_KEY,s),upperOpen:!0})}}:t;var r,s}const c={...n,schema:{...r,primaryKey:a,indexes:i,getIndexByKeyPath:function(e){const t=s[vn(e)];return t&&t[0]}},count:e=>n.count(u(e)),query:e=>n.query(u(e)),openCursor(t){const{keyTail:r,isVirtual:s,keyLength:i}=t.query.index;return s?n.openCursor(u(t)).then((n=>n&&function(n){const s=Object.create(n,{continue:{value:function(s){null!=s?n.continue(Kn(s,t.reverse?e.MAX_KEY:e.MIN_KEY,r)):t.unique?n.continue(n.key.slice(0,i).concat(t.reverse?e.MIN_KEY:e.MAX_KEY,r)):n.continue()}},continuePrimaryKey:{value(t,s){n.continuePrimaryKey(Kn(t,e.MAX_KEY,r),s)}},primaryKey:{get:()=>n.primaryKey},key:{get(){const e=n.key;return 1===i?e[0]:e.slice(0,i)}},value:{get:()=>n.value}});return s}(n))):n.openCursor(t)}};return c}}}};function Mn(e,t,n,r){return n=n||{},r=r||"",f(e).forEach((s=>{if(v(t,s)){var i=e[s],o=t[s];if("object"==typeof i&&"object"==typeof o&&i&&o){const e=F(i);e!==F(o)?n[r+s]=t[s]:"Object"===e?Mn(i,o,n,r+s+"."):i!==o&&(n[r+s]=t[s])}else i!==o&&(n[r+s]=t[s])}else n[r+s]=void 0})),f(t).forEach((s=>{v(e,s)||(n[r+s]=t[s])})),n}const Ln={stack:"dbcore",name:"HooksMiddleware",level:2,create:e=>({...e,table(t){const n=e.table(t),{primaryKey:r}=n.schema,s={...n,mutate(e){const s=Ne.trans,{deleting:i,creating:o,updating:a}=s.table(t).hook;switch(e.type){case"add":if(o.fire===fe)break;return s._promise("readwrite",(()=>u(e)),!0);case"put":if(o.fire===fe&&a.fire===fe)break;return s._promise("readwrite",(()=>u(e)),!0);case"delete":if(i.fire===fe)break;return s._promise("readwrite",(()=>u(e)),!0);case"deleteRange":if(i.fire===fe)break;return s._promise("readwrite",(()=>function(e){return c(e.trans,e.range,1e4)}(e)),!0)}return n.mutate(e);function u(e){const t=Ne.trans,s=e.keys||function(e,t){return"delete"===t.type?t.keys:t.keys||t.values.map(e.extractKey)}(r,e);if(!s)throw new Error("Keys missing");return"delete"!==(e="add"===e.type||"put"===e.type?{...e,keys:s}:{...e}).type&&(e.values=[...e.values]),e.keys&&(e.keys=[...e.keys]),function(e,t,n){return"add"===t.type?Promise.resolve([]):e.getMany({trans:t.trans,keys:n,cache:"immutable"})}(n,e,s).then((u=>{const c=s.map(((n,s)=>{const c=u[s],l={onerror:null,onsuccess:null};if("delete"===e.type)i.fire.call(l,n,c,t);else if("add"===e.type||void 0===c){const i=o.fire.call(l,n,e.values[s],t);null==n&&null!=i&&(n=i,e.keys[s]=n,r.outbound||D(e.values[s],r.keyPath,n))}else{const r=Mn(c,e.values[s]),i=a.fire.call(l,r,n,c,t);if(i){const t=e.values[s];Object.keys(i).forEach((e=>{v(t,e)?t[e]=i[e]:D(t,e,i[e])}))}}return l}));return n.mutate(e).then((({failures:t,results:n,numFailures:r,lastResult:i})=>{for(let r=0;r<s.length;++r){const i=n?n[r]:s[r],o=c[r];null==i?o.onerror&&o.onerror(t[r]):o.onsuccess&&o.onsuccess("put"===e.type&&u[r]?e.values[r]:i)}return{failures:t,results:n,numFailures:r,lastResult:i}})).catch((e=>(c.forEach((t=>t.onerror&&t.onerror(e))),Promise.reject(e))))}))}function c(e,t,s){return n.query({trans:e,values:!1,query:{index:r,range:t},limit:s}).then((({result:n})=>u({type:"delete",keys:n,trans:e}).then((r=>r.numFailures>0?Promise.reject(r.failures[0]):n.length<s?{failures:[],numFailures:0,lastResult:void 0}:c(e,{...t,lower:n[n.length-1],lowerOpen:!0},s)))))}}};return s}})};function Fn(e,t,n){try{if(!t)return null;if(t.keys.length<e.length)return null;const r=[];for(let s=0,i=0;s<t.keys.length&&i<e.length;++s)0===Wt(t.keys[s],e[i])&&(r.push(n?N(t.values[s]):t.values[s]),++i);return r.length===e.length?r:null}catch(e){return null}}const Gn={stack:"dbcore",level:-1,create:e=>({table:t=>{const n=e.table(t);return{...n,getMany:e=>{if(!e.cache)return n.getMany(e);const t=Fn(e.keys,e.trans._cache,"clone"===e.cache);return t?Ge.resolve(t):n.getMany(e).then((t=>(e.trans._cache={keys:e.keys,values:"clone"===e.cache?N(t):t},t)))},mutate:e=>("add"!==e.type&&(e.trans._cache=null),n.mutate(e))}}})};function Hn(e){return!("from"in e)}const $n=function(e,t){if(!this){const t=new $n;return e&&"d"in e&&g(t,e),t}g(this,arguments.length?{d:1,from:e,to:arguments.length>1?t:e}:{d:0})};function Wn(e,t,n){const r=Wt(t,n);if(isNaN(r))return;if(r>0)throw RangeError();if(Hn(e))return g(e,{from:t,to:n,d:1});const s=e.l,i=e.r;if(Wt(n,e.from)<0)return s?Wn(s,t,n):e.l={from:t,to:n,d:1,l:null,r:null},zn(e);if(Wt(t,e.to)>0)return i?Wn(i,t,n):e.r={from:t,to:n,d:1,l:null,r:null},zn(e);Wt(t,e.from)<0&&(e.from=t,e.l=null,e.d=i?i.d+1:1),Wt(n,e.to)>0&&(e.to=n,e.r=null,e.d=e.l?e.l.d+1:1);const o=!e.r;s&&!e.l&&Vn(e,s),i&&o&&Vn(e,i)}function Vn(e,t){Hn(t)||function e(t,{from:n,to:r,l:s,r:i}){Wn(t,n,r),s&&e(t,s),i&&e(t,i)}(e,t)}function Jn(e){let t=Hn(e)?null:{s:0,n:e};return{next(e){const n=arguments.length>0;for(;t;)switch(t.s){case 0:if(t.s=1,n)for(;t.n.l&&Wt(e,t.n.from)<0;)t={up:t,n:t.n.l,s:1};else for(;t.n.l;)t={up:t,n:t.n.l,s:1};case 1:if(t.s=2,!n||Wt(e,t.n.to)<=0)return{value:t.n,done:!1};case 2:if(t.n.r){t.s=3,t={up:t,n:t.n.r,s:0};continue}case 3:t=t.up}return{done:!0}}}}function zn(e){var t,n;const r=((null===(t=e.r)||void 0===t?void 0:t.d)||0)-((null===(n=e.l)||void 0===n?void 0:n.d)||0),s=r>1?"r":r<-1?"l":"";if(s){const t="r"===s?"l":"r",n={...e},r=e[s];e.from=r.from,e.to=r.to,e[s]=r[s],n[s]=r[t],e[t]=n,n.d=Xn(n)}e.d=Xn(e)}function Xn({r:e,l:t}){return(e?t?Math.max(e.d,t.d):e.d:t?t.d:0)+1}b($n.prototype,{add(e){return Vn(this,e),this},addKey(e){return Wn(this,e,e),this},addKeys(e){return e.forEach((e=>Wn(this,e,e))),this},[G](){return Jn(this)}});const Qn={stack:"dbcore",level:0,create:e=>{const t=e.schema.name,n=new $n(e.MIN_KEY,e.MAX_KEY);return{...e,table:r=>{const s=e.table(r),{schema:i}=s,{primaryKey:o}=i,{extractKey:a,outbound:u}=o,c={...s,mutate:e=>{const o=e.trans,a=o.mutatedParts||(o.mutatedParts={}),u=e=>{const n=`idb://${t}/${r}/${e}`;return a[n]||(a[n]=new $n)},c=u(""),l=u(":dels"),{type:h}=e;let[p,f]="deleteRange"===e.type?[e.range]:"delete"===e.type?[e.keys]:e.values.length<50?[[],e.values]:[];const g=e.trans._cache;return s.mutate(e).then((e=>{if(d(p)){"delete"!==h&&(p=e.results),c.addKeys(p);const t=Fn(p,g);t||"add"===h||l.addKeys(p),(t||f)&&function(e,t,n,r){t.indexes.forEach((function(t){const s=e(t.name||"");function i(e){return null!=e?t.extractKey(e):null}const o=e=>t.multiEntry&&d(e)?e.forEach((e=>s.addKey(e))):s.addKey(e);(n||r).forEach(((e,t)=>{const s=n&&i(n[t]),a=r&&i(r[t]);0!==Wt(s,a)&&(null!=s&&o(s),null!=a&&o(a))}))}))}(u,i,t,f)}else if(p){const e={from:p.lower,to:p.upper};l.add(e),c.add(e)}else c.add(n),l.add(n),i.indexes.forEach((e=>u(e.name).add(n)));return e}))}},l=({query:{index:t,range:n}})=>{var r,s;return[t,new $n(null!==(r=n.lower)&&void 0!==r?r:e.MIN_KEY,null!==(s=n.upper)&&void 0!==s?s:e.MAX_KEY)]},h={get:e=>[o,new $n(e.key)],getMany:e=>[o,(new $n).addKeys(e.keys)],count:l,query:l,openCursor:l};return f(h).forEach((e=>{c[e]=function(i){const{subscr:o}=Ne;if(o){const c=e=>{const n=`idb://${t}/${r}/${e}`;return o[n]||(o[n]=new $n)},l=c(""),p=c(":dels"),[f,d]=h[e](i);if(c(f.name||"").add(d),!f.isPrimaryKey){if("count"!==e){const t="query"===e&&u&&i.values&&s.query({...i,values:!1});return s[e].apply(this,arguments).then((n=>{if("query"===e){if(u&&i.values)return t.then((({result:e})=>(l.addKeys(e),n)));const e=i.values?n.result.map(a):n.result;i.values?l.addKeys(e):p.addKeys(e)}else if("openCursor"===e){const e=n,t=i.values;return e&&Object.create(e,{key:{get:()=>(p.addKey(e.primaryKey),e.key)},primaryKey:{get(){const t=e.primaryKey;return p.addKey(t),t}},value:{get:()=>(t&&l.addKey(e.primaryKey),e.value)}})}return n}))}p.add(n)}}return s[e].apply(this,arguments)}})),c}}}};class Yn{constructor(e,t){this._middlewares={},this.verno=0;const n=Yn.dependencies;this._options=t={addons:Yn.addons,autoOpen:!0,indexedDB:n.indexedDB,IDBKeyRange:n.IDBKeyRange,...t},this._deps={indexedDB:t.indexedDB,IDBKeyRange:t.IDBKeyRange};const{addons:r}=t;this._dbSchema={},this._versions=[],this._storeNames=[],this._allTables={},this.idbdb=null,this._novip=this;const s={dbOpenError:null,isBeingOpened:!1,onReadyBeingFired:null,openComplete:!1,dbReadyResolve:fe,dbReadyPromise:null,cancelOpen:fe,openCanceller:null,autoSchema:!0,PR1398_maxLoop:3};var i;s.dbReadyPromise=new Ge((e=>{s.dbReadyResolve=e})),s.openCanceller=new Ge(((e,t)=>{s.cancelOpen=t})),this._state=s,this.name=e,this.on=Bt(this,"populate","blocked","versionchange","close",{ready:[we,fe]}),this.on.ready.subscribe=j(this.on.ready.subscribe,(e=>(t,n)=>{Yn.vip((()=>{const r=this._state;if(r.openComplete)r.dbOpenError||Ge.resolve().then(t),n&&e(t);else if(r.onReadyBeingFired)r.onReadyBeingFired.push(t),n&&e(t);else{e(t);const r=this;n||e((function e(){r.on.ready.unsubscribe(t),r.on.ready.unsubscribe(e)}))}}))})),this.Collection=(i=this,Kt(zt.prototype,(function(e,t){this.db=i;let n=Ct,r=null;if(t)try{n=t()}catch(e){r=e}const s=e._ctx,o=s.table,a=o.hook.reading.fire;this._ctx={table:o,index:s.index,isPrimKey:!s.index||o.schema.primKey.keyPath&&s.index===o.schema.primKey.name,range:n,keysOnly:!1,dir:"next",unique:"",algorithm:null,filter:null,replayFilter:null,justLimit:!0,isMatch:null,offset:0,limit:1/0,error:r,or:s.or,valueMapper:a!==de?a:null}}))),this.Table=function(e){return Kt(It.prototype,(function(t,n,r){this.db=e,this._tx=r,this.name=t,this.schema=n,this.hook=e._allTables[t]?e._allTables[t].hook:Bt(null,{creating:[ye,fe],reading:[ge,de],updating:[be,fe],deleting:[ve,fe]})}))}(this),this.Transaction=function(e){return Kt(ln.prototype,(function(t,n,r,s,i){this.db=e,this.mode=t,this.storeNames=n,this.schema=r,this.chromeTransactionDurability=s,this.idbtrans=null,this.on=Bt(this,"complete","error","abort"),this.parent=i||null,this.active=!0,this._reculock=0,this._blockedFuncs=[],this._resolve=null,this._reject=null,this._waitingFor=null,this._waitingQueue=null,this._spinCount=0,this._completion=new Ge(((e,t)=>{this._resolve=e,this._reject=t})),this._completion.then((()=>{this.active=!1,this.on.complete.fire()}),(e=>{var t=this.active;return this.active=!1,this.on.error.fire(e),this.parent?this.parent._reject(e):t&&this.idbtrans&&this.idbtrans.abort(),_t(e)}))}))}(this),this.Version=function(e){return Kt(Sn.prototype,(function(t){this.db=e,this._cfg={version:t,storesSource:null,dbschema:{},tables:{},contentUpgrade:null}}))}(this),this.WhereClause=function(e){return Kt(on.prototype,(function(t,n,r){this.db=e,this._ctx={table:t,index:":id"===n?null:n,or:r};const s=e._deps.indexedDB;if(!s)throw new le.MissingAPI;this._cmp=this._ascending=s.cmp.bind(s),this._descending=(e,t)=>s.cmp(t,e),this._max=(e,t)=>s.cmp(e,t)>0?e:t,this._min=(e,t)=>s.cmp(e,t)<0?e:t,this._IDBKeyRange=e._deps.IDBKeyRange}))}(this),this.on("versionchange",(e=>{e.newVersion>0?console.warn(`Another connection wants to upgrade database '${this.name}'. Closing db now to resume the upgrade.`):console.warn(`Another connection wants to delete database '${this.name}'. Closing db now to resume the delete request.`),this.close()})),this.on("blocked",(e=>{!e.newVersion||e.newVersion<e.oldVersion?console.warn(`Dexie.delete('${this.name}') was blocked`):console.warn(`Upgrade '${this.name}' blocked by other connection holding version ${e.oldVersion/10}`)})),this._maxKey=dn(t.IDBKeyRange),this._createTransaction=(e,t,n,r)=>new this.Transaction(e,t,n,this._options.chromeTransactionDurability,r),this._fireOnBlocked=e=>{this.on("blocked").fire(e),Pt.filter((e=>e.name===this.name&&e!==this&&!e._state.vcFired)).map((t=>t.on("versionchange").fire(e)))},this.use(Nn),this.use(Ln),this.use(Qn),this.use(Gn),this.vip=Object.create(this,{_vip:{value:!0}}),r.forEach((e=>e(this)))}version(e){if(isNaN(e)||e<.1)throw new le.Type("Given version is not a positive number");if(e=Math.round(10*e)/10,this.idbdb||this._state.isBeingOpened)throw new le.Schema("Cannot add version when database is open");this.verno=Math.max(this.verno,e);const t=this._versions;var n=t.filter((t=>t._cfg.version===e))[0];return n||(n=new this.Version(e),t.push(n),t.sort(qn),n.stores({}),this._state.autoSchema=!1,n)}_whenReady(e){return this.idbdb&&(this._state.openComplete||Ne.letThrough||this._vip)?e():new Ge(((e,t)=>{if(this._state.openComplete)return t(new le.DatabaseClosed(this._state.dbOpenError));if(!this._state.isBeingOpened){if(!this._options.autoOpen)return void t(new le.DatabaseClosed);this.open().catch(fe)}this._state.dbReadyPromise.then(e,t)})).then(e)}use({stack:e,create:t,level:n,name:r}){r&&this.unuse({stack:e,name:r});const s=this._middlewares[e]||(this._middlewares[e]=[]);return s.push({stack:e,create:t,level:null==n?10:n,name:r}),s.sort(((e,t)=>e.level-t.level)),this}unuse({stack:e,name:t,create:n}){return e&&this._middlewares[e]&&(this._middlewares[e]=this._middlewares[e].filter((e=>n?e.create!==n:!!t&&e.name!==t))),this}open(){return function(e){const t=e._state,{indexedDB:n}=e._deps;if(t.isBeingOpened||e.idbdb)return t.dbReadyPromise.then((()=>t.dbOpenError?_t(t.dbOpenError):e));z&&(t.openCanceller._stackHolder=Z()),t.isBeingOpened=!0,t.dbOpenError=null,t.openComplete=!1;const r=t.openCanceller;function s(){if(t.openCanceller!==r)throw new le.DatabaseClosed("db.open() was cancelled")}let i=t.dbReadyResolve,o=null,a=!1;return Ge.race([r,("undefined"==typeof navigator?Ge.resolve():Cn()).then((()=>new Ge(((r,i)=>{if(s(),!n)throw new le.MissingAPI;const u=e.name,c=t.autoSchema?n.open(u):n.open(u,Math.round(10*e.verno));if(!c)throw new le.MissingAPI;c.onerror=an(i),c.onblocked=st(e._fireOnBlocked),c.onupgradeneeded=st((r=>{if(o=c.transaction,t.autoSchema&&!e._options.allowEmptyDB){c.onerror=un,o.abort(),c.result.close();const e=n.deleteDatabase(u);e.onsuccess=e.onerror=st((()=>{i(new le.NoSuchDatabase(`Database ${u} doesnt exist`))}))}else{o.onerror=an(i);var s=r.oldVersion>Math.pow(2,62)?0:r.oldVersion;a=s<1,e._novip.idbdb=c.result,_n(e,s/10,o,i)}}),i),c.onsuccess=st((()=>{o=null;const n=e._novip.idbdb=c.result,s=k(n.objectStoreNames);if(s.length>0)try{const r=n.transaction(1===(i=s).length?i[0]:i,"readonly");t.autoSchema?function({_novip:e},t,n){e.verno=t.version/10;const r=e._dbSchema=Pn(0,t,n);e._storeNames=k(t.objectStoreNames,0),wn(e,[e._allTables],f(r),r)}(e,n,r):(xn(e,e._dbSchema,r),function(e,t){const n=Un(Pn(0,e.idbdb,t),e._dbSchema);return!(n.add.length||n.change.some((e=>e.add.length||e.change.length)))}(e,r)||console.warn("Dexie SchemaDiff: Schema was extended without increasing the number passed to db.version(). Some queries may fail.")),Tn(e,r)}catch(e){}var i;Pt.push(e),n.onversionchange=st((n=>{t.vcFired=!0,e.on("versionchange").fire(n)})),n.onclose=st((t=>{e.on("close").fire(t)})),a&&function({indexedDB:e,IDBKeyRange:t},n){!Dn(e)&&"__dbnames"!==n&&En(e,t).put({name:n}).catch(fe)}(e._deps,u),r()}),i)}))))]).then((()=>(s(),t.onReadyBeingFired=[],Ge.resolve(On((()=>e.on.ready.fire(e.vip)))).then((function n(){if(t.onReadyBeingFired.length>0){let r=t.onReadyBeingFired.reduce(we,fe);return t.onReadyBeingFired=[],Ge.resolve(On((()=>r(e.vip)))).then(n)}}))))).finally((()=>{t.onReadyBeingFired=null,t.isBeingOpened=!1})).then((()=>e)).catch((n=>{t.dbOpenError=n;try{o&&o.abort()}catch(e){}return r===t.openCanceller&&e._close(),_t(n)})).finally((()=>{t.openComplete=!0,i()}))}(this)}_close(){const e=this._state,t=Pt.indexOf(this);if(t>=0&&Pt.splice(t,1),this.idbdb){try{this.idbdb.close()}catch(e){}this._novip.idbdb=null}e.dbReadyPromise=new Ge((t=>{e.dbReadyResolve=t})),e.openCanceller=new Ge(((t,n)=>{e.cancelOpen=n}))}close(){this._close();const e=this._state;this._options.autoOpen=!1,e.dbOpenError=new le.DatabaseClosed,e.isBeingOpened&&e.cancelOpen(e.dbOpenError)}delete(){const e=arguments.length>0,t=this._state;return new Ge(((n,r)=>{const s=()=>{this.close();var e=this._deps.indexedDB.deleteDatabase(this.name);e.onsuccess=st((()=>{!function({indexedDB:e,IDBKeyRange:t},n){!Dn(e)&&"__dbnames"!==n&&En(e,t).delete(n).catch(fe)}(this._deps,this.name),n()})),e.onerror=an(r),e.onblocked=this._fireOnBlocked};if(e)throw new le.InvalidArgument("Arguments not allowed in db.delete()");t.isBeingOpened?t.dbReadyPromise.then(s):s()}))}backendDB(){return this.idbdb}isOpen(){return null!==this.idbdb}hasBeenClosed(){const e=this._state.dbOpenError;return e&&"DatabaseClosed"===e.name}hasFailed(){return null!==this._state.dbOpenError}dynamicallyOpened(){return this._state.autoSchema}get tables(){return f(this._allTables).map((e=>this._allTables[e]))}transaction(){const e=In.apply(this,arguments);return this._transaction.apply(this,e)}_transaction(e,t,n){let r=Ne.trans;r&&r.db===this&&-1===e.indexOf("!")||(r=null);const s=-1!==e.indexOf("?");let i,o;e=e.replace("!","").replace("?","");try{if(o=t.map((e=>{var t=e instanceof this.Table?e.name:e;if("string"!=typeof t)throw new TypeError("Invalid table argument to Dexie.transaction(). Only Table or String are allowed");return t})),"r"==e||"readonly"===e)i="readonly";else{if("rw"!=e&&"readwrite"!=e)throw new le.InvalidArgument("Invalid transaction mode: "+e);i="readwrite"}if(r){if("readonly"===r.mode&&"readwrite"===i){if(!s)throw new le.SubTransaction("Cannot enter a sub-transaction with READWRITE mode when parent transaction is READONLY");r=null}r&&o.forEach((e=>{if(r&&-1===r.storeNames.indexOf(e)){if(!s)throw new le.SubTransaction("Table "+e+" not included in parent transaction.");r=null}})),s&&r&&!r.active&&(r=null)}}catch(e){return r?r._promise(null,((t,n)=>{n(e)})):_t(e)}const a=Bn.bind(null,this,i,o,r,n);return r?r._promise(i,a,"lock"):Ne.trans?bt(Ne.transless,(()=>this._whenReady(a))):this._whenReady(a)}table(e){if(!v(this._allTables,e))throw new le.InvalidTable(`Table ${e} does not exist`);return this._allTables[e]}}const Zn="undefined"!=typeof Symbol&&"observable"in Symbol?Symbol.observable:"@@observable";class er{constructor(e){this._subscribe=e}subscribe(e,t,n){return this._subscribe(e&&"function"!=typeof e?e:{next:e,error:t,complete:n})}[Zn](){return this}}function tr(e,t){return f(t).forEach((n=>{Vn(e[n]||(e[n]=new $n),t[n])})),e}let nr;try{nr={indexedDB:p.indexedDB||p.mozIndexedDB||p.webkitIndexedDB||p.msIndexedDB,IDBKeyRange:p.IDBKeyRange||p.webkitIDBKeyRange}}catch(p){nr={indexedDB:null,IDBKeyRange:null}}const rr=Yn;function sr(e){let t=ir;try{ir=!0,cn.storagemutated.fire(e)}finally{ir=t}}b(rr,{...pe,delete:e=>new rr(e,{addons:[]}).delete(),exists:e=>new rr(e,{addons:[]}).open().then((e=>(e.close(),!0))).catch("NoSuchDatabaseError",(()=>!1)),getDatabaseNames(e){try{return function({indexedDB:e,IDBKeyRange:t}){return Dn(e)?Promise.resolve(e.databases()).then((e=>e.map((e=>e.name)).filter((e=>"__dbnames"!==e)))):En(e,t).toCollection().primaryKeys()}(rr.dependencies).then(e)}catch(e){return _t(new le.MissingAPI)}},defineClass:()=>function(e){g(this,e)},ignoreTransaction:e=>Ne.trans?bt(Ne.transless,e):e(),vip:On,async:function(e){return function(){try{var t=Rn(e.apply(this,arguments));return t&&"function"==typeof t.then?t:Ge.resolve(t)}catch(e){return _t(e)}}},spawn:function(e,t,n){try{var r=Rn(e.apply(n,t||[]));return r&&"function"==typeof r.then?r:Ge.resolve(r)}catch(e){return _t(e)}},currentTransaction:{get:()=>Ne.trans||null},waitFor:function(e,t){const n=Ge.resolve("function"==typeof e?rr.ignoreTransaction(e):e).timeout(t||6e4);return Ne.trans?Ne.trans.waitFor(n):n},Promise:Ge,debug:{get:()=>z,set:e=>{X(e,"dexie"===e?()=>!0:Dt)}},derive:A,extend:g,props:b,override:j,Events:Bt,on:cn,liveQuery:function(e){return new er((t=>{const n=J(e);let r=!1,s={},i={};const o={get closed(){return r},unsubscribe:()=>{r=!0,cn.storagemutated.unsubscribe(l)}};t.start&&t.start(o);let a=!1,u=!1;function c(){return f(i).some((e=>s[e]&&function(e,t){const n=Jn(t);let r=n.next();if(r.done)return!1;let s=r.value;const i=Jn(e);let o=i.next(s.from),a=o.value;for(;!r.done&&!o.done;){if(Wt(a.from,s.to)<=0&&Wt(a.to,s.from)>=0)return!0;Wt(s.from,a.from)<0?s=(r=n.next(a.from)).value:a=(o=i.next(s.from)).value}return!1}(s[e],i[e])))}const l=e=>{tr(s,e),c()&&h()},h=()=>{if(a||r)return;s={};const p={},f=function(t){n&&pt();const r=()=>ht(e,{subscr:t,trans:null}),s=Ne.trans?bt(Ne.transless,r):r();return n&&s.then(ft,ft),s}(p);u||(cn("storagemutated",l),u=!0),a=!0,Promise.resolve(f).then((e=>{a=!1,r||(c()?h():(s={},i=p,t.next&&t.next(e)))}),(e=>{a=!1,t.error&&t.error(e),o.unsubscribe()}))};return h(),o}))},extendObservabilitySet:tr,getByKeyPath:E,setByKeyPath:D,delByKeyPath:function(e,t){"string"==typeof t?D(e,t,void 0):"length"in t&&[].map.call(t,(function(t){D(e,t,void 0)}))},shallowClone:O,deepClone:N,getObjectDiff:Mn,cmp:Wt,asap:x,minKey:-1/0,addons:[],connections:Pt,errnames:ue,dependencies:nr,semVer:"3.2.3",version:"3.2.3".split(".").map((e=>parseInt(e))).reduce(((e,t,n)=>e+t/Math.pow(10,2*n)))}),rr.maxKey=dn(rr.dependencies.IDBKeyRange),"undefined"!=typeof dispatchEvent&&"undefined"!=typeof addEventListener&&(cn("storagemutated",(e=>{if(!ir){let t;xt?(t=document.createEvent("CustomEvent"),t.initCustomEvent("x-storagemutated-1",!0,!0,e)):t=new CustomEvent("x-storagemutated-1",{detail:e}),ir=!0,dispatchEvent(t),ir=!1}})),addEventListener("x-storagemutated-1",(({detail:e})=>{ir||sr(e)})));let ir=!1;if("undefined"!=typeof BroadcastChannel){const e=new BroadcastChannel("x-storagemutated-1");"function"==typeof e.unref&&e.unref(),cn("storagemutated",(t=>{ir||e.postMessage(t)})),e.onmessage=e=>{e.data&&sr(e.data)}}else if("undefined"!=typeof self&&"undefined"!=typeof navigator){cn("storagemutated",(e=>{try{ir||("undefined"!=typeof localStorage&&localStorage.setItem("x-storagemutated-1",JSON.stringify({trig:Math.random(),changedParts:e})),"object"==typeof self.clients&&[...self.clients.matchAll({includeUncontrolled:!0})].forEach((t=>t.postMessage({type:"x-storagemutated-1",changedParts:e}))))}catch(e){}})),"undefined"!=typeof addEventListener&&addEventListener("storage",(e=>{if("x-storagemutated-1"===e.key){const t=JSON.parse(e.newValue);t&&sr(t.changedParts)}}));const e=self.document&&navigator.serviceWorker;e&&e.addEventListener("message",(function({data:e}){e&&"x-storagemutated-1"===e.type&&sr(e.changedParts)}))}function or(e){return or="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},or(e)}function ar(){ar=function(){return e};var e={},t=Object.prototype,n=t.hasOwnProperty,r=Object.defineProperty||function(e,t,n){e[t]=n.value},s="function"==typeof Symbol?Symbol:{},i=s.iterator||"@@iterator",o=s.asyncIterator||"@@asyncIterator",a=s.toStringTag||"@@toStringTag";function u(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{u({},"")}catch(e){u=function(e,t,n){return e[t]=n}}function c(e,t,n,s){var i=t&&t.prototype instanceof p?t:p,o=Object.create(i.prototype),a=new U(s||[]);return r(o,"_invoke",{value:w(e,n,a)}),o}function l(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}e.wrap=c;var h={};function p(){}function f(){}function d(){}var g={};u(g,i,(function(){return this}));var m=Object.getPrototypeOf,y=m&&m(m(k([])));y&&y!==t&&n.call(y,i)&&(g=y);var v=d.prototype=p.prototype=Object.create(g);function b(e){["next","throw","return"].forEach((function(t){u(e,t,(function(e){return this._invoke(t,e)}))}))}function T(e,t){function s(r,i,o,a){var u=l(e[r],e,i);if("throw"!==u.type){var c=u.arg,h=c.value;return h&&"object"==or(h)&&n.call(h,"__await")?t.resolve(h.__await).then((function(e){s("next",e,o,a)}),(function(e){s("throw",e,o,a)})):t.resolve(h).then((function(e){c.value=e,o(c)}),(function(e){return s("throw",e,o,a)}))}a(u.arg)}var i;r(this,"_invoke",{value:function(e,n){function r(){return new t((function(t,r){s(e,n,t,r)}))}return i=i?i.then(r,r):r()}})}function w(e,t,n){var r="suspendedStart";return function(s,i){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===s)throw i;return j()}for(n.method=s,n.arg=i;;){var o=n.delegate;if(o){var a=A(o,n);if(a){if(a===h)continue;return a}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var u=l(e,t,n);if("normal"===u.type){if(r=n.done?"completed":"suspendedYield",u.arg===h)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(r="completed",n.method="throw",n.arg=u.arg)}}}function A(e,t){var n=t.method,r=e.iterator[n];if(void 0===r)return t.delegate=null,"throw"===n&&e.iterator.return&&(t.method="return",t.arg=void 0,A(e,t),"throw"===t.method)||"return"!==n&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+n+"' method")),h;var s=l(r,e.iterator,t.arg);if("throw"===s.type)return t.method="throw",t.arg=s.arg,t.delegate=null,h;var i=s.arg;return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,h):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,h)}function q(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function _(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function U(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(q,this),this.reset(!0)}function k(e){if(e){var t=e[i];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,s=function t(){for(;++r<e.length;)if(n.call(e,r))return t.value=e[r],t.done=!1,t;return t.value=void 0,t.done=!0,t};return s.next=s}}return{next:j}}function j(){return{value:void 0,done:!0}}return f.prototype=d,r(v,"constructor",{value:d,configurable:!0}),r(d,"constructor",{value:f,configurable:!0}),f.displayName=u(d,a,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===f||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,d):(e.__proto__=d,u(e,a,"GeneratorFunction")),e.prototype=Object.create(v),e},e.awrap=function(e){return{__await:e}},b(T.prototype),u(T.prototype,o,(function(){return this})),e.AsyncIterator=T,e.async=function(t,n,r,s,i){void 0===i&&(i=Promise);var o=new T(c(t,n,r,s),i);return e.isGeneratorFunction(n)?o:o.next().then((function(e){return e.done?e.value:o.next()}))},b(v),u(v,a,"Generator"),u(v,i,(function(){return this})),u(v,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=Object(e),n=[];for(var r in t)n.push(r);return n.reverse(),function e(){for(;n.length;){var r=n.pop();if(r in t)return e.value=r,e.done=!1,e}return e.done=!0,e}},e.values=k,U.prototype={constructor:U,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(_),!e)for(var t in this)"t"===t.charAt(0)&&n.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function r(n,r){return o.type="throw",o.arg=e,t.next=n,r&&(t.method="next",t.arg=void 0),!!r}for(var s=this.tryEntries.length-1;s>=0;--s){var i=this.tryEntries[s],o=i.completion;if("root"===i.tryLoc)return r("end");if(i.tryLoc<=this.prev){var a=n.call(i,"catchLoc"),u=n.call(i,"finallyLoc");if(a&&u){if(this.prev<i.catchLoc)return r(i.catchLoc,!0);if(this.prev<i.finallyLoc)return r(i.finallyLoc)}else if(a){if(this.prev<i.catchLoc)return r(i.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return r(i.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var s=this.tryEntries[r];if(s.tryLoc<=this.prev&&n.call(s,"finallyLoc")&&this.prev<s.finallyLoc){var i=s;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var o=i?i.completion:{};return o.type=e,o.arg=t,i?(this.method="next",this.next=i.finallyLoc,h):this.complete(o)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),h},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),_(n),h}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var s=r.arg;_(n)}return s}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:k(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),h}},e}function ur(e,t,n,r,s,i,o){try{var a=e[i](o),u=a.value}catch(e){return void n(e)}a.done?t(u):Promise.resolve(u).then(r,s)}function cr(e){return function(){var t=this,n=arguments;return new Promise((function(r,s){var i=e.apply(t,n);function o(e){ur(i,r,s,o,a,"next",e)}function a(e){ur(i,r,s,o,a,"throw",e)}o(void 0)}))}}Ge.rejectionMapper=function(e,t){if(!e||e instanceof se||e instanceof TypeError||e instanceof SyntaxError||!e.name||!he[e.name])return e;var n=new he[e.name](t||e.message,e);return"stack"in e&&w(n,"stack",{get:function(){return this.inner.stack}}),n},X(z,Dt);var lr=function(){var e=new Yn("IDBCache",{autoOpen:!1});this.isSupported=function(){var e=window.indexedDB||window.mozIndexedDB||window.webkitIndexedDB||window.msIndexedDB,t=window.IDBKeyRange||window.webkitIDBKeyRange,n=window.IDBCursor||window.webkitIDBCursor,r=function(){var e=window.navigator.userAgent,t=e.indexOf("MSIE ");if(t>0)return parseInt(e.substring(t+5,e.indexOf(".",t)),10);if(e.indexOf("Trident/")>0){var n=e.indexOf("rv:");return parseInt(e.substring(n+3,e.indexOf(".",n)),10)}var r=e.indexOf("Edge/");return r>0&&parseInt(e.substring(r+5,e.indexOf(".",r)),10)}(),s=function(){if(navigator.userAgent.match(/Safari/i)&&!1==!navigator.userAgent.match(/Chrome/i))return!1;var e=navigator.userAgent.toLowerCase();return(e=e.substring(e.indexOf("version/")+8)).substring(0,e.indexOf("."))}(),i=!1!==r&&r<11,o=!1!==s&&s<10,a=!!navigator.userAgent.match(/iPad|iPhone|iPod/i);return navigator.userAgent.match(/PhantomJS/i)?e&&t&&n:e&&t&&n&&!i&&!a&&!o},this.addResponse=function(t,n,r,s){return e.responseTable.put({etag:r,data:n,timestamp:$.now(),chunks:s?parseInt(s,10):null},t)},this.getResponse=function(t){return e.responseTable.get(t)},this.addBatchResponse=function(t,n,r,s){return e.batchedResponseTable.put({id:t+n,batch:n,data:r,timestamp:$.now(),chunks:s?parseInt(s,10):null})},this.getBatchResponse=function(t,n){return e.batchedResponseTable.get(t+n)},this.deleteBatchResponses=function(t){return e.batchedResponseTable.where("batch").equals(t).delete()},this.clear=function(){return Promise.all([e.responseTable.clear(),e.batchedResponseTable.clear()])},this.clearResponseTable=function(){return Promise.all([e.responseTable.clear()])},this.initDB=function(){return e.version(.1).stores({responseTable:""}),e.version(.2).stores({batchResponseTable:"&[id+batch],batch"}),e.version(.3).stores({batchedResponseTable:"id,batch",batchResponseTable:null}),e.version(.4).stores({batchedResponseTable:"id,batch"}).upgrade((function(e){e.batchedResponseTable.filter((function(e){return e.id.includes("objects")&&e.id.includes("topology")&&e.id.includes("shortinfo")})).delete()})),e.version(.5).stores({batchedResponseTable:"id,batch"}).upgrade((function(e){e.batchedResponseTable.filter((function(e){return e.id.includes("objects")&&e.id.includes("topology")&&e.id.includes("shortinfo")})).delete()})),e.open()},this.deleteDB=function(){return e.delete()},this.close=function(){return e.close()},this.isOpen=function(){return e.isOpen()},this.dumpTableContent=function(){var e=cr(ar().mark((function e(t){var n,r;return ar().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=function(e,t){return"timestamp"===e?window&&window.BIMPLUS_SDK_ENABLE_IDBCACHE_TIMESTAMP_DUMP?t:"NOT SHOWN":"data"===e?window&&window.BIMPLUS_SDK_ENABLE_IDBCACHE_DATA_DUMP?t:"NOT SHOWN":t},r="",e.next=4,t.each((function(e){r+=" ".concat(JSON.stringify(e,n),"\n")}));case 4:return e.abrupt("return",r);case 5:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),this.dumpTable=function(){var e=cr(ar().mark((function e(t){var n,r,s,i;return ar().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.toCollection().count();case 2:return n=e.sent,r=[t.schema.primKey].concat(t.schema.indexes),s=r.map((function(e){return e.src})).join(","),i="Table: ".concat(t.name,", Schema: '").concat(s,"', Count of entries: ").concat(n,"\n"),e.t0=i,e.next=9,this.dumpTableContent(t);case 9:return i=e.t0+=e.sent,e.abrupt("return",i);case 11:case"end":return e.stop()}}),e,this)})));return function(t){return e.apply(this,arguments)}}(),this.dumpDatabase=cr(ar().mark((function t(){var n;return ar().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n="",n+="BimWebSdk: Dexie Databases Dump\n",n+="===============================\n",n+="Database: ".concat(e.name," (Version: ").concat(e.verno,")\n"),t.t0=n,t.next=7,this.dumpTable(e.responseTable);case 7:return n=t.t0+=t.sent,t.t1=n,t.next=11,this.dumpTable(e.batchedResponseTable);case 11:return n=t.t1+=t.sent,t.abrupt("return",n);case 13:case"end":return t.stop()}}),t,this)})))},hr=function(){var e=null,t=null,o="medium",a=new lr;a.initDB().then((function(){window.BIMPLUS_SDK_ENABLE_IDBCACHE_DUMP&&a.dumpDatabase().then((function(e){console.log(e)}))})).catch((function(e){console.error("BimWebSdk indexedDB initialization error : "+e.stack||0)})),this.setAccessToken=function(t){e=t},this.setTokenType=function(e){t=e},this.getCache=function(){return a};var u=function(e,t,n){var r=n.getResponseHeader("ETag"),s=n.getResponseHeader("X-Total-Count"),i="arraybuffer"===n.responseType;if(r){var o=!1===i?JSON.stringify(t):null;a.addResponse(e,i?t:JSON.parse(o),r,s).then((function(){})).catch((function(t){console.error("BimWebSdk failed to add response to cache: "+e+" Reason: "+t.message)}))}},c=function(e){return"W"===e.charAt(0)?e.substring(2):e};this.getBatchResponse=function(e,t,s){var i=$.Deferred(),o=s.useXMLHttpRequest?r:n;return a.getBatchResponse(e,t).then((function(n){if(n){var r={};return null!==n.chunks&&(r["Cached-X-Total-Count"]=n.chunks),r.status=304,void i.resolve(n.data,304,r)}o(e,"GET",null,s).done((function(n,r,s){var o=s.getResponseHeader("X-Total-Count"),u="arraybuffer"===s.responseType,c=!1===u?JSON.stringify(n):null;a.addBatchResponse(e,t,u?n:JSON.parse(c),o).then((function(){})).catch((function(t){console.error("BimWebSdk failed to add response to cache: "+e+" Reason: "+t.message)})),i.resolve(n,r,s)})).fail((function(e,t){i.reject(e,t)}))})),i.promise()},this.get=function(i,o){if(o||(o={}),o.token||(o.token=e),o.tokenType&&o.tokenType===t||(o.tokenType=t),o.queryParams&&(i+=s(o.queryParams)),o.responseBatch)return this.getBatchResponse(i,o.responseBatch,o);var l=$.Deferred(),h=o.useXMLHttpRequest?r:n;return a.getResponse("GET;"+i).then((function(e){if(e){var t=c(e.etag);o.eTag=t,h(i,"GET",null,o).done((function(t,n,r){304===r.status?(null!==e.chunks&&(r["Cached-X-Total-Count"]=e.chunks),l.resolve(e.data,n,r)):(u("GET;"+i,t,r),l.resolve(t,n,r))})).fail((function(e,t){l.reject(e,t)}))}else h(i,"GET",null,o).done((function(e,t,n){u("GET;"+i,e,n),l.resolve(e,t,n)})).fail((function(e,t){l.reject(e,t)}))})).catch((function(){h(i,"GET",null,o).done((function(e,t,n){u("GET;"+i,e,n),l.resolve(e,t,n)})).fail((function(e,t){l.reject(e,t)}))})),l.promise()},this.getChunked=function(t,n){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return i(this,e,o,t,n,r)},this.put=function(r,i,o){return o||(o={}),o.token||(o.token=e),o.tokenType&&o.tokenType===t||(o.tokenType=t),o.queryParams&&(r+=s(o.queryParams)),n(r,"PUT",i,o)},this.post=function(i,o,a){return a||(a={}),a.token||(a.token=e),a.tokenType&&a.tokenType===t||(a.tokenType=t),a.queryParams&&(i+=s(a.queryParams)),(a.useXMLHttpRequest?r:n)(i,"POST",o,a)},this.del=function(r,i,o){return o||(o={}),i||(o.contentType=null),o.dataType=null,o.token||(o.token=e),o.tokenType&&o.tokenType===t||(o.tokenType=t),o.queryParams&&(r+=s(o.queryParams)),n(r,"DELETE",i||null,o)},this.head=function(r,i){i||(i={}),i.contentType="",i.dataType="",i.token||(i.token=e),i.tokenType&&i.tokenType===t||(i.tokenType=t),i.queryParams&&(r+=s(i.queryParams));var o=$.Deferred();return a.getResponse("HEAD;"+r).then((function(e){if(e){var t=c(e.etag);i.eTag=t,n(r,"HEAD",null,i).done((function(e,t,n){304===n.status?o.resolve(!0,t,n):(u("HEAD;"+r,null,n),o.resolve(!1,t,n))})).fail((function(e,t){o.reject(e,t)}))}else n(r,"HEAD",null,i).done((function(e,t,n){u("HEAD;"+r,null,n),o.resolve(!1,t,n)})).fail((function(e,t){o.reject(!1,t)}))})).catch((function(){n(r,"HEAD",null,i).done((function(e,t,n){u("HEAD;"+r,null,n),o.resolve(!1,t,n)})).fail((function(e,t){o.reject(!1,t)}))})),o.promise()}},pr=function(e){this.detectAllClashes=function(t){return e.request.post(e.getApiTeamUrl()+"services/postprocess",t)},this.detectDisciplinesClashes=function(t){return e.request.post(e.getApiTeamUrl()+"clashdetection",t)},this.getFilters=function(t,n){var r={queryParams:{customFilter:n}};return t?e.request.get(e.getApiTeamUrl()+"clashdetection/filters/"+t,n?r:null):e.request.get(e.getApiTeamUrl()+"clashdetection/filters",n?r:null)},this.calculateClashes=function(t,n,r){if(n||r){var s={queryParams:{}};return n&&(s.queryParams.topology=n),r&&(s.queryParams.clashElements=r),e.request.post(e.getApiTeamUrl()+"clashdetection/filters",t,s)}return e.request.post(e.getApiTeamUrl()+"clashdetection/filters",t)},this.getFilterResults=function(t,n,r,s){if(r||s){var i={queryParams:{}};return r&&(i.queryParams.topology=r),s&&(i.queryParams.clashElements=s),n?e.request.get(e.getApiTeamUrl()+"clashdetection/projects/"+t+"/filters/"+n,i):e.request.get(e.getApiTeamUrl()+"clashdetection/projects/"+t+"/filters",i)}return n?e.request.get(e.getApiTeamUrl()+"clashdetection/projects/"+t+"/filters/"+n):e.request.get(e.getApiTeamUrl()+"clashdetection/projects/"+t+"/filters")},this.createClashRule=function(t,n){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/clashfilters",JSON.stringify(n))},this.deleteClashRule=function(t,n){var r={queryParams:{force:n}};return e.request.del(e.getApiTeamUrl()+"clashfilters/"+t,null,n?r:null)},this.updateClashRule=function(t,n){return e.request.put(e.getApiTeamUrl()+"clashfilters/"+t,JSON.stringify(n))},this.getAllClashRules=function(t,n){var r={queryParams:{customFilter:n}};return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/clashfilters",n?r:null)}},fr=function(e){this.post=function(t){var n=[{message:t}];return e.request.post(e.getApiTeamUrl()+"clientlogs",JSON.stringify(n))},this.postExtended=function(t,n,r,s){var i=[{message:t,applicationclass:n,releaseversion:r,projectid:s}];return e.request.post(e.getApiTeamUrl()+"clientlogs",JSON.stringify(i))},this.postArray=function(t){return e.request.post(e.getApiTeamUrl()+"clientlogs",JSON.stringify(t))},this.get=function(){return e.request.get(e.getApiTeamUrl()+"clientlogs")}},dr=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"comments/"+t)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"comments/"+t)},this.put=function(t,n){return e.request.put(e.getApiTeamUrl()+"comments/"+t,n)}},gr=function(e){this.get=function(t,n,r){var s=e.getApiTeamUrl()+"objects/"+t+"/customtables";n&&(s+="?variantId="+n);var i={};return r&&(i.queryParams={revision:r}),e.request.get(s,r?i:void 0)},this.post=function(t,n){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/customtables",n)}},mr=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"dimensionlines/"+t)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"dimensionlines/"+t)},this.put=function(t,n){return e.request.put(e.getApiTeamUrl()+"dimensionlines/"+t,n)}},yr=function(e){this.get=function(t){return t?e.request.get(e.getApiTeamUrl()+"element-types/"+t):e.request.get(e.getApiTeamUrl()+"element-types")},this.getDisciplines=function(t){return t?e.request.get(e.getApiTeamUrl()+"element-types/disciplines/"+t):e.request.get(e.getApiTeamUrl()+"element-types/disciplines")},this.getAttributeTemplates=function(t,n){return t?e.request.get(e.getApiTeamUrl()+"element-types/"+t+"/attributetemplates",n?{queryParams:n}:void 0):e.request.get(e.getApiTeamUrl()+"element-types/attributetemplates",n?{queryParams:n}:void 0)},this.getTopology=function(){return e.request.get(e.getApiTeamUrl()+"element-types/topology")},this.getProjectTopology=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/element-types")}},vr=function(e){this.exportObjects=function(t,n){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/objects/export/excel?typeId="+n)},this.exportModel=function(t,n,r,s,i,o){var a={};return r&&(a.revision=r),s&&(a.emptyPropExport=1),i&&(a.propSetExport=1),o&&(a.temporary="true"),e.request.post("".concat(e.getApiTeamUrl(),"projects/").concat(t,"/model/").concat(n,"/exportasync"),null,{queryParams:a,contentType:!1,processData:!1,dataType:null})},this.exportSelection=function(t,n,r,s){var i={};return n&&(i.emptyPropExport=n),r&&(i.propSetExport=r),s&&(i.temporary="true"),e.request.post("".concat(e.getApiTeamUrl(),"selections/").concat(t,"/exportasync"),null,{queryParams:i})},this.createExportSelection=function(t,n){return e.request.post("".concat(e.getApiTeamUrl(),"projects/").concat(t,"/exportobjects"),n)}},br=function(e){this.getAccessRights=function(t){return e.request.get(e.getApiTeamUrl()+"folders/"+t+"/rights")},this.setMemberAccessRights=function(t,n,r){return e.request.put(e.getApiTeamUrl()+"folders/"+t+"/rights?assignrecursive="+(r?"true":"false"),n)},this.setMembersAccessRights=function(t,n,r){return e.request.put(e.getApiTeamUrl()+"folders/"+t+"/usersrights?assignrecursive="+(r?"true":"false"),n)}},Tr=function(e){var t=function(t){return t?e.getApiUrl()+"content/freeattributegroups/":e.getApiTeamUrl()+"freeattributegroups/"};this.post=function(n,r){return e.request.post(t(r),n)},this.get=function(n,r){return n?e.request.get(t(r)+n):e.request.get(t(r))},this.put=function(n,r,s){return e.request.put(t(s)+n,r)},this.delete=function(n,r){return e.request.del(t(r)+n)},this.getFreeAttributes=function(n,r){return e.request.get(t(r)+n+"/freeattributes")}},wr=function(e){var t=function(t){return t?e.getApiUrl()+"content/freeattributes/":e.getApiTeamUrl()+"freeattributes/"};this.post=function(n,r){return e.request.post(t(r),n)},this.get=function(n,r,s){return n?e.request.get(t(r)+n,s?{queryParams:s}:void 0):e.request.get(t(r),s?{queryParams:s}:void 0)},this.put=function(n,r,s){return e.request.put(t(s)+n,r)},this.delete=function(n,r){return e.request.del(t(r)+n)},this.getTopology=function(n){return e.request.get(t(n)+"?topology=true")},this.getFilteredAttributes=function(t,n,r){var s=e.getApiTeamUrl();return t&&(s+="projects/".concat(t,"/")),s+="attributes?",n&&(s+="layer=".concat(n,"&")),r&&(s+="type=".concat(r)),e.request.get(s)}},Ar=function(e){this.calculate=function(t,n,r,s,i){var o={hiddenCalculation:{projectId:t,calculationMode:"View",view:n,clippingPlanes:r,clipRegion:{clipFace:!1},light:{useLight:!0,elevationAngle:45,sideAngle:60,useShadows:!1},propertySettings:{faceMode:"Filling",calcLines:!0},responseSettings:{mode:"Svg",svgHeight:390,svgWidth:500,fileName:s},sectionSettings:{}},runAsync:i};return e.request.post(e.getApiTeamUrl()+"services/Hiddencalculation",JSON.stringify(o))}},qr=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"hyperlinks/"+t)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"hyperlinks/"+t)},this.put=function(t,n){return e.request.put(e.getApiTeamUrl()+"hyperlinks/"+t,n)}},_r=function(e){this.postModel=function(t,n,r,s,i){return"replaceModelData"===i?e.request.post(e.getApiTeamUrl()+"projects/"+t+"/model/"+n+"/importasync?replaceModelData=true",r,{preparedData:r,contentType:!1,processData:!1,dataType:null,xhrUploadProgress:s}):e.request.post(e.getApiTeamUrl()+"projects/"+t+"/model/"+n+"/importasync",r,{preparedData:r,contentType:!1,processData:!1,dataType:null,xhrUploadProgress:s})}},Ur=function(e){this.post=function(t,n){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/issues",n)},this.get=function(t){return e.request.get(e.getApiTeamUrl()+"issues/"+t)},this.postPin=function(t,n){return e.request.post(e.getApiTeamUrl()+"issues/"+t+"/pins",n)},this.getPins=function(t){return e.request.get(e.getApiTeamUrl()+"issues/"+t+"/pins")},this.deletePins=function(t){return e.request.del(e.getApiTeamUrl()+"issues/"+t+"/pins")},this.postComment=function(t,n){return e.request.post(e.getApiTeamUrl()+"issues/"+t+"/comments",n)},this.getComments=function(t){return e.request.get(e.getApiTeamUrl()+"issues/"+t+"/comments")},this.deleteComments=function(t){return e.request.del(e.getApiTeamUrl()+"issues/"+t+"/comments")},this.postAttachment=function(t,n){return e.request.post(e.getApiTeamUrl()+"issues/"+t+"/attachments",n)},this.getAttachments=function(t){return e.request.get(e.getApiTeamUrl()+"issues/"+t+"/attachments")},this.deleteAttachments=function(t){return e.request.del(e.getApiTeamUrl()+"issues/"+t+"/attachments")},this.put=function(t,n,r){return e.request.put(e.getApiTeamUrl()+"issues/"+t,n,r?{queryParams:r}:void 0)},this.delete=function(t,n){var r={queryParams:{forceDelete:n}};return e.request.del(e.getApiTeamUrl()+"issues/"+t,null,n?r:null)},this.getRights=function(t){return e.request.get(e.getApiTeamUrl()+"issues/"+t+"/rights")},this.getIssueTypes=function(){return e.request.get(e.getApiTeamUrl()+"lib/issuetypes")},this.getReports=function(t){return e.request.get(e.getApiTeamUrl()+"issues/"+t+"/reports")},this.importBcf=function(t,n){return e.request.put(e.getApiTeamUrl()+"projects/"+t+"/issues/bcf",n,{contentType:!1,processData:!1})},this.updateImportBcf=function(t,n){return e.request.put(e.getApiTeamUrl()+"projects/"+t+"/issues/bcf",n)},this.exportBcf=function(t,n,r){return t?e.request.post(e.getApiTeamUrl()+"projects/"+t+"/issues/export/bcf"+(r?"?version="+r:""),n):e.request.post(e.getApiTeamUrl()+"issues/export/bcf"+(r?"?version="+r:""),n)},this.exportExcel=function(t,n){return t?e.request.post(e.getApiTeamUrl()+"projects/"+t+"/issues/export/excel",n):e.request.post(e.getApiTeamUrl()+"issues/export/excel",n)}},kr=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"labels/"+t)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"labels/"+t)},this.put=function(t,n){return e.request.put(e.getApiTeamUrl()+"labels/"+t,n)}},jr=function(e){this.lockObject=function(t,n){return e.request.put(e.getApiTeamUrl()+"objects/"+t+"/locks",n,{dataType:"text"})},this.checkLocked=function(t){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/locks")},this.deleteLock=function(t,n){return!0===n?e.request.del(e.getApiTeamUrl()+"objects/"+t+"/locks?asAdmin=true"):e.request.del(e.getApiTeamUrl()+"objects/"+t+"/locks")},this.getLocksWithChildren=function(t){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/locks?withChildren=true")}},Pr=function(e){this.post=function(t){return e.request.post(e.getApiTeamUrl()+"members",t)},this.get=function(){return e.request.get(e.getApiTeamUrl()+"members")},this.putUser=function(t,n,r){return e.request.put(e.getApiTeamUrl()+"members/"+n,r)},this.deleteUser=function(t,n){return e.request.del(e.getApiTeamUrl()+"members/"+n)}},xr=function(e){this.post=function(t){return e.request.post(e.getApiUrl()+"messages",t)},this.getUserMessages=function(t){return e.request.get(e.getApiUrl()+"user/"+t+"/messages")},this.getUserDashboardMessages=function(t){return e.request.get(e.getApiUrl()+"user/"+t+"/messages?topic=dashboard")},this.getSentUserMessages=function(t){return e.request.get(e.getApiUrl()+"user/"+t+"/messages/sent")},this.getSentGroupMessages=function(t){return e.request.get(e.getApiUrl()+"user/"+t+"/messages/groupsent")},this.get=function(t){return e.request.get(e.getApiUrl()+"messages/"+t)},this.getFiltered=function(t){return e.request.get(e.getApiUrl()+"messages/",{queryParams:{filter:t}})},this.deleteMessage=function(t){return e.request.del(e.getApiUrl()+"messages/"+t)},this.markAsRead=function(t){return e.request.post(e.getApiUrl()+"messages/"+t+"/markasreadbrowser",null,{dataType:null,contentType:null})},this.updateDashboardAdditionalData=function(t,n){return e.request.put(e.getApiUrl()+"messages/"+t+"/updatedashboardadditionaldata",n)},this.addDashboardMessageAttachment=function(t,n,r){return e.request.put(e.getApiUrl()+"messages/"+t+"/upload?type=dashboard",n,r)},this.getAllMessagingGroups=function(){return e.request.get(e.getApiUrl()+"systemgroups")},this.getMessagingGroupsDetails=function(t){return e.request.get(e.getApiUrl()+"systemgroups/"+t)}},Sr=function(e){this.get=function(t){return t?e.request.get(e.getApiTeamUrl()+"divisions/"+t):e.request.get(e.getApiTeamUrl()+"divisions")},this.head=function(t){return e.request.head?e.request.head(e.getApiTeamUrl()+"divisions/"+t):(console.warn("BimWebSdk: request (divisions/".concat(t,") does not support head method!")),new Promise((function(e){e(!1)})))},this.getDisciplines=function(t){return e.request.get(e.getApiTeamUrl()+"divisions/"+t+"/disciplines")},this.setDisciplineValidity=function(t,n,r){var s={private:!r};return e.request.put(e.getApiTeamUrl()+"divisions/"+t+"/disciplines/"+n,JSON.stringify(s))},this.getRevisions=function(t){return e.request.get(e.getApiTeamUrl()+"divisions/"+t+"/revisions")},this.getAllRevisions=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/revisions")},this.postRevision=function(t,n){return e.request.post(e.getApiTeamUrl()+"divisions/"+t+"/revisions",n)},this.put=function(t,n){return e.request.put(e.getApiTeamUrl()+"divisions/"+t,n)},this.download=function(t){return e.request.get(e.getApiTeamUrl()+"divisions/"+t+"/download")},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"divisions/"+t)},this.move=function(t,n){return e.request.put(e.getApiTeamUrl()+"divisions/"+t+"/move",n)}},Er=["topology","structure"],Dr=function(e){this.get=function(t,n){var r={};return t&&(r.object_id=t),n&&(r.project_id=n),e.request.get(e.getApiTeamUrl()+"settings/filters",{queryParams:r})},this.getFilteredObjects=function(t,n,r,s){if(r)return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/filters/"+n+"/properties",{queryParams:r});if(s&&Er.find((function(e){return e===s}))){var i={};return i[s]=!0,e.request.get(e.getApiTeamUrl()+"projects/"+t+"/filters/"+n,{queryParams:i})}return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/filters/"+n)},this.getSelectionFilteredObjects=function(t,n,r,s){if(r)return e.request.get(e.getApiTeamUrl()+"selections/"+t+"/filters/"+n+"/properties",{queryParams:r});if(s&&Er.find((function(e){return e===s}))){var i={};return i[s]=!0,e.request.get(e.getApiTeamUrl()+"selections/"+t+"/filters/"+n,{queryParams:i})}return e.request.get(e.getApiTeamUrl()+"selections/"+t+"/filters/"+n)},this.applyFilter=function(t){return e.request.get(e.getApiTeamUrl()+"filters/"+t)},this.post=function(t,n){var r={};return n&&(r.project_id=n),e.request.post(e.getApiTeamUrl()+"settings/filter",t,{queryParams:r})},this.put=function(t){return e.request.put(e.getApiTeamUrl()+"settings/filter",t)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"settings/filter/"+t)},this.getFilter=function(t){return e.request.get(e.getApiTeamUrl()+"settings/filters/"+t)}},Or=function(e){this.post=function(t){return e.request.post(e.getApiTeamUrl()+"objects/",t)},this.get=function(t,n,r,s,i,o){var a={};n&&(a.queryParams={revision:n}),s&&(a.queryParams?a.queryParams.projectId=s:a.queryParams={projectId:s}),i&&(a.queryParams?a.queryParams.shortinfo=i:a.queryParams={shortinfo:i}),o&&(a.queryParams?a.queryParams.type=o:a.queryParams={type:o});var u=e.getApiTeamUrl()+"objects/"+t;return r&&(u+="/properties/",u+=r),e.request.get(u,n||s||i||o?a:void 0)},this.getInternal=function(t,n){var r={};n&&(r.queryParams={revision:n});var s=e.getApiTeamUrl()+"objects/"+t;return s+="/internal",e.request.get(s,n?r:void 0)},this.head=function(t,n){var r={};return n&&(r.queryParams={revision:n}),e.request.head?e.request.head(e.getApiTeamUrl()+"objects/"+t,n?r:void 0):(console.warn("BimWebSdk: request (objects/".concat(t,") does not support head method! Using get as fallback.")),e.request.get(e.getApiTeamUrl()+"objects/"+t,n?r:void 0))},this.getTopology=function(t,n,r,s,i){var o={};return(n||r||s)&&(o.queryParams={},n&&(o.queryParams.revision=n),r&&(o.queryParams.hideElements=r),s&&(o.queryParams.shortinfo=s)),i&&(o.responseBatch=i),e.request.get(e.getApiTeamUrl()+"objects/"+t+"/topology",o)},this.getGeometryThreeJS=function(t,n,r,s,i,o,a){var u,c=arguments.length>7&&void 0!==arguments[7]&&arguments[7],l={};return null===s&&null===i||(l.queryParams={},null!==s&&(l.queryParams.revision=s),null!==i&&(l.queryParams.levelofdetail=i)),a&&(l.responseBatch=a),u=n?e.getApiTeamUrl()+"objects/"+t+"/disciplines/"+n+"/geometries/threejs":e.getApiTeamUrl()+"objects/"+t+"/geometries/threejs",o&&(u+="/properties/",u+=o),r?e.request.getChunked(u,l,c):e.request.get(u,l)},this.getGeometryGLB=function(t,n,r,s,i,o,a,u,c){var l,h=arguments.length>9&&void 0!==arguments[9]&&arguments[9],p={};return p.dataType="binary",p.processData=!1,p.responseType="arraybuffer",p.useXMLHttpRequest=!0,void 0===r&&void 0===s&&void 0===i&&void 0===o&&void 0===a||(p.queryParams={},void 0!==r&&(p.queryParams.revision=r),void 0!==s&&(p.queryParams.levelofdetail=s),void 0!==i&&(p.queryParams.vertexNormals=i),void 0!==o&&(p.queryParams.smoothingAngle=o),void 0!==a&&(p.queryParams.topology=a)),u&&(p.responseBatch=u),l=n?e.getApiTeamUrl()+"objects/"+t+"/disciplines/"+n+"/geometries/glb":e.getApiTeamUrl()+"objects/"+t+"/geometries/glb",c?e.request.getChunked(l,p,h):e.request.get(l,p)},this.getGeometryTemplatesThreeJS=function(t,n,r,s,i,o){var a=arguments.length>6&&void 0!==arguments[6]&&arguments[6],u={};null===s&&null===i||(u.queryParams={},null!==s&&(u.queryParams.revision=s),null!==i&&(u.queryParams.levelofdetail=i)),o&&(u.responseBatch=o);var c=e.getApiTeamUrl()+"objects/"+t+"/disciplines/"+n+"/templates/threejs";return r?e.request.getChunked(c,u,a):e.request.get(c,u)},this.getGeometryCompressed=function(t,n){return n?e.request.get(e.getApiTeamUrl()+"objects/"+t+"/disciplines/"+n+"/geometries/meshblob"):e.request.get(e.getApiTeamUrl()+"objects/"+t+"/geometries/meshblob")},this.getProperties=function(t,n){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/geometries/threejs/properties"+n)},this.put=function(t,n,r){var s={};return r&&(s.projectid=r),e.request.put(e.getApiTeamUrl()+"objects/"+t,n,{queryParams:s})},this.postComment=function(t,n){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/comments",n)},this.getComments=function(t){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/comments")},this.deleteComments=function(t){return e.request.del(e.getApiTeamUrl()+"objects/"+t+"/comments")},this.postAttachment=function(t,n,r,s){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/attachments",n,{contentType:!1,processData:!1,dataType:null,xhrUploadProgress:r,queryParams:s?{DocumentFolderId:s}:void 0})},this.getAttachments=function(t,n){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/attachments",n?{queryParams:{revision:n}}:void 0)},this.deleteAttachments=function(t){return e.request.del(e.getApiTeamUrl()+"objects/"+t+"/attachments")},this.postAttachmentLink=function(t,n){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/attachmentlinks",n)},this.getAttachmentLinks=function(t){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/attachmentlinks")},this.deleteAttachmentLink=function(t,n){return e.request.del(e.getApiTeamUrl()+"objects/"+t+"/attachmentlinks/"+n)},this.postHyperlink=function(t,n){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/hyperlinks",n)},this.getHyperlinks=function(t){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/hyperlinks")},this.deleteHyperlinks=function(t){return e.request.del(e.getApiTeamUrl()+"objects/"+t+"/hyperlinks")},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"objects/"+t)},this.getAttributes=function(t,n,r,s){var i=n?"&documentversion="+n:"",o=s?"&revision="+s:"",a=r?"&projectid="+r:"",u=e.getApiTeamUrl()+"objects/"+t+"?freeattributes=true";return e.request.get(u+i+o+a)},this.getAttributesAsFlatStructure=function(t,n,r,s){var i=n?"&documentversion="+n:"",o=s?"&revision="+s:"",a=r?"&projectid="+r:"",u=e.getApiTeamUrl()+"objects/"+t+"?freeattributes=true&internal=true&attributedefinition=true";return e.request.get(u+i+o+a)},this.getAttributeValues=function(t,n){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/attributes/"+n+"?children=true")},this.getComplexPropertiesTopology=function(t,n){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/complexproperties"+(n>=0?"?revision="+n:""))},this.postThumbnail=function(t,n,r){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/thumbnail",n,{contentType:!1,processData:!1,dataType:null,xhrUploadProgress:r})},this.deleteThumbnail=function(t){return e.request.del(e.getApiTeamUrl()+"objects/"+t+"/thumbnail")},this.addChildObject=function(t){return e.request.post(e.getApiTeamUrl()+"objects/alter/",t)},this.getReports=function(t,n,r){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/reports?version="+n+"&action="+r)},this.exportExcelReports=function(t,n){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/reports/export/excel",n)},this.postDimensions=function(t,n){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/dimensionlines",n)},this.putDimensions=function(t,n){return e.request.put(e.getApiTeamUrl()+"objects/"+t+"/dimensionlines",n)},this.getDimensions=function(t){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/dimensionlines")},this.deleteDimensions=function(t){return e.request.del(e.getApiTeamUrl()+"objects/"+t+"/dimensionlines")},this.postLabels=function(t,n){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/labels",n)},this.putLabels=function(t,n){return e.request.put(e.getApiTeamUrl()+"objects/"+t+"/labels",n)},this.getLabels=function(t){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/labels")},this.deleteLabels=function(t){return e.request.del(e.getApiTeamUrl()+"objects/"+t+"/labels")},this.postAnnotations=function(t,n){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/annotations",n)},this.putAnnotations=function(t,n){return e.request.put(e.getApiTeamUrl()+"objects/"+t+"/annotations",n)},this.getAnnotations=function(t){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/annotations")},this.deleteAnnotations=function(t){return e.request.del(e.getApiTeamUrl()+"objects/"+t+"/annotations")},this.getObjectIdsByQuery=function(t,n,r,s){var i=Array.isArray(s)?s.join(","):void 0,o={queryParams:{}};return o.queryParams[n]=r,i&&(o.queryParams.divisions=i),e.request.get(e.getApiTeamUrl()+"objects/"+t+"/query",o)},this.getObjectIdsByIfcId=function(e,t,n){return this.getObjectIdsByQuery(e,"93027bad-df91-48ee-a0bb-60a8184cddba",t,n)}},Cr=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"pins/"+t)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"pins/"+t)},this.put=function(t,n){return e.request.put(e.getApiTeamUrl()+"pins/"+t,n)}},Rr=function(e){this.get=function(){return e.request.get(e.getApiUrl()+"project-actions-rights/")}},Ir=function(e){var t="projectattributetemplates";this.post=function(n){return e.request.post(e.getApiTeamUrl()+t,n)},this.get=function(n,r){var s=r?{queryParams:{default:r}}:null;return n?e.request.get(e.getApiTeamUrl()+t+"/"+n):e.request.get(e.getApiTeamUrl()+t,s)},this.put=function(n,r){return e.request.put(e.getApiTeamUrl()+t+"/"+n,r)},this.delete=function(n){return e.request.del(e.getApiTeamUrl()+t+"/"+n)},this.copyFrom=function(n,r){return e.request.put(e.getApiTeamUrl()+t+"/"+r+"/copyfrom",JSON.stringify({id:n}))},this.setDefault=function(n){return e.request.put(e.getApiTeamUrl()+t+"/"+n+"/default")}};function Br(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,s,i,o,a=[],u=!0,c=!1;try{if(i=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=i.call(n)).done)&&(a.push(r.value),a.length!==t);u=!0);}catch(e){c=!0,s=e}finally{try{if(!u&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw s}}return a}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Kr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Kr(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Kr(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Nr=function(e){this.post=function(t){return e.request.post(e.getApiTeamUrl()+"projects",t)},this.createFromExisting=function(t){return e.request.post(e.getApiTeamUrl()+"projects/copyfrom",t)},this.put=function(t,n){return e.request.put(e.getApiTeamUrl()+"projects/"+t,n)},this.get=function(t,n,r,s,i){var o={queryParams:i||{}};return n&&(o.queryParams.disciplines=!1),s&&(o.queryParams.recycleBin=!0),t?e.request.get(e.getApiTeamUrl()+"projects/"+t,o):r?e.request.get(e.getApiUrl()+r+"/projects",o):e.getTeamSlug()?e.request.get(e.getApiTeamUrl()+"projects",o):e.request.get(e.getApiUrl()+"/projects",o)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"projects/"+t)},this.moveToRecycleBin=function(t){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"?moveToRecycleBin=true")},this.restoreFromRecycleBin=function(t){return e.request.put(e.getApiTeamUrl()+"objects/"+t+"/restore",JSON.stringify({}),{dataType:"text"})},this.deleteFromRecycleBin=function(t){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"?fromRecycleBin=true")},this.deleteServerCache=function(t){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"/deletecache")},this.clearServerDecimation=function(t,n,r){return n||(n="00000000-0000-0000-0000-000000000000"),r>=0&&""!==r||(r="100"),e.request.del(e.getApiTeamUrl()+"temporary/projects/"+t+"/disciplines/"+n+"/levelofdetails/"+r)},this.getModels=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/divisions")},this.postModel=function(t,n){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/divisions",n)},this.getMembers=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/members")},this.postMember=function(t,n){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/members",n)},this.putMember=function(t,n){return e.request.put(e.getApiTeamUrl()+"projects/"+t+"/members",n)},this.deleteMember=function(t,n){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"/members",n)},this.getPins=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/pins")},this.putProject=function(t,n){return e.request.put(e.getApiTeamUrl()+"projects/"+t,n)},this.postAttachment=function(t,n){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/attachments",n)},this.getAttachments=function(t,n,r){var s=r;return s||(s={}),n&&(s.revision=n),e.request.get(e.getApiTeamUrl()+"projects/"+t+"/attachments",n||r?{queryParams:s}:void 0)},this.deleteAttachments=function(t){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"/attachments")},this.getTopology=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/topology")},this.getSpots=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/pins")},this.postThumbnail=function(t,n,r){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/thumbnail",n,{contentType:!1,processData:!1,dataType:null,xhrUploadProgress:r})},this.getThumbnail=function(t){return e.request.get(e.getApiTeamUrl()+"thumbnail/"+t)},this.deleteThumbnail=function(t){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"/thumbnail")},this.getComments=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/comments")},this.getHyperlinks=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/hyperlinks")},this.getIssues=function(t,n){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/issues"+(n?"?scene=false":""))},this.getIssuesShortInfo=function(t){var n=function(){var e=Br((new Date).toString().split("GMT"),2),t=e[0],n=e[1];if(!t||!n)return"";var r=new Date(t+"UTC").toISOString().split(".")[0],s=(n=n.split(" ")[0]).slice(0,3)+":"+n.slice(3);return r&&s?r+s:""}();return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/issues?shortinfo=true"+(n?"&currenttime="+n:""))},this.postSlideshow=function(t,n){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/slideshows",n)},this.getSlideshows=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/slideshows")},this.deleteSlideshows=function(t){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"/slideshows")},this.exportSlideshowToPDF=function(t,n){var r={slideShowId:n};return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/slideshow/export/pdf",JSON.stringify(r))},this.getProjectInfo=function(t,n){var r={queryParams:n||{}};return e.request.get(e.getApiTeamUrl()+"projects/"+t,r)}},Mr=function(e){this.postRevision=function(t,n){return e.request.post(e.getApiTeamUrl()+"divisions/"+t+"/revisions",n)},this.getRevisionList=function(t){return e.request.get(e.getApiTeamUrl()+"divisions/"+t+"/revisions")},this.getRevisionInfo=function(t){return e.request.get(e.getApiTeamUrl()+"revisions/"+t)},this.postRevisionInfo=function(t,n){return e.request.post(e.getApiTeamUrl()+"revisions/"+t,n)},this.putRevisionInfo=function(t,n){return e.request.put(e.getApiTeamUrl()+"revisions/"+t,n)},this.getRevisionsComparisonResult=function(t,n,r,s){return e.request.get(e.getApiTeamUrl()+"divisions/"+t+"/revisionscomparison/"+n+"/"+r,s)},this.compareRevisions=function(t,n,r,s){return e.request.post(e.getApiTeamUrl()+"divisions/"+t+"/revisionscomparison/"+n+"/"+r,null,s)},this.excelExportRevisionsComparisonResult=function(t,n,r,s){return e.request.post(e.getApiTeamUrl()+"divisions/"+t+"/revisionscomparison/"+n+"/"+r+"/export/excel",s)}},Lr=function(e){this.getRoles=function(t){return t?e.request.get(e.getApiTeamUrl()+"projects/"+t+"/members"):e.request.get(e.getApiTeamUrl()+"roles")},this.postUserRole=function(t,n){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/members",n)},this.putUserRole=function(t,n){return e.request.put(e.getApiTeamUrl()+"projects/"+t+"/members",n)},this.deleteUser=function(t){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"/members")}},Fr=function(e){this.get=function(t,n){if(t||n){var r={queryParams:{}};return void 0!==t&&(r.queryParams.rights=t),void 0!==n&&(r.queryParams.customrole=n),e.request.get(e.getApiTeamUrl()+"roles/",r)}return e.request.get(e.getApiTeamUrl()+"roles/")},this.getAllRights=function(t){if(t){var n={queryParams:{globalfreeattributes:t.globalfreeattributes,global:t.global,project:t.project,document:t.document,layer:t.layer}};return e.request.get(e.getApiTeamUrl()+"rights",n)}return e.request.get(e.getApiTeamUrl()+"rights")},this.post=function(t){return e.request.post(e.getApiTeamUrl()+"roles/",t)},this.getRoleDetails=function(t){return e.request.get(e.getApiTeamUrl()+"roles/"+t)},this.updateRole=function(t,n){return e.request.put(e.getApiTeamUrl()+"roles/"+t,n)},this.deleteRole=function(t){return e.request.del(e.getApiTeamUrl()+"roles/"+t)}},Gr=function(e){this.calculateCutSection=function(t){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=t.projectId,s=t.cuttingPlanes,i=t.modelLayer,o=t.topologyNodes,a=t.hiddenObjects,u=t.settings,c={cuttingCalculation:{projectId:r,cuttingPlanes:s,selection:{modelLayer:i,topologyNodes:o,hiddenObjects:a},settings:u},runAsync:n};if(c.cuttingCalculation.settings&&c.cuttingCalculation.settings.responseGeometry&&"glb"===c.cuttingCalculation.settings.responseGeometry){var l={useXMLHttpRequest:!0,dataType:"binary",processData:!1,responseType:"arraybuffer"};return e.request.post(e.getApiTeamUrl()+"services/CuttingCalculation",JSON.stringify(c),l)}return e.request.post(e.getApiTeamUrl()+"services/CuttingCalculation",JSON.stringify(c))}},Hr=function(e){this.post=function(t){return e.request.post(e.getApiTeamUrl()+"share",t)}},$r=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"slides/"+t)},this.put=function(t,n){return e.request.put(e.getApiTeamUrl()+"slides/"+t,n)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"slides/"+t)},this.postThumbnail=function(t,n){return e.request.post(e.getApiTeamUrl()+"slides/"+t+"/thumbnail",n)}},Wr=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"slideshows/"+t)},this.put=function(t,n){return e.request.put(e.getApiTeamUrl()+"slideshows/"+t,n)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"slideshows/"+t)},this.postSlide=function(t,n){return e.request.post(e.getApiTeamUrl()+"slideshows/"+t+"/slides",n)},this.getSlides=function(t){return e.request.get(e.getApiTeamUrl()+"slideshows/"+t+"/slides")},this.postThumbnail=function(t,n){return e.request.post(e.getApiTeamUrl()+"slideshows/"+t+"/thumbnail",n)},this.getThumbnail=function(t){return e.request.get(e.getApiTeamUrl()+"thumbnail/"+t)}},Vr=function(e){this.postStructure=function(t,n){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/structures",n)},this.postStructureTopology=function(t,n){return e.request.post(e.getApiTeamUrl()+"structures/"+t+"/topology",n)},this.postSubNode=function(t,n){return e.request.post(e.getApiTeamUrl()+"structures/"+t,n)},this.postAssignedObject=function(t,n,r,s){return e.request.post(e.getApiTeamUrl()+"structures/"+t+"/assign/"+n+"?varianttype="+r,s)},this.attributeAssign=function(t,n,r,s){var i={attributeId:r};return s&&(i.variantType=s),e.request.put(e.getApiTeamUrl()+"projects/"+t+"/structures/"+n+"/attributeassign",JSON.stringify(i))},this.deleteAssignedObject=function(t,n,r,s){var i=[s?"removeAllNodes=true":"",r?"varianttype=true":""].filter((function(e){return e})).join("&");return e.request.del(e.getApiTeamUrl()+"structures/"+t+"/delete/"+n+"?"+i)},this.getStructure=function(t,n,r){return n?e.request.get(e.getApiTeamUrl()+"structures/"+n):e.request.get(e.getApiTeamUrl()+"projects/"+t+"/structures"+(r?"?type="+r:""))},this.getTopology=function(t,n,r){return void 0===r||""===r?e.request.get(e.getApiTeamUrl()+"structures/"+t+"/topology?varianttype="+n):!0===r?e.request.get(e.getApiTeamUrl()+"structures/"+t+"/topology?varianttype="+n+"&attributes=true"):void 0},this.getTopologyStructure=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/topologystructure")},this.resetTopologyStructure=function(t){return e.request.put(e.getApiTeamUrl()+"projects/"+t+"/topologystructure/reset")},this.copyStructure=function(t,n,r){return e.request.post(e.getApiTeamUrl()+"structures/"+t+"/copy?elementRelation="+r+"&attributes=true",n)},this.putStructure=function(t,n,r){var s=r?"?applyToChild=true":"";return e.request.put(e.getApiTeamUrl()+"structures/"+t+s,n)},this.reorderStructure=function(t,n){return e.request.put(e.getApiTeamUrl()+"structures/"+t+"/reorder?varianttype="+n)},this.deleteStructure=function(t,n,r){return r?e.request.del(e.getApiTeamUrl()+"structures/"+t+"?forceDelete=true"):n?e.request.del(e.getApiTeamUrl()+"structures/"+t+"?deleteAll=true"):e.request.del(e.getApiTeamUrl()+"structures/"+t)},this.removeAllAssignedObjects=function(t){return e.request.del(e.getApiTeamUrl()+"structures/"+t+"/delete")},this.deleteAllProjectStructures=function(t){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"/structures")},this.postVariantType=function(t,n){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/variants",n)},this.getVariantType=function(t,n){return n?e.request.get(e.getApiTeamUrl()+"projects/"+t+"/variants/"+n):e.request.get(e.getApiTeamUrl()+"projects/"+t+"/variants")},this.deleteVariantType=function(t,n){return e.request.del(e.getApiTeamUrl()+"projects/"+t+"/variants/"+n)},this.copyElementsToVariant=function(t,n,r){return e.request.put(e.getApiTeamUrl()+"projects/"+t+"/variants/"+n+"/copyfrom",r)}},Jr=function(e){this.get=function(){return e.request.get(e.getApiUrl()+"team-actions-rights/")}},zr=function(e){this.get=function(t,n){var r={queryParams:{}};return n&&(r.queryParams.filterEmpty=n),t?e.request.get(e.getApiUrl()+"teams/"+t,r):e.request.get(e.getApiUrl()+"teams",r)},this.postTeam=function(t){return e.request.post(e.getApiUrl()+"teams",t)},this.putTeam=function(t){return e.request.put(e.getApiUrl()+"team",t)},this.deleteTeam=function(t){return e.request.del(e.getApiUrl()+"teams/"+t)},this.getAccountSettings=function(t){return e.request.get(e.getApiUrl()+"administration/teams/"+t+"/accountsettings")},this.getRestrictions=function(t){return e.request.get(e.getApiUrl()+"teams/"+t+"/restrictions")},this.deleteServerCache=function(){return e.request.del(e.getApiTeamUrl()+"deleteCache")}},Xr=function(e){this.get=function(t,n){var r={language:t};return n&&(r.type=n),e.request.get(e.getApiUrl()+"terms/download",{queryParams:r,dataType:"html"})}},Qr=function(e){this.get=function(t,n){var r={language:t};return n&&(r.type=n),e.request.get(e.getApiUrl()+"dataprotectiondeclarations/download",{queryParams:r,dataType:"html"})},this.getForbiddenEmails=function(){return e.request.get(e.getApiUrl()+"/restrictedemails")}},Yr=function(e){this.get=function(t,n){var r={language:t};return n&&(r.type=n),e.request.get(e.getApiUrl()+"imprints/download",{queryParams:r,dataType:"html"})}},Zr=function(e){this.post=function(t){return e.request.post(e.getApiUrl()+"content/units/",t)},this.get=function(t){return t?e.request.get(e.getApiUrl()+"content/units/"+t):e.request.get(e.getApiUrl()+"content/units/")},this.put=function(t,n){return e.request.put(e.getApiUrl()+"content/units/"+t,n)},this.delete=function(t){return e.request.del(e.getApiUrl()+"content/units/"+t)}},es=function(e){this.get=function(t){return t?e.request.get(e.getApiUrl()+"user",{token:t}):e.request.get(e.getApiUrl()+"user")},this.put=function(t,n,r){var s=e.getApiUrl()+"user/";return t&&(s+=t),r?e.request.put(s,n,{token:r}):e.request.put(s,n)},this.post=function(t){return e.request.post(e.getApiUrl()+"user",t)},this.postPhoto=function(t){return e.request.post(e.getApiUrl()+"user/photo",t,{contentType:!1,processData:!1})},this.deletePhoto=function(){return e.request.del(e.getApiUrl()+"user/photo")},this.getPhoto=function(){return e.request.get(e.getApiUrl()+"user/photo")},this.putPassword=function(t){return e.request.put(e.getApiUrl()+"user/change_password",t)},this.getSubscriptions=function(t){return t?e.request.get(e.getApiUrl()+"user/accountsettings/"+t):e.request.get(e.getApiUrl()+"user/accountsettings")}},ts=function(e){this.post=function(t){return e.request.post(e.getApiUrl()+"users",t)},this.exist=function(t){return e.request.get(e.getApiUrl()+"users/exist",{queryParams:{email:t}})},this.put=function(t,n){return e.request.put(e.getApiUrl()+"users/"+t,n)},this.delete=function(t){return e.request.del(e.getApiUrl()+"users/"+t)},this.setSubscriptions=function(t,n){return e.request.post(e.getApiUrl()+"administration/users/"+t+"/accountsettings",n)}},ns=function(e){this.postSettings=function(t,n){return e.request.post(e.getApiTeamUrl()+"userSettings/"+t,n)},this.getSettings=function(t){return e.request.get(e.getApiTeamUrl()+"userSettings/"+t)}},rs=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"invitations/"+(t||""))},this.getProjectInvitations=function(t){return e.request.get("".concat(e.getApiTeamUrl(),"invitations?projectId=").concat(t))},this.post=function(t){return e.request.post(e.getApiTeamUrl()+"invitations/",t)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"invitations/"+t)},this.put=function(t,n){return e.request.put(e.getApiTeamUrl()+"invitations/"+t,n)},this.accept=function(t,n){return e.request.put(e.getApiUrl()+"invitations/"+t+"/accept",n)},this.getInvitation=function(t,n){return e.request.get(e.getApiUrl()+"invitations/"+t,n)}},ss=function(e){this.post=function(t,n){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/selections",n)},this.get=function(t){return e.request.get(e.getApiTeamUrl()+"selections/"+t)},this.getAllSelections=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/selections")},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"selections/"+t)}},is=function(e){this.postGroup=function(t,n){return e.request.post(e.getApiTeamUrl()+"projects/"+t+"/usergroups",n)},this.getGroups=function(t){return e.request.get(e.getApiTeamUrl()+"projects/"+t+"/usergroups")},this.getUsers=function(t){return e.request.get(e.getApiTeamUrl()+"usergroups/"+t)},this.deleteGroup=function(t){return e.request.del(e.getApiTeamUrl()+"usergroups/"+t)},this.putGroup=function(t,n){return e.request.put(e.getApiTeamUrl()+"usergroups/"+t,n)},this.assignUser=function(t,n){return e.request.put(e.getApiTeamUrl()+"usergroups/"+t+"/assign",n)},this.removeUser=function(t,n){return e.request.put(e.getApiTeamUrl()+"usergroups/"+t+"/remove",n)}},os=function(e){this.get=function(t){return e.request.get(e.getApiTeamUrl()+"scenes/"+t)},this.getObjectScenes=function(t,n){var r={};n&&(r.queryParams={shortInfo:n});var s=e.getApiTeamUrl()+"objects/"+t+"/scenes";return e.request.get(s,r)},this.post=function(t,n){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/scenes",n)},this.delete=function(t){return e.request.del(e.getApiTeamUrl()+"scenes/"+t)},this.put=function(t,n){return e.request.put(e.getApiTeamUrl()+"scenes/"+t,n)},this.postThumbnailAttachment=function(t,n,r,s){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/attachments",n,{contentType:!1,processData:!1,dataType:null,xhrUploadProgress:r,queryParams:s?{attachmenttype:"thumbnailhighresolution"}:void 0})},this.postThumbnail=function(t,n,r){return e.request.post(e.getApiTeamUrl()+"objects/"+t+"/attachments",n,{queryParams:r?{attachmenttype:"thumbnailhighresolution"}:void 0})},this.getThumbnail=function(t){return e.request.get(e.getApiTeamUrl()+"objects/"+t+"/attachments")}},as=function(e){this._config=null,e?(void 0===e.version&&(e.version="v2"),this._config=e):this._config=us(),this._token=null,this._tokenType=null,this._teamSlug=null,this._cache=null,window.BIMPLUS_SDK_ENABLE_DEBUG_LOGS&&console.log("BimWebSdk: config = ",this._config),this._config.cache?(this.request=new hr,this._cache=this.request.getCache(),!1===this._cache.isSupported()&&(console.warn("Warning: Caching requested but not supported by browser! Falling back to uncached requests."),this.request=new o,this._cache=null)):this.request=new o,this.setAccessToken=function(e){this._token=e,this.request.setAccessToken(e),window.BIMPLUS_SDK_ENABLE_DEBUG_LOGS&&console.log("BimWebSdk: token was set to "+this._token)},this.getAccessToken=function(){return this._token},this.setTokenType=function(e){this._tokenType=e,this.request.setTokenType(e),window.BIMPLUS_SDK_ENABLE_DEBUG_LOGS&&console.log("BimWebSdk: token type was set to "+this._tokenType)},this.getTokenType=function(){return this._tokenType},this.setAccessTokenAndType=function(e,t){this.setAccessToken(e),this.setTokenType(t)},this.getAccessTokenAndType=function(){return{token:this._token,tokenType:this._tokenType}},this.setTeamSlug=function(e){this._teamSlug=e,window.BIMPLUS_SDK_ENABLE_DEBUG_LOGS&&console.log("BimWebSdk: team slug was set to "+this._teamSlug)},this.getTeamSlug=function(){return this._teamSlug},this.getApiUrl=function(){return this._config.protocol+this._config.host+"/"+(this._config.version?this._config.version+"/":"")},this.getApiTeamUrl=function(){return this._teamSlug||console.error("Error: Teamslug not set"),this.getApiUrl()+this._teamSlug+"/"},this.getCache=function(){return this._cache},this.authorize=new h(this),this.user=new es(this),this.users=new ts(this),this.teams=new zr(this),this.members=new Pr(this),this.projects=new Nr(this),this.structures=new Vr(this),this.models=new Sr(this),this.objects=new Or(this),this.revisions=new Mr(this),this.elementTypes=new yr(this),this.annotations=new u(this),this.attachments=new c(this),this.issues=new Ur(this),this.labels=new kr(this),this.pins=new Cr(this),this.comments=new dr(this),this.hyperlinks=new qr(this),this.importService=new _r(this),this.slideshows=new Wr(this),this.slides=new $r(this),this.clashDetection=new pr(this),this.clientLogs=new fr(this),this.rightsService=new Lr(this),this.applicationSettings=new a(this),this.exportService=new vr(this),this.folders=new br(this),this.locks=new jr(this),this.share=new Hr(this),this.messages=new xr(this),this.objectFilters=new Dr(this),this.terms=new Xr(this),this.dataProtection=new Qr(this),this.dimensions=new mr(this),this.imprints=new Yr(this),this.projectActionsRights=new Rr(this),this.roles=new Fr(this),this.attributeTemplates=new l(this),this.units=new Zr(this),this.freeAttributes=new wr(this),this.freeAttributeGroups=new Tr(this),this.hiddenCalculation=new Ar(this),this.sectionCut=new Gr(this),this.projectAttributeTemplates=new Ir(this),this.teamActionsRights=new Jr(this),this.customTables=new gr(this),this.userSettings=new ns(this),this.invitations=new rs(this),this.selections=new ss(this),this.userGroups=new is(this),this.scenes=new os(this)},us=function(e){var t="api.bimplus.net";if(e)switch(e){case"prod":default:t="api.bimplus.net";break;case"dev":t="api-dev.bimplus.net";break;case"stage":t="api-stage.bimplus.net"}return{protocol:"https://",host:t,cache:!1,version:"v2"}};return t})()));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bimplus-websdk",
3
- "version": "0.0.220",
3
+ "version": "0.0.222",
4
4
  "description": "bim+ websdk",
5
5
  "main": "dist/bimplus-websdk.js",
6
6
  "license": "MIT",
@@ -29,15 +29,15 @@
29
29
  "test-watch": "npm run test -- --browsers=Chrome --single-run=false --auto-watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@babel/core": "^7.20.12",
33
- "@babel/plugin-transform-runtime": "^7.19.6",
32
+ "@babel/core": "^7.21.0",
33
+ "@babel/plugin-transform-runtime": "^7.21.0",
34
34
  "@babel/preset-env": "^7.20.2",
35
- "@babel/runtime": "^7.20.13",
35
+ "@babel/runtime": "^7.21.0",
36
36
  "babel-loader": "^9.1.2",
37
37
  "clean-webpack-plugin": "^4.0.0",
38
38
  "coverage-istanbul-loader": "^3.0.5",
39
39
  "documentation": "^14.0.1",
40
- "eslint": "^8.32.0",
40
+ "eslint": "^8.35.0",
41
41
  "host-environment": "^2.1.2",
42
42
  "karma": "^6.4.1",
43
43
  "karma-chrome-launcher": "^3.1.1",
@@ -53,7 +53,7 @@
53
53
  "webpack-cli": "^5.0.1"
54
54
  },
55
55
  "dependencies": {
56
- "dexie": "3.2.2",
56
+ "dexie": "3.2.3",
57
57
  "jquery": "3.6.3"
58
58
  }
59
59
  }